So it WOULD seem to me that something like this would be simple, but I guess not!
I have a flash movie with a button and that button clicks to a url, so my script looks like this:
This works.
But I have THE SAME url linking on my site with a class attached, to make it popup with a lightbox and that looks like this:
My question is, HOW do I apply that class to my Flash button url?
The script is AS1.
ANY help would be great at this point.
Thanks
B
xxx
I have a flash movie with a button and that button clicks to a url, so my script looks like this:
Code:
on (release) {
getURL("http://www.angelcy.biz/index.php/atcc/get-a-quote");
}
This works.
But I have THE SAME url linking on my site with a class attached, to make it popup with a lightbox and that looks like this:
Code:
"http://form.myjotform.com/form/20872644838564" class="jcepopup"
My question is, HOW do I apply that class to my Flash button url?
The script is AS1.
ANY help would be great at this point.
Thanks
B
xxx