Jump to content
Search Community

masputih

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by masputih

  1. Hi, Jack,

     

    I used to use external asset SWFs like this one in my projects:

    post-4730-133152000746_thumb.png

     

    is there anyway to get a symbol's class in the loaded swf through the SWFLoader? I can't seem to find it.

     

    Just for a comparison; with CasaLib library, I can do something like this:

     

    LibraryManager.addSwfLoad(swfLoadInstance)

     

    and then when I need to create an instance of the symbol after the swfloader completes,

     

    LibraryManager.createClassByName(symbolClassName);

     

    Thanks.

×
×
  • Create New...