<font face="arial" size="2">I basically load smaller flash files into holders inside of the main flash file, and usually from those or the main file I can do a geturl and call the launchwin javascript function that is in the HTML file. You can my site at www.godsmac.com.......even though it is temporarily switched back to using the regular embed right now so the mp3 library popup link opens (inside of the Ways to Listen box). Thanks for your response!<br /><br />Gabe Taviano<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <hr align="center" size="2" width="100%" />
                                <b>From</b>: Geoff Stearns <geoff@deconcept.com><br /><b>Sent</b>: Thursday, August 24, 2006 1:41 PM<br /><b>To</b>: swfobject@lists.deconcept.com<br /><b>Subject</b>: Re: [SWFObject] Javascript Conflict</font>
                <br />
                <br />i'm not sure i understand completely:<br /><br />are you opening the window from within the flash file? is the swf on  <br />the same server as the html page?<br /><br /><br /><br /><br />On Aug 24, 2006, at 2:33 PM, Taviano Mail wrote:<br /><br />> I have been using the regular embed tag along with the script below  <br />> (to launch a new window), but now that I have converted sites over  <br />> to the new swfobject.js workaround the new window script doesn't  <br />> work anymore. Is it the liveconnect=true thing that I need to  <br />> enable, or have you seen this conflict before? Thanks!<br />><br />> Gabe Taviano<br />><br />> <script language="JavaScript"></script><br />> var newwin;<br />> function launchwin(winurl,winname,winfeatures)<br />> {<br />>       //This launches a new window and then<br />>   //focuses it if window.focus() is supported.<br />>    newwin = window.open(winurl,winname,winfeatures);<br />><br />>       if(javascript_version > 1.0)<br />>         {<br />>               //delay a bit here because IE4 encounters errors<br />>                //when trying to focus a recently opened window<br />>                 setTimeout('newwin.focus();',250);<br />>      }<br />> }<br />> SCRIPT><br />><br />> _______________________________________________<br />> SWFObject mailing list<br />> SWFObject@lists.deconcept.com<br />> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com<br /><br />_______________________________________________<br />SWFObject mailing list<br />SWFObject@lists.deconcept.com<br />http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com<br /><br />