MyBB Community Forums

Full Version: GameTrailers.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Game Trailers:
Need to post some awesome game trailers on your forum? This is the code for you. I don't like MyCodes that only use the last part of the url because for me it is wastes time cutting out everything but the numbers, but in this case I couldn't find a way around it so I'm sorry 'bout that.


Name:
Game Trailers.


Short Description:
Lets your members post videos from gametrailers.com

Regular Expression:
\[gt\](.*?)\[/gt\]


Replacement:
<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?mid=$1"/> <param name="quality" value="high" /> <embed src="http://www.gametrailers.com/remote_wrap.php?mid=$1" 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="480"></embed> </object>


Preview/Live Demo:

http://demo.mycodecorner.cz.cc/showthread.php?tid=14


What is also fun about this, is since the code needs a 6 digit number, you can put your birthday and see what video you get!

mine is 041296, you can see my video in the demo.


For more GREAT MyCodes check out http://MyCodeCorner.cz.cc
I may have to give this a try. Smile
Kewl. Big Grin thanks Big Grin