Tom,
Sorry for the delay, I have been out of the office. I have now placed the files at the following url.
http://192.148.195.25/testing_folder/mjr_temp/pause_movie.html
I could not upload all of the content because it has not been released yet.
To see an example that the pause button is not...
Bill
Thank you for the code clarification.
However I put the code in and it still does not stop the movie being called by the function.
on (release) {
stop();
}
on (release) {
_root.container.stop();
}
The first Stop is for the audio in the third level movie and the function in that level...
Bill,
Thank you for the quick reply.
Someone else wrote this code and I'm not sure that I implemented your code correctly because the nested movie still will not stop.
This is how I have changed the code.
on (release) {
stop();
}
on (release) {
this._root.stop()...
I have a nested movie that is called by the following function.
function test(){
_root.createEmptyMovieClip("container",25);
loadMovie("images/5_28.swf", "container");
container._x=15;
container._y = 95;
}
test();
On the base movie I have three control buttons for play, pause, and rewind...
I'm lost...
I have a base movie that contains three buttons (Rewind, Pause, and Start)
The code for the rewind button that sends the base movie to frame 2 which is set to play and then reloads the external movie (images/4_24.swf). works perfectly and is shown below.
on (release) {...
OH MY GOD --- THIS IS JUST UNREAL.
I hope I can learn ActionScript to the point where I can write such code.
Thank you again.
Now I have to figure out exactly what you did.
Have a wonderful Day
Kenneth,
Thank you very much!!!
I guess if I could read I'd get things a lot quicker.
I am not sure how to unload movie1 when I press the movie 2 button and where that code should go?
// Main timeline
// Create clip
this.createEmptyMovieClip("button1", 2);
//Add Text...
I tried laying the code on the main time line but that didn't work and I got the following.
**Error** Scene=Scene 1, layer=nav, frame=1:Line 3: Statement must appear within on/onClipEvent handler
this.createEmptyMovieClip("button1", 2);
**Error** Scene=Scene 1, layer=nav, frame=1:Line 5...
I would greatly appreciate any help on this dilemma.
What I am trying to do is use four movie clips as buttons to load and unload different .swf files into an empty movie clip on the stage.
The first portion of code is what is in my buttons and the second part is what is on my main timeline...
I guess my last post on Apr 6th just confused everyone.
I’ve tried a couple of XML tutorials but the really don't lend themselves to what I am trying to accomplish. Can anyone recommend other's on the web that would be a good place to start learning about XML and Flash?
Thank you in advance.
MJR
I'm trying to develop a Flash based training piece that has 9 sections and between 10 and 15 pages in each section.
The authors want to write one XML file for each section and have that file call 4 text fields and two flash .swf files for each page. I am totally lost and have not worked with...
Hello all,
I’ve created a swf movie that loads when the user clicks on the notepad button in the GUI and out slides a Input Text box for note taking. Within the movie I have print button which prints the complete movie. But what I want is just the notes contained in the input text box to print...
I know it is probably not that difficult to do but, I’m just a novice with Dreamweaver and some how I have to take an Microsoft Access application that currently reads several databases and runs of f of a CD and somehow produce the same thing on the web.
For starters, I really do not have a...
Crazybeans128
Thank you for your reply, your answer is right but I think I asked the question wrong because you still have to click the button on the next movie to advance.
What I am attempting to do here is give the user the option of a Self Guided tour or an Auto run tour. Currently the site...
I have a Flash movie file with a loaded swf file, which contains a next button. When clicked it unloads the current movie and then calls and loads the next movie.
Can I activate button actions on named anchor frame in the 1st swf file from the 2nd swf files Action Script?
The idea here is if...
Below is the code I have in my main movie, which loads the base splash movie on level 2.
loadMovieNum("cc_cover.swf", 10);
loadMovieNum("popupmenu.swf", 8);
loadMovieNum("resources.swf", 11);
loadMovieNum("help.swf", 35);
loadMovieNum("../section_1/01_top01_pg01_splash.swf", 2);
stop()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.