don't worry, that's not an unusual request, that's pretty much always been a
feature of flash.  Like muzak said, use sendAndLoad().  You don't absolutely
have to catch any return values from the server if you don't want to, but
most people would at least like to check to make sure that everything went
ok.

On 9/26/06, Muzak <[EMAIL PROTECTED]> wrote:

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: <flashcoders@chattyfig.figleaf.com>
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to