Nevermind. I am an idiot. I didn't have my files in the correct folder. On Jan 28, 9:45 pm, popflier <[email protected]> wrote: > I created a 3d papervision carousel based off of the one on > gotoandlearn.com. The swf runs fine using a web browser, but I wanted > to embed it into HTML using Dreamweaver. I discovered SWFObject as I > was trying to learn how to best embed my swf files. I've read through > the documentation and other posts on various forums trying to figure > out why it's not working 100%, but I can't seem to figure it out. The > html loads and I can see the background color of my swf movie, but the > actual carousel with the content doesn't load. I am not receiving any > errors. I've seen other people load in a 3D carousel using > SWFobject, but I don't understand the difference in what they are > doing and what I am doing. Can anyone help? > > An example of a working 3D carousel loaded with SWFObject is > here:http://www.dees-fancydress.co.uk/ > > Here is my code that is on my HTML page. > > [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>nicole-ford.com</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("carousel", "9.0.0"); > </script> > </head> > <body> > <div> > <object > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > width="850" height="675" id="carousel"> > <param name="movie" > value="flashCarousel_5.swf" /> > <!--[if !IE]>--> > <object type="application/x-shockwave-flash" > data="flashCarousel_5.swf" width="850" height="675"> > <!--<![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> > [/CODE] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
