bikerdude on 22/2/2010 at 20:25
ok, why am I having problems embeding flash videos, in this case from youtube..?
I get the following shown in the post -
******** class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/Ho9TmMKb67g">
Instead of the video being embedded in the post...
:confused:
Ulukai on 22/2/2010 at 21:22
I'm guessing because Dave prefers us not to be spammed with auto-start flash versions of the goat master
bikerdude on 22/2/2010 at 21:41
Quote Posted by Ulukai
I'm guessing because Dave prefers us not to be spammed with auto-start flash versions of the goat master
Which would make sense if the video were cached on ttlg's server, or effect ttlg.com's bandwidth...
Ulukai on 22/2/2010 at 21:54
I hardly think bandwidth is the primary reason for preventing embedded flash video.
Enchantermon on 22/2/2010 at 22:36
If you remove the object tags from YouTube's embed code, it works.
<param name="movie" value="http://www.youtube-nocookie.com/v/0MRmxfLuNto&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/0MRmxfLuNto&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
And no, the video is not a jab at you, it's just the first thing that came to mind.
bikerdude on 23/2/2010 at 12:03
Quote Posted by Enchantermon
If you remove the object tags from YouTube's embed code, it works.
ta, Ill try that.