Flash Keyword: mode

HomeTutorialsForumWebwasp MembersTemplatesMatesFoodContact

 


Flash Tutorials

   

Flash Keyword: mode

This is what Macromedia Flash MX04 help says about the Keyword  mode:

mode
Property; the mode in which the progress bar loads content. This value can be "event", "polled", or "manual".

Event mode and polled mode are the most common modes. In event mode, the source property specifies loading content that emits progress and complete events; you should use a Loader object in this mode. In polled mode, the source property specifies loading content (such as a Movie Clip object) that exposes getBytesLoaded() and getsBytesTotal() methods. Any object that exposes these methods can be used as a source in polled mode (including a custom object or the root Timeline).

You can also use the ProgressBar component