Question
Adding button
from a button in my flash file I wan to basicly create another button and give it a URL and place it at cordinate specified.
Basicly I want my script on button A to do the following.
_root.Create a button -- Name it "download Doc for example" give it a URL link " getURL(..//lesson2) and place this button at x=100 Y =200
I'm not sure how to write this in AS.