View Single Post
  #7 (permalink)  
Old May 5th, 2008, 23:49
marSoul's Avatar
marSoul marSoul is offline
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 407
Blog Entries: 2
Thanks: 2
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: xml & external link

I have made some changes to your file, test it ...

first i rename your button to gotourl
then i added some functions to your file

Code: Select all
gotourl.onRelease = function() {
    get_url();
}
and

Code: Select all
function get_url() {
    current_url = p;
    getURL(url[current_url]);
}
that security warning is because your are testing your file locally and warns you that this file wants to access internet
its better you upload your file to server and test it
Attached Files
File Type: fla header.fla (114.0 KB, 5 views)
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Reply With Quote