The SWF file works pefectly fine in the previewer but on the site the file doesnt. If the file was working properly it would be seen under the "Integration Specialists" header. Can somebody please point me in the right direction??
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="90">
<param name="movie" value="Logos.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="11.0.0.0">
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="../../../Scripts/expressInstall.swf">
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="Logos.swf" width="150" height="90">
<!--<![endif]-->
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="11.0.0.0">
<param name="expressinstall" value="../../../Scripts/expressInstall.swf">
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a 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.g if" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Try uploading this page again.
http://e-supplylink.com/services.htm
I don't see Flash code anywhere on that page.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
The code posted above is not the code used on that page:
Above shows:
<param name="movie" value="Logos.swf">
and
data="Logos.swf
while code on page has this path to the .swf:
<param name="movie" value="../raw images/flash/Logos.swf">
and
data="../raw images/flash/Logos.swf"
see the diff?
And as Martin pointed out, the path to the express install (which can install the flash pluggin) is most like wrong also. But, you really don't even need to use that. But you do need to get the path to Logos.swf right.
http://e-supplylink.com/Logos.swf
is the correct path by the way (the code you posted above...Not what's on the site).
Adninjastrator
North America
Europe, Middle East and Africa
Asia Pacific