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 Chris Miller 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. RandalGroves

    That Hotmail Frame/Banner

    Cheers Thats Excellent.
  2. RandalGroves

    That Hotmail Frame/Banner

    If I open my website from a link in hotmail, it opens in a new window with that annoying hotmail frame/banner at the top and when people try and log in it doesnt work properly because it messes up the cookies. Is there any javascript that will check that the banner is there and if it is refresh...
  3. RandalGroves

    Another Instances Question

    Is there a command that tells you the name of the current instance of a movie clip you are playing? I need to be able to know which of six intances I am currently running. If not is there a longer way of doing it with actionscripting. Thanks for the help.
  4. RandalGroves

    Help with Instances

    Is there a way to get a variable to record what the current instance is, so I could do something like :- if (currentInstance == "coverA"){ \\disable coverB } else if (currentInstance == "coverB"){ \\disable coverA } else if (currentIntansce == "coverC"){...
  5. RandalGroves

    Help with Instances

    Ive got a movie clip called cover, ive dragged 6 instances of this movieclip onto my main movie and named them CoverA through to CoverF. You can click on each one and it takes you to a certain frame in the Cover movie, what I need to know is while in the animation tha cover has is there anyway...
  6. RandalGroves

    Loading from a text file

    Thanks, I was wondering if you could also help me with this :- I have a movie clip called Questions which is simply a empty text file with variable text. I then make 4 instances of the movie clip Questions named - QuestionsA, QuestionsB, QuestionsC and QuestionsD. So all these instances have...
  7. RandalGroves

    Loading from a text file

    I was just wondering if someone can tell me how to load text from a .txt file into a flash document. I have a program and ceratin text will change every day and it will be easier to simply have the program load the text straight from a .txt file every time it is loaded so I only need to change...

Part and Inventory Search

Back
Top