Don't know JSP, but assume you can do the same thing.  Just use an 
HTTPRequest (or WebService or RemoteObject if that's yo' thang).

// server

<?php
echo("http://www.someurl.com";);
?>

// client

- make HTTPRequest to that page
- the result will have the url

var theURL:String = event.result;
mx.core.Application.getURL(theURL, "_top");

----- Original Message ----- 
From: "Libby" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 10, 2006 5:44 PM
Subject: [flexcoders] Re: Exiting or transferring out of Flash Player


That was it. Thank you. Is it possible to send this command from the
server side, through the flash gateway, in order not to have the URL
coded in the client?


--- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> mx.core.Application.getURL ( "serverURL", "_self");
>
> ...I think it's _self... not sure.  Anyway, try that.
>
> ----- Original Message ----- 
> From: "Libby" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, July 10, 2006 3:42 PM
> Subject: [flexcoders] Exiting or transferring out of Flash Player
>
>
> Flex 1.5
> I know this is heresy to you guys : )  but I was wondering if there is
> a way to shut down the currently running Flex app without closing the
> browser (preferred), or programatically closing the browser from
> within the Flex app? Currently I am trying to redirect to a jsp, and I
> get an exception from the gateway, "Request received was not
> Flash-based (not of the binary AMF protocol)."
>
> Thanks,
> Libby
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links








------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to