Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7670541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:50:46+00:00 2026-05-31T15:50:46+00:00

READY? Here it is: var TheLoader:Object = parentObj.TheExit as Object; This line gets me

  • 0

READY? Here it is:

var TheLoader:Object = parentObj.TheExit as Object;

This line gets me to the swf I loaded and I can now change the alpha, move it etc…

BUT HOW HOW HOW… do I get one of its children and control get that same control?

Example Code:

TheLoader.TheChild.alpha = .3; // Does not work!

5 days on this issue is WAY TOO LONG! Here is the 3rd post with the same issue but more detail. as3 externally loaded swf from network to control externally loaded swf from network

I just made this shorter to get attention to the ONE LINE I NEED!!!

THANKS!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:50:47+00:00Added an answer on May 31, 2026 at 3:50 pm

    If you look at the documentation for Loader, you’ll see that it has a content property. This is how you access your loaded content. So, for example, if TheLoader is a Loader, and if TheChild was an instance on the timeline of the loaded SWF, you could do:

    var child : Sprite = MovieClip(TheLoader.content).TheChild;
    

    This child is not available until the content has been actually loaded, so be sure to listen to for the COMPLETE event on the Loader’s contentLoaderInfo before accessing the content:

    TheLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaded);
    
    function onLoaded(event : Event):void
    {
        trace(MovieClip(loader.content).theChild);
    }
    

    Also note that you may run into security issues if the loader and loadee SWFs are not on the same domain. In this case, you will have to call Security.allowDomain in the SWFs to allow the cross-scripting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is jQuery code: <script> $(document).ready(function() { $('.class112').click(function() { var msg = $(this).attr('id'); $('#'+msg).dialog({
Here is my code: <script language=javascript type=text/javascript> $(document).ready(function(){ $('.tree div').click(function(){ var id = $(this).attr('id');
Here is the script: var currentCat = all; $(document).ready(function(){ $(.categoryItem).click(function(event){ $(#browseBookArea).fadeToggle(100); currentCat = $(this).attr(id);
here is my jquery : $(document).ready(function () { $(#GameId).change(function () { $.get('/MatchManager/GetMatchType/' + $(this).val(),
Here's what i have so far: function loadOff(){ $(document).ready(function(){ $(#eLoader).ajaxStop(function(){ $(this).hide(); $(#eventsContent).show(); var h
Here my code: $(document).ready(function() { $('#mid_select').live('click', function(e){ $('#middle').load( $(this).attr('href') + ' #middle'); var page
Here is my code - fairly simple: $(document).ready(function(){ $(.location).each(function(){ $(this).click(function(){ $(map).hide(); var class =
Here is my script: <script type=text/javascript> $(document).ready(function () { $(.div_question).toggle(function () { var answer=
Here is function , <script type=text/javascript> $(document).ready(function() { getRecordspage(1, 5); $(a.page-numbers).click(function() { alert(1); getRecordspage($(this).text(),
Here's my code: $(document).ready(function(){ var Bold=Yes! There is bold in the text above!!; var

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.