Tengo que saber cómo hacerlo somtin ingenio Flash...

  • looky_man1
  • Born
  • Born
  • No Avatar
  • Registrado: Abr 08, 2004
  • Mensajes: 1
  • Status: Offline

Nota Abril 8th, 2004, 1:39 pm

Hola soy nuevo en Flash Mx y no sabemos realmente cómo poner tto el archivo swf a una página web. Im tryin para uso http://www.graphic.net este mensaje a todos los medios aparece.


Archivo no puede ser salvado porque el nombre de archivo contiene caracteres no válidos
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Abril 8th, 2004, 1:39 pm

  • Stephan
  • Born
  • Born
  • No Avatar
  • Registrado: Abr 08, 2004
  • Mensajes: 3
  • Loc: UK - Scotland
  • Status: Offline

Nota Abril 8th, 2004, 4:43 pm

Crear un nuevo archivo HTML, etc en Notpad y pegue el siguiente

Código: [ Select ]
<head>

<TITLE>********Page Title Here*******</TITLE>


<META NAME="DESCRIPTION" CONTENT="******Name Here
*********">

<META NAME="KEYWORDS" CONTENT="***Site Description Here***">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</HEAD>

<body bgcolor="#333333" text="0" link="0" vlink="0" alink="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="739" border="0" cellspacing="0" cellpadding="0" height="100%" align="center">
 <tr>
  <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="778" height="548">
    <param name=movie value="***YOUR-MAIN-SWF-FILE-HERE**.swf">
    <param name=quality value=high>
    <embed src="Stephan.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="850" height="750">
    </embed>
   </object></td>
 </tr>
</table>
</body>

<script language="JavaScript">
<!--

function SymError()
{
 return true;
}

window.onerror = SymError;

//-->
</script>

<script language="JavaScript">
<!--

function SymError()
{
 return true;
}

window.onerror = SymError;

//-->
</script>

<script language="JavaScript"><!--
  self.moveTo(0,0)
  self.resizeTo(screen.availWidth,screen.availHeight)
//--></script>
  1. <head>
  2. <TITLE>********Page Title Here*******</TITLE>
  3. <META NAME="DESCRIPTION" CONTENT="******Name Here
  4. *********">
  5. <META NAME="KEYWORDS" CONTENT="***Site Description Here***">
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. </HEAD>
  8. <body bgcolor="#333333" text="0" link="0" vlink="0" alink="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  9. <table width="739" border="0" cellspacing="0" cellpadding="0" height="100%" align="center">
  10.  <tr>
  11.   <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="778" height="548">
  12.     <param name=movie value="***YOUR-MAIN-SWF-FILE-HERE**.swf">
  13.     <param name=quality value=high>
  14.     <embed src="Stephan.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="850" height="750">
  15.     </embed>
  16.    </object></td>
  17.  </tr>
  18. </table>
  19. </body>
  20. <script language="JavaScript">
  21. <!--
  22. function SymError()
  23. {
  24.  return true;
  25. }
  26. window.onerror = SymError;
  27. //-->
  28. </script>
  29. <script language="JavaScript">
  30. <!--
  31. function SymError()
  32. {
  33.  return true;
  34. }
  35. window.onerror = SymError;
  36. //-->
  37. </script>
  38. <script language="JavaScript"><!--
  39.   self.moveTo(0,0)
  40.   self.resizeTo(screen.availWidth,screen.availHeight)
  41. //--></script>

**************************************

Ponga su nombre de archivo aquí en el código anterior ----------->
Código: [ Select ]
<param name=movie value="***YOUR-MAIN-SWF-FILE-HERE**.swf">

en el anterior

entonces el nombre de este archivo index.html

Esperamos que esta bien, yo soy muy nuevo esto también
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Abril 8th, 2004, 5:39 pm

Me fijo que Stephen. En el futuro, a cuando usted OZZU código postal, necesitará usar el BBCode botones y rodean su "código" con ellos. De lo contrario, la mayoría de las veces tornillo hasta el puesto porque el guión trata de analizar el código como usted vio originalmente.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Abril 8th, 2004, 5:43 pm

Para añadir una respuesta a la pregunta que nos ocupa, cuando "publicar" su Flash debería generar un archivo HTML. A continuación, bastará con copiar y pegar el contenido a su sitio.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • UNFLUX
  • Genius
  • Genius
  • Avatar de Usuario
  • Registrado: Dic 20, 2002
  • Mensajes: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Nota Abril 8th, 2004, 6:27 pm

En realidad, la única parte de lo que Stephen publicado que usted necesita es:
Código: [ Select ]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="778" height="548">
    <param name=movie valueyourMovie.swf">
    <param name=quality value=high>
    <embed src="yourMovie.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="250">
    </embed>
   </object>
  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="778" height="548">
  2.     <param name=movie valueyourMovie.swf">
  3.     <param name=quality value=high>
  4.     <embed src="yourMovie.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="250">
  5.     </embed>
  6.    </object>

como él dijo, simplemente cambie a "yourMovie.swf" para su propio nombre de archivo.
UNFLUX.FOTO

Publicar Información

  • Total de mensajes en este tema: 5 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 38 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC