<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Aumentality Foro &#187; Mensajes Recientes</title>
		<link>http://foro.aumentality.com/</link>
		<description>Foros de Realidad Aumentada</description>
		<language>es-ES</language>
		<pubDate>Mon, 06 Feb 2012 15:44:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Buscar]]></title>
			<description><![CDATA[Busca en todos los hilos de estos foros]]></description>
			<name>q</name>
			<link>http://foro.aumentality.com/search.php</link>
		</textInput>
		<atom:link href="http://foro.aumentality.com/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>GWHITE en "Problema RA con SWF"</title>
			<link>http://foro.aumentality.com/topic/problema-ra-con-swf#post-4107</link>
			<pubDate>Vie, 03 Feb 2012 15:14:07 +0000</pubDate>
			<dc:creator>GWHITE</dc:creator>
			<guid isPermaLink="false">4107@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;muchísimas gracias ZoiX, error de principiante definitivamente.&#60;/p&#62;
&#60;p&#62;Tenias toda la razón, estaba cargando varios imports que no debida.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Problema RA con SWF"</title>
			<link>http://foro.aumentality.com/topic/problema-ra-con-swf#post-4106</link>
			<pubDate>Jue, 02 Feb 2012 19:06:10 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4106@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Verifica los imports que haces, el error mismo te dice que no encuentra muchas de las clases que usas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4105</link>
			<pubDate>Dom, 29 Ene 2012 17:40:38 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4105@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Jum, muchas cosas desde el último post en este hilo.&#60;br /&#62;
¿Ya solucionaste que cuando mueves el marcador a un lado se mueve al otro? Lo veo más como un problema con el viewport, es muy común.&#60;/p&#62;
&#60;p&#62;Para ello intenta esto:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-1&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = &#60;span style=&#34;color: #0066CC;&#34;&#62;stage&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;stageWidth&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; *= -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;Para lo del plano, ponle la &#38;quot;X&#38;quot; en minúscula.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lucas025 en "Mantener visible modelo aunque se pierda marcador"</title>
			<link>http://foro.aumentality.com/topic/mantener-visible-modelo-aunque-se-pierda-marcador/page/3#post-4104</link>
			<pubDate>Vie, 27 Ene 2012 06:44:11 +0000</pubDate>
			<dc:creator>Lucas025</dc:creator>
			<guid isPermaLink="false">4104@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Aca dejo mi codigo, no se que es lo que tiene mal, si alguno me sabe decir le agradeceria bastante. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;package {&#60;/p&#62;
&#60;p&#62;	import flash.display.Sprite;&#60;br /&#62;
	import flash.events.Event;&#60;br /&#62;
	import flash.events.TimerEvent;&#60;br /&#62;
	import flash.utils.Timer;&#60;/p&#62;
&#60;p&#62;	import org.libspark.flartoolkit.core.transmat.FLARTransMatResult;&#60;br /&#62;
	import org.libspark.flartoolkit.pv3d.FLARBaseNode;&#60;br /&#62;
	import org.libspark.flartoolkit.pv3d.FLARCamera3D;&#60;br /&#62;
	import org.papervision3d.render.LazyRenderEngine;&#60;br /&#62;
	import org.papervision3d.scenes.Scene3D;&#60;br /&#62;
	import org.papervision3d.view.Viewport3D;&#60;br /&#62;
	//import org.papervision3d.view.stats.StatsView;&#60;/p&#62;
&#60;p&#62;//	import flash.display.Stage;&#60;br /&#62;
//	import flash.display.StageDisplayState;&#60;/p&#62;
&#60;p&#62;	[SWF(width=&#38;quot;640&#38;quot;, height=&#38;quot;480&#38;quot;, frameRate=&#38;quot;30&#38;quot;, backgroundColor= &#38;quot;#FFFFFF&#38;quot;)]&#60;/p&#62;
&#60;p&#62;	public class PV3DARApp extends ARAppBase {&#60;/p&#62;
&#60;p&#62;		private static const PATTERN_FILE:String = &#38;quot;&#38;quot;;&#60;br /&#62;
		private static const CAMERA_FILE:String = &#38;quot;&#38;quot;;&#60;/p&#62;
&#60;p&#62;		protected var _base:Sprite;&#60;br /&#62;
		protected var _viewport:Viewport3D;&#60;br /&#62;
		protected var _camera3d:FLARCamera3D;&#60;br /&#62;
		protected var _scene:Scene3D;&#60;br /&#62;
		protected var _renderer:LazyRenderEngine;&#60;br /&#62;
		protected var _baseNode:FLARBaseNode;&#60;br /&#62;
		protected var capturado:Boolean;&#60;/p&#62;
&#60;p&#62;		protected var temporizador:Timer=new Timer(2000,25);&#60;/p&#62;
&#60;p&#62;		protected var _resultMat:FLARTransMatResult = new FLARTransMatResult();&#60;/p&#62;
&#60;p&#62;		public function PV3DARApp() {&#60;/p&#62;
&#60;p&#62;			temporizador.addEventListener(TimerEvent.TIMER, accionRepetida);&#60;/p&#62;
&#60;p&#62;		if(capturado=false){&#60;br /&#62;
			temporizador.start();&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		}&#60;/p&#62;
&#60;p&#62;		private function accionRepetida(e:TimerEvent){&#60;br /&#62;
			capturado=true;&#60;/p&#62;
&#60;p&#62;		}&#60;/p&#62;
&#60;p&#62;		protected override function init(cameraFile:String, codeFile:String, canvasWidth:int=350, canvasHeight:int=350, codeWidth:int=80):void {&#60;br /&#62;
			this.addEventListener(Event.INIT, this._onInit, false, int.MAX_VALUE);&#60;br /&#62;
			super.init(cameraFile, codeFile);&#60;br /&#62;
			//stage.displayState = StageDisplayState.FULL_SCREEN;&#60;/p&#62;
&#60;p&#62;		}&#60;/p&#62;
&#60;p&#62;		private function _onInit(e:Event):void {&#60;br /&#62;
			trace(&#38;quot;pv3 init&#38;quot;)&#60;br /&#62;
			this.removeEventListener(Event.INIT, this._onInit);&#60;/p&#62;
&#60;p&#62;			this._base = this.addChild(new Sprite()) as Sprite;&#60;/p&#62;
&#60;p&#62;			this._capture.width = 700;&#60;br /&#62;
			this._capture.height = 700;&#60;br /&#62;
			this._base.addChild(this._capture);&#60;/p&#62;
&#60;p&#62;			this._viewport = this._base.addChild(new Viewport3D(350, 350)) as Viewport3D;&#60;br /&#62;
			this._viewport.scaleX = 2;//640 / 320;&#60;br /&#62;
			this._viewport.scaleY = 2;//480 / 240;&#60;br /&#62;
			this._viewport.x = -4; // 4pix ???&#60;/p&#62;
&#60;p&#62;			this._camera3d = new FLARCamera3D(this._param);&#60;/p&#62;
&#60;p&#62;			this._scene = new Scene3D();&#60;br /&#62;
			this._baseNode = this._scene.addChild(new FLARBaseNode()) as FLARBaseNode;&#60;/p&#62;
&#60;p&#62;			this._renderer = new LazyRenderEngine(this._scene, this._camera3d, this._viewport);&#60;/p&#62;
&#60;p&#62;			//this.stage.addChild(new StatsView(this._renderer));&#60;/p&#62;
&#60;p&#62;			this.addEventListener(Event.ENTER_FRAME, this._onEnterFrame);&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		protected function _onEnterFrame(e:Event = null):void {&#60;/p&#62;
&#60;p&#62;			capturado = false;&#60;br /&#62;
			this._capture.bitmapData.draw(this._video);&#60;br /&#62;
			if (this._detector.detectMarkerLite(this._raster, 80) &#38;amp;&#38;amp; this._detector.getConfidence() &#38;gt; 0.5) {&#60;br /&#62;
				this._detector.getTransformMatrix(this._resultMat);&#60;br /&#62;
				this._baseNode.setTransformMatrix(this._resultMat);&#60;br /&#62;
				this._baseNode.visible = false;&#60;br /&#62;
				capturado = false;&#60;br /&#62;
				//trace(&#38;quot;added&#38;quot;)&#60;br /&#62;
			} else {&#60;br /&#62;
				this._baseNode.visible = true;&#60;br /&#62;
				capturado = true;&#60;br /&#62;
				//trace(&#38;quot;hidden&#38;quot;)&#60;br /&#62;
			}&#60;br /&#62;
			this._renderer.render();&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		public function set mirror(value:Boolean):void {&#60;br /&#62;
			if (value) {&#60;br /&#62;
				this._base.scaleX = -1;&#60;br /&#62;
				this._base.x = 700;&#60;br /&#62;
			} else {&#60;br /&#62;
				this._base.scaleX = 1;&#60;br /&#62;
				this._base.x = 0;&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		public function get mirror():Boolean {&#60;br /&#62;
			return this._base.scaleX &#38;lt; 0;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;es toda la clase de PV3DARA, modificada para q cuando el marker no este funcione el video y cuando aparezca no, y ahora quiero ponerle un timer, para q cuando el video este andando y pasen x segundos el video desaparezca hasta q el marker vuelva a aparecer y desaparecer...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lucas025 en "Mantener visible modelo aunque se pierda marcador"</title>
			<link>http://foro.aumentality.com/topic/mantener-visible-modelo-aunque-se-pierda-marcador/page/3#post-4103</link>
			<pubDate>Vie, 27 Ene 2012 04:28:38 +0000</pubDate>
			<dc:creator>Lucas025</dc:creator>
			<guid isPermaLink="false">4103@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola de nuevo, ahora quisiera hacer algo con ese temporizador que publico luisa mas atras, ponerlo en el codigo mio, es decir, que cuando el marker desaparezca, se inicie el temporizador por el tiempo que dure el video y cuando el temporizador termine el video desaparezca... y cuando el marker aparezca y desaparezca de nuevo todo vuelva a empezar... no lo logro hacer, la verdad no le encuentro la vuelta, si a alguno le sale le agradeceria mucho q lo publique por aca, igual sigo intentando y si me sale lo pongo, gracias y saludos a todos =D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4102</link>
			<pubDate>Jue, 26 Ene 2012 19:59:08 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4102@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Me dice exactamente esto: &#38;quot;[...] Línea 142	1119: Acceso a una propiedad Z posiblemente no definida mediante una referencia con tipo estático org.papervision3d.objects.primitives:Plane.&#38;quot;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4101</link>
			<pubDate>Jue, 26 Ene 2012 19:57:19 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4101@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Una vez más, buscando en el baúl de los recuerdos del blog, he encontrado la solución. Hacendo pruebas, cambié lo del Mirror en el config.xml y no lo había devuelto al sitio.&#60;/p&#62;
&#60;p&#62;por último, ¿cómo hago para cambiar la posición dle plano? No me permite hacerlo así:&#60;br /&#62;
this._plane.X=elnumeroquesea;&#60;/p&#62;
&#60;p&#62;Ayuda, plis...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GWHITE en "Problema RA con SWF"</title>
			<link>http://foro.aumentality.com/topic/problema-ra-con-swf#post-4100</link>
			<pubDate>Jue, 26 Ene 2012 19:42:26 +0000</pubDate>
			<dc:creator>GWHITE</dc:creator>
			<guid isPermaLink="false">4100@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Que tal, busque y no encontré nada parecido a mi error en el foro si ya esta ofrezco disculpas por abrir uno nuevo, &#60;/p&#62;
&#60;p&#62;Basandome en el ejemplo del &#38;quot;Último Tweet + SWF + Personaje 3D&#38;quot;, estoy tratando de insertar un SWF en un proyecto de RA, básicamente que ocurre al ejecutar la aplicación sale el siguiente error, &#60;/p&#62;
&#60;p&#62;Error #1009: Cannot access a property or method of a null object reference.&#60;br /&#62;
	at org.papervision3d.core.math::Matrix3D/calculateMultiply4x4()[G:\AS\org\papervision3d\core\math\Matrix3D.as:281]&#60;br /&#62;
	at org.libspark.flartoolkit.support.pv3d::FLARCamera3D/transformView()[G:\AS\org\libspark\flartoolkit\support\pv3d\FLARCamera3D.as:127]&#60;br /&#62;
	at org.papervision3d.core.render.project::BasicProjectionPipeline/project()[G:\AS\org\papervision3d\core\render\project\BasicProjectionPipeline.as:29]&#60;br /&#62;
	at org.papervision3d.render::BasicRenderEngine/renderScene()[G:\AS\org\papervision3d\render\BasicRenderEngine.as:162]&#60;br /&#62;
	at org.papervision3d.render::LazyRenderEngine/render()[G:\AS\org\papervision3d\render\LazyRenderEngine.as:28]&#60;br /&#62;
	at RA_SWF/loop()[G:\RA\RA_SWF\src\RA_SWF.as:136]&#60;/p&#62;
&#60;p&#62;esto lo realiza cuando corre la siguiente parte del codigo:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-2&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; loop&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;marker&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;try&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;con&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transform&#60;/span&#62; = PVGeomUtils.&#60;span style=&#34;color: #006600;&#34;&#62;convertMatrixToPVMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transformMatrix&#60;/span&#62;,fm.&#60;span style=&#34;color: #006600;&#34;&#62;flarSource&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;mirrored&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;catch&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;errObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Error&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;errObject.&#60;span style=&#34;color: #0066CC;&#34;&#62;message&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;lre&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;no se que pueda ser y no e encontrado una solución hasta el momento si me pueden ayudar se los agradezco muchísimo.&#60;/p&#62;
&#60;p&#62;Estoy utilizando el FLARManager_v1_1_0 y el FLARToolKit_ver2_5_4.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4099</link>
			<pubDate>Jue, 26 Ene 2012 19:24:08 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4099@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Aquí el nuevo código:&#60;br /&#62;
&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-3&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;package com.&#60;span style=&#34;color: #006600;&#34;&#62;zerofractal&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;display&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Sprite&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Event&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;media&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;net&#60;/span&#62;.*;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa clases de FlarManager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARManager&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARMarkerEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;utils&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARPVGeomUtils&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;libspark&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flartoolkit&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;pv3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARCamera3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa clases de Papervision 3D&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;materials&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;BitmapMaterial&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;materials&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;VideoStreamMaterial&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;core&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;proto&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;MaterialObject3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;DisplayObject3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;primitives&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Cube&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;primitives&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Plane&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;LazyRenderEngine&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;scenes&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Scene3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Viewport3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;layer&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;ViewportLayer&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;parsers&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;DAE&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FileLoadEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;NetStatusEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa el motor de Tween. Puede ser tweener, tweenmax, tweenlight, etc.&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; caurina.&#60;span style=&#34;color: #006600;&#34;&#62;transitions&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Tweener&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; Step7 &#60;span style=&#34;color: #0066CC;&#34;&#62;extends&#60;/span&#62; Sprite &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el objeto que contiene el FLAR Manager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _flarManager:FLARManager;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _camera3d:FLARCamera3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Estos son los objetos basicos de Papervision 3D&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _viewport:Viewport3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _scene:Scene3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _renderer:LazyRenderEngine;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el Displayobject que contiene el objeto 3d que se ubica en la marca&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _baseNode:DisplayObject3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _baseNode2:DisplayObject3D; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia el base node (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _plane:Plane;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _plane2:Plane; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia el plano (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el video que se representa en el marker&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _video:VideoStreamMaterial;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _video2:VideoStreamMaterial;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia el material de vídeo (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _ns:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _ns2:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; Step7&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ADDED_TO_STAGE&#60;/span&#62;, onAddedToStage&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onAddedToStage &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;removeEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ADDED_TO_STAGE&#60;/span&#62;, onAddedToStage&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// Instancia y Carga el XML de configuracion de Flarmanager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARManager&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/config.&#60;span style=&#34;color: #006600;&#34;&#62;xml&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Agrega handlers para los eventos claves de FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;INIT&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onFlarInit&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_ADDED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerAdded&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_UPDATED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerUpdated&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_REMOVED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerRemoved&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; flarSource = Sprite&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;flarSource&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Agrega la webcam al escenario&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;flarSource&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se inicializa FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onFlarInit &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;removeEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;INIT&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onFlarInit&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;markerUpdateThreshold&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Inicializa Papervision&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Scene3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._camera3d = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARCamera3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;cameraParams&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Viewport3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;640&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;480&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;y&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; DisplayObject3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode2= &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; DisplayObject3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//genera el base node antes instanciado(del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//A metaData object handler was set up to catch any metadata content coming from the FLV&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; customClient:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; customClient.&#60;span style=&#34;color: #006600;&#34;&#62;onMetaData&#60;/span&#62; = metaDataHandler;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; customClient2:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; customClient2.&#60;span style=&#34;color: #006600;&#34;&#62;onMetaData&#60;/span&#62; = metaDataHandler; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia el cliente para los datos de vídeo del streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Set up a video file to handle the FLV&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; videoFile:&#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; nc:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; nc.&#60;span style=&#34;color: #0066CC;&#34;&#62;connect&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;null&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; videoFile2:&#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea e instancia el archivo de video que tomará el streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; nc2:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea e instancia la conexión para el streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; nc2.&#60;span style=&#34;color: #0066CC;&#34;&#62;connect&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;null&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Set up a video to handle the netStream connection&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;nc&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;pause&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #006600;&#34;&#62;client&#60;/span&#62; = customClient;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; videoFile.&#60;span style=&#34;color: #006600;&#34;&#62;attachNetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_ns&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;NetStatusEvent.&#60;span style=&#34;color: #006600;&#34;&#62;NET_STATUS&#60;/span&#62;, statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2 = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;nc2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea el streaming antes instanciado (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/pepe.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia la reproducción de qué vídeo se hará en streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #0066CC;&#34;&#62;pause&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia la función pause de streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #006600;&#34;&#62;client&#60;/span&#62; = customClient2;&#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia como cliente para el streaming el cliente antes creado (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; videoFile2.&#60;span style=&#34;color: #006600;&#34;&#62;attachNetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_ns2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia el base node (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;NetStatusEvent.&#60;span style=&#34;color: #006600;&#34;&#62;NET_STATUS&#60;/span&#62;, statusHandler2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//instancia un listener para enviar el estado de la conexión streaming (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//This function is called when metaData is dispatched&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; metaDataHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;infoObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Instantiate the VideoStreamMaterial&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _video = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; VideoStreamMaterial&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;videoFile, _ns, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _video2 = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; VideoStreamMaterial&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;videoFile2, _ns2, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea material de vídeo antes instanciado (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Plane&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_video, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;160&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;120&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;rotationX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;180&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;rotationZ&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;90&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;scale&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane2 = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Plane&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_video2, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;160&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;120&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea el plano antes instanciado (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane2.&#60;span style=&#34;color: #006600;&#34;&#62;rotationX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;180&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane2.&#60;span style=&#34;color: #006600;&#34;&#62;rotationZ&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;90&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane2.&#60;span style=&#34;color: #006600;&#34;&#62;scale&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode2.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//crea el base node antes instanciado (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//anida el base node a la escena (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._renderer = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; LazyRenderEngine&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_scene, _camera3d, _viewport&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ENTER_FRAME&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;onEnterFrame&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se encuentra un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerAdded &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;patternId&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;toString&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;patternId&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//indica el caso del primer marcador añadido&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #006600;&#34;&#62;resume&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;patternId&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//indica el caso del segundo marcador añadido&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #006600;&#34;&#62;resume&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane2, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se actualiza un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerUpdated &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Aplica Posición al basenode&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;transform&#60;/span&#62; = FLARPVGeomUtils.&#60;span style=&#34;color: #006600;&#34;&#62;convertFLARMatrixToPVMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transformMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _baseNode2.&#60;span style=&#34;color: #006600;&#34;&#62;transform&#60;/span&#62; = FLARPVGeomUtils.&#60;span style=&#34;color: #006600;&#34;&#62;convertFLARMatrixToPVMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transformMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//this.log (&#38;quot;FLAR&#38;quot;, &#38;quot;Marker [&#38;quot; + evt.marker.patternId + &#38;quot;] actualizado &#38;quot; + Math.round(evt.marker.confidence*100) + &#38;quot;%&#38;quot;);&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se quita un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerRemoved &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;patternId&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//indica el caso del primer marcador quitado&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;pause&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;.&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;5&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;patternId&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#38;nbsp; &#38;nbsp;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//indica el caso del segundo marcador quitado&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #0066CC;&#34;&#62;pause&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane2, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;.&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;5&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cada Frame&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;onEnterFrame&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _renderer.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject.&#60;span style=&#34;color: #006600;&#34;&#62;info&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;code&#60;/span&#62; == &#38;quot;NetStream.&#60;span style=&#34;color: #0066CC;&#34;&#62;Play&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Stop&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// loop video&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; statusHandler2&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject.&#60;span style=&#34;color: #006600;&#34;&#62;info&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;code&#60;/span&#62; == &#38;quot;NetStream.&#60;span style=&#34;color: #0066CC;&#34;&#62;Play&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Stop&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// loop video (del segundo marcador)&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; _ns2.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/pepe.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4098</link>
			<pubDate>Jue, 26 Ene 2012 19:23:05 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4098@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Alaaa Zoixx!!! No me lo puedo creer!!! Lo he conseguido, he conseguido modificar el código cogiendo un consejo tuyo de quí y otro de allá. Gracias de verdad. Ya puedo poner a cada marcador un vídeo a reproducir.&#60;br /&#62;
Sólo me queda un problema. No sé por qué será pero ahora los vídeos ya no me salen sobre el marcador, sino desplazados en el eje X (no me lo hacía antes).  Y el vídeo del segundo marcador me reacciona al revés que el movimiebto del marcador.&#60;br /&#62;
Me podrías dar solución a estos problemas (para mí ya son problemas menores, me has ayudado mucho a lograr lo verdaderamente costoso).&#60;br /&#62;
Gracias de nuevooo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/3#post-4097</link>
			<pubDate>Jue, 26 Ene 2012 16:17:49 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4097@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Te comento, yo cambié en el flarConfig.xml la ruta del primer marcador para vincularlo al que yo había creado. Lo que no sé es dónde está la orden que le indica a la aplicación que ese primer marcador es el que se usará para correr las órdenes del .as &#38;quot;Step7&#38;quot;, y no cualquiera de los otros 11 marcadores instanciados (creo que se dice así).&#60;/p&#62;
&#60;p&#62;Y tampoco sé qué sentencias de &#38;quot;If {&#38;quot; debo  usar para que en cada caso me cargue una cosa distinta. Muchas gracias.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/2#post-4096</link>
			<pubDate>Jue, 26 Ene 2012 16:11:45 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4096@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;No, si el concepto lo tengo claro. Lo que no sé es por dónde empezar ni qué código usar. no sé qué tomar de modelo para saber qué modificar y como hacerlo. Gracias por la respuesta, Zoix, es todo un honor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>camilo023 en "PROBLEMAS CON EL SDK QCAR"</title>
			<link>http://foro.aumentality.com/topic/problemas-con-el-sdk-qcar#post-4095</link>
			<pubDate>Jue, 26 Ene 2012 07:58:09 +0000</pubDate>
			<dc:creator>camilo023</dc:creator>
			<guid isPermaLink="false">4095@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;saludos amigos &#60;/p&#62;
&#60;p&#62;actualmente estoy trabajando en un proyecto de realidad aumentada para dispositivos moviles android 2.2, estoy trabajando con el framework SDK QCAR, pero he tenido inconvenientes con la compilación del código inicial o objeto compartido.&#60;/p&#62;
&#60;p&#62;este es el enlace del codigo: &#60;a href=&#34;https://ar.qualcomm.at/qdevnet/sdk/android&#34; rel=&#34;nofollow&#34;&#62;https://ar.qualcomm.at/qdevnet/sdk/android&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;deseo saber si alguien ya ha trabajado con este framework y me puede dar una asesoría, asi sea paga. &#60;/p&#62;
&#60;p&#62;gracias
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/2#post-4093</link>
			<pubDate>Mie, 25 Ene 2012 22:56:21 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4093@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola Pablo! Gracias por ese muy buen aporte.&#60;br /&#62;
Para usar varios marcadores sólo debes modificar flarConfig.xml y luego leer desde el .as los marcadores y asignarles lo que quieras mostrar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Fallo al importar con Nyaroolkit"</title>
			<link>http://foro.aumentality.com/topic/fallo-al-importar-con-nyaroolkit#post-4092</link>
			<pubDate>Mie, 25 Ene 2012 22:53:05 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4092@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola,&#60;/p&#62;
&#60;p&#62;Nunca he trabajado con NyARToolKit en Eclipse, pero te puedo asegurar que en Processing se logran cosas igual o mejores! Sobre tu problema y por el mismo motivo no tengo una respuesta :/ Estoy más enfocado hacia FLARToolKit y móviles. Emilio quizá nos pueda ayudar...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Hola desde Barcelona"</title>
			<link>http://foro.aumentality.com/topic/hola-desde-barcelona#post-4091</link>
			<pubDate>Mie, 25 Ene 2012 22:51:23 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4091@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola Nico,&#60;/p&#62;
&#60;p&#62;Bienvenido a Aumentality y perdón por demorarme con el recibimiento.&#60;br /&#62;
Está muy interesante la página y estoy seguro que puedes ayudarnos para publicar artículos en el blog de Aumentality.&#60;/p&#62;
&#60;p&#62;Los proyectos de Ryo007 los puedes encontrar acá: &#60;a href=&#34;http://www.aumentality.com/ryo007/&#34; rel=&#34;nofollow&#34;&#62;http://www.aumentality.com/ryo007/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lucas025 en "Mantener visible modelo aunque se pierda marcador"</title>
			<link>http://foro.aumentality.com/topic/mantener-visible-modelo-aunque-se-pierda-marcador/page/3#post-4090</link>
			<pubDate>Lun, 23 Ene 2012 06:43:43 +0000</pubDate>
			<dc:creator>Lucas025</dc:creator>
			<guid isPermaLink="false">4090@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Ya lo logre, cambiando estas linieas en el PV3DARApp.as &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/p&#62;
&#60;p&#62;protected function _onEnterFrame(e:Event = null):void {&#60;/p&#62;
&#60;p&#62;			capturado = false;&#60;br /&#62;
			this._capture.bitmapData.draw(this._video);&#60;br /&#62;
			if (this._detector.detectMarkerLite(this._raster, 80) &#38;amp;&#38;amp; this._detector.getConfidence() &#38;gt; 0.5) {&#60;br /&#62;
				this._detector.getTransformMatrix(this._resultMat);&#60;br /&#62;
				this._baseNode.setTransformMatrix(this._resultMat);&#60;br /&#62;
				this._baseNode.visible = false;&#60;br /&#62;
				capturado = false;&#60;br /&#62;
				//trace(&#38;quot;added&#38;quot;)&#60;br /&#62;
			} else {&#60;br /&#62;
				this._baseNode.visible = true;&#60;br /&#62;
				capturado = true;&#60;br /&#62;
				//trace(&#38;quot;hidden&#38;quot;)&#60;br /&#62;
			}&#60;br /&#62;
			this._renderer.render();&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Solo cambie los true por los false y quedo como queria, asi q si alguien lo queria hacer ahi esta =D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lucas025 en "Mantener visible modelo aunque se pierda marcador"</title>
			<link>http://foro.aumentality.com/topic/mantener-visible-modelo-aunque-se-pierda-marcador/page/2#post-4089</link>
			<pubDate>Dom, 22 Ene 2012 13:15:36 +0000</pubDate>
			<dc:creator>Lucas025</dc:creator>
			<guid isPermaLink="false">4089@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola, que tal, primero que nada les queria decir q la pagina esta exelente y que muchas gracias por compartir toda esta informacion, yo en cuanto me vuelva mas experimentado compartire tambien... ahora vengo con una duda. Yo quisiera hacer algo como si el marker funcionara como boton, me explico. Que cuando el marker este en escena no aparezca nada, pero cuando es tapado por algo, aparezca el video... Vi una publicidad de axe muy buena que hacian esto y me surgio la duda cual seria el codigo correcto para hacerlo, si se les ocurre algo me encantaria que me ayudaran, un saludo grande a todos =D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorkby en "Proyecto RA"</title>
			<link>http://foro.aumentality.com/topic/proyecto-ra#post-4088</link>
			<pubDate>Vie, 20 Ene 2012 11:34:32 +0000</pubDate>
			<dc:creator>jorkby</dc:creator>
			<guid isPermaLink="false">4088@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola, deseo desarrollar un proyecto en RA, busco a alguien que lo pueda desarrollar como freelance. algun interesado? &#60;/p&#62;
&#60;p&#62;(Requerimientos basicos) Aplicacion para escritorio lector de productos en RA&#60;/p&#62;
&#60;p&#62;Iniciar aplicacion cargar fullscreen mostrar slide de fotos de productos (en este caso la camara debera estar accionada) al acercar marker detener slideshow y mostrar un form con la imagen del producto y otros campos (descripcion, precio, tipo, etc) considero que es mas efectivo tomar los datos desde una base de datos SQL pasandola a XML ya que los datos los ingresan a una plataforma externa.&#60;/p&#62;
&#60;p&#62;por favor informame de que manera podriamos trabajar y de estar interesado interesado cual seria el costo.&#60;/p&#62;
&#60;p&#62;Saludos;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rimaginacion en "convertir el proyecto ActionScript de AR en un proyecto de escritorio (AIR)"</title>
			<link>http://foro.aumentality.com/topic/convertir-el-proyecto-actionscript-de-ar-en-un-proyecto-de-escritorio-air/page/2#post-4087</link>
			<pubDate>Vie, 20 Ene 2012 03:02:26 +0000</pubDate>
			<dc:creator>rimaginacion</dc:creator>
			<guid isPermaLink="false">4087@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Excelente !&#60;/p&#62;
&#60;p&#62;solo con editar el XML  en &#38;quot;none&#38;quot; &#38;quot;true&#38;quot; &#38;quot;true&#38;quot; anda perfecta la aplicación  &#38;lt;img src=&#38;quot;http://foro.aumentality.com/bb-plugins/bb-smilies/default/icon_wink.gif&#38;quot; title=&#38;quot;;)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/2#post-4086</link>
			<pubDate>Jue, 19 Ene 2012 17:29:32 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4086@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Conseguido!&#60;br /&#62;
Sólo cambié:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-4&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se encuentra un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerAdded &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;activeMarkers&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;length&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;_ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;por:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-5&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se encuentra un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerAdded &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;activeMarkers&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;length&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;_ns.&#60;span style=&#34;color: #006600;&#34;&#62;resume&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;(que era como estaba antes).&#60;/p&#62;
&#60;p&#62;Y, al final, para el loop, cambié:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-6&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject.&#60;span style=&#34;color: #006600;&#34;&#62;info&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;code&#60;/span&#62; == &#38;quot;NetStream.&#60;span style=&#34;color: #0066CC;&#34;&#62;Play&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Stop&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// loop video&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;_ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;seek&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;por:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-7&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject.&#60;span style=&#34;color: #006600;&#34;&#62;info&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;code&#60;/span&#62; == &#38;quot;NetStream.&#60;span style=&#34;color: #0066CC;&#34;&#62;Play&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Stop&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// loop video&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;_ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;&#60;/p&#62;
&#60;p&#62;Ahora ya me carga el vídeo y lo loopea al terminar. lo que no sé todavía es cómo haré para agenciar a cada marker un objeto distinto (vídeo o modelo 3d).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pablonadal en "Video en RA - Código por carlosreinamc"</title>
			<link>http://foro.aumentality.com/topic/video-en-ra-codigo-por-carlosreinamc/page/2#post-4085</link>
			<pubDate>Mie, 18 Ene 2012 21:21:35 +0000</pubDate>
			<dc:creator>pablonadal</dc:creator>
			<guid isPermaLink="false">4085@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola, saludos a todos. Soy nuevo por aquí. He conseguido sacar a la luz este código y me va de lujo, pero me encuentro con un grave problema, ¿cómo consigo hacer loop en el stream? He probado a ponerle un listener al _ns (NetStream) y a hacer una private function en la que le marque que al detectar NetStream.Play.Stop cargue el _ns.seek (0). Pero no reacciona.&#60;br /&#62;
Cuando cargo el swf, no me da error pero tampoco &#38;quot;loopea&#38;quot;.&#60;br /&#62;
¿Me pueden ayudar? Este es mi código:&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-8&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;package com.&#60;span style=&#34;color: #006600;&#34;&#62;zerofractal&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;display&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Sprite&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Event&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;media&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;net&#60;/span&#62;.*;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa clases de FlarManager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARManager&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARMarkerEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; com.&#60;span style=&#34;color: #006600;&#34;&#62;transmote&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flar&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;utils&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARPVGeomUtils&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;libspark&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flartoolkit&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;pv3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARCamera3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa clases de Papervision 3D&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;materials&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;BitmapMaterial&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;materials&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;VideoStreamMaterial&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;core&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;proto&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;MaterialObject3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;DisplayObject3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;primitives&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Cube&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;primitives&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Plane&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;LazyRenderEngine&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;scenes&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Scene3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Viewport3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;layer&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;ViewportLayer&#60;/span&#62;;&#38;nbsp; &#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;objects&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;parsers&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;DAE&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FileLoadEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;NetStatusEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Importa el motor de Tween.&#38;nbsp; Puede ser tweener, tweenmax, tweenlight, etc.&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; caurina.&#60;span style=&#34;color: #006600;&#34;&#62;transitions&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Tweener&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; Step7 &#60;span style=&#34;color: #0066CC;&#34;&#62;extends&#60;/span&#62; Sprite &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el objeto que contiene el FLAR Manager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _flarManager:FLARManager;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _camera3d:FLARCamera3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Estos son los objetos basicos de Papervision 3D&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _viewport:Viewport3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _scene:Scene3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _renderer:LazyRenderEngine;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el Displayobject que contiene el objeto 3d que se ubica en la marca&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _baseNode:DisplayObject3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _plane:Plane;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _dae:DAE;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _daeLayer:ViewportLayer;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Este es el video que se representa en el marker&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _video:VideoStreamMaterial;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _ns:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; Step7&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ADDED_TO_STAGE&#60;/span&#62;, onAddedToStage&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onAddedToStage &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;removeEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ADDED_TO_STAGE&#60;/span&#62;, onAddedToStage&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// Instancia y Carga el XML de configuracion de Flarmanager&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARManager&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/config.&#60;span style=&#34;color: #006600;&#34;&#62;xml&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Agrega handlers para los eventos claves de FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;INIT&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onFlarInit&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_ADDED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerAdded&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_UPDATED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerUpdated&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARMarkerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;MARKER_REMOVED&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onMarkerRemoved&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; flarSource = Sprite&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;flarSource&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Agrega la webcam al escenario&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;flarSource&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se inicializa FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onFlarInit &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;removeEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;INIT&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onFlarInit&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;markerUpdateThreshold&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Inicializa Papervision&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Scene3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._camera3d = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARCamera3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;cameraParams&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Viewport3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;640&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;480&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;y&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; DisplayObject3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//A metaData object handler was set up to catch any metadata content coming from the FLV&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; customClient:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; customClient.&#60;span style=&#34;color: #006600;&#34;&#62;onMetaData&#60;/span&#62; = metaDataHandler;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Set up a video to handle the FLV&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; videoFile:&#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;Video&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; nc:&#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetConnection&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; nc.&#60;span style=&#34;color: #0066CC;&#34;&#62;connect&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;null&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Set up a video to handle the netStream connection&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;NetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;nc&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #006600;&#34;&#62;client&#60;/span&#62; = customClient;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; videoFile.&#60;span style=&#34;color: #006600;&#34;&#62;attachNetStream&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_ns&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;NetStatusEvent.&#60;span style=&#34;color: #006600;&#34;&#62;NET_STATUS&#60;/span&#62;, statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//This function is called when metaData is dispatched&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; metaDataHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;infoObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Instantiate the VideoStreamMaterial&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _video = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; VideoStreamMaterial&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;videoFile, _ns, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Plane&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_video, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;160&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;120&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;rotationX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;180&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;rotationZ&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;90&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane.&#60;span style=&#34;color: #006600;&#34;&#62;scale&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._plane&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; DAE&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;,&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;null&#60;/span&#62;,&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;rotationX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;90&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;y&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;5&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #0066CC;&#34;&#62;load&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/duck.&#60;span style=&#34;color: #006600;&#34;&#62;xml&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FileLoadEvent.&#60;span style=&#34;color: #006600;&#34;&#62;LOAD_COMPLETE&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;onLoadComplete&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; = _dae.&#60;span style=&#34;color: #006600;&#34;&#62;scaleY&#60;/span&#62; = _dae.&#60;span style=&#34;color: #006600;&#34;&#62;scaleZ&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;3&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #0066CC;&#34;&#62;visible&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_dae&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._renderer = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; LazyRenderEngine&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_scene, _camera3d, _viewport&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ENTER_FRAME&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;onEnterFrame&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se encuentra un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerAdded &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;activeMarkers&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;length&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;play&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;assets/reel.&#60;span style=&#34;color: #006600;&#34;&#62;flv&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #0066CC;&#34;&#62;visible&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se actualiza un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerUpdated &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Aplica Posición al basenode&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;transform&#60;/span&#62; = FLARPVGeomUtils.&#60;span style=&#34;color: #006600;&#34;&#62;convertFLARMatrixToPVMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt.&#60;span style=&#34;color: #006600;&#34;&#62;marker&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transformMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//this.log (&#38;quot;FLAR&#38;quot;, &#38;quot;Marker [&#38;quot; + evt.marker.patternId + &#38;quot;] actualizado &#38;quot; + Math.round(evt.marker.confidence*100) + &#38;quot;%&#38;quot;);&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando se quita un marker en FLAR&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarkerRemoved &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;evt:FLARMarkerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_flarManager.&#60;span style=&#34;color: #006600;&#34;&#62;activeMarkers&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;length&#60;/span&#62; == &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #0066CC;&#34;&#62;visible&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Tweener.&#60;span style=&#34;color: #006600;&#34;&#62;addTween&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_plane, &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;scale:&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;time&#60;/span&#62;: &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;.&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;5&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cada Frame&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;onEnterFrame&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; :&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _renderer.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;//Se dispara cuando carga el DAE&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;onLoadComplete&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:FileLoadEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;removeEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FileLoadEvent.&#60;span style=&#34;color: #006600;&#34;&#62;LOAD_COMPLETE&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;onLoadComplete&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _daeLayer = _viewport.&#60;span style=&#34;color: #006600;&#34;&#62;getChildLayer&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;_dae, &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;for&#60;/span&#62; each &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; m:MaterialObject3D &#60;span style=&#34;color: #b1b100;&#34;&#62;in&#60;/span&#62; _dae.&#60;span style=&#34;color: #006600;&#34;&#62;materials&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;materialsByName&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; m.&#60;span style=&#34;color: #006600;&#34;&#62;baked&#60;/span&#62;=&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; m.&#60;span style=&#34;color: #006600;&#34;&#62;smooth&#60;/span&#62;=&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; BitmapMaterial&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;m&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;precise&#60;/span&#62;=&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; m.&#60;span style=&#34;color: #006600;&#34;&#62;oneSide&#60;/span&#62;=&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; statusHandler&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject:&#60;span style=&#34;color: #0066CC;&#34;&#62;Object&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;eventObject.&#60;span style=&#34;color: #006600;&#34;&#62;info&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;code&#60;/span&#62; == &#38;quot;NetStream.&#60;span style=&#34;color: #0066CC;&#34;&#62;Play&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Stop&#60;/span&#62;&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// loop video&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; _ns.&#60;span style=&#34;color: #0066CC;&#34;&#62;seek&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xikitiya en "Fallo al importar con Nyaroolkit"</title>
			<link>http://foro.aumentality.com/topic/fallo-al-importar-con-nyaroolkit#post-4084</link>
			<pubDate>Mie, 18 Ene 2012 11:21:32 +0000</pubDate>
			<dc:creator>xikitiya</dc:creator>
			<guid isPermaLink="false">4084@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Buenas tardes:&#60;/p&#62;
&#60;p&#62;Mi problema viene con la siguiente línea de código:&#60;br /&#62;
import jp.nyatla.nyartoolkit.jogl.utils.*;&#60;/p&#62;
&#60;p&#62;Eclipse la marca como erronea porque no reconoce .jogl.utils.*&#60;/p&#62;
&#60;p&#62;Tengo que modificar un proyecto ya creado de realidad aumentada. Para ello necesito &#38;quot;lavarle&#38;quot; la cara porque usa jartoolkit y eso me resta posibilidades. Quiero utilizar Nyartoolkit. He descargado el zip nyartoolkit 3.0.0 y no he encontrado ningun .jar. He leido por ahi que los cambios con la anterior hacen referencia a .utils per no lo he acabado de entender muy bien .Alguien puede aclararme algo o decirme como conseguir el jar?? Muchas gracias de antemano.&#60;/p&#62;
&#60;p&#62;Saludos!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchefer en "Añadir modelo 3d en Layar"</title>
			<link>http://foro.aumentality.com/topic/anadir-modelo-3d-en-layar#post-4083</link>
			<pubDate>Mie, 18 Ene 2012 10:53:36 +0000</pubDate>
			<dc:creator>mchefer</dc:creator>
			<guid isPermaLink="false">4083@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;muchas gracias por tu ayuda ZoiX. Intentare hacerlo con PHP, ya os dire lo que sale
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Añadir modelo 3d en Layar"</title>
			<link>http://foro.aumentality.com/topic/anadir-modelo-3d-en-layar#post-4082</link>
			<pubDate>Lun, 16 Ene 2012 12:41:20 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4082@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;mchefer, lo hacemos todo en PHP, los códigos que da Layar casi que no necesitan nada de modificaciones, el resto va en la base de datos. No estoy muy seguro cómo es lo del 3D en Layar, recuerdo que tienen un conversor para un formato particular que usan, pero nunca llegué a la parte de ponerlo en la escena. &#60;a href=&#34;http://layar.pbworks.com/w/page/27574448/Third%20Layar%20Tutorial%20-%20layer%20with%202d%20and%203d%20objects&#34;&#62;Acá&#60;/a&#62; parece estar la explicación de cómo hacerlo, tampoco sé si para hacerlo con el player se deba hacer algo diferente, que no creo.&#60;/p&#62;
&#60;p&#62;Sobre junaio, bueno, pensé que estabas haciendo todo dentro de Layar y no con el Player, el player de junaio cuesta 10.000€, no recuerdo en dónde exactamente está esa información, pero creo que es en la página de metaio (los que producen junaio).&#60;/p&#62;
&#60;p&#62;Saludos.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchefer en "Añadir modelo 3d en Layar"</title>
			<link>http://foro.aumentality.com/topic/anadir-modelo-3d-en-layar#post-4081</link>
			<pubDate>Lun, 16 Ene 2012 11:46:09 +0000</pubDate>
			<dc:creator>mchefer</dc:creator>
			<guid isPermaLink="false">4081@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Muchas gracias ZoiX.&#60;/p&#62;
&#60;p&#62;La verdad es que yo estoy bastante perdida. comentas que vosotros lo haceis nativamente desde Layar. ¿que lo haceis mediante codigo php o desde el panel de inserción de capas?. (la verdad es que necesito un poco de ayuda con el 3d)&#60;/p&#62;
&#60;p&#62;Otra duda, ya estoy mirando un poco de junaio, pero no encuentro nada sobre ningún player. (Entiendo que debe tener una filosofía distinta al Layar) ¿No existe ningún player para junaio? Yo habia pensado una aplicación desde donde me abra un canal de junaio directamente, pero no se si podrá hacerse.&#60;/p&#62;
&#60;p&#62;Gracias
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Añadir modelo 3d en Layar"</title>
			<link>http://foro.aumentality.com/topic/anadir-modelo-3d-en-layar#post-4080</link>
			<pubDate>Lun, 16 Ene 2012 10:48:44 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4080@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola mchefer. Nosotros lo hemos hecho con junaio, pero con Layar no hemos llegado muy a fondo. Sin embargo no usamos PorPOISE sino nativamente Layar, nos parece una mejor manera de hacerlo. Dentro de poco tenemos un proyecto para poner 3D y lo haremos en Layar, así que avances seguramente los pondré en el blog.&#60;/p&#62;
&#60;p&#62;Un saludo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nico en "Hola desde Barcelona"</title>
			<link>http://foro.aumentality.com/topic/hola-desde-barcelona#post-4079</link>
			<pubDate>Lun, 16 Ene 2012 06:17:08 +0000</pubDate>
			<dc:creator>Nico</dc:creator>
			<guid isPermaLink="false">4079@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola,&#60;/p&#62;
&#60;p&#62;Estoy finalizando la carrera de Graduado Multimedia, en la UOC, Universitat Oberta de Catañunya. Y como Trabajo Final de Carrera decidí en septiembre realizarlo sobre Realidad Aumenta y aplicarla a la enseñanza. Busque y encontré esté Grandisimo Foro, con un montón de explicaciones, tutoriales y sobre todo buena gente.&#60;br /&#62;
La cuestión es que he basado mi proyecto en un tutorial de Ryo007 y explicaciones de otros usuarios. Pueden ver los resultados y otras aportaciones en realidadmixta.com. El proyecto no esta finalizado, pero se trata de un microscopio para la enseñanza, lo pueden descargar del apartado de apliaciones, es super mejorable y espero que se pueda incoporar en un foro nuevo para entre todos poder hacer llegar esta tecnologia a los colegios, sin que intervengan las corporaciones para sacar tajada.&#60;/p&#62;
&#60;p&#62;Gracias Zoix, por esté foro y espero que me orientes en como incorporar un foro del tema del microscopio y ofrecer otras aportaciones mas. &#60;/p&#62;
&#60;p&#62;A Roy007 y al foroaumentality.com los he incluido como referencias y links dentro de la memoria y del proyecto de final de carrera, si creen que está mal o quieren modificar la referencia, así como ampliarla no duden en comunicarmelo y lo modifico.&#60;/p&#62;
&#60;p&#62;Se aceptan criticas y aportaciones.&#60;/p&#62;
&#60;p&#62;PD: el enlace de Roy007 no funciona. Cuando puedas me pasan otro enlace a tu proyecto.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchefer en "Añadir modelo 3d en Layar"</title>
			<link>http://foro.aumentality.com/topic/anadir-modelo-3d-en-layar#post-4078</link>
			<pubDate>Lun, 16 Ene 2012 02:55:53 +0000</pubDate>
			<dc:creator>mchefer</dc:creator>
			<guid isPermaLink="false">4078@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola a todos!! Necesito ayuda con Layar. Llevo una temporada “jugando” con Layar y no consigo añadir un objeto 3d para que me lo muestre.  Estoy utilizando el PorPOISE  para introducir los puntos, pero no se como debo introducir el modelo *.l3d. ¿alguien puede ayudarme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>emedesing en "Kinect segundo prototipo educativo"</title>
			<link>http://foro.aumentality.com/topic/kinect-segundo-prototipo-educativo#post-4077</link>
			<pubDate>Vie, 13 Ene 2012 18:53:01 +0000</pubDate>
			<dc:creator>emedesing</dc:creator>
			<guid isPermaLink="false">4077@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Hola solo para contarles que en mi poco tiempo libre sigo trabajando en el prototipo de desarrollos enfocados a mejorar la calidad de educación de los &#38;quot;nativos digitales&#38;quot; ya que creo que la interactividad enriquece y hace que el aprendizaje sea más rápido. &#60;/p&#62;
&#60;p&#62;les dejo el vídeo&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.youtube.com/watch?v=sNLFtY3g420&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=sNLFtY3g420&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Ayuda! no me exportan varias texturas, es urgente"</title>
			<link>http://foro.aumentality.com/topic/ayuda-no-me-exportan-varias-texturas-es-urgente/page/2#post-4076</link>
			<pubDate>Jue, 12 Ene 2012 21:51:37 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4076@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Uhm, en el foro hay varios hilos al respecto. Busca por &#38;quot;capturado&#38;quot;, que es como llamamos la variable que puse alguna vez para hacer eso. Sin embargo revisaré el otro hilo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luisa calonge en "Ayuda! no me exportan varias texturas, es urgente"</title>
			<link>http://foro.aumentality.com/topic/ayuda-no-me-exportan-varias-texturas-es-urgente/page/2#post-4075</link>
			<pubDate>Jue, 12 Ene 2012 20:31:18 +0000</pubDate>
			<dc:creator>luisa calonge</dc:creator>
			<guid isPermaLink="false">4075@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Si señor, lo supuse por medio del ensayo y error... queda resuelto porque intenté hacer el efecto por medio de una sola textura modificada con photoshop... &#60;/p&#62;
&#60;p&#62;De todas maneras muchas gracias   &#38;lt;img src=&#38;quot;http://foro.aumentality.com/bb-plugins/bb-smilies/default/icon_biggrin.gif&#38;quot; title=&#38;quot;:D&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; &#60;/p&#62;
&#60;p&#62;Me encantaría que por favor me ayudaran con el código para dejar el modelo en pantalla cuando el marker se quita, ya dejé el mensaje en el hilo adecuado pero nadie me responde   &#38;lt;img src=&#38;quot;http://foro.aumentality.com/bb-plugins/bb-smilies/default/icon_sad.gif&#38;quot; title=&#38;quot;:(&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZoiX en "Ayuda! no me exportan varias texturas, es urgente"</title>
			<link>http://foro.aumentality.com/topic/ayuda-no-me-exportan-varias-texturas-es-urgente/page/2#post-4074</link>
			<pubDate>Jue, 12 Ene 2012 15:07:52 +0000</pubDate>
			<dc:creator>ZoiX</dc:creator>
			<guid isPermaLink="false">4074@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Lo había pasado por alto Luisa, en efecto, así como las luces y las sombras no exportan al DAE, tampoco algunos modificadores, para esto lo que usualmente hacemos es simular todo en la textura, luces, sombras, efectos, relieves, etc. Extrañamente acabo de abrir un DAE que me enviaron y tiene el mismo problema, pero este se debe a que lo exportaron con el exportador de DAE que trae por defecto max, que es otro error común.&#60;/p&#62;
&#60;p&#62;Entonces, ¿resuelto?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Paradox en "Presentación demos de Realidad Aumentada"</title>
			<link>http://foro.aumentality.com/topic/presentacion-demos-de-realidad-aumentada#post-4073</link>
			<pubDate>Jue, 12 Ene 2012 11:32:50 +0000</pubDate>
			<dc:creator>Paradox</dc:creator>
			<guid isPermaLink="false">4073@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;Muchas gracias Carlos. Sin duda, el campo de la Educación con Realidad Aumentada es el que más nos apasiona. Seguiremos trabajando en más aplicaciones y las publicaremos por aquí para que nos déis vuestra opinión.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luisa calonge en "Mantener visible modelo aunque se pierda marcador"</title>
			<link>http://foro.aumentality.com/topic/mantener-visible-modelo-aunque-se-pierda-marcador/page/2#post-4072</link>
			<pubDate>Mie, 11 Ene 2012 16:45:07 +0000</pubDate>
			<dc:creator>luisa calonge</dc:creator>
			<guid isPermaLink="false">4072@http://foro.aumentality.com/</guid>
			<description>&#60;p&#62;bueno, yo modifique PV3DARApp con lo códigos que montaron ustedes y no me dió, no me sale ningún error, pero al ejecutar no da ninguna imagen se queda gris la pantalla... el archivo quedó así&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;syntax_hilite&#34;&#62;&#60;span class=&#34;langName&#34;&#62;Actionscript:&#60;/span&#62;&#60;br /&#62;&#60;div id=&#34;actionscript-9&#34;&#62;
&#60;div class=&#34;actionscript&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;package &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;display&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Sprite&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Event&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;events&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;TimerEvent&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; flash.&#60;span style=&#34;color: #006600;&#34;&#62;utils&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Timer&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;libspark&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flartoolkit&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;core&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;transmat&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARTransMatResult&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;libspark&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flartoolkit&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;support&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;pv3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARBaseNode&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;libspark&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;flartoolkit&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;support&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;pv3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;FLARCamera3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;LazyRenderEngine&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;scenes&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Scene3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;Viewport3D&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;import&#60;/span&#62; org.&#60;span style=&#34;color: #006600;&#34;&#62;papervision3d&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;view&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;stats&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;StatsView&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; PV3DARApp &#60;span style=&#34;color: #0066CC;&#34;&#62;extends&#60;/span&#62; ARAppBase &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _base:Sprite;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _viewport:Viewport3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _camera3d:FLARCamera3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _scene:Scene3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _renderer:LazyRenderEngine;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _baseNode:FLARBaseNode;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; _resultMat:FLARTransMatResult = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARTransMatResult&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; contadorDetectar:uint = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; contadorOcultar:uint = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; mostrando:&#60;span style=&#34;color: #0066CC;&#34;&#62;Boolean&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; temporizador:Timer = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Timer&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4000&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; PV3DARApp&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; temporizador.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;TimerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;TIMER&#60;/span&#62;, onMarca&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; temporizador.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;TimerEvent.&#60;span style=&#34;color: #006600;&#34;&#62;TIMER_COMPLETE&#60;/span&#62;, onContadorCompleto&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp;&#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onMarca&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;event:TimerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;marca &#38;quot; + event.&#60;span style=&#34;color: #0066CC;&#34;&#62;target&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;currentCount&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onContadorCompleto&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;event:TimerEvent&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;llegamos al final!&#38;quot;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode.&#60;span style=&#34;color: #0066CC;&#34;&#62;visible&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; protected override &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; onInit&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;super&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;onInit&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base = &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Sprite&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; as Sprite;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._capture.&#60;span style=&#34;color: #0066CC;&#34;&#62;width&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;640&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._capture.&#60;span style=&#34;color: #0066CC;&#34;&#62;height&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;480&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._capture&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport = &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Viewport3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;320&#60;/span&#62;, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;240&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; as Viewport3D;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;640&#60;/span&#62; / &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;320&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;scaleY&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;480&#60;/span&#62; / &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;240&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;4&#60;/span&#62;; &#60;span style=&#34;color: #808080; font-style: italic;&#34;&#62;// 4pix ???&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._camera3d = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARCamera3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._param&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; Scene3D&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode = &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene.&#60;span style=&#34;color: #006600;&#34;&#62;addChild&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; FLARBaseNode&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;FLARBaseNode.&#60;span style=&#34;color: #006600;&#34;&#62;AXIS_MODE_PV3D&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; as FLARBaseNode;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._renderer = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;new&#60;/span&#62; LazyRenderEngine&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._scene, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._camera3d, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._viewport&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;addEventListener&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;Event.&#60;span style=&#34;color: #006600;&#34;&#62;ENTER_FRAME&#60;/span&#62;, &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._onEnterFrame&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;private&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; _onEnterFrame&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:Event = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;null&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._capture.&#60;span style=&#34;color: #006600;&#34;&#62;bitmapData&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;draw&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._video&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;var&#60;/span&#62; detected:&#60;span style=&#34;color: #0066CC;&#34;&#62;Boolean&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;try&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; detected = &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._detector.&#60;span style=&#34;color: #006600;&#34;&#62;detectMarkerLite&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._raster, &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;80&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#38;amp;&#38;amp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._detector.&#60;span style=&#34;color: #006600;&#34;&#62;getConfidence&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;  &#62; &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;.&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;5&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;catch&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;e&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;Error&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;detected&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;mostrando == &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; mostrando = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;+ detectamos. &#38;quot;+contadorDetectar&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; contadorDetectar++;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;contadorOcultar != &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;.&#60;span style=&#34;color: #006600;&#34;&#62;temporizador&#60;/span&#62;.&#60;span style=&#34;color: #0066CC;&#34;&#62;stop&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._detector.&#60;span style=&#34;color: #006600;&#34;&#62;getTransformMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._resultMat&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode.&#60;span style=&#34;color: #006600;&#34;&#62;setTransformMatrix&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._resultMat&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._baseNode.&#60;span style=&#34;color: #0066CC;&#34;&#62;visible&#60;/span&#62; = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;mostrando == &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; mostrando = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;false&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;trace&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#38;quot;- ocultamos. &#38;quot;+contadorOcultar&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#38;nbsp; &#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; contadorOcultar++;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; temporizador.&#60;span style=&#34;color: #0066CC;&#34;&#62;start&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._renderer.&#60;span style=&#34;color: #006600;&#34;&#62;render&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;set&#60;/span&#62; mirror&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;value:&#60;span style=&#34;color: #0066CC;&#34;&#62;Boolean&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;void&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;value&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; = -&#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;640&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;1&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;x&#60;/span&#62; = &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #0066CC;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;function&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;get&#60;/span&#62; mirror&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#41;&#60;/span&#62;:&#60;span style=&#34;color: #0066CC;&#34;&#62;Boolean&#60;/span&#62; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #b1b100;&#34;&#62;return&#60;/span&#62; &#60;span style=&#34;color: #0066CC;&#34;&#62;this&#60;/span&#62;._base.&#60;span style=&#34;color: #006600;&#34;&#62;scaleX&#60;/span&#62; &#60;  &#60;span style=&#34;color: #cc66cc;color:#800000;&#34;&#62;0&#60;/span&#62;;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-weight: bold;color:#26536A;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#38;nbsp; &#38;nbsp; &#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;
&#60;li style=&#34;font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;&#34;&#62;&#60;div style=&#34;font-family: 'Courier New', Courier, monospace; font-weight: normal;&#34;&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

