Question
getURL(varLink01, "_self"); variable not passing???
i'm passing varLink01 from PHP to a flash file no problem (it
loads into a dynamic text field fine).
but when i try and load this variable to the getURL command the link is not working, the flash takes me to a "page not found." here is my code:
DECLARE VAR
var passed:String = varLink01;
(different layer, same frame)
ACTION SCRIPT
on (release) {
getURL(varLink01, "_self");
}
i've put hours into this.... any help???
Thanks, Joe
but when i try and load this variable to the getURL command the link is not working, the flash takes me to a "page not found." here is my code:
DECLARE VAR
var passed:String = varLink01;
(different layer, same frame)
ACTION SCRIPT
on (release) {
getURL(varLink01, "_self");
}
i've put hours into this.... any help???
Thanks, Joe