<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: Stage.displayState cambio a fullScreen en flash 9 AS2</title>
	<atom:link href="http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/</link>
	<description>Recursos y ejemplos de actionscript, Flash, AIR, Flex, CSS y HTML. Tutoriales de actionscript 2 y actionscript 3</description>
	<lastBuildDate>Wed, 11 Jan 2012 17:26:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Guillermo</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-3474</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Thu, 11 Aug 2011 00:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-3474</guid>
		<description>Hola Leo, ya te hice una pregunta por medio del formulario de consulta, quería enviarte el código  para ver si podes ayudarme como te comenté cuando abro el FLA me da una error de complacion en el action script, como puedo cambiar o arreglar esto:
stageListener.onResize = function ()
{
    alignObjects();
};
alignObjects();
fullscreen_mc.bttn.onPress = function ()
{
    if (this._parent.icon_mc._currentframe == 1)
    {
        Stage.displayState = &quot;fullScreen&quot;;
        this._parent.icon_mc.gotoAndStop(2);
    }
    else
    {
        Stage.displayState = &quot;normal&quot;;
        this._parent.icon_mc.gotoAndStop(1);
    }

Si podes darme una mano desde ya te lo agradeceré mucho, un saludo.
Guillermo</description>
		<content:encoded><![CDATA[<p>Hola Leo, ya te hice una pregunta por medio del formulario de consulta, quería enviarte el código  para ver si podes ayudarme como te comenté cuando abro el FLA me da una error de complacion en el action script, como puedo cambiar o arreglar esto:<br />
stageListener.onResize = function ()<br />
{<br />
    alignObjects();<br />
};<br />
alignObjects();<br />
fullscreen_mc.bttn.onPress = function ()<br />
{<br />
    if (this._parent.icon_mc._currentframe == 1)<br />
    {<br />
        Stage.displayState = &#8220;fullScreen&#8221;;<br />
        this._parent.icon_mc.gotoAndStop(2);<br />
    }<br />
    else<br />
    {<br />
        Stage.displayState = &#8220;normal&#8221;;<br />
        this._parent.icon_mc.gotoAndStop(1);<br />
    }</p>
<p>Si podes darme una mano desde ya te lo agradeceré mucho, un saludo.<br />
Guillermo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Midifez</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-1288</link>
		<dc:creator>Midifez</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-1288</guid>
		<description>Hola!
Oye gracias por tu disponibilidad de ayudar a los que andamos atarantados con flash... 

Mi estimado podrías ayudarme. ¿Cómo puedo hacer que un archivo flash cubra todo el navegador? mira te pongo un ejemplo.

http://analogue.ca/</description>
		<content:encoded><![CDATA[<p>Hola!<br />
Oye gracias por tu disponibilidad de ayudar a los que andamos atarantados con flash&#8230; </p>
<p>Mi estimado podrías ayudarme. ¿Cómo puedo hacer que un archivo flash cubra todo el navegador? mira te pongo un ejemplo.</p>
<p><a href="http://analogue.ca/" rel="nofollow">http://analogue.ca/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Mc Mardigan</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-1209</link>
		<dc:creator>Mc Mardigan</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-1209</guid>
		<description>Muchas gracias por tu respuesta y sobre todo por la rapidez, tomo buena nota.

Pero teniendo en cuenta tu respuesta me asalta una nueva duda...

Tanto el script como los botones estan insertados en un fotograma de mi pelicula flash y funciona sin problemas.

Si consigo un sript que en lugar de llamarse mediante un botón , lo insertemos en el primer fotograma no debería fallar.

A todo esto cabe aclarar que ya tengo un index.thml con un boton que llama a mipeli.swf

que script necesito en ese caso?

algo asi?

#
function() {
#
    Stage.scaleMode = &quot;noScale&quot;;
#
    Stage.displayState = &quot;fullscreen&quot;;


desde ya muchas gracias</description>
		<content:encoded><![CDATA[<p>Muchas gracias por tu respuesta y sobre todo por la rapidez, tomo buena nota.</p>
<p>Pero teniendo en cuenta tu respuesta me asalta una nueva duda&#8230;</p>
<p>Tanto el script como los botones estan insertados en un fotograma de mi pelicula flash y funciona sin problemas.</p>
<p>Si consigo un sript que en lugar de llamarse mediante un botón , lo insertemos en el primer fotograma no debería fallar.</p>
<p>A todo esto cabe aclarar que ya tengo un index.thml con un boton que llama a mipeli.swf</p>
<p>que script necesito en ese caso?</p>
<p>algo asi?</p>
<p>#<br />
function() {<br />
#<br />
    Stage.scaleMode = &#8220;noScale&#8221;;<br />
#<br />
    Stage.displayState = &#8220;fullscreen&#8221;;</p>
<p>desde ya muchas gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: LeoBaraldi</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-1207</link>
		<dc:creator>LeoBaraldi</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-1207</guid>
		<description>Mc Mardigan: El evento fullScreen de la clase Stage no se puede inicializar directamente por una razón de seguridad, solamente se puede hacer fullscreen atreves de un evento de mouse o desde la entrada de una tecla, lo que puedes hacer es una pantalla inicial donde el usuario deba hacer clic para continuar y ahí desencadenas el evento displayState!</description>
		<content:encoded><![CDATA[<p>Mc Mardigan: El evento fullScreen de la clase Stage no se puede inicializar directamente por una razón de seguridad, solamente se puede hacer fullscreen atreves de un evento de mouse o desde la entrada de una tecla, lo que puedes hacer es una pantalla inicial donde el usuario deba hacer clic para continuar y ahí desencadenas el evento displayState!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Mc Mardigan</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-1206</link>
		<dc:creator>Mc Mardigan</dc:creator>
		<pubDate>Mon, 02 Mar 2009 09:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-1206</guid>
		<description>Hola Leo, tengo un problema que me trae de cabeza y necesito un poco de ayuda.

El caso es que encontré un script AS2 fullscreen muy bueno pero hasta que no le doy al botón no se amplia el explorador.
Necesito que se amplie automaticamente al entrar en la pagina... ¿hay algun script que lo haga???

Este es el script completo para que lo disfruten y para que te orientes un poco mejor...
En realidad solo necesito poner un script en el primer fotograma que realice la misma función que el boton  de fullscreen... pero no se cual.

[as]
// no se escala el Stage de inicio
Stage.scaleMode = &quot;noScale&quot;;
	Stage.displayState = &quot;fullscreen&quot;;
// ocultamos el botón de pasar a modo normal de inicio
normal_btn._visible = false;
// acciones de los botones para poner en fullscreen
fs_btn.onRelease = function() {
	Stage.scaleMode = &quot;noScale&quot;;
	Stage.displayState = &quot;fullscreen&quot;;
};
fs2_btn.onRelease = function() {
	Stage.scaleMode = &quot;showAll&quot;;
	Stage.displayState = &quot;fullscreen&quot;;
};
// acciones del botón pasar volver a modo normal
normal_btn.onRelease = function() {
	Stage.displayState = &quot;normal&quot;;
};
// cuando pase de un modo a otro lo detectamos 
// con estas rutinas y mostramos y ocultamos los 
// botones correspondientes
// -----------------------------------------------
// creamos un listener para detectar el cambio de modo
var fsListener:Object = new Object();
// definimos las acciones a ejecutar 
fsListener.onFullScreen = function(pantalla_completa:Boolean) {
	if (pantalla_completa) {
		fs_btn._visible = false;
		fs2_btn._visible = false;
		normal_btn._visible = true;
	} else {
		fs_btn._visible = true;
		fs2_btn._visible = true;
		normal_btn._visible = false;
	}
};
// asociamos el listener al Stage
Stage.addListener(fsListener);
//--------end
[/as]

Desde ya muchas gracias</description>
		<content:encoded><![CDATA[<p>Hola Leo, tengo un problema que me trae de cabeza y necesito un poco de ayuda.</p>
<p>El caso es que encontré un script AS2 fullscreen muy bueno pero hasta que no le doy al botón no se amplia el explorador.<br />
Necesito que se amplie automaticamente al entrar en la pagina... ¿hay algun script que lo haga???</p>
<p>Este es el script completo para que lo disfruten y para que te orientes un poco mejor...<br />
En realidad solo necesito poner un script en el primer fotograma que realice la misma función que el boton  de fullscreen... pero no se cual.</p>
<div class="igBar"><span id="lactionscript-1"><a href="#" onclick="javascript:showPlainTxt('actionscript-1'); return false;">Clic para ver Texto Plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-1">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// no se escala el Stage de inicio</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">Stage</span>.<span style="color: #0066CC;">scaleMode</span> = <span style="color: #ff0000;">"noScale"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #006600;">displayState</span> = <span style="color: #ff0000;">"fullscreen"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// ocultamos el botón de pasar a modo normal de inicio</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">normal_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// acciones de los botones para poner en fullscreen</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">fs_btn.<span style="color: #0066CC;">onRelease</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #0066CC;">scaleMode</span> = <span style="color: #ff0000;">"noScale"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #006600;">displayState</span> = <span style="color: #ff0000;">"fullscreen"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">fs2_btn.<span style="color: #0066CC;">onRelease</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #0066CC;">scaleMode</span> = <span style="color: #ff0000;">"showAll"</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #006600;">displayState</span> = <span style="color: #ff0000;">"fullscreen"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// acciones del botón pasar volver a modo normal</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">normal_btn.<span style="color: #0066CC;">onRelease</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Stage</span>.<span style="color: #006600;">displayState</span> = <span style="color: #ff0000;">"normal"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// cuando pase de un modo a otro lo detectamos </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// con estas rutinas y mostramos y ocultamos los </span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// botones correspondientes</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// -----------------------------------------------</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// creamos un listener para detectar el cambio de modo</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> fsListener:<span style="color: #0066CC;">Object</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Object</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// definimos las acciones a ejecutar </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">fsListener.<span style="color: #006600;">onFullScreen</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span>pantalla_completa:<span style="color: #0066CC;">Boolean</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>pantalla_completa<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; fs_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; fs2_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; normal_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; fs_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; fs2_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; normal_btn.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// asociamos el listener al Stage</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">Stage</span>.<span style="color: #0066CC;">addListener</span><span style="color: #66cc66;">&#40;</span>fsListener<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//--------end </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Desde ya muchas gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: LeoBaraldi</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-756</link>
		<dc:creator>LeoBaraldi</dc:creator>
		<pubDate>Fri, 08 Aug 2008 02:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-756</guid>
		<description>Hola Jonatan, bueno el drama de usar fullscreen es que toda nuestra pelicula se amplia, si lo que necesitamos ampliar es solo un elemento sea un reproductor de video, un movieClip o lo que sea vamos a tener que hacernos con mas herramientas para dicho trabajo, te recomiendo que visites este link http://www.leobaraldi.com.ar/2008/04/06/video-h264-o-de-alta-definicion-hd-en-flash-player-9/ ya que este reproductor lo programe de la menera que vos necesitas!!! si miras un poco el codigo vas a ver como hago para calcular el porcentaje de ampliacion y como se lo aplico al reproductor de video, espero que te sea util y cualquier cosa desde ya podes consultar todo lo que sea! un abrazo</description>
		<content:encoded><![CDATA[<p>Hola Jonatan, bueno el drama de usar fullscreen es que toda nuestra pelicula se amplia, si lo que necesitamos ampliar es solo un elemento sea un reproductor de video, un movieClip o lo que sea vamos a tener que hacernos con mas herramientas para dicho trabajo, te recomiendo que visites este link <a href="http://www.leobaraldi.com.ar/2008/04/06/video-h264-o-de-alta-definicion-hd-en-flash-player-9/" rel="nofollow">http://www.leobaraldi.com.ar/2008/04/06/video-h264-o-de-alta-definicion-hd-en-flash-player-9/</a> ya que este reproductor lo programe de la menera que vos necesitas!!! si miras un poco el codigo vas a ver como hago para calcular el porcentaje de ampliacion y como se lo aplico al reproductor de video, espero que te sea util y cualquier cosa desde ya podes consultar todo lo que sea! un abrazo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jonatan</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-755</link>
		<dc:creator>Jonatan</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-755</guid>
		<description>Hola como estas Leo, queria comentarte que estoy hace tiempo viendo como hacer un reproductor flash que tenga fullscreen, la verdad que esto es un paso ahora puedo diseñar paginas fullscreen, pero comos eria tengo un sitio y cuando aprieto fullscreen el video solamente se ponga fullscreen. Gracias ojala me responda nunca me funciona esto de preguntar y que te resuelvan algo.
Saludos.</description>
		<content:encoded><![CDATA[<p>Hola como estas Leo, queria comentarte que estoy hace tiempo viendo como hacer un reproductor flash que tenga fullscreen, la verdad que esto es un paso ahora puedo diseñar paginas fullscreen, pero comos eria tengo un sitio y cuando aprieto fullscreen el video solamente se ponga fullscreen. Gracias ojala me responda nunca me funciona esto de preguntar y que te resuelvan algo.<br />
Saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ela13</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-719</link>
		<dc:creator>Ela13</dc:creator>
		<pubDate>Tue, 15 Jul 2008 12:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-719</guid>
		<description>Bueno, quería agradecerte.. y contarte que finalmente con tu orientación seguí buscando y encontré un codigo que me funcionó. Lo pego por si a alguien le llegue a servir:

			//------------------------------------------------		
EventListener = new Object(); 
EventListener.onFullScreen = function( bFull:Boolean ){
	
	
	if (bFull == true) { // Full-Screen Mode
	
		//las acciones para que vaya todo a fullscreen
	}
	
	
	if (bFull == false) { // normal Mode
	
	//las acciones para restarurar a los valores iniciales
	
	}
	
	
}

Stage.addListener( EventListener );

//-----------------------------------------------

Gracias!
y Saludos!!.</description>
		<content:encoded><![CDATA[<p>Bueno, quería agradecerte.. y contarte que finalmente con tu orientación seguí buscando y encontré un codigo que me funcionó. Lo pego por si a alguien le llegue a servir:</p>
<p>			//------------------------------------------------<br />
EventListener = new Object();<br />
EventListener.onFullScreen = function( bFull:Boolean ){</p>
<p>	if (bFull == true) { // Full-Screen Mode</p>
<p>		//las acciones para que vaya todo a fullscreen<br />
	}</p>
<p>	if (bFull == false) { // normal Mode</p>
<p>	//las acciones para restarurar a los valores iniciales</p>
<p>	}</p>
<p>}</p>
<p>Stage.addListener( EventListener );</p>
<p>//-----------------------------------------------</p>
<p>Gracias!<br />
y Saludos!!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ela13</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-718</link>
		<dc:creator>Ela13</dc:creator>
		<pubDate>Mon, 14 Jul 2008 15:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-718</guid>
		<description>Gracias Leo..
http://www.viaoxean.com.ar/webTV/webTV.html

Fijate el primer video, que subi el flv.

No hay caso algo similar intenté.. pero no pasa nada..

Esto es lo que estoy poniendo, si el escenario esta en modo normal, llevo el video al alto y ancho del 100% y a la posición inicial, de lo contrario lo llevo al mismo ancho y alto que tiene el escenario y a la posicion 0
escuchador.onResize = function() {
		//acciones generales cuando cambia el tamaño
		//sea full o no
		if (Stage.displayState == &quot;normal&quot;) {
			//acciones si es full
			//llevo el video a su tamaño normal:
			//Stage.displayState = &quot;normal&quot;;
			myFLVPlayback._yscale= 100;
			myFLVPlayback._xscale = 100;
			myFLVPlayback._x = 298;
			myFLVPlayback._y = 100;
		} else {
			//acciones sino es mas full
			_root.myFLVPlayback._width = Stage.width;
			_root.myFLVPlayback._height = Stage.height;
			_root.myFLVPlayback._x = 0;
			_root.myFLVPlayback._y = 0;
		}
		};
		Stage.addListener(escuchador);</description>
		<content:encoded><![CDATA[<p>Gracias Leo..<br />
<a href="http://www.viaoxean.com.ar/webTV/webTV.html" rel="nofollow">http://www.viaoxean.com.ar/webTV/webTV.html</a></p>
<p>Fijate el primer video, que subi el flv.</p>
<p>No hay caso algo similar intenté.. pero no pasa nada..</p>
<p>Esto es lo que estoy poniendo, si el escenario esta en modo normal, llevo el video al alto y ancho del 100% y a la posición inicial, de lo contrario lo llevo al mismo ancho y alto que tiene el escenario y a la posicion 0<br />
escuchador.onResize = function() {<br />
		//acciones generales cuando cambia el tamaño<br />
		//sea full o no<br />
		if (Stage.displayState == "normal") {<br />
			//acciones si es full<br />
			//llevo el video a su tamaño normal:<br />
			//Stage.displayState = "normal";<br />
			myFLVPlayback._yscale= 100;<br />
			myFLVPlayback._xscale = 100;<br />
			myFLVPlayback._x = 298;<br />
			myFLVPlayback._y = 100;<br />
		} else {<br />
			//acciones sino es mas full<br />
			_root.myFLVPlayback._width = Stage.width;<br />
			_root.myFLVPlayback._height = Stage.height;<br />
			_root.myFLVPlayback._x = 0;<br />
			_root.myFLVPlayback._y = 0;<br />
		}<br />
		};<br />
		Stage.addListener(escuchador);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: LeoBaraldi</title>
		<link>http://www.leobaraldi.com.ar/2008/01/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/comment-page-1/#comment-716</link>
		<dc:creator>LeoBaraldi</dc:creator>
		<pubDate>Mon, 14 Jul 2008 02:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.leobaraldi.com.ar/2008/01/03/stagedisplaystate-cambio-a-fullscreen-en-flash-9-as2/#comment-716</guid>
		<description>//de esta menera podemos detectar como se esta mostrando el
//flashplayer independientemente si es full o no y sin
//importar que control usemos para pasar de normal a full o al revez
escuchador.onResize = function() {
	//acciones generales cuando cambia el tamaño
	//sea full o no
	if (Stage.displayState == &quot;normal&quot;) {
	//acciones si es full
	} else {
		//acciones sino es mas full
	}
};
Stage.addListener(escuchador);</description>
		<content:encoded><![CDATA[<p>//de esta menera podemos detectar como se esta mostrando el<br />
//flashplayer independientemente si es full o no y sin<br />
//importar que control usemos para pasar de normal a full o al revez<br />
escuchador.onResize = function() {<br />
	//acciones generales cuando cambia el tamaño<br />
	//sea full o no<br />
	if (Stage.displayState == "normal") {<br />
	//acciones si es full<br />
	} else {<br />
		//acciones sino es mas full<br />
	}<br />
};<br />
Stage.addListener(escuchador);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

