Quote:
Originally Posted by SpyCam
ok, this is what i removed from "Validation" textarea:
Code:
value="http://www\.youtube\.com/v/([\w\-]*)?&
And now it works:
http://www.muzikantams.com/alubaris/...u-youtube.html
Should i leave the definition as is now, or should i enter something into validation textarea?
|
You can leave it as is. Validation is just supposed to keep videos that have embedding disabled from converting. All that will happen now is they'll convert, but if embedding is not enabled it will just say so in video.
Quote:
Originally Posted by Stryker412
DJ here's what I have for the Gametrailers definition:
Regular:
Code:
http://www\.gametrailers\.com/([u]*)[sermovievid-]+/[\w-]+/([\d]+)#*[\w]*
Replacement:
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="http://www.gametrailers.com/remote_wrap.php?{$p1}mid=$p2"/>
<param name="quality" value="high" />
<embed src="http://www.gametrailers.com/remote_wrap.php?{$p1}mid=$p2" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed>
</object>
Just want to verify this is correct.
|
Try escaping the pound sign in your RegEx.
Code:
http://www\.gametrailers\.com/([u]*)[sermovievid-]+/[\w-]+/([\d]+)\#*[\w]*