View Single Post
Old 11-28-2011, 09:16 PM   PM User | #1
bon_t
New Coder

 
Join Date: Jul 2010
Posts: 32
Thanks: 1
Thanked 0 Times in 0 Posts
bon_t is an unknown quantity at this point
How to access url

Hello,

I'm using Flex 4, ActionScript 3.

In my application, I have a Help menu bar item, with Documentation as a sub-item.

My documentation is an html file, and it is deployed as part of the application, and hence will have a relative path to the application.

I want to display the content of this html file when you choose Help -> Documentation.

I tried Googling "flex access url" but the links are about accessing variables in url fragments.

How can I just access the url itself to display the contents of the file?

Thanks!
Bon :-D
bon_t is offline   Reply With Quote