You should make all of your SWFObject declarations and includes in the <head>.
Dreamweaver doesn't seem to expose where is it grabs / generates its SWFObject_modified.js file. It is also a bit of a bummer that it uses an uncompressed version of the file which means the file ends up at 22kb rather than the 10kb we work hard to keep the library down to. After you save your HTML file, Dreamweaver prompts you to save both the .js and expressinstall.swf to your local project location, so after that happens, you can just overwrite the .js with v2.2 (either changing the name to match what Dreamweaver expects or changing it to swfobject.js in your HTML page). <EDIT> - the swfobject_modified.js (on windows) comes from: C:\program files\Adobe\Adobe Dreamweaver CS4\configuration\Shared\Flash). I have swapped the original file for the compressed v2.2 file, and all is working. Cheers, Aran On Sat, Jul 11, 2009 at 3:24 AM, Mavi <[email protected]> wrote: > > .... and... does it matter if i register my swfobjects in the head or > the bottom of the page? > > Thanx > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
