PC, Mac y Flash

  • henryap
  • Born
  • Born
  • No Avatar
  • Registrado: Jun 18, 2007
  • Mensajes: 1
  • Status: Offline

Nota Junio 18th, 2007, 1:06 am

1) ¿por qué el enlace a continuación

http://www.fifthcomm.com/web/index.html

puede mostrar a PC, pero no puede mostrar a Mac?




el que figura a continuación es mi código

<html>
<head>
<title> FifthComm Portafolio: web </ title>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<! --
(cuerpo
antecedentes de repetir: repetir;
- posición de fondo: a la izquierda arriba;
fondo-color: f3f3f3;
)
-->
</ style>
</ head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <objeto de clase = "CLSID: D27CDB6E-AE6D-11cf-96B8-444553540000" código = "http://download. macromedia.com / pub / shockwave / cabs / flash / swflash.cab #version = 6,0,29,0 "width =" 700 "altura =" 510 ">
<param name="movie" value="gallery.swf">
<param name="quality" value="high">
<param name="wmode" value="transpare not">
<embed src = "galería. swf "width =" 700 "altura =" 510 "calidad =" high "pluginspage =" http://www.macromedia.com/go/getflashplayer "type =" application / x-shockwave-flash "wmode =" no transpare "> </ embed>
</ object> </ td>
</ TR>
</ table>
</ body>
</ HTML>


2) http://www.ezexs.com/toget/photogallery/ Asimismo, mismo que http://www.fifthcomm.com/web/index.html

Pero http://www.ezexs.com/toget/photogallery/ puede mostrar tanto en el PC y Mac, ¿por qué?



Ayuda por favor

Gracias
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Junio 18th, 2007, 1:06 am

  • montyt
  • Proficient
  • Proficient
  • Avatar de Usuario
  • Registrado: Abr 27, 2007
  • Mensajes: 275
  • Status: Offline

Nota Junio 18th, 2007, 10:51 pm

No tengo ninguna experiencia en el MAC aprox. Pero probar este código
Código: [ Select ]
<html>
<head>
<title>FifthComm Portfolio : Web</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">

<!--

body {

background-repeat: repeat;

background-position: left top;

background-color: f3f3f3;

}

-->

</style>
</head>
<body>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swfl ash.cab#version=6,0,29,0" width="700" height="510">
 <param name="movie" value="gallery.swf">
 <param name="quality" value="high">
 <param name="wmode" value="transparent">
 <embed src="gallery.swf" quality="high" wmode="transparent" width="700" height="510" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</div>
</body>
</html>
  1. <html>
  2. <head>
  3. <title>FifthComm Portfolio : Web</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style type="text/css">
  6. <!--
  7. body {
  8. background-repeat: repeat;
  9. background-position: left top;
  10. background-color: f3f3f3;
  11. }
  12. -->
  13. </style>
  14. </head>
  15. <body>
  16. <div align="center">
  17. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swfl ash.cab#version=6,0,29,0" width="700" height="510">
  18.  <param name="movie" value="gallery.swf">
  19.  <param name="quality" value="high">
  20.  <param name="wmode" value="transparent">
  21.  <embed src="gallery.swf" quality="high" wmode="transparent" width="700" height="510" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
  22. </object>
  23. </div>
  24. </body>
  25. </html>

si u desea hacer al 100% Auto al navegador que utilice este código
sólo cambia el px a%
Código: [ Select ]
width="100%" height="100%"
// for css use this
<style type="text/css">
body{
width: 100%;
height: 100%;
margin: 0px;
}
</style>
  1. width="100%" height="100%"
  2. // for css use this
  3. <style type="text/css">
  4. body{
  5. width: 100%;
  6. height: 100%;
  7. margin: 0px;
  8. }
  9. </style>

Publicar Información

  • Total de mensajes en este tema: 2 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 91 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