Thank you for your time. 1. Because I'm such a novice, I'm not sure what you mean by swfobject.js is not found. I did generate the code and pasted it into my html snippet on iWeb... it also worked on all browsers except IE. 2. adding the following (depending on where 'I' have the swfobject) <script src="/Waxlander_Gallery/Home_files/swfobject.js" type="text/javascript"></script>
- I am not sure where I have the swfobject? This is my generated code.... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("Waxlander Thumbnails 100pixels", "9.0.0"); </script> </head> <body> <div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="2700" height="400" id="Waxlander Thumbnails 100pixels"> <param name="movie" value="Waxlander Thumbnails 100pixels.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="Waxlander Thumbnails 100pixels.swf" width="2700" height="400"> <!--<![endif]--> <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" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </body> </html> I created the file at 2700 wide to fit all 26 thumbnail images in flash, but reduce it in iWeb when I paste it. Thank you for the additional information about caps and spaces... that is good to know. And thank you for your time. -novice On Mar 26, 12:39 am, Sam Sherlock <[email protected]> wrote: > the swfobject js is not found. > > adding the following (depending on where you have the swfobject) > <script src="/Waxlander_Gallery/Home_files/swfobject.js" > type="text/javascript"></script> > > also the syntax your using is swfobject 1.5 (its completely different to > 2.x) > > this is amended from my project > > var flashvars = {}; > var params = {}; > params.bgcolor = "#333333"; > params.base = "./"; > var attributes = {}; > swfobject.embedSWF("Waxlander Thumbnails 100pixels.swf", > "ticker", "2700", "400", "7.0.0", false, flashvars, params, attributes); > > have seen the follow up message also I have put your specifics in there, so > that will give you something to start with - I have some additional advice > > don't use spaces in files names - use lowercase letters also (this can save > headaches) I would do the same with directories also your using underscores > - but I would not use uppercase letters your server may distinguish between > them and local machine not > > is 2700 the width? - thats huge. Post back if you still having issues > > - S > > 2009/3/26 Adobevision <[email protected]> > > > eb, I've inserted the html snippet and pasted the html code of my > > 'scrolling thumbnails' and in the code > > replaced the 'mymovie.swf' with the name of my flash file which is.... > > Waxlander Thumbnails 100pixels.swf. > > > The problem is some IE will not load the thumbnails and a blank white > > space will appear. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
