Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - -RJ-

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Re: Videos mod
« on: April 26, 2008, 01:57:22 AM »
Yeah, that's right ,) ...
Thx a lot... :lol:

2
Mods & Plugins (Requests & Discussions) / Videos mod {SOLVED}
« on: April 25, 2008, 11:36:23 PM »
I need some help here, i have this:
Code: [Select]
{if google_id}
<embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId={google_id}" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="noScale" salign="TL" FlashVars="playerMode=embedded"> </embed>
{endif google_id}
{if youtube_id}
<script type="text/javascript">
AC_AX_RunContent( 'width','476','height','392','src','http://www.youtube.com/v/{youtube_id}','type','application/x-shockwave-flash','movie','http://www.youtube.com/v/{youtube_id}' ); //end AC code
</script><noscript><object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param><embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392"></embed></object></noscript>
{endif youtube_id}

When I post a new video, if I insert the google video ID, video appear OK but if I insert a youtube video, it don't show nothing... what I have wrong in that code?

Pages: [1]