Society of Robots - Robot Forum

General Misc => Misc => Topic started by: vijuram on May 15, 2008, 05:44:44 PM

Title: Could not embed youtube videos
Post by: vijuram on May 15, 2008, 05:44:44 PM
Hi
    I tried embedding my youtube videos as per the instructions but always seeing the empty space there but the same when I tried in a local html page it works fine. Any ideas would be appreciated.

Thanks
Vijay
Title: Re: Could not embed youtube videos
Post by: airman00 on May 15, 2008, 06:59:06 PM
give me the youtube link ot the video and ill show u how to do it
Title: Re: Could not embed youtube videos
Post by: vijuram on May 16, 2008, 04:30:54 PM
Here you go->

http://www.youtube.com/watch?v=AVghsPP_Rn4


Embed:

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AVghsPP_Rn4&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/AVghsPP_Rn4&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

Thanks for your time. I appreciate this.
Vijay
Title: Re: Could not embed youtube videos
Post by: Admin on May 18, 2008, 09:51:21 AM
I was upgrading the forum yesterday and had issues with youtube:
http://www.societyofrobots.com/robotforum/index.php?topic=4158.0

Its all 'fixed' for now. Let me know if you have further issues with it.

Instructions:
http://www.societyofrobots.com/robotforum/index.php?topic=2037.0
Title: Re: Could not embed youtube videos
Post by: airman00 on May 18, 2008, 12:34:36 PM
[youtube]AVghsPP_Rn4
[/youtube]

the code is {youtube}AVghsPP_Rn4{/youtube}

replace the { and } with [ and ] , respectively
Title: Re: Could not embed youtube videos
Post by: vijuram on May 19, 2008, 04:39:36 PM
Though it appears here the video does not appear on the page. It simply displays a white image. It would be great if you could send me the HTML code and I will try exactly and let you know. Thanks for your response. I really appreciate your help.

Thanks
Vijay
Title: Re: Could not embed youtube videos
Post by: Admin on May 19, 2008, 07:05:00 PM
Can you view videos normally at youtube.com?

I suspect you don't have flash installed . . .

try this code:

Code: [Select]
[youtube]V7v_RbRINLw[/youtube]
Title: Re: Could not embed youtube videos
Post by: vijuram on May 20, 2008, 04:27:30 PM
I tried that still it does not show. Here is my article "Convert a DVD case to Robot!" where you can see the code you gave me converted to a string.
I have the flash installed and no problem in seeing youtube videos and other videos. For e.g. I tried copying the code into a separate .html file and I am able to see the video in the browser. Am I missing something?

<p>
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AVghsPP_Rn4&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/AVghsPP_Rn4&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</p>

Title: Re: Could not embed youtube videos
Post by: Admin on May 21, 2008, 02:44:07 PM
Are you sure this is exactly the code you tried?

Code: [Select]
[youtube]AVghsPP_Rn4[/youtube]
Otherwise, no idea . . . :-\