thomasoa
August 26th, 2008, 03:31 PM
Hello - i am needing to do flash vars and have used the tutorial with this code
if (movie==1 or movie=="") {
trace("default");
}
if (movie==2) {
getURL("http://www.yahoo.com");
}
what do i need to do to the html to make this work?
thanks
amanda
if (movie==1 or movie=="") {
trace("default");
}
if (movie==2) {
getURL("http://www.yahoo.com");
}
what do i need to do to the html to make this work?
thanks
amanda