Embedded Windows Media Player
- standard.procedure
- Newbie


- Inscription: Sep 23, 2006
- Messages: 9
- Status: Offline
Comment puis-je insérer une intégré Windows Media Player pour jouer .wmv / .avi vidéos. Je voudrais également le lecteur d'avoir une liste de lecture permettant de téléspectateurs pour sélectionner les différentes vidéos sur un joueur.
Toute aide / directions et conseils sont les bienvenus.
Toute aide / directions et conseils sont les bienvenus.
- Anonymous
- Bot


- Inscription: 25 Feb 2008
- Messages: ?
- Loc: Ozzuland
- Status: Online
Octobre 17th, 2006, 9:07 am
- Pirate TV
- Newbie


- Inscription: Oct 17, 2006
- Messages: 6
- Status: Offline
standard.procedure a écrit:
Comment puis-je insérer une intégré Windows Media Player pour jouer .wmv / .avi vidéos. Je voudrais également le lecteur d'avoir une liste de lecture permettant de téléspectateurs pour sélectionner les différentes vidéos sur un joueur.
Toute aide / directions et conseils sont les bienvenus.
Toute aide / directions et conseils sont les bienvenus.
Voici un simple code pour l'incorporation d'un windows media player:
Quote:
<OBJECT id = "VIDEO" width = "320" height = "240"
style = "position: absolute; left: 0; top: 0;"
Classid = "CLSID: 6BF52A52-394A-11d3-B153-00C04F79FAA6"
type = "application / x-oleobject">
<PARAM NAME="URL" VALUE="your fichier ou url">
<PARAM NAME = "SendPlayStateChangeEvents" VALUE = "True">
<PARAM NAME="AutoStart" value="true">
<PARAM Name="uiMode" value="none">
<PARAM Name="PlayCount" value="9999">
</ OBJECT>
style = "position: absolute; left: 0; top: 0;"
Classid = "CLSID: 6BF52A52-394A-11d3-B153-00C04F79FAA6"
type = "application / x-oleobject">
<PARAM NAME="URL" VALUE="your fichier ou url">
<PARAM NAME = "SendPlayStateChangeEvents" VALUE = "True">
<PARAM NAME="AutoStart" value="true">
<PARAM Name="uiMode" value="none">
<PARAM Name="PlayCount" value="9999">
</ OBJECT>
- standard.procedure
- Newbie


- Inscription: Sep 23, 2006
- Messages: 9
- Status: Offline
Pirate TV a écrit:
standard.procedure a écrit:
Comment puis-je insérer une intégré Windows Media Player pour jouer .wmv / .avi vidéos. Je voudrais également le lecteur d'avoir une liste de lecture permettant de téléspectateurs pour sélectionner les différentes vidéos sur un joueur.
Toute aide / directions et conseils sont les bienvenus.
Toute aide / directions et conseils sont les bienvenus.
Voici un simple code pour l'incorporation d'un windows media player:
Quote:
<OBJECT id = "VIDEO" width = "320" height = "240"
style = "position: absolute; left: 0; top: 0;"
Classid = "CLSID: 6BF52A52-394A-11d3-B153-00C04F79FAA6"
type = "application / x-oleobject">
<PARAM NAME="URL" VALUE="your fichier ou url">
<PARAM NAME = "SendPlayStateChangeEvents" VALUE = "True">
<PARAM NAME="AutoStart" value="true">
<PARAM Name="uiMode" value="none">
<PARAM Name="PlayCount" value="9999">
</ OBJECT>
style = "position: absolute; left: 0; top: 0;"
Classid = "CLSID: 6BF52A52-394A-11d3-B153-00C04F79FAA6"
type = "application / x-oleobject">
<PARAM NAME="URL" VALUE="your fichier ou url">
<PARAM NAME = "SendPlayStateChangeEvents" VALUE = "True">
<PARAM NAME="AutoStart" value="true">
<PARAM Name="uiMode" value="none">
<PARAM Name="PlayCount" value="9999">
</ OBJECT>
Merci. Mais savez-vous comment inclure une liste de lecture sur le lecteur?
- Pirate TV
- Newbie


