Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by skrause

  1. skrause

    Stumped on Operators

    Terry: Your suggestion was spot on! Thanks for the help. Steve
  2. skrause

    Stumped on Operators

    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...
  3. skrause

    Browser Crash with Load & UnloadMovie (IE 5.x)

    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&quot...
  4. skrause

    Browser Crash with Load & UnloadMovie (IE 5.x)

    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
  5. skrause

    Browser Crash with Load & UnloadMovie (IE 5.x)

    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 >=...
  6. skrause

    Browser Crash with Load & UnloadMovie (IE 5.x)

    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.
  7. skrause

    Browser Crash with Load & UnloadMovie (IE 5.x)

    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...
  8. skrause

    Question about Load Movie...

    Yes, you are correct! It's been a long day. Thanks for the answer.
  9. skrause

    Question about Load Movie...

    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
  10. skrause

    TellTarget & With Blues

    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
  11. skrause

    TellTarget & With Blues

    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...
  12. skrause

    Passing Variables from MC's to main scene

    old: I set the variable as you described within the MC, using a button click inside the MC to set it. Thanks for the tip! Steve
  13. skrause

    Passing Variables from MC's to main scene

    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...
  14. skrause

    Controlling Rollout Question

    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...
  15. skrause

    NaN when incrementing

    Harold: That was the problem - and it was pretty blatant after you mentioned it. Thanks for the help. Steve

Part and Inventory Search

Back
Top