A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loadmovie question

Hybrid View

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    3

    Loadmovie question

    I'm sure this is a simple question. I need to place a .swf file (using loadmovie) onto a specific place on the stage. How can I do this?

  2. #2
    GOT FLASH?
    Join Date
    Mar 2002
    Location
    Phoenix AZ
    Posts
    129
    Ok you need to create a blank movie clip!
    Insert-New Symbol-Movie Clip
    give it a name (blank) and enter!

    Now place your blank MC exactly where you want it, and give it an instance name (blank)!

    Place the following AS inside a frame on your timeline:
    _root.blank.loadMovie("yourmovie.swf");

    That should do the trick!

    Good Flashing....

  3. #3
    Senior Member
    Join Date
    Aug 2001
    Location
    Karachi - Pakistan
    Posts
    421
    You can loadmovie in levels.
    Muhammad Khurram Alvi.
    Website: One Unit

  4. #4
    Junior Member
    Join Date
    Sep 2003
    Posts
    3
    Thank you. It worked great. Sometimes I ask the simplest questions...

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