A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pop up and load moive????

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    5

    Pop up and load moive????

    Hello Flash Munkees,

    This one has been pickling my brain, all the books I have come close but don't really cover it...

    I want to be able to call up indivdual movies without having to load them first - so that people can choose to load parts of the site as they look through - like say a photo album that pops up and loads when clicked?????

    Large thank youz to anyone who helps me out of this.

    A

  2. #2
    Senior Member studioqtopia's Avatar
    Join Date
    Nov 2003
    Location
    California
    Posts
    582
    not sure what u ment by "that pops up"
    but u can load swf files into an empty mc in u'r main move with:
    on (release) {
    loadMovie("pictures.swf","someclipname");
    }

    by loading the swf's into the same mc the new swf will replace the current one (basically unloading it).

    see example...

    sean
    Attached Files Attached Files
    Last edited by studioqtopia; 01-21-2004 at 09:52 PM.

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