MyBB Community Forums

Full Version: Megavideo Mycode!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello.
In the release section there is a megavideo mycode but don't work after megavideo have updated the site!

Can anyone create a mycode to embed megavideo video in the posts? Sad
I told you.... tell me the difference and i can fix.
You have a PM.
Actually Loque PM me for this MYcode, If I found its URL and mechanism, then I will digg it out
Thankyou

/Edit: Loque please can you provide me any example for such videos,
Please give me the exact working url and please also give it HERE
I suggest you do. I have tried to fix it but my lack of skills fail me. Sad
(2009-06-05, 04:36 PM)aglioeolio Wrote: [ -> ]http://community.mybboard.net/thread-50828.html

Thanks but with megavideo i not solved Sad
hmm... there is a problem with embed hehe

they use a 8-digit code to video-url but embed code is way too complex...

http://www.megavideo.com/?v=W7NBIHHD
<embed src="http://www.megavideo.com/v/W7NBIHHD13b336e9417e24f838f0faa689f9f800" type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="480"></embed></object>

I think it´s not that easy to implement :s
The megavideo get html code to embed the video... we can get information.
Hi, try this

title:
MegaVideo

Regular Expression:
\[megavideo\]http\://(www.)?megavideo\.com/\?v=([\w]+)\[/megavideo\]

Replacment:
<object width="500" height="500">
<param name="movie" value="http://www.megavideo.com/v/$2"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideo.com/v/$2" type="application/x-shockwave-flash" allowfullscreen="true" width="500" height="500"></embed></object>

Usage:

[megavideo]http://www.megavideo.com/?v=W7NBIHHD[/megavideo]

Tell me if work , so I will post to the correct section.
Pages: 1 2