Flash not showing up on page but works through direct link
so inserted flash object dreamweaver page.
the flash works fine direct link here works: http://www.abbottsports.com/tennis/flash/tennismenu.swf
but when visit page: http://abbottsports.com/tennis/adulttennis.php
it's blank space.
here flash code:
<object id="flashid2" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="597" height="115">
<param name="movie" value="flash/tennismenu.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
<!-- param tag prompts users flash player 6.0 r65 , higher download latest version of flash player. delete if don’t want users see prompt. -->
<param name="expressinstall" value="/htdocs/scripts/expressinstall.swf" />
<!-- next object tag non-ie browsers. hide ie using iecc. -->
<!--[if !ie]>-->
<object type="application/x-shockwave-flash" data="flash/tennismenu.swf" width="597" height="115">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
<param name="expressinstall" value="/htdocs/scripts/expressinstall.swf" />
<!-- browser displays following alternative content users flash player 6.0 , older. -->
<div>
<h4>content on page requires newer version of adobe flash player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="get adobe flash player" width="112" height="33" /></a></p>
</div>
<!--[if !ie]>-->
</object>
<!--<![endif]-->
</object>
lots of conflicting info here.
the page linked using different .swf:
<param name="movie" value="flash/topslideshowtennis.swf" />
which calls swfversion (actually means flash version use)
<param name="swfversion" value="6.0.65.0" />
which really, old version.. not sure if works.... change version 10.
since have .swf in different folder html web page, there pathing problems if flash uses external files ... images or .xml files. there other flash related files besides .swf? else in "flash" folder?
your code posted above won't work either
<param name="swfversion" value="15.0.0.0" />
there no flash player version 15 (yet)... change version 10 also.
then there matter of coding errors on page... of there many!
validate code here:
best wishes,
adninjastrator
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment