CUBALIBRAS
Technical User
ok, I've read a lot on here an there are some very knowledgable people here so I'm hoping you can help me.
I am no expert in flash (I'm using MX)so I'll try to be accurate for you.
I have a page named index, and as this is loading I've placed action script in the timelime to load a swf into level 1
loadMovieNum("homepage.swf", 1);
this works fine, so does the stop action at the end of the timeline.
I then have buttons which have been converted to button symbols, one of which is named services. I then try to attach the loadmovie action to this, but when i run the movie by using either ctrl + enter or the swf published but it won't work. Here is the code
on (release) {
loadMovieNum("services.swf", 1);
}
I noticed that the 'a' that denotes the action is attached to the frame does'nt appear but when I go away and click on the services button and open action script, it states Actions - Button (actions for services).
This has happened before, I read that by entering level 1 the new movie would 'kick out' the current movie.
All the fla, swf, and html reside in the same folder.
What am I doing wrong ???
Thanks in advance
I am no expert in flash (I'm using MX)so I'll try to be accurate for you.
I have a page named index, and as this is loading I've placed action script in the timelime to load a swf into level 1
loadMovieNum("homepage.swf", 1);
this works fine, so does the stop action at the end of the timeline.
I then have buttons which have been converted to button symbols, one of which is named services. I then try to attach the loadmovie action to this, but when i run the movie by using either ctrl + enter or the swf published but it won't work. Here is the code
on (release) {
loadMovieNum("services.swf", 1);
}
I noticed that the 'a' that denotes the action is attached to the frame does'nt appear but when I go away and click on the services button and open action script, it states Actions - Button (actions for services).
This has happened before, I read that by entering level 1 the new movie would 'kick out' the current movie.
All the fla, swf, and html reside in the same folder.
What am I doing wrong ???
Thanks in advance