A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Button Problems

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    1

    Button Problems

    I need some help please

    What i am trying to do is when i click a button i want it to get the link information from an external source either a txt file or an xml doc..

    so it will make life easier when i just need to edit the links i can edit the external file rather than the .swf


    cheers

    ..i did find a simple topic on the forums to this, but it made no sense i need it in basic terms :P

  2. #2

  3. #3
    purple lizard
    Join Date
    Jan 2007
    Location
    somewhere in the world
    Posts
    85
    Well, to make a hyperlink,

    on (release) {
    getURL("http://www.my-website.com", "blank");
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center