Hey I need to use this code but I can't use Flash CS4 so I need to load
these embedded files instead cause [Embed] doesn't work in Flash CS3. So how
would I go to do that? Here's the code I need to change...

[Embed(source="../lib/camera_para.dat",
mimeType="application/octet-stream")]
private var CameraParameters:Class;

[Embed(source="../lib/mikko.pat", mimeType="application/octet-stream")]
private var MarkerPattern:Class;

var cameraParameters:FLARParam = new FLARParam();
cameraParameters.loadARParam(new CameraParameters() as ByteArray);

markerPattern = new FLARCode(16, 16);
markerPattern.loadARPatt(new MarkerPattern());



This e-mail is intended only for the named person or entity to which it is 
addressed and contains valuable 
business information that is proprietary, privileged, confidential and/or 
otherwise protected from disclosure.

If you received this e-mail in error, any review, use, dissemination, 
distribution or copying of this e-mail 
is strictly prohibited. Please notify us immediately of the error via e-mail to 
disclai...@tbwachiat.com and 
please delete the e-mail from your system, retaining no copies in any media. We 
appreciate your cooperation.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to