Tried the docs? <quote> A successful send() method call will always open a new browser window or replace content in an existing window or frame. If you would rather send information to a server and continue playing your SWF file without opening a new window or replacing content in a window or frame, then you should use LoadVars.sendAndLoad(). </quote>
----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 26, 2006 10:55 PM Subject: [Flashcoders] Q:LoadVars send WITHOUT refreshing the browser > Hi > Currently working on a simple flash form using LoadVars object. > > However, I have an unusual request in that I'm not supposed to refresh the > browser window at all after the send command. > I currently have: > > this.myloadvars.send(myFilepath, "_self", "GET"); > > but this causes the browser window to refresh. I don't want to target a blank > window either. > > How do I change the above to NOT target any browser window? > > Thanks in advance _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

