Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Actionscript Error!

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    5

    Actionscript Error!

    hey everyone, i'm attempting to build a site in flash cs3, but i'm having a few problems.

    i have my index .fla file with a container built into it. i'm trying to link an swf file into the container using the instance name "container", but i can't seem to get the script right. i want it to load on release of a button.

    this is what i think it shoule be, but it's wrong

    on (release) {
    loadMovie("contact.swf")
    }
    the swf is contact.swf. trying to put it into an empty movie clip with an instance name of container. hopefully i explained it well enough for someone to help me!

    thanks for your time

  2. #2

    Re: Actionscript Error!

    You don't have anything telling it to load into container. Assuming this actionscript is associated with a button in a navigation or something like that, which then loads the content into a movie clip, this has worked for as long as I can remember.

    on(release){
    container.loadMovie("contact.swf");
    }

    I'm not using CS3 yet so I can't test this, it does work in Flash 8 (Published for Player 8, ActionScript 2).

    Erik Lutenegger : Web Developer : St. Louis, MO

  3. #3
    Junior Member
    Join Date
    Jun 2007
    Posts
    5

    Re: Actionscript Error!

    thanks alot man! i appreciate it...for the life of me i couldn't figure it out! it works...thanks again!

    kmsmith2

Similar Threads

  1. ActionScript 4
    By Paul Weinstock in forum Flash Discussion Forum
    Replies: 0
    Last Post: 11-28-2008, 09:22 AM
  2. Runtime Error - Line 1 - Error Syntex Error
    By charms987 in forum Graphics & Design Discussion Forum
    Replies: 6
    Last Post: 07-29-2005, 11:56 AM
  3. What is ActionScript?
    By WPW_Feedbot in forum Graphics & Design Discussion Forum
    Replies: 0
    Last Post: 03-01-2005, 09:31 AM
  4. Website actionscript help please!!
    By NorthernMonkey in forum Flash Discussion Forum
    Replies: 1
    Last Post: 09-22-2004, 10:51 AM
  5. Help with ActionScript
    By leandroaliaj in forum Flash Discussion Forum
    Replies: 5
    Last Post: 09-01-2004, 07:19 AM

Posting Permissions

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