- Inscription: Oct 17, 2006
- Messages: 6
- Status: Offline
Playlists sont utilisés en faisant un fichier asx. Voici un exemple d'un fichier asx:
Vous pouvez ajouter autant d'entrées que vous le souhaitez. Une fois que vous avez sur ce TPED, enregistrez le fichier sous "whatever.asx". Ensuite, l'utilisation que l'URL dans le code embed que je vous ai donné plus tôt.
I hope that helps!
Quote:
<ASX Version = "3.0">
Chant <TITLE> Midi Message Board </ TITLE>
<entry>
<TITLE> Titre de la vidéo 1 </ TITLE>
<ref HREF="http://yourvideo.com/video1.wmv" />
</ Entry>
<entry>
<TITLE> Titre de la vidéo 2 </ TITLE>
<REF HREF = "http://yourvideoURL.com/video2. wmv "/>
</ Entry>
</ ASX>
Chant <TITLE> Midi Message Board </ TITLE>
<entry>
<TITLE> Titre de la vidéo 1 </ TITLE>
<ref HREF="http://yourvideo.com/video1.wmv" />
</ Entry>
<entry>
<TITLE> Titre de la vidéo 2 </ TITLE>
<REF HREF = "http://yourvideoURL.com/video2. wmv "/>
</ Entry>
</ ASX>
Vous pouvez ajouter autant d'entrées que vous le souhaitez. Une fois que vous avez sur ce TPED, enregistrez le fichier sous "whatever.asx". Ensuite, l'utilisation que l'URL dans le code embed que je vous ai donné plus tôt.
I hope that helps!
- standard.procedure
- Newbie


- Inscription: Sep 23, 2006
- Messages: 9
- Status: Offline
Merci Pirate TV
Par hasard, savez-vous comment faire quelque chose comme ceci: http://nunzioweb.com/wacky_videos.shtml
Je veux une liste de lecture de vidéos que le téléspectateur, de sorte qu'un spectateur peut choisir de regarder la vidéo tout en gardant tout sur une seule page.
Par hasard, savez-vous comment faire quelque chose comme ceci: http://nunzioweb.com/wacky_videos.shtml
Je veux une liste de lecture de vidéos que le téléspectateur, de sorte qu'un spectateur peut choisir de regarder la vidéo tout en gardant tout sur une seule page.
- grahamr
- Beginner


- Inscription: Aoû 04, 2006
- Messages: 59
- Loc: North-East, England
- Status: Offline
- dklesford
- Born


- Inscription: Déc 21, 2008
- Messages: 2
- Status: Offline
- littlephoenix
- Graduate


- Inscription: Oct 31, 2006
- Messages: 149
- Status: Offline
- dklesford
- Born


- Inscription: Déc 21, 2008
- Messages: 2
- Status: Offline
Je comprends que le joueur de médias n'est pas le meilleur mais pour le moment c'est tout ce que j'ai. Je ne peux pas se permettre d'acheter le logiciel pour convertir au format flash. J'ai Draemwever8, Director8, et Fireworks3 mais ne trouve rien sur la façon de convertir ces programmes.
J'ai un grand-père qui souhaite voir le Taekwondo qu'il a été payant et wmv est tout ce que j'ai pour l'instant.
J'ai un grand-père qui souhaite voir le Taekwondo qu'il a été payant et wmv est tout ce que j'ai pour l'instant.
- embee
- Born


