Hola Gente.... estoy empezando con FLARmanager y tengo problemas para comenzar....
estuve siguiendo este video tutorial: http://adobe.edgeboss.net/download/adobe/adobetv/gotoandlearn/fm.mov
que esta muy bueno pero usa la version 0.6 de FLARmanager.
Me baje la version de FLARmanager 1.0.3 y tiene algunas diferencias con respecto a la version del video tutorial.
concretarmente tengo problemas con esta linea:
- this.fm = new FLARManager ("flarConfig.xml", new FlarToolkitManager(), this.stage);
Adjunto el codigo que tengo:
- package
- {
- import com.transmote.flar.FLARManager;
- import com.transmote.flar.marker.FLARMarkerEvent;
- import com.transmote.flar.tracker.FLARToolkitManager;
- import com.transmote.utils.time.FramerateDisplay;
- import flash.display.Sprite;
- import flash.events.ErrorEvent;
- import flash.events.Event;
- import flash.display.Sprite;
- [SWF (width='640', height='400', backgroundColor='#770000', frameRate='30')]
- public class demo02 extends Sprite
- {
- private var fm:FLARManager;
- public function demo02()
- {
- initFLAR();
- }
- private function initFLAR():void
- {
- //fm = new FLARManager("flarConfig.xml");
- //fm = new FLARManager("flarConfig.xml", new FlareManager(), this.stage);
- this.fm = new FLARManager ("flarConfig.xml", new FlarToolkitManager(), this.stage);
- //fm = new FLARManager("flarConfig.xml", new FlareNFTManager(), this.stage);
- addChild(Sprite(fm.flarSource));
- }
- }
- }
y adjunto tambien una impresion de pantalla por las dudas

bue.... si alguien me pudiera dar una mano se lo agradeceria
saludos.

está resuelto