User Profile

Collapse

Profile Sidebar

Collapse
korsten
korsten
Last Activity: Feb 28 '08, 06:53 PM
Joined: Feb 22 '08
Location: South Africa
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I did that step by step like they said but i tried to put the AS in the buttons action, but it told me it isn't legit.
    Code:
    form.loadVariables("email.php", "POST");
    
    &
    
    onClipEvent(data){
    
       _root.nextFrame();
    
    }
    So i created a new layer "actions"
    I also created a "email.php" file (to import the code...
    See more | Go to post

    Leave a comment:


  • i did exactly what you did, changed the <instance name> to btn.
    I inserted this in the "as" layer on the first frame.

    now it looks like this.
    btn.onRelease = function(){
    getURL("mailto: cbistands@gmail .com");
    }

    Now, i press Ctrl+enter and the 'animation' starts.

    When i click on the <instance:btn > nothing happens. No errors, no nothing. The other...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...