- Inscription: Fév 03, 2009
- Messages: 2
- Status: Offline
J'ai jeté un oeil à ce que vous voulez et je l'ai trouvé pour vous. La manière dont cela fonctionne est son affiche une page Web dans la zone sélectionnée, par exemple: sa playlist est une page qui lui est propre, comme c'est à chaque joueur ainsi quand vous cliquez sur le disent.... Vidéo 1, il ouvre la page qui a le joueur de jouer une vidéo 1.
Comment:
Créez un dossier pour votre lecteur de test. vous avez besoin pour faire quatre pages html.
1 page = index.html (principal)
2 = loading.html (aperçu de la page)
3 = playlist. html (playlist)
4 = video1.html (vidéo 1 page)
Codes: coller ceux-ci dans ces pages, changer si nécessaire.
index.html =
loading.html =
playlist.html
video1.html
Eh bien voilà!! Toute probs, let me know info@britbox.co.uk ou répondre ici si poss, (vient de rejoindre aujourd'hui, donc ne sais pas!
Embee
Comment:
Créez un dossier pour votre lecteur de test. vous avez besoin pour faire quatre pages html.
1 page = index.html (principal)
2 = loading.html (aperçu de la page)
3 = playlist. html (playlist)
4 = video1.html (vidéo 1 page)
Codes: coller ceux-ci dans ces pages, changer si nécessaire.
index.html =
Code: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border="0" cellspacing="5" cellpadding="0" class="main" align="center">
<tr>
<td align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
</tr>
<tr>
<td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
</tr>
</table>
<table border="0" align="center">
<tr>
<td valign="top"><form action="">
<table border="0" width="220" cellspacing='0' align="center" cellpadding="0">
<tr>
<td align="center"><table border="0" width="275" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
<tr>
<td><iframe src="playlist.html" name="playlist" width="100%" height="256" scrolling="Auto" frameborder="0" id="video_select">[Your user agent does not support frames or is currently configured not to display frames.]</iframe></td>
</tr>
</table></td>
<td> </td>
<td valign="top"><table border="0" width="283" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
<tr>
<td valign="top"><iframe src="loading.html" name="video_play" width="100%" height="256" scrolling="No" frameborder="0" id="video_play">[Your browser does not support frames or is currently configured not to display frames. Please use an up-to-date browser that is capable of displaying frames.]</iframe></td>
</tr>
</table></td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border="0" cellspacing="5" cellpadding="0" class="main" align="center">
<tr>
<td align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
</tr>
<tr>
<td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
</tr>
</table>
<table border="0" align="center">
<tr>
<td valign="top"><form action="">
<table border="0" width="220" cellspacing='0' align="center" cellpadding="0">
<tr>
<td align="center"><table border="0" width="275" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
<tr>
<td><iframe src="playlist.html" name="playlist" width="100%" height="256" scrolling="Auto" frameborder="0" id="video_select">[Your user agent does not support frames or is currently configured not to display frames.]</iframe></td>
</tr>
</table></td>
<td> </td>
<td valign="top"><table border="0" width="283" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
<tr>
<td valign="top"><iframe src="loading.html" name="video_play" width="100%" height="256" scrolling="No" frameborder="0" id="video_play">[Your browser does not support frames or is currently configured not to display frames. Please use an up-to-date browser that is capable of displaying frames.]</iframe></td>
</tr>
</table></td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Untitled Document</title>
- </head>
- <body>
- <table border="0" cellspacing="5" cellpadding="0" class="main" align="center">
- <tr>
- <td align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
- </tr>
- <tr>
- <td align="center"><img src="YOUR IMAGE URL" alt="" /></td>
- </tr>
- </table>
- <table border="0" align="center">
- <tr>
- <td valign="top"><form action="">
- <table border="0" width="220" cellspacing='0' align="center" cellpadding="0">
- <tr>
- <td align="center"><table border="0" width="275" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
- <tr>
- <td><iframe src="playlist.html" name="playlist" width="100%" height="256" scrolling="Auto" frameborder="0" id="video_select">[Your user agent does not support frames or is currently configured not to display frames.]</iframe></td>
- </tr>
- </table></td>
- <td> </td>
- <td valign="top"><table border="0" width="283" align="center" cellpadding="0" cellspacing="2" style="background-color: #35679a; color: #356795">
- <tr>
- <td valign="top"><iframe src="loading.html" name="video_play" width="100%" height="256" scrolling="No" frameborder="0" id="video_play">[Your browser does not support frames or is currently configured not to display frames. Please use an up-to-date browser that is capable of displaying frames.]</iframe></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </form></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>
loading.html =
Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Loading Page</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">
TD
{
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana, Helvetica, Arial
}
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
color: #EDEDDD;
background-color: #000000;
FONT-FAMILY: Trebuchet MS, Arial, Helvetica;
}
</style>
</head>
<body><br><br><br><br>
<div align="center">
<h1>PLEASE CHOOSE A VIDEO</h1>
</div>
</body>
</html>
<html>
<head>
<title>Loading Page</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">
TD
{
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana, Helvetica, Arial
}
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
color: #EDEDDD;
background-color: #000000;
FONT-FAMILY: Trebuchet MS, Arial, Helvetica;
}
</style>
</head>
<body><br><br><br><br>
<div align="center">
<h1>PLEASE CHOOSE A VIDEO</h1>
</div>
</body>
</html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Loading Page</title>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <STYLE TYPE="text/css">
- TD
- {
- FONT-SIZE: 8pt;
- FONT-FAMILY: Verdana, Helvetica, Arial
- }
- body {
- padding-top:0;
- padding-bottom:0;
- padding-left:0;
- padding-right:0;
- margin-top:0;
- margin-bottom:0;
- margin-left:0;
- margin-right:0;
- color: #EDEDDD;
- background-color: #000000;
- FONT-FAMILY: Trebuchet MS, Arial, Helvetica;
- }
- </style>
- </head>
- <body><br><br><br><br>
- <div align="center">
- <h1>PLEASE CHOOSE A VIDEO</h1>
- </div>
- </body>
- </html>
playlist.html
Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Playlist</title>
<link href="l" rel="stylesheet" type="text/css">
<style type="text/css">
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
}
</style>
</head>
<body>
<script language="JavaScript" type='text/javascript' src='js/sbar.js'></script>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0"><tr>
<td style="width: 220px; font-family:verdana, arial, helvetica, sans-serif; font-size: 12px;"> Select from the list:
<ol>
<li><a onFocus="this.blur();" target="video_play" href="video1.html">Video One Baby!</a>
<li><a onFocus="this.blur();" target="video_play" href="video2.html">Video 2</a>
<li><a onFocus="this.blur();" target="video_play" href="video3.html">And So On</a>
</ol></td></tr></table>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Playlist</title>
<link href="l" rel="stylesheet" type="text/css">
<style type="text/css">
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
}
</style>
</head>
<body>
<script language="JavaScript" type='text/javascript' src='js/sbar.js'></script>
<table align="center" border="0" width="100%" cellpadding="0" cellspacing="0"><tr>
<td style="width: 220px; font-family:verdana, arial, helvetica, sans-serif; font-size: 12px;"> Select from the list:
<ol>
<li><a onFocus="this.blur();" target="video_play" href="video1.html">Video One Baby!</a>
<li><a onFocus="this.blur();" target="video_play" href="video2.html">Video 2</a>
<li><a onFocus="this.blur();" target="video_play" href="video3.html">And So On</a>
</ol></td></tr></table>
</body>
</html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="Expires" content="-1">
- <title>Playlist</title>
- <link href="l" rel="stylesheet" type="text/css">
- <style type="text/css">
- body {
- padding-top:0;
- padding-bottom:0;
- padding-left:0;
- padding-right:0;
- margin-top:0;
- margin-bottom:0;
- margin-left:0;
- margin-right:0;
- }
- </style>
- </head>
- <body>
- <script language="JavaScript" type='text/javascript' src='js/sbar.js'></script>
- <table align="center" border="0" width="100%" cellpadding="0" cellspacing="0"><tr>
- <td style="width: 220px; font-family:verdana, arial, helvetica, sans-serif; font-size: 12px;"> Select from the list:
- <ol>
- <li><a onFocus="this.blur();" target="video_play" href="video1.html">Video One Baby!</a>
- <li><a onFocus="this.blur();" target="video_play" href="video2.html">Video 2</a>
- <li><a onFocus="this.blur();" target="video_play" href="video3.html">And So On</a>
- </ol></td></tr></table>
- </body>
- </html>
video1.html
Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vIDEO 1 PAGE</title>
<style type="text/css">
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
background-color: #eeeee0;
}
</style>
</head>
<body>
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
<param name="fileName" value="your video here .wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="YOUR VIDEO HERE.WMV" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>vIDEO 1 PAGE</title>
<style type="text/css">
body {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
background-color: #eeeee0;
}
</style>
</head>
<body>
<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
<param name="fileName" value="your video here .wmv">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="YOUR VIDEO HERE.WMV" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>
</body>
</html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>vIDEO 1 PAGE</title>
- <style type="text/css">
- body {
- padding-top:0;
- padding-bottom:0;
- padding-left:0;
- padding-right:0;
- margin-top:0;
- margin-bottom:0;
- margin-left:0;
- margin-right:0;
- background-color: #eeeee0;
- }
- </style>
- </head>
- <body>
- <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
- standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
- <param name="fileName" value="your video here .wmv">
- <param name="animationatStart" value="true">
- <param name="transparentatStart" value="true">
- <param name="autoStart" value="true">
- <param name="showControls" value="true">
- <param name="Volume" value="-450">
- <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="YOUR VIDEO HERE.WMV" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
- </object>
- </body>
- </html>
Eh bien voilà!! Toute probs, let me know info@britbox.co.uk ou répondre ici si poss, (vient de rejoindre aujourd'hui, donc ne sais pas!
Embee
- pathill
- Born


- Inscription: Fév 04, 2009
- Messages: 1
- Status: Offline
Ce fil est un véritable économiseur de vie, merci! Ceci est mon dillema de jours. J'ai de la difficulté à placer un lecteur vidéo sans messing sur le site, le code que je suis assez nouveau et d'apprendre à toutes ces questions. Je suis heureux que le droit à des conseils. 
- embee
- Born


- Inscription: Fév 03, 2009
- Messages: 2
- Status: Offline
- bishop_ian
- Newbie


- Inscription: Avr 27, 2010
- Messages: 14
- Status: Offline
<OBJECT Id="VIDEO" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject" width="320" height="240">
Param name <= "URL" VALUE = "MyVideo. wmv ">
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM Name="PlayCount" value="3">
<PARAM Name="Volume" value="50">
<PARAM NAME="balance" value="0">
Param name <= "Rate" VALUE = "1. 0 ">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="fullScreen" VALUE="False">
<PARAM Name="uiMode" value="full">
> </ Object>
Param name <= "URL" VALUE = "MyVideo. wmv ">
<PARAM NAME="enabled" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM Name="PlayCount" value="3">
<PARAM Name="Volume" value="50">
<PARAM NAME="balance" value="0">
Param name <= "Rate" VALUE = "1. 0 ">
<PARAM NAME="Mute" VALUE="False">
<PARAM NAME="fullScreen" VALUE="False">
<PARAM Name="uiMode" value="full">
> </ Object>
Page 1 sur 1
Pour répondre à ce sujet, vous devez vous connecter ou vous enregistrer. Il est gratuit.
Afficher de l'information
- Total des messages de ce sujet: 13 messages
- Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 134 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
