Quote:
Originally Posted by Rideharder
|
You say that the video is just showing "Loading..." for you? Is it doing this for anyone else, because I just watched the Skyline GTR video with no load problems? So did the someone in the thread. It may just be a local PC problem.
Quote:
Originally Posted by Yellow Slider
well, megavideo has another url for videos and I can't use it.
http://[w.]*megavideo\.com/\?v=[\w]+ this is the REGEX used by DJ'S AME, and there is a new url - http://www.megavideo.com/?d=FMHJY5JM
I hope that you can sort a new REGEX \ embed code.
this is the new url embed code
<object width="640" height="344"><param name="movie" value="http://www.megavideo.com/v/X47KP21B4b0210ff955dc712e62dc1eaaf585028"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideo.com/v/X47KP21B4b0210ff955dc712e62dc1eaaf585028" type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="344"></embed></object>
|
I'll update it, but it's an easy fix. Change the
v in your regext to
[vd]+:
Code:
http://[w.]*megavideo\.com/\?[vd]+=[\w]+