[TYPO3-UG Quebec] RE : Insérer un fichier video WMV dans Typo3 ?

Richard Paquet rp at oberon-inf.com
Wed Jun 14 16:23:11 CEST 2006



Allo, 
Je te montre la solution que j'ai trouvé

Dans ta page typo3 tu créer un lien qui appelle une page html

<P><A
href="http://www.topjohnny.com/topjohnny/html/wma_low.html"><STRONG><FON
T face="Verdana, Geneva, Arial, Sans-serif" size=4>LOW
SPEED</FONT></STRONG></A></P> 


Dans cette page la j'ai fait un embed video, comme ca ca marche avec des
gros video.


<center>

 <object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
             type="application/x-oleobject" width="320" height="240"
 STANDBY="Loading Windows Media Player components..."
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2
inf.cab#Version=6,4,5,715">
        <param name="url" value="TJ_Kick_It_VIDEO_LOW.wmv">
        <param name="autostart" value="true">
        <param name="ShowStatusBar" value="1">
        <param name="volume" value="100">
<PARAM NAME="showControls" VALUE="false">
 
</EMBED></OBJECT>

       <!-- For other browsers * Windows Media Player -->
        <!--[if !IE]> <-->
        <object width="320" height="240" type="application/x-mplayer2" >
          <param name="fileName" value="TJ_Kick_It_VIDEO_LOW.wmv">
          <param name="autostart" value="1">
          <param name="ShowStatusBar" value="1">
          <param name="volume" value="0">
        </object>
        <!--> <![endif]-->
      </object> 

</center>

J'espere que ca peut t'aider.
Bonne journée

Richard :)






-----Message d'origine-----
De : typo3-ug-quebec-bounces at lists.netfielders.de
[mailto:typo3-ug-quebec-bounces at lists.netfielders.de] De la part de
Yannick
Envoyé : 14 juin, 2006 10:20
À : typo3-ug-quebec at lists.netfielders.de
Objet : [TYPO3-UG Quebec] Insérer un fichier video WMV dans Typo3 ?


Bonjour,

Je cherche à insérer un fichier video de 120mo de type WMV dans une
conteneur de type video dans Typo3.

Deux questions me viennent : 

- La limite semble être de 9.8mo, comment changer cette valeur ?
- Ou trouver de la documentation pour utiliser des parametres correctes
dans le champ prévu à cet effet ?

Et enfin, y'a t'il une autre extension pour gérer les fichiers videos ?

Merci à vous

Yannick
_______________________________________________
TYPO3-UG-quebec mailing list TYPO3-UG-quebec at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-quebec




More information about the TYPO3-UG-quebec mailing list