Site Issue

Status
Not open for further replies.

zenyora

Daemon Poster
Messages
591
So i am trying to add the JW Image rotator to my page(JW Image Rotator | LongTail Video | Home of the JW Player), i fallowed the guide and added the embed code
Code:
<div id="apDiv1">
<embed
src="imagerotator.swf"
width="470"
height="160"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=imagerotator.xml&transition=blocks"
/>
</div>


but i keep getting plugin missing in Dreamweaver. so i tried to drag and drop it in design mode and this is how my code looks
Code:
<div id="apDiv1">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="507" height="189" id="FlashID" title="ImageRotator">
<param name="movie" value="../imagerotator/imagerotator.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.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="../imagerotator/imagerotator.swf" width="507" height="189">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.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.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>


when i preview i see it working but no images , any idea whats going on ?
 
Have you tried it in your browser or are you only using DW preview?

The preview function is extremely limited and half the time flat out doesn't work. You might want to try uploading it to a server and viewing it on a browser and see if it works properly then.
 
sorry for the late reply , i was out of town and just got back. i am going to get my hosting today and i will give it a try. anyway if i am still stuck ill post again .Thanks Beaz
 
Status
Not open for further replies.
Back
Top Bottom