I'm loading a external SWF. I can successfully return a reference to an Object of type ContextMessageTransferData var theDataObj = LoggingLibrary_mc.LogClass.createContextMessageTransferData();

But, when I try to type the variable, I get an error. Can anyone explain if it is possible to type this variable? var theDataObj:ContextMessageTransferData = LoggingLibrary_mc.LogClass.createContextMessageTransferData();


**Error** D:\Documents\PACT-CVS-TREE\AuthoringTools\Flash\en\Configuration\ComponentsFLA\flash_comm_tools-1.x\CommLogging\SampleForTesting\SamplewithCommLoggingLibrary.as: Line 174: The class or interface 'ContextMessageTransferData' could not be loaded. var theDataObj:ContextMessageTransferData = LoggingLibrary_mc.LogClass.createContextMessageTransferData();

Total ActionScript Errors: 1      Reported Errors: 1
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to