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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Hskrdoo

    Loading random movie clips

    I put the code in the first frame of a blank loader movie and I renamed all of my swfs to match the code, but it's still not working. None of the movies will load. Am I missing something?
  2. Hskrdoo

    Loading random movie clips

    I have about 20 .swfs that reside in the same folder. How do I get all 20 swfs to randomly load into an html page? They are training quotes that fade in and fade out and i just need them to cycle randomly. Any suggestion would be greatly appreciated.
  3. Hskrdoo

    opening a browser window with a hyperlink

    I want to be able to use a hyperlink to open a browser window. But I also want to specify the size of the window. I know this is possible using the behaviors window but if you tell text to open a new browser window, it will not change the color of the text or place an underline beneath it. I...
  4. Hskrdoo

    printing site structure

    Is there a way to print the site structure from within Dreamweaver. It sure would save me alot of time. Any help is greatly appreciated.
  5. Hskrdoo

    Pop Up Windows

    Thanks! Works like a charm. I knew there was a way to do it.
  6. Hskrdoo

    Pop Up Windows

    I have a glossary and each term is a hyperlink. When the user clicks a term, the definition appears in a separate pop up window. But the problem is that if there are 20 hyperlinks, 20 separate windows appear. Is there a way to make all the definitions appear in one pop up window?
  7. Hskrdoo

    validating input text

    I have a quick question. I have a password input box. The user must type the word "hickory" and press ENTER in order to proceed. I don't care if the word is in all caps or a combination of uppercase and lowercase. I just want Flash to make sure the word "hickory" is typed...
  8. Hskrdoo

    checking multiple conditions

    That worked perfectly! Thanks!
  9. Hskrdoo

    checking multiple conditions

    I have a question that probably has a pretty simple answer, I just can't come up with it. I have a movie clip offstage that says: onClipEvent (keyDown) { tellTarget ("_root") { if (Key.getCode() == 112) { play (); This says that if the user press F1, play...
  10. Hskrdoo

    My flash cursor

    I don't think that there is any way to change the color of the cursor so you'll just have to change the background that it appears on. I've run into the same problem and I just make my background grey or white when I need the user to see the cursor.
  11. Hskrdoo

    Taking input from keys without having to click mouse

    I've run into this problem before. If you run the movie in a browser, the user must click in the movie in order to begin using the keyboard. My problem was worse because my users didn't even have a mouse. The only way to get around the mouse issue is to actually have the movie run in a...
  12. Hskrdoo

    Checking for blank text fields

    I have a form with 5 input text fields. I have a button offstage and I want it to check to make sure all fields are filled in before the user can continue. If they are all filled in, I want it to let the user press Enter to proceed. I know I probably need to use a...
  13. Hskrdoo

    Using function keys as Key Press events

    Is it possible to use Function Keys (F1, F2, etc.) as key press events in a button? I have tried to use them but any time I press a function key, it does not register in the Key Press input box.

Part and Inventory Search

Back
Top