MyBB Community Forums

Full Version: Working MegaVideo MyCode?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I tried latest megavideo mycode of this forum (dated february 2011) but it don't work for the newest version of megavideo.
Could someone make an updated megavideo mycode please?

Thanks.
Hmmm...

Well the code I have, it works, the video embeds, but there is no video thumbnail, it's just a white picture. But it plays the video. Do you still want the code?
I have a working code for megavideo link like this: http://megavideo.com/?v=TEST

But for megavideo links like this: http://megavideo.com/?d=TEST the same mycode don't work!
I can see your replacement code?
<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="600" height="370"></embed></object>
I can't find a video that starts with "?d" if you could link me to one?

The code you have posted works just fine (except where it says "$2" it should be "$1")
I tried, but chrome say that i need to enable a java plugin! o.o
It works with link explained here?

(2011-11-05, 11:58 AM)Løque Wrote: [ -> ]I have a working code for megavideo link like this: http://megavideo.com/?v=TEST

But for megavideo links like this: http://megavideo.com/?d=TEST the same mycode don't work!

(2011-11-09, 11:27 PM)Løque Wrote: [ -> ]It works with link explained here?

(2011-11-05, 11:58 AM)Løque Wrote: [ -> ]I have a working code for megavideo link like this: http://megavideo.com/?v=TEST

But for megavideo links like this: http://megavideo.com/?d=TEST the same mycode don't work!

Any example video link with d?
Pages: 1 2