If you are really keen to use the old 1.x for some reason, I'd check out Geoff's example page, and then modify that source once you have established that it is working for you:
http://blog.deconcept.com/swfobject/expressinstall.html <http://blog.deconcept.com/swfobject/expressinstall.html>Aran On Tue, Dec 8, 2009 at 3:50 AM, Sam Sherlock <[email protected]> wrote: > Not sure how you do this with 1.x - a long time sice I used that version - > though I am sure it can be don > > with 2.x you just set the arg to false with dynamic & omitt it with static > version of swfobject > > or in either case leave it unticked when generating the code > http://www.bobbyvandersluis.com/swfobject/generator/index.html > > - S > > > > > 2009/12/7 Jake <[email protected]> > > Here's the embed script: >> >> <script type="text/javascript"><!-- >> var soPlayer = new SWFObject("wp-content/themes/insgfx/image- >> viewer.swf?theEntry=<?php echo $custom_field_query_string; ?>", "image- >> viewer", "780", "414", "10", "#FFFFFF"); >> soPlayer.addParam("allowScriptAccess", "always"); >> soPlayer.addParam("wmode", "transparent"); >> //soPlayer.useExpressInstall('expressInstall.swf'); >> soPlayer.write("flash-container"); >> //--> >> </script> >> >> You see I have the express install commented out. When I put it in, I >> lose the swf. I've put the expressInstall.swf in every folder I can >> think of, but nothing works short of commenting it out. Any ideas? >> >> -- >> >> 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]<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.
