navigateToURL () function   public function navigateToURL(request:
URLRequest<http://127.0.0.1:54028/help/topic/com.adobe.flexbuilder.help/langref/flash/net/URLRequest.html>,
window:String<http://127.0.0.1:54028/help/topic/com.adobe.flexbuilder.help/langref/String.html>=
null):
void<http://127.0.0.1:54028/help/topic/com.adobe.flexbuilder.help/langref/specialTypes.html#void>

Opens or replaces a window in the application that contains the Flash Player
container (usually a browser).

*Note:* For *local* content running in a browser, calls to the
navigateToURL() method that specify a "javascript:" pseudo-protocol (via a
URLRequest object passed as the first parameter) are only permitted if the
SWF file and the containing web page (if there is one) are in the
local-trusted security sandbox. Some browsers do not support using the
javascript protocol with the navigateToURL() method. Instead, consider using
the call() method of the ExternalInterface API to invoke JavaScript methods
within the enclosing HTML page.


On Wed, Apr 8, 2009 at 4:33 PM, Sreenivas........... <
[email protected]> wrote:

> Yeah it's possible sindhu,
> By using navigateToURL(new URLRequest("http://www.google.com","_new";));
> Instead of http://www.google.com, you can give your mxml file (For example
> "sample.html").
>
> Thanks & Regards,
> Srinivas,
> 9945081041,
> Bangalore.
>
>
> On Wed, Apr 8, 2009 at 10:55 AM, Sindhu <[email protected]> wrote:
>
>>
>> Can someone please tell me if it's possible to navigate from one mxml
>> file to another with the click of a button....
>> Thank You,
>> Sindhu.
>>
>>
>>
>
> >
>


-- 
Thanks & Regards,

Jagan Mady's

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to