PDA

View Full Version : Image Rotator


embassy
09-22-2005, 02:32 PM
Hi,

I have no skills at all when it comes to Flash and I'm trying to include the image rotator into a content item in Mambo.

Can someone please instruct me how to go about it cos everything is loading fine except for the flash.

I have added this to my html code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="100">
<param name="flash_component" value="ImageViewer.swc">
<param name="movie" value="imageRotator03_final.swf">
<param name="quality" value="high">
<param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Ve rdana',titleFont:'Verdana',showControls:true,frame Show:false,slideDelay:5,captionSize:10,captionColo r:#333333,titleSize:10,transitionsType:'Random',ti tleColor:#333333,slideAutoPlay:true,imageURLs:['img1.jpg','img2.jpg','img3.jpg'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
<embed src="http://nammusic.com/images/stories/frontpage/slide/imageRotator03_final.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Ve rdana',titleFont:'Verdana',showControls:true,frame Show:false,slideDelay:5,captionSize:10,captionColo r:#333333,titleSize:10,transitionsType:'Random',ti tleColor:#333333,slideAutoPlay:false,imageURLs:['img1.jpg','img2.jpg','img3.jpg'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="200" height="100"> </embed>
</object>

The .swf file is at this location on the server:

http://nammusic.com/images/stories/frontpage/slide/imageRotator03_final.swf

Please help!

embassy
09-27-2005, 01:31 AM
I had to set the absolute path to the file on the server in the .fla file, save it as .swf, uploaded the file and then it worked!