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 IamaSherpa 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: *

  • Users: UKTim
  • Order by date
  1. UKTim

    EventDispatcher from external SWF

    Hi everyone, Im having some problems getting events from an external flash movie. In my main application class, i'm loading an external swf (with MovieClipLoader) into an empty movieclip. I'm storing the reference to the movieclip as a property of my class. In my external movieclip , ive set...
  2. UKTim

    Roll-up button

    there are many ways to do rollover effects in flash most people have a movie clip with two animations each with labels, that you gotoAndPlay when u rollover/rollout of the clip. This wont be really smooth though, because there is always the danger of the user rolling out or over before the...
  3. UKTim

    Loading swf into swf taking along time to start

    I would use the MovieClipLoader class instead of loadMovieNum, with that class you have access to these events: onLoadComplete, onLoadError, onLoadInit, onLoadProgress, and onLoadStart ; and the methods loadClip and getProgress everything you need to make a preloader!
  4. UKTim

    Fade audio out using actionscript with external FLV

    Does anyone know if it's possible to fade out the audio on a progressively downloaded external FLV using actionscript? I have an application using external swfs, each loading flv files - i would like to fade out the swfs before changing them. thanks in advance, Tim
  5. UKTim

    UI Design Pattern

    Ah yes thats what i meant - i think i was getting observer and observable the wrong way round :-) thanks!
  6. UKTim

    where shoud the intro page be located?

    for websites you always embed the flash movie into an html page, whether you call it index.html home.html main.html. the reason why you dont see the filename when you go to the domain is that the webserver is set up to automatically show index.html when you request that domain. type into your...
  7. UKTim

    clearInterval question

    Hi guys, quick question about clearInterval() - How come that after clearing an interval created with setInterval, the intervalID still persists? If i trace intervalID after clearInterval has been called, it still returns the id :-/ In a class im writing , i'm executing some code depending on...

Part and Inventory Search

Back
Top