A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: problems with URL in browser

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    6
    Where should I place this PHP code? I am using 3DFA 3.72.
    Thanks

  2. #2
    Member
    Join Date
    Jul 2007
    Posts
    91
    This is a AS2. Use this script in a "Movie script".

    Code:
    button = element ("button");
    
    button.onRelease = function() 
    { 
    getURL("http://www.3dfa.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