Results 1 to 4 of 4

Thread: error while exporting

  1. #1
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default error while exporting

    hello, i don't know much about flash but i get an error while exporting my file.
    **Error** Scene=Scene 1, layer=links, frame=4:Line 1: Syntax error.
    onRelease{

    **Error** Scene=Scene 1, layer=links, frame=4:Line 3: Statement must appear within on handler
    };

    Total ActionScript Errors: 2 Reported Errors: 2
    i had it working and all of a sudden it dones't work now... its a simple link to a website, what is wrong this this?

    The code:
    HTML Code:
    on (release) {
    	getURL("http://www.mydomain.com");
    }

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Different codes..

    post all the AS from the layer you named "links" here and we will have a better look. The error and the code you posted don't seem to be talking about the same spot.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You were right.. that error what not from that code... i figured out which one it was Thanks...

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    No problem
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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