|
La Communauté Webmaster 
| Pages: [1] |
 |
|
|
|
Auteur |
Sujet: Le FLV (Lu 1182 fois) |
|
 |
Le FLV
« sur: le 09-05-2005 a 16:29:27 » |
|
|
|
|
|
|
 |
Re:Le FLV
« Répondre #1 sur: le 09-05-2005 a 18:45:43 » |
|
|
|
|
 |
Re:Le FLV
« Répondre #2 sur: le 09-05-2005 a 22:47:59 » |
|
|
|
|
 |
Re:Le FLV
« Répondre #3 sur: le 09-05-2005 a 23:14:17 » |
|
|
|
|
 |
Re:Le FLV
« Répondre #4 sur: le 09-05-2005 a 23:42:56 » |
|
|
|
|
 |
Re:Le FLV
« Répondre #5 sur: le 10-05-2005 a 00:14:03 » |
|
|
|
|
 |
Re:Le FLV
« Répondre #6 sur: le 10-05-2005 a 09:11:35 » |
|
misterdream78
Membre récent

Hors-Ligne
Messages: 4

Je suis un lama!
|
J'en ai telecharger un sur ce site : http://www.flvplayer.com/
ensuite que dois je faire ??
Apparement il me donne ce code :
<div id="videoDiv"> <script language="javascript"> <!-- function videoSize(p_w, p_h) { if(document.all && !document.getElementById) { document.all['videoDiv'].style.pixelWidth = p_w; document.all['videoDiv'].style.pixelHeight = p_h; } else { document.getElementById('videoDiv').style.width = p_w; document.getElementById('videoDiv').style.height = p_h; } }
function appendParameter(p_args, p_name, p_value) { if (p_args == "") return p_name+"="+escape(p_value); else return p_args+"&"+p_name+"="+escape(p_value); }
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Handle all the FSCommand messages in a Flash movie. function FLVPlayer_DoFSCommand(command, args) { var FLVPlayerObj = isInternetExplorer ? document.all.FLVPlayer : document.FLVPlayer; // // Place your code here. // switch (command) { case "videoSize": var a = args.split(","); videoSize(a , a[1]); break; case "done": alert("Trapped done"); break; //Add custom events here default: alert(command+", "+args); }
} // Hook for Internet Explorer. if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write('<script language="VBScript">\n'); document.write('On Error Resume Next\n'); document.write('Sub FLVPlayer_FSCommand(ByVal command, ByVal args)\n'); document.write(' Call FLVPlayer_DoFSCommand(command, args)\n'); document.write('End Sub\n'); document.write('</script>\n'); } var args = ""; args = appendParameter(args, "skinName", ""); args = appendParameter(args, "serverName", ""); args = appendParameter(args, "fallbackServerName", ""); args = appendParameter(args, "appName","FLVPlayer"); args = appendParameter(args, "streamName","content_low, 50, content_mid, 150, content"); args = appendParameter(args, "isLive","false"); args = appendParameter(args, "bufferTime","2"); args = appendParameter(args, "autoPlay","true"); args = appendParameter(args, "autoRewind","true"); //_root.configFile = "http://localhost/common/serverName.xml"; args = appendParameter(args, "isFullScreen","false"); args = appendParameter(args, "queuePointsFile","./qpoints.xml");
document.write('<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="100%" height="100%" id="FLVPlayer" align="" /> '); document.write('<param name="movie" value="FLVPlayer.swf?'+args+'" /> '); document.write('<param name="salign" value="lt" /> '); document.write('<param name="quality" value="high" /> '); document.write('<param name="scale" value="noscale" /> '); document.write('<param name="bgcolor" value="#ffffff" /> '); document.write('<embed src="FLVPlayer.swf?'+args+'" quality="high" scale="noscale" bgcolor="#ffffff" width="100%" height="100%" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> '); document.write('</object>'); -- </script> </div>
Dans le fichier y'a plein de skin ect, des .fla, je suis perdu...
HELP ME lol |
|
|
|
|
 |
Re:Le FLV
« Répondre #7 sur: le 24-06-2006 a 12:32:58 » |
|
|
|
|
| Pages:
[1] |
|
|
|
| |
|
|