Folks:
I have a string which looks like:
SELECT DISTINCT QUOTE_NO FROM QUOTE_NEW,CONTACT,GENERAL WHERE QUOTE_PRIMARY=CONT_ID AND QUOTE_PRODUCT_TYPE='ACT' AND PROCESS_TYPE IN(n1,n2,n3,n4)
** the n's are integers
The string works as desired if n1 through n4 does not exist in the GENERAL table...
Removing the fader doesn't work.
What I have is a single movie called Scene.swf. This movie is just a series of frames (labeled Scene1 through Scene5) that uses this to load and unload movies (for example, for Frame 2):
unloadMovie ("Scene1.swf");
loadMovie ("Scene2.swf"...
Oldnewbie - I was able to see a couple of crashes actually happen. It seemed to happen during the fadeout, not the timer & redirect.
I have removed the faders in all of the movies for the time being to see if that is the problem.
Thanks again,
Steve
My apologies on the crash - I haven't taken down my system yet...
The code:
Frame 1 (at end of movie)
var LoadTimeEnd = getTimer();
var DelayEnd = 60000;
var DeltaTimeEnd = 0;
FRame 2 [endloop]
var LoadingTimeEnd = getTimer();
DeltaTimeEnd = LoadingTimeEnd - LoadTimeEnd;
if (DeltaTimeEnd >=...
Here's the link - the individual SWF's are still in development.
http://www.frameworkmedia.com/staging/index.html
As for NS - same type crash in 6.2, 4.79 has been running fine.
Good morning:
I have a movie which loads 5 separate SWF into it and plays them consecutively. At movie's end, I have a link which allows to replay the movie. I also have a 60 second delay which replays the movie automatically if the link is not clicked.
The problem - For the...
Folks:
I am wondering how the loading of a movie clip actually functions in Flash. If you call mc's using loadMovie at, for example Frames 10, 20 and 30, are those mc's loaded at each frame, or are they loaded with the top level swf file (frame 1)?
Thanks,
Steve
Gentlefolk:
Thank you for the suggestions. It was actually another problem - I labeled the MC's correctly, but in the wrong keyframe...d'oh!!
Also, thanks for the tips on Frame Labeling and scripting of actions. The piece is working well now.
Have a lovely holiday!
Steve
Folks:
I have a movie with 5 MC's called out on the main timeline. Each MC has an animation that plays on mouseover, which work perfectly. What I would like to do is have each MC play in sequence (left-to-right) if the visitor does not mouseover.
The problem - I can not for the life of me...
To the fellowship:
Greetings. I am developing a tool that has a calculator within Flash that accepts form inputs, completes the calculation, and should pass the calculation result to the proper form input box.
The calculator is within a movie clip. It performs the calculation just fine, but...
Greetings:
I am trying to create a button (soon to be buttons) where I'd like to control what happens on rollout off the button. For example, my button is a simple rectangle. If I rollOff either the left, Top , or right side of the button, I want to go to another frame. If I rolloff the...
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.