Log in

View Full Version : YouTube embed and 3.6


hinch
08-16-2006, 04:45 PM
Has anyone got a bb code replacement for youtube working with vb3.6 I tried to set one up today only I just get a white square instead of the video embedding properly.

example:

http://www.youtube.com/watch?v=7tEkKhMVoS4

to be replaced by

<object width="425" height="350"><param name="movie" value="{param}"></param><embed src="{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

and this is the string from the generated html
now to me this looks correct however it simply refuses to display the actual player

<!-- message -->
<div id="post_message_78147"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=7tEkKhMVoS4"></param><embed src="http://www.youtube.com/watch?v=7tEkKhMVoS4" type="application/x-shockwave-flash" width="425" height="350"></embed></object></div>
<!-- / message -->

anybody else had any problems with this or anyone got any clues ?

Nxs
08-16-2006, 04:56 PM
Has anyone got a bb code replacement for youtube working with vb3.6 I tried to set one up today only I just get a white square instead of the video embedding properly.

example:

http://www.youtube.com/watch?v=7tEkKhMVoS4


http://www.youtube.com/v/7tEkKhMVoS4

works with the code you posted above, looks like your trying to embed a web page - as a movie object - which wont work :)

hinch
08-16-2006, 05:01 PM
yup appears to work fine

thanks alot was me being a monkey

MajorFm.com
08-16-2006, 06:25 PM
How did you do this, please tell me so i can do this on my forum!

Nxs
08-16-2006, 08:46 PM
How did you do this, please tell me so i can do this on my forum!


https://vborg.vbsupport.ru/showthread.php?t=111386

MajorFm.com
08-20-2006, 05:27 PM
^^^ Thanks!

Senn
08-25-2006, 02:29 PM
https://vborg.vbsupport.ru/showthread.php?t=111386

Works perfect! Thanks :)