Forum Moderators: open
Just click on either "WATCH THE VIDEO" or "WATCH PREVIEW VIDEO" and a popup window will open to the video.
The computer I have that DOESN'T show the video has Flash 10 installed.
Please advise.
Thanks.
[edited by: eelixduppy at 12:43 pm (utc) on Dec. 7, 2008]
[edit reason] no URLs, please [/edit]
This code is compliant and did work. I finally got the flash to work by using the old html code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"
width="770" height="270" id="banner1">
<param name="movie"
value="images/banner1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="images/banner1.swf" quality="high" bgcolor="#ffffff"
width="770" height="270"
name="banner1" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
but this code is nasty, bulky and non xhtml.
Anyone got any ideas what the problem could be? It seems according to the original post by newseed that 10% of the clients out there were not seeing flash on theirs. Could this be a bug in flash 10?
newseed..is your site in xhtml?
but this code is nasty, bulky and non xhtml.
Other than www.example.com/v/123456789 being 'made up', the following is valid HTML 4 STRICT
<object type="application/x-shockwave-flash"
data="http://www.example.com/v/123456789&hl=en&fs=1"
width="400"
height="300"
id="VideoPlayback">
<param name="movie"
value="http://www.example.com/v/123456789&hl=en&fs=1">
<param name="allowScriptAcess"
value="sameDomain">
<param name="quality"
value="best">
<param name="bgcolor"
value="#fff">
<param name="scale"
value="noScale">
<param name="salign"
value="TL">
<param name="FlashVars"
value="playerMode=embedded">
</object>
<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
data="images/banner1.swf" width="770" height="270">
<!-- <![endif]-->
cheers!
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="770" height="270">
<param name="movie" value="images/banner1.swf" />
<!--><!--dgx-->
<param name="loop" value="true" />
<param name="menu" value="false" />
</object>
<!-- <![endif]-->