A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Loader Component Help

  1. #1
    Member
    Join Date
    Nov 2003
    Location
    Ontario, Canada
    Posts
    80

    [F8] Loader Component Help

    I have a Parent Swf and I load other swf's into a Loader component. If I have a function in the loaded Swf called.. thisFuntion(), ,how do I use the parent SWF to execute? Also can I pass variables to the loaded SWF?

    like loadMovie("little.swf",_root.mainLoader);

    _root.mainLoader.variable = 12345;

    or _root.mainLoader.thisFunction();

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    If the Loader Component works just like movie clips do, that's explained in

    Understanding target paths
    after How do you control a movie clip after using loadMovie()?.

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