Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
found the revision number:

Revision: 313
Last Changed Date: 2009-10-31 06:11:09 +0100 (Sa, 31 Okt 2009)

Original comment by percentjuice on 27 Jan 2010 at 5:22

from bulk-loader.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
FYI was having a similar bug trying to load in image content. Locally, testing 
via
Flash IDE the app performed as expected. On the server, I was expecting to 
receive a
Bitmap object but instead received a Loader object. Pulled my hair out for a 
bit and
then started tweaking the image path. Originally was something like
"http://foo.bar/image.jpg" then switched to "http://www.foo.bar/image/jpg" and
problem was resolved... not sure if this could help with your problem but worth
mentioning.

Original comment by [email protected] on 28 Jan 2010 at 2:56

from bulk-loader.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
thanks so much for your condolences.  I was attempting to access the Child 
swf's Class Library.  I ended up 
using:

bulkLoaderInst.getMovieClip('myKey').loaderInfo.applicationDomain.getDefinition(
'myLibraryClass'));

intriguingly, setting or not setting the LoaderContext had no effect.

Original comment by percentjuice on 28 Jan 2010 at 10:15

from bulk-loader.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024

Original comment by debert on 29 Jan 2010 at 12:50

  • Changed state: Invalid

from bulk-loader.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I ran into this same issue or so I thought. Since this thread is the only one I 
was able to find on the matter I thought I would leave a note to what I saw and 
how I was able to fix it.

I have a bulkLoader instance set to load some external swfs then when those are 
done the complete handler fires off a method that will load some more swfs. It 
is this second bulkLoad I was getting a null for applicationDomain. In tracing 
the error I saw that my 1st complete handler was getting called twice. Turns 
out I was not removing the listener after the first set of files loaded so when 
the other files load both complete handlers were getting called and causing my 
issue.

Once I removed the complete listener everything started to work as expected.

Original comment by [email protected] on 2 Dec 2011 at 6:34

from bulk-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.