Lecture de fichier swf

Fermé
zevinny Messages postés 164 Date d'inscription mardi 28 décembre 2004 Statut Membre Dernière intervention 13 février 2010 - 9 sept. 2007 à 14:24
 phdudu - 11 déc. 2007 à 15:10
Bonjour,

Sur ce forum, je trouve pleins de liens, mais je ne solutionne pas mon problème.. Alors je fais apel à vous!

Voilà, j'aimerais permettre la lecture de fichiers *.SWF bon quand je met le fichier tout seul avec le code correspondant, cela fonctionne mais il me manque la barre de lecture "STOP - PLAY - VOLUME (éventuel)".

Voici ce que j'ai:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

<object type="application/x-shockwave-flash" width="400" height="220" wmode="transparent" data="flvplayer.swf?file=ferrari.swf&autoStart=false">
  <param name="movie" value="flvplayer.swf?file=ferrari.swf&autoStart=false" />
  <param name="wmode" value="transparent" />
  </object> 

</object>

</body>
</html>


Et cela ne fonctionne pas! J'ai juste une page blanche... Maintenant le fichier flvplayer, ben je ne le trouve pas :-S et la page reste blanche...

Quelqu'un peut m'avancer là dessus?

merci
A voir également:

2 réponses

Bonjour,
Tu as essayer avec une adresse complete trouvant t'on fichier ?
0
http://kb2.adobe.com/cps/415/tn_4150.html

Why use these all these HTML tags? What do they do?
The OBJECT tag is for Internet Explorer 3.0 or later on Windows 9x/2000/NT/ME/XP platforms or any browser that supports the use of the Flash ActiveX control. ...

The EMBED tag is for Netscape Navigator 2.0 or later, or browsers that support the use of the Netscape-compatible plugin version of Flash Player. The "pluginspage" attribute tells the browser where to direct the user to find Flash Player for download if the Player is not already installed. The user would then need to download and run the installer and restart their browser.

mais ca ne marche pas non plus !!
0