I don't believe !! I need a long vacacions, haha !
Thank you very much !!
On 28 abr, 10:53, Bobby van der Sluis <[email protected]>
wrote:
> 'vmode' should be 'wmode'
>
> On Apr 28, 3:35 pm, leopavan <[email protected]> wrote:
>
> > Hi, thanks for the responses.
>
> > The code is:
>
> > <!-- saved from url=(0014)about:internet -->
> > <html lang="en">
>
> > <!--
> > Smart developers always View Source.
>
> > This application was built using Adobe Flex, an open source framework
> > for building rich Internet applications that get delivered via the
> > Flash Player or to desktops via Adobe AIR.
>
> > Learn more about Flex athttp://flex.org
> > // -->
>
> > <head>
> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
>
> > <!-- BEGIN Browser History required section -->
> > <link rel="stylesheet" type="text/css" href="history/history.css" />
> > <!-- END Browser History required section -->
>
> > <title></title>
> > <script src="AC_OETags.js" language="javascript"></script>
>
> > <!-- BEGIN Browser History required section -->
> > <script src="history/history.js" language="javascript"></script>
> > <!-- END Browser History required section -->
>
> > <style>
> > body { margin: 0px; overflow:hidden }
> > </style>
>
> > <script language="JavaScript" type="text/javascript">
> > <!--
> > //
> > -----------------------------------------------------------------------------
> > // Globals
> > // Major version of Flash required
> > var requiredMajorVersion = 9;
> > // Minor version of Flash required
> > var requiredMinorVersion = 0;
> > // Minor version of Flash required
> > var requiredRevision = 124;
> > //
> > -----------------------------------------------------------------------------
> > // -->
> > </script>
> > </head>
>
> > <body scroll="no" background="arrowNext.png">
>
> > <script type="text/javascript" src="swfobject.js"></script>
> > <script type="text/javascript">
>
> > var flashvars = {};
> > var params = {};
> > params.play = "true";
> > params.loop = "false";
> > params.menu = "false";
> > params.quality = "high";
> > params.allowfullscreen = "true";
> > params.allowscriptaccess = "sameDomain";
> > params.vmode = "transparent";
> > var attributes = {};
> > swfobject.embedSWF("FlexTransparentMode.swf",
> > "FlexTransparentMode2", "400px", "300px", "9.0.0", false, flashvars,
> > params, attributes);
>
> > </script>
> > <div id="FlexTransparentMode2"></div>
> > <br>
> > <hr>
> > <br>
> > <script language="JavaScript" type="text/javascript">
> > <!--
> > // Version check for the Flash Player that has the ability to start
> > Player Product Install (6.0r65)
> > var hasProductInstall = DetectFlashVer(6, 0, 65);
>
> > // Version check based upon the values defined in globals
> > var hasRequestedVersion = DetectFlashVer(requiredMajorVersion,
> > requiredMinorVersion, requiredRevision);
>
> > if ( hasProductInstall && !hasRequestedVersion ) {
> > // DO NOT MODIFY THE FOLLOWING FOUR LINES
> > // Location visited after installation is complete if installation
> > is
> > required
> > var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
> > var MMredirectURL = window.location;
> > document.title = document.title.slice(0, 47) + " - Flash Player
> > Installation";
> > var MMdoctitle = document.title;
>
> > AC_FL_RunContent(
> > "src", "playerProductInstall",
> > "FlashVars", "MMredirectURL="+MMredirectURL
> > +'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
> > "width", "400",
> > "height", "300",
> > "align", "middle",
> > "id", "FlexTransparentMode",
> > "quality", "high",
> > "bgcolor", "#ff0000",
> > "name", "FlexTransparentMode",
> > "allowScriptAccess","sameDomain",
> > "wmode","transparent",
> > "type", "application/x-shockwave-flash",
> > "pluginspage", "http://www.adobe.com/go/getflashplayer"
> > );} else if (hasRequestedVersion) {
>
> > // if we've detected an acceptable version
> > // embed the Flash Content SWF when all tests are passed
> > AC_FL_RunContent(
> > "src", "FlexTransparentMode",
> > "width", "400",
> > "height", "300",
> > "align", "middle",
> > "id", "FlexTransparentMode",
> > "quality", "high",
> > "bgcolor", "#ff0000",
> > "name", "FlexTransparentMode",
> > "allowScriptAccess","sameDomain",
> > "wmode","transparent",
> > "type", "application/x-shockwave-flash",
> > "pluginspage",
> > "http://www.adobe.com/go/getflashplayer"
> > );
> > } else { // flash is too old or we can't detect the plugin
> > var alternateContent = 'Alternate HTML content should be placed
> > here. '
> > + 'This content requires the Adobe Flash Player. '
> > + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
> > document.write(alternateContent); // insert non-flash content
> > }
> > // -->
> > </script>
> > <noscript>
> > <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> > id="FlexTransparentMode" width="400" height="300"
> >
> > codebase="http://fpdownload.macromedia.com/get/flashplayer/current/
> > swflash.cab">
> > <param name="movie" value="FlexTransparentMode.swf"
> > />
> > <param name="quality" value="high" />
> > <param name="bgcolor" value="#ff0000" />
> > <param name="allowScriptAccess" value="sameDomain"
> > />
> > <embed src="FlexTransparentMode.swf" quality="high"
> > bgcolor="#ff0000"
> > width="400" height="300"
> > name="FlexTransparentMode" align="middle"
> > play="true"
> > loop="false"
> > quality="high"
> > allowScriptAccess="sameDomain"
> > type="application/x-shockwave-flash"
> >
> > pluginspage="http://www.adobe.com/go/getflashplayer">
> > </embed>
> > </object>
> > </noscript>
> > </body>
> > </html>
>
> > On 27 abr, 21:40, "Aran Rhee" <[email protected]> wrote:
>
> > > Debe utilizar el generador de código para hacer su swfobject código, ya
> > > que no es
> > > buscando corregir.
>
> > >http://www.bobbyvandersluis.com/swfobject/generator/index.html
>
> > > Publicación de uso estático y rellene los valores que necesita, y usted
> > > recibirá
> > > código válido para la página.
>
> > > Aran
>
> > > ----- Original Message -----
> > > De: [email protected] [mailto: [email protected]] El
>
> > > De nombre leopavan
> > > Enviados: martes, 28 de abril de 2009 7:16 AM
> > > A: SWFObject
> > > Asunto: wmode no trabajo
>
> > > Hola, tengo un problema con el wmode. Hice una página con el Flex
> > > Creador de envoltorio y he añadido el mismo swf con la swfobject.
> > > El swf con el Flex Builder funciona bien el wmode pero con la
> > > swfobject no funciona.
> > > Este es un resumen el código generado por la secuencia de comandos:
>
> > > <html lang="en">
>
> > > <head>
> > > </ head>
> > > <body background="arrowNext.png">
> > > <! - Etiqueta de este objeto está formado por el swfobject. El
> > > transparente que no funcione
> > > ->
> > > <objeto style = "visibility: visible;" id = "FlexTransparentMode2"
> > > datos = "FlexTransparentMode.swf"
> > > type = "application / x-shockwave-flash"
> > > width = "400" height = "300">
> > > <param value="true" name="play"> <parámetro value = "false"
> > > name = "bucle">
> > > <param value="false" name="menu">
> > > <param value="high" name="quality">
> > > <param value="true" name="allowfullscreen">
> > > <param value="sameDomain" name="allowscriptaccess">
> > > <param value="transparent" name="vmode">
> > > </ object>
> > > <br>
> > > <hr>
> > > <br>
> > > <! - Incrustar esta etiqueta es hecha por el Flex Builder plantilla. El
> > > de trabajo es transparente
> > > ->
> > > <incrustar src = "FlexTransparentMode.swf" id = "FlexTransparentMode"
> > > quality = "high" bgcolor = "# ff0000"
> > > name = "FlexTransparentMode"
> > > allowscriptaccess = "sameDomain"
> > > wmode = "transparente"
> > > pluginspage ="http://www.adobe.com/go/getflashplayer"
> > > type = "application / x-shockwave-flash" width = "400" align = "medio"
> > > height = "300"
>
> > > </ body>
> > > </ html>
>
> > > Alguna sugerencia?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---