PC, Mac et Flash

  • henryap
  • Born
  • Born
  • No Avatar
  • Inscription: Juin 18, 2007
  • Messages: 1
  • Status: Offline

Message Juin 18th, 2007, 1:06 am

1) la raison pour laquelle le lien ci-dessous

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

peut afficher à la PC, mais ne peut pas afficher au Mac?




ci-dessous est de mon codage

<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>
<table Width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <object classid = "clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase = "http://download. macromedia.com / pub / shockwave / cabs / flash / swflash.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="transpare not">
<embed src = "galerie. swf "width =" 700 "height =" 510 "quality =" high "pluginspage =" http://www.macromedia.com/go/getflashplayer "type =" application / x-shockwave-flash "wmode =" transpare pas "> </ embed>
</ object> </ td>
</ tr>
</ table>
</ body>
</ html>


2) http://www.ezexs.com/toget/photogallery/ également que même http://www.fifthcomm.com/web/index.html

Mais http://www.ezexs.com/toget/photogallery/ peut afficher à la fois au PC et Mac, pourquoi?



S'il vous plaît Aide

Merci
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Juin 18th, 2007, 1:06 am

  • montyt
  • Proficient
  • Proficient
  • Avatar de l’utilisateur
  • Inscription: Avr 27, 2007
  • Messages: 275
  • Status: Offline

Message Juin 18th, 2007, 10:51 pm

Je n'ai aucune expérience de la Abt MAC. Mais essayez ce code
Code: [ 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>

if u wanna pour faire 100% à l'ajustement automatique du navigateur que d'utiliser ce code
Il suffit de changer le px à%
Code: [ 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>

Afficher de l'information

  • Total des messages de ce sujet: 2 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 38 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC