There is nothing in SWFObject stopping you from embedding more than 1 swf on the page.
There must be something specific in your implementation like: - the "Nav" div id not existing - the path your your swf for the "Nav" div is incorrect etc If you post a link to your page, we can more easily see what is going on. Aran On Tue, Jun 16, 2009 at 11:32 AM, nickelcan <[email protected]>wrote: > > I'm having trouble displaying 2 flash files in IE 7 or earlier. The > first object registered will display but the 2nd won't. I'm > registering them both at the same time, i.e. > > <script type="text/javascript"> > swfobject.registerObject("HomeFeature", "9.0.0", "<?php bloginfo > ('template_directory'); ?>/images/expressInstall.swf"); > swfobject.registerObject("Nav", "9.0.0", "<?php bloginfo > ('template_directory'); ?>/images/expressInstall.swf"); > </script> > > Has anyone else had this problem? Would love some feedback. > > Thanks, > > Nick > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
