A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How to Auto Start

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Posts
    5

    Cool

    I am knew to flash and I was wondering how you get the flash player to Auto start when loaded.

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    auto start is the default behavior.

    The html object/embed tag output from Flash defaults to autostart. You can override this by checking "paused at start" in the publish settings window html tab.

    The only timeline you control autostart from html tags is the main timeline of the embedded SWF. All others are determined by ActionScript within the SWF.

    Flash plays any timeline within the SWF automatically (and loops too) unless there is a stop action in frame 1 of the given timeline.

    Flash also autostarts and loops external swf loaded into levels or movie clip with loadMovie or loadMovieNum methods.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center