Is there a way to generate the url link in the hit state of a button (an animated button, not a text link url) in a swf using a dynamically generated txt file?
For example in a swf I have an animated button with this code below in it so it loads page2.html. Is there a way to dynamically load the url path (page2.html) so if you needed to update the url you could open up the txt file and make the edit there rather then opening up each flash file to update/edit the url?
on (press) {
getURL("page2.html");
}
any help would be great.
thanks!
For example in a swf I have an animated button with this code below in it so it loads page2.html. Is there a way to dynamically load the url path (page2.html) so if you needed to update the url you could open up the txt file and make the edit there rather then opening up each flash file to update/edit the url?
on (press) {
getURL("page2.html");
}
any help would be great.
thanks!