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) {...
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...
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.