View Single Post
  #1 (permalink)  
Old 06-23-2007, 05:38 AM
kmsmith2 kmsmith2 is offline
WebProWorld New Member
 
Join Date: Jun 2007
Location: lynchburg, va, suffolk, va
Posts: 5
kmsmith2 RepRank 0
Default 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
Reply With Quote