Question
Can I read the current url with AS3?
I was working on a project and was wondering if it is
possible to read the current URL and adjust the positioning of an
item in my Flash Object based on that.
Example:
I click a link and load "thesite.com/page_15.html"
I store that URL in a variable and write an if, then, else statement that reads the variable and decides what myPosition is.
When my movie loads I state:
myObject.y==myPositionY
myObject.x==myPositionX
Thanks for the help, moving to ActionScript 3 has been a blast so far.
Example:
I click a link and load "thesite.com/page_15.html"
I store that URL in a variable and write an if, then, else statement that reads the variable and decides what myPosition is.
When my movie loads I state:
myObject.y==myPositionY
myObject.x==myPositionX
Thanks for the help, moving to ActionScript 3 has been a blast so far.