Author Topic: Videos mod {SOLVED}  (Read 7207 times)

0 Members and 1 Guest are viewing this topic.

Offline -RJ-

  • Pre-Newbie
  • Posts: 2
    • View Profile
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?
« Last Edit: April 26, 2008, 01:57:42 AM by -RJ- »

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Videos mod
« Reply #1 on: April 26, 2008, 12:46:29 AM »
Hi,

i don't nothing about the mod, but i thing, you must delete the following codes:
Code: [Select]
<noscript>
Code: [Select]
</noscript>

KurtW
« Last Edit: April 26, 2008, 06:59:41 AM by KurtW »

Offline -RJ-

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Videos mod
« Reply #2 on: April 26, 2008, 01:57:22 AM »
Yeah, that's right ,) ...
Thx a lot... :lol:

Offline AntiNSA2

  • Hero Member
  • *****
  • Posts: 774
  • As long as I can finish my site before I die.
    • View Profile
    • http://www.thelifephotography.com
Re: Videos mod {SOLVED}
« Reply #3 on: March 03, 2009, 07:26:28 AM »
can you post link to where this mod came from?
As long as I can finish my site before I die.