Comunidad de diseño web y desarrollo en internet online

swf en htm con boton a otro swf en fullscreen

Citar            
MensajeEscrito el 20 Ago 2009 06:53 pm
Hola a todos:

Tengo un problemilla desde hace tiempo que no consigo hacer, ya son dos sitios donde lo ocupo.

Tengo un swf en un htm con un boton que abre otro swf que quiero que se abra en fullscreen. Se trata de un flipping book que necesito que se alcance a leer, es por eso lo del fullscreen.

Ya lo he conseguido hacer en local, al ver el puro swf, pero cuando lo paso al htm es cuando no se abre en fullscreen.

Otro problema que tengo es que no se ve el swf en IE8 y en Chrome si se ve pero al dar clic en el boton no se abre el segundo swf. Solo en firefox si se ve y se abre el otro swf pero no en fullscreen.

Este es mi codigo del htm

Código HTML :

<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="430" height="262">
                      <param name="movie" value="preloader.swf" />
                      <param name="quality" value="high" />
                      <param name="wmode" value="transparent" />
                      <param name="swfversion" value="9.0.45.0" />
                      <param name="allowFullScreen" value="true" />
                      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                      <param name="expressinstall" value="Scripts/expressInstall.swf" />
                      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                      <!--[if !IE]>-->
                      <object type="application/x-shockwave-flash" data="preloader.swf" width="430" height="262">
                        <!--<![endif]-->
                        <param name="quality" value="high" />
                        <param name="wmode" value="transparent">
                        <param name="swfversion" value="9.0.45.0" />
                        <param name="expressinstall" value="Scripts/expressInstall.swf" />
                        <param name="allowFullScreen" value="true" />
                        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                        <div>
                          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                        </div>
                        <!--[if !IE]>-->
                      </object>
                      <!--<![endif]-->
                    </object>
                    <script type="text/javascript">
                    <!--
                    swfobject.registerObject("FlashID");
                    //-->
                    </script>


Gracias de antemano...

Por wendy_purple

1 de clabLevel



 

chrome
Citar            
MensajeEscrito el 28 Oct 2009 03:49 am
hola, ¿qué versión de flash player estas utilizando?

Por estudioflama

1 de clabLevel



 

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.