pb d'affichage de vidéo flash [RESOLU] - HTML/CSS - Programmation
Marsh Posté le 02-03-2008 à 11:15:29
est-ce que tu teste la version locale et distante avec le même navigateur?
si oui, est-ce que le fichier .flv a bien été transféré?
Marsh Posté le 02-03-2008 à 11:47:23
en local, ça marche avec IE et Firefox.
Aucun ne marche par contre en distant.
Et oui, d'après FileZilla, les fichiers sont bien transférés.
Marsh Posté le 02-03-2008 à 17:04:02
ceci ? :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="300" height="225" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=../../img_videos/reportages_fr3/Carmel_2&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=../../img_videos/reportages_fr3/Carmel_2&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="300" height="225" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
Marsh Posté le 02-03-2008 à 17:48:38
Personne ?
Je suis débutante dans ce domaine, merci de me donner des pistes. Ca fait 3 jours que je cherche.
Aucune de mes pages avec des vidéos flash en .flv n'affiche la vidéo...
Marsh Posté le 02-03-2008 à 18:54:57
voici le code de toute ma page :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Compagnie Thomas Duchatelet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Site de la Compagnie Thomas Duchatelet, basée dans le Nord Pas-de-Calais : les créations, le programme des spectacles et des formations, des cartes postales virtuelles à envoyer.">
<meta name="keywords" content="danse, danse contemporaine, Duchatelet, Thomas Duchatelet, compagnie, chorégraphie, spectacle, création, formation, cours de danse, stage, résidence mission, médiation, évènement, spectacle, tournée, diffusion, art, culture, multimédia, installation, dvd, Lille, Villeneuve-d'Ascq, Nord, Pas-de-Calais, courée Dubar-Dekien, base 11/19, Carmel, Kyomi Ichida, Ichida, A perte de mémoire, La vie à un fil, Filatures, Les Fenêtres qui parlent, Oh ! duo, Pierre qui brule, Soli, Berimbau, Initiales">
<meta name="Author" content="Compagnie Thomas Duchatelet">
<meta name="Creator Adress" content="contact@thomasduchatelet.org">
<meta name="identifier-url" content="http://www.thomasduchatelet.org/">
<meta name="robots" content="index, follow">
<script language="javascript" type="text/javascript">
<!--
var rolloverImageDirectory = '../menu/';
var rolloverImageOffFiles = new Array('rub01_off.gif', 'rub02_off.gif', 'rub03_off.gif', 'rub04_off.gif', 'rub05_off.gif', 'rub06_off.gif', 'rub07_off.gif', 'rub08_off.gif', 'rub09_off.gif', 'rub10_off.gif', 'rub11_off.gif', 'rub12_off.gif');
var rolloverImageOnFiles = new Array('rub01_on.gif', 'rub02_on.gif', 'rub03_on.gif', 'rub04_on.gif', 'rub05_on.gif', 'rub06_on.gif', 'rub07_on.gif', 'rub08_on.gif', 'rub09_on.gif', 'rub10_on.gif', 'rub11_on.gif', 'rub12_on.gif');
var rolloverImageTagNames = new Array('rub01', 'rub02', 'rub03', 'rub04', 'rub05', 'rub06', 'rub07', 'rub08', 'rub09', 'rub10', 'rub11', 'rub12');
var rolloverCentralImageOffFile = 'nom02_on.gif';
var rolloverCentralImageOnFiles = new Array('nom01_on.gif', 'nom02_on.gif', 'nom03_on.gif', 'nom04_on.gif', 'nom05_on.gif', 'nom06_on.gif', 'nom07_on.gif', 'nom08_on.gif', 'nom09_on.gif', 'nom10_on.gif', 'nom11_on.gif', 'nom12_on.gif');
var rolloverCentralImageTagName = 'nom';
var rolloverCentralImageLayerName = '';
function MM_CheckFlashVersion(reqVerStr,msg){
with(navigator){
var isIE = (appVersion.indexOf("MSIE" ) != -1 && userAgent.indexOf("Opera" ) == -1);
var isWin = (appVersion.toLowerCase().indexOf("win" ) != -1);
if (!isIE || !isWin){
var flashVer = -1;
if (plugins && plugins.length > 0){
var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
if (desc == "" ) flashVer = -1;
else{
var descArr = desc.split(" " );
var tempArrMajor = descArr[2].split("." );
var verMajor = tempArrMajor[0];
var tempArrMinor = (descArr[3] != "" ) ? descArr[3].split("r" ) : descArr[4].split("r" );
var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
flashVer = parseFloat(verMajor + "." + verMinor);
}
}
// WebTV has Flash Player 4 or lower -- too low for video
else if (userAgent.toLowerCase().indexOf("webtv" ) != -1) flashVer = 4.0;
var verArr = reqVerStr.split("," );
var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
if (flashVer < reqVer){
if (confirm(msg))
window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
}
}
}
}
//-->
</script>
<script language="javascript" type="text/javascript" src="../menu/rollover_double.js">
<!--
function rolloverDoubleInit() {}
function rolloverDoubleOn() {}
function rolloverDoubleOff() {}
//-->
</script>
<script language="javascript"><!--
function popup(adresseUrl) {
var options = 'menubar=no,scrollbars=yes,resizable=no,status=no,width=420,height=400,toolbar=no,directories=no,location=no';
window.open(adresseUrl,'popup',options);
}
function popup2(adresseUrl)
{
var options = 'menubar=no,scrollbars=yes,resizable=no,status=no,width=740,height=500,toolbar=no,directories=no,location=no';
window.open(adresseUrl,'popup2',options);
}
// -->
</script>
<link rel="stylesheet" href="../../stylesCTD.css" type="text/css">
<style type="text/css">
<!--
.Style1 {color: #d3232d}
.style2 { font-size: 10px;
color: #666666;
font-style: italic;
}
.style4 {font-size: 12px; color: #666666; font-style: italic; }
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body leftmargin="0" topmargin="0" onLoad="rolloverDoubleInit();;MM_CheckFlashVersion('7,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');" style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" marginheight="0" marginwidth="0">
<a name="haut"></a><!-- #BeginLibraryItem "/Library/fr_carres_creation.lbi" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30" bgcolor="#D3232D">
<tr>
<td valign="bottom"><table width="705" border="0" cellspacing="0" cellpadding="0" height="20">
<tr valign="bottom">
<td width="15" align="right"><a href="../compagnie/index.html" onMouseOver="rolloverDoubleOn('rub01');" onMouseOut="rolloverDoubleOff('rub01')"><img name="rub01" src="../menu/rub01_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><img name="rub02" src="../menu/rub02_on.gif" width="10" height="10" border="0"></td>
<td width="15" align="right"><a href="../formation/index.html" onMouseOver="rolloverDoubleOn('rub03');" onMouseOut="rolloverDoubleOff('rub03')"><img name="rub03" src="../menu/rub03_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../mediation/index.html" onMouseOver="rolloverDoubleOn('rub04');" onMouseOut="rolloverDoubleOff('rub04')"><img name="rub04" src="../menu/rub04_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../ephemeride/index.php" onMouseOver="rolloverDoubleOn('rub05');" onMouseOut="rolloverDoubleOff('rub05')"><img name="rub05" src="../menu/rub05_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../mecenat/index.html" onMouseOver="rolloverDoubleOn('rub12');" onMouseOut="rolloverDoubleOff('rub12')"><img name="rub12" src="../menu/rub12_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../presse/index.html" onMouseOver="rolloverDoubleOn('rub06');" onMouseOut="rolloverDoubleOff('rub06')"><img name="rub06" src="../menu/rub06_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../contacts/index.php" onMouseOver="rolloverDoubleOn('rub07');" onMouseOut="rolloverDoubleOff('rub07')"><img name="rub07" src="../menu/rub07_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../liens/index.html" onMouseOver="rolloverDoubleOn('rub08');" onMouseOut="rolloverDoubleOff('rub08')"><img name="rub08" src="../menu/rub08_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../xtras/index.html" onMouseOver="rolloverDoubleOn('rub09');" onMouseOut="rolloverDoubleOff('rub09')"><img name="rub09" src="../menu/rub09_off.gif" width="10" height="10" border="0"></a></td>
<td><img src="../menu/carre1.gif" width="540" height="1"></td>
<td width="15" align="right"><a href="../plan/index.html" onMouseOver="rolloverDoubleOn('rub10');" onMouseOut="rolloverDoubleOff('rub10')"><img name="rub10" src="../menu/rub10_off.gif" width="10" height="10" border="0"></a></td>
<td width="15" align="right"><a href="../credits/index.html" onMouseOver="rolloverDoubleOn('rub11');" onMouseOut="rolloverDoubleOff('rub11')"><img name="rub11" src="../menu/rub11_off.gif" width="10" height="10" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="0" height="30">
<tr valign="top">
<td width="110"></td>
<td width="219"><a href="../../index.html"><img src="../menu/CTD.gif" width="219" height="20" border="0"></a></td>
<td width="200"><a href="index.html"><img name="nom" src="../menu/nom02_on.gif" width="200" height="20" border="0"></a></td>
<td width="171"></td>
</tr>
</table>
<!-- #EndLibraryItem -->
<table border="0" cellpadding="0" cellspacing="0" width="804">
<tbody>
<tr>
<td height="110" width="334"> </td>
<td height="110" valign="top" width="470">
<table style="width: 469px; margin-left: 89px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 170px;" class="txt" height="16" valign="top"><a href="index.html">Introduction</a></td>
<td style="width: 172px;" class="txt" height="16" valign="top"><a href="initiales.html">Initiales</a></td>
<td style="width: 119px;" class="txt" height="16" valign="top"><a href="transfert.html">Transfert</a></td>
</tr>
<tr>
<td height="16" valign="top" class="txt Style2" style="width: 170px;"><a href="oculus.html">Oculus</a></td>
<td style="width: 172px;" class="txt" height="16" valign="top"><a href="pierre.html">Pierre qui
brûle/Soli/Berimbau</a></td>
<td style="width: 119px;" class="txt" height="16" valign="top"><a href="objet.html">L'objet </a></td>
</tr>
<tr>
<td style="width: 170px;" class="txt" height="16" valign="top"><a href="10ans.html">Dix ans déjà ! </a></td>
<td height="16" valign="top" class="txt Style1" style="width: 172px;"><a href="apdm.html">A perte de
mémoire</a></td>
<td style="width: 119px;" class="txt" height="16" valign="top"><a href="passage.html">Passage
à l'acte</a><a href="objet.html"></a></td>
</tr>
<tr>
<td style="width: 170px;" class="txt" height="16" valign="top"><a href="union.html"><span style="color: #333333;">Trait d'union</span></a></td>
<td style="width: 172px;" class="txt" height="16" valign="top"><a href="secret.html">Ils... Le
secret</a></td>
<td style="width: 119px;" class="txt" height="16" valign="top"><a href="passage.html"></a></td>
</tr>
<tr>
<td style="width: 170px;" class="txt" height="16" valign="top"><a href="pierre.html"><span style="font-style: italic;"></span></a><a href="versions.html">Dix-versions</a><a href="infini.html"></a></td>
<td style="width: 172px;" class="txt" height="16" valign="top"><a href="ohduo.html">Oh !, duo</a></td>
<td style="width: 119px;" class="txt" height="16" valign="top"></td>
</tr>
<tr>
<td style="width: 170px;" class="txt" height="16" valign="top"><a href="infini.html">Entre
0 (...) et l'infini </a></td>
<td style="width: 172px;" class="txt" height="16" valign="top"><a href="filatures.html">Filatures</a></td>
<td height="16" valign="top" class="txt Style1" style="width: 119px;">Evénements
in situ</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table><br>
<table border="0" cellpadding="0" cellspacing="0" width="780">
<tbody>
<tr>
<td valign="top" width="334">
<table border="0" cellpadding="0" cellspacing="0" width="315">
<tbody>
<tr valign="top">
<td height="209" width="15"> </td>
<td height="209" width="300"><img src="../../img_photos/carmel_4.jpg" alt="Le carmel" height="199" width="300"></td>
</tr>
<tr valign="top">
<td width="15" height="209"> </td>
<td width="300"><img src="../../img_photos/carmel_5.jpg" alt="Le carmel" height="198" width="300"></td>
</tr>
<tr valign="top">
<td width="15" height="221"> </td>
<td width="300"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','300','height','225','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=../../img_videos/reportages_fr3/Carmel_2&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="300" height="225" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=../../img_videos/reportages_fr3/Carmel_2&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=../../img_videos/reportages_fr3/Carmel_2&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="300" height="225" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object>
</noscript>
</tbody>
</table>
<p align="center"><span class="style4">Reportage : Les Journées du Patrimoine au Carmel</span></p></td>
<td class="txt" valign="top" width="336"><p><font color="#d3232d">Chorégraphie</font> <a href='javascript:popup2("../cv/duchatelet.html" )'>Thomas
Duchatelet</a> <font color="#d3232d">Interprètes</font>
<a href='javascript:popup("../cv/cessiecq.html" )'>Johana
Cessiecq</a>, <a href='javascript:popup("../cv/donnio.html" )'>Fabienne
Donnio</a>, <a href='javascript:popup("../cv/guilmet.html" )'>Jimmy
Guilmet</a><br>
<font color="#d3232d">Durée</font>
20 minutes <br>
<br>
La première a eu lieu
lors des Journées du Patrimoine les 21 et 22 septembre 2002.<br>
<br>
<font color="#333333"> Dans le cadre des
Journées du Patrimoine, de nombreux sites et monuments
historiques ouvrent leurs portes au public. La Mairie de Villeneuve
d’Ascq participe à cette opération et
met en place différents parcours de visite
thématique de la ville. <br>
<br>
<font color="#666666">En 2002, elle a souhaité
agrémenter ces visites d’interventions artistiques
en partenariat avec les associations villeneuvoises.<br>
</font> </font><br>
<font color="#333333"> La
Compagnie Thomas Duchatelet a proposé à cette
occasion différents événements en
partenariat avec le service culturel de Villeneuve d’Ascq et
l’agence d’architecture, manifestant ainsi sa
présence dans le lieu et dans le paysage culturel de la
ville.<br>
<br>
<font color="#666666">Portes
ouvertes de la Compagnie Thomas Duchatelet pendant le week-end des
Journées du Patrimoine du 20 au 22 septembre 2002. <br>
<br>
</font> </font>Interventions
chorégraphiques in situ le dimanche 22 septembre 2002
après-midi (2 représentations).</p>
<p><br>
</p></td>
<td align="right" valign="top" width="120"> <a href="carmel.html"><img src="../img_items/retour.gif" alt="retour" border="0" height="22" width="100"></a><a href="../presse/index.html#events"><img src="../img_items/presse.gif" alt="presse" border="0" height="22" width="100"></a><a href="../ephemeride/diffusions.html#events"><img src="../img_items/calendrier.gif" alt="calendrier" border="0" height="22" width="100"></a></td>
</tr>
<tr>
<td valign="top" width="334"> </td>
<td class="txt" valign="top" width="336"> </td>
<td align="right" valign="top" width="120"><a href="#haut"><img src="../../img_nav/haut.gif" alt="haut" border="0" height="20" width="20"></a></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
Marsh Posté le 03-03-2008 à 04:23:01
Verifie que la video soit dans le bon dossier
Marsh Posté le 03-03-2008 à 09:27:45
Essaie de l'afficher avec SWFobject plutot ...
Marsh Posté le 03-03-2008 à 10:45:08
http://blog.deconcept.com/swfobject/
Marsh Posté le 03-03-2008 à 11:13:03
Merci, j'ai vu cette page, mais je n'ai pas réussi à remplacer ce qu'il faut remplacer...
Qd je travaille avec dreamweaver et que je fais insérer une vidéo flash, il me crée 3 fichiers en plus de la page HTML : un dossier scripts, un FLVPlayer_Progressive.swf et un Clear_Skin_2.swf.
Je me demande si le fait que la vidéo en distant ne s'affiche pas vient du fait que je place mal ces 3 choses générées par DW.
Où dois-je les disposer ? Dans le dossier contenant tous mes html, dans mon dossier contenant la vidéo ?
Marsh Posté le 04-03-2008 à 04:27:22
Ben c'est a dire que la faudrait tout reprendre depuis le debut.
Vu comme ton code est crade et bidouillé, ca m'étonne deja que tu te sois pas fait insulter par les ayatollahs de cette section.
Essaie de trouver des tutos sur l'integration de Flash dans du HTML. Des players tout fait, facile a integrer.
Marsh Posté le 04-03-2008 à 16:45:05
Merci de m'aider, Zedlefou.
J'ai trouvé l'erreur, c'était affreusement bête : il y avait une erreur de frappe sur un dossier entre mon site local et le site distant. Donc le lien était faussé et l'image ne s'affichait pas.
Marsh Posté le 02-03-2008 à 11:01:34
Bonjour à tous,
c'est la première fois que je poste dans cette catégorie, veuillez m'excuser d'avance si je me suis trompée.
Voilà mon pb (je suis assez débutante dans le domaine) : je fais de la mise à jour sur mon site en ajoutant de la vidéo flash (en .flv) sur certaines pages. Lorsque que je fais de la prévisualisation en interne sur mon pc, la vidéo s'affiche correctement. Mais qd je transfère mes fichiers (page modifiée et vidéo) sur le site distant à l'aide de Filezilla et qu'ensuite je vérifie directement sur le site, la vidéo ne s'affiche pas. L'espace réservé à la vidéo flash est bien là mais l'espace reste blanc.
Je ne comprend pas d'où vient le problème...
Quelqu'un saurait-il m'aider ?
Merci.
Message édité par babelvf le 04-03-2008 à 16:46:48