i don't see any glaring errors. some notes: - you're missing the closing tag for <div id="nojs"> - you're using SWFObject 2.1; the latest version is 2.2 - you have some unnecessary <param> elements (these values are all set to the default, which means they don't need to be specified):
<param name="play" value="true" /> <param name="loop" value="true" /> <param name="quality" value="high" /> <param name="wmode" value="window" /> <param name="allowfullscreen" value="false" /> do you see the expressinstall prompt when you view this demo page? http://demos.learnswfobject.com/express-install/static.html - philip On Sat, Feb 20, 2010 at 5:41 PM, bobbietodd <[email protected]> wrote: > I am probably making a stupid mistake and just don't see it, but I > cannot get expressInstall to work on my site. I THOUGHT I had > followed all the tutorials exactly, but something is wrong. > > You can go to http://www.rob-phelps.com (a work in progress) to see my > source code. The expressInstall.swf is located in the same directory > as the preloader.swf on the main level on my site. I currently have > Flash 8.0.42 installed on FF 3.5.8. Instead of expressInstall > detecting my old version of Flash, the player attempts to play the > file, unsuccessfully - repeatedly looping the loading animation. > > I know I am new to all this, but could someone please help?! > > -- > 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]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- 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.
