A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading screens?\

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    18

    Loading screens?\

    Okay, my question is this: how do you add loading screens, links, and such to animations?

  2. #2
    Amateur Photographer FLASHMXer
    Join Date
    Jan 2004
    Location
    Bucharest, Romania.
    Posts
    97
    if u mean you want to have a preloader for loading a swf inside your swf, try this
    code:
    this.onEnterFrame = function() {
    loadMovie("yourswffilepath.swf");
    };



    I asked that too it`s on "swf in swf" topic

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    18
    o yeah i was that but i didnt know what that was about. thx for the help

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