c-no
05-08-2008, 07:43 AM
is there a way of using the;
[Embed("pano.swf", mimeType="application/octet-stream")]
to embed the pano.swf at compile time, then use;
var PanoClass:Class = eventVar.target.content.loaderInfo.applicationDoma in.getDefinition("ClassNameHere")
to use 6 embedded images rather than load them at run time?
i.e. access the class system to swap where the image ref comes from
[Embed("pano.swf", mimeType="application/octet-stream")]
to embed the pano.swf at compile time, then use;
var PanoClass:Class = eventVar.target.content.loaderInfo.applicationDoma in.getDefinition("ClassNameHere")
to use 6 embedded images rather than load them at run time?
i.e. access the class system to swap where the image ref comes from