I'm using a Flex menu in one frame and HTML in the other. When a user
clicks on a button in my Flex app I would like to load a new page in
the right html frame.

I've been studying the ExternalInterface API and the NavigateToUrl
class. Is there a way to do something like this:

function loadNewPageInRightFrame() {

     
ExternalInterface.call('window.location.top.some_frame.whatever.url="'+myUrl'")

}

Why don't I put the javascript function on the page. Its more work
that I'd rather not do. I also see myself using more stuff like this
so I dont want to have to write javascript functions all the time.
Blah blah blah. It all boils down to I'm lazy or too busy to write
JavaScript functions when if its possiple, I can run the code right in
my Flex app.

Judah


--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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