Changeset 601f086290e8c3e547e5181681d312542f763eef

Show
Ignore:
Timestamp:
03/14/11 17:33:53 (14 months ago)
Author:
Robin Gareus <robin@…>
Parents:
819d45124f45e6c61597bd7786940278a1d94d7a
Children:
95f864299a36ec5c50436478bd462a25fac50e86
git-committer:
Robin Gareus <robin@gareus.org> / 2011-03-14T18:33:53Z+0100
Message:

sansarmes - less width..

Location:
flex/sansarmes
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • flex/sansarmes/sans.html

    r831f721 r601f086  
    77</head> 
    88<body> 
    9   <div style="margin: 0 auto; width:720px;"> 
     9  <div style="margin: 0 auto; width:635px;"> 
    1010<!--[if !IE]> --> 
    11     <object type="application/x-shockwave-flash" data="sansarmes.swf?t=5" width="720" height="530"> 
     11    <object type="application/x-shockwave-flash" data="sansarmes.swf?t=7" width="635" height="530"> 
    1212<!-- <![endif]--> 
    1313 
    1414<!--[if IE]> 
    15       <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="720" height="530" 
     15      <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="635" height="530" 
    1616                        codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> 
    1717                <param name="movie" value="sansarmes.swf" /> 
  • flex/sansarmes/sansarmes.mxml

    r819d451 r601f086  
    22<mx:Application 
    33  xmlns:mx="http://www.adobe.com/2006/mxml" 
    4     width="720" height="530" 
     4    width="635" height="530" 
    55    layout="absolute" 
    66    verticalAlign="middle" 
     
    197197                usesubtitle = false; 
    198198                initparoles = true; 
    199                 parolenames=new Array('acune'); 
     199                parolenames=new Array('aucune'); 
    200200                lyricsarray=new Array(); 
    201201                karaoketime=new Array(0, 
     
    775775    </mx:VBox> 
    776776    --> 
    777 <mx:TabNavigator id="tabs" borderStyle="none" width="100%" height="500" tabWidth="240"> 
    778   <mx:VBox label="Enregistrer de l'audio/vidéo" width="100%" height="100%" id="tabVR"> 
     777<mx:TabNavigator id="tabs" borderStyle="none" width="100%" height="500" tabWidth="211"> 
     778  <mx:VBox label="Chanter (audio/vidéo)" width="100%" height="100%" id="tabVR"> 
    779779    <mx:Box direction="horizontal" width="100%" height="100%"> 
    780         <mx:VBox width="340" height="100%"> 
    781             <mx:Text width="330"> 
     780        <mx:VBox width="310" height="100%"> 
     781            <mx:Text width="300"> 
    782782                <mx:htmlText> 
    783783                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 1</font>: InterprÚte et titre]]> 
     
    802802            </mx:Box> 
    803803            <mx:Spacer height="100%"/> 
    804             <mx:Text width="330"> 
     804            <mx:Text width="300"> 
    805805                <mx:htmlText> 
    806806                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 1b</font>: sous-titres]]> 
     
    813813            <mx:Spacer height="100%"/> 
    814814 
    815             <mx:Text width="330"> 
     815            <mx:Text width="300"> 
    816816                <mx:htmlText> 
    817817                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 2</font>: configurer la caméra:<br/>Clic droit sur cette fenêtre (Mac ctrl+clic) &#8594; paramÚtres  &#8594; camera (choisir dans le menu déroulant)  &#8594; micro (choisir dans le menu) régler le niveau d'enregistrement, dans les moment les plus forts le signal ne doit pas devenir rouge]]> 
     
    819819            </mx:Text> 
    820820            <mx:Spacer height="100%"/> 
    821             <mx:Text width="330"> 
     821            <mx:Text width="300"> 
    822822                <mx:htmlText> 
    823823                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 3</font>: Démarrer la caméra.<br/>Ajuster votre position pour le visage soit ni trop gros ni trop petit au centre de la partie supérieur de l'image]]> 
     
    826826            <mx:Button id="bc" toggle="true" change="camBt(event)" label="démarrer la caméra"/> 
    827827            <mx:Spacer height="100%"/> 
    828             <mx:Text width="330"> 
     828            <mx:Text width="300"> 
    829829                <mx:htmlText> 
    830830                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 4</span>: démarrer l'enregistrement]]> 
     
    835835        <mx:Spacer width="100%"/> 
    836836 
    837         <mx:VBox width="330" height="100%"> 
     837        <mx:VBox width="300" height="100%"> 
    838838            <mx:Spacer height="100%"/> 
    839839            <mx:VideoDisplay id="video" width="280" height="210" /> 
     
    845845            <mx:Spacer height="100%"/> 
    846846 
    847             <mx:Text width="320"> 
     847            <mx:Text width="280"> 
    848848                <mx:htmlText> 
    849849                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 5</span>: vérifier l'enregistrement]]> 
     
    851851            </mx:Text> 
    852852            <mx:Button id="bp" toggle="true" change="playBt(event)" label="lecture"/> 
    853             <mx:Text width="320"> 
     853            <mx:Text width="280"> 
    854854                <mx:htmlText> 
    855855                    <![CDATA[<font face="Colaborate-Medium" size="12">Étape 6</span>: valider et autoriser l'enregistrement pour publication]]> 
    856856                </mx:htmlText> 
    857857            </mx:Text> 
    858             <mx:CheckBox id="cbNotify" width="320" label="Informez-moi par e-mail quand la vidéo est publiée." selected="false"/> 
     858            <mx:CheckBox id="cbNotify" width="280" label="Informez-moi par e-mail quand la vidéo est publiée." selected="false"/> 
    859859            <mx:Button id="bu" click="ask_license()" label="publier"/> 
    860860        </mx:VBox> 
     
    864864 
    865865 
    866   <mx:VBox label="Lire les paroles" width="100%" height="100%" id="tabRD"> 
     866  <mx:VBox label="Lire les propositions" width="100%" height="100%" id="tabRD"> 
    867867    <mx:Box direction="horizontal" width="100%" height="100%"> 
    868868        <mx:VBox width="230" height="100%"> 
    869869            <mx:Text><mx:htmlText> 
    870                 <![CDATA[<font face="Colaborate-Medium" size="12">Choisissez paroles de l'affichage:</font>]]> 
     870                <![CDATA[<font face="Colaborate-Medium" size="12">Choisissez la version à afficher:</font>]]> 
    871871            </mx:htmlText></mx:Text> 
    872872            <mx:ComboBox id="RDst" width="210" dataProvider="{parolenames}" change="selectParole(event)"/> 
     
    891891 
    892892 
    893   <mx:VBox label="Écrire des paroles" width="100%" height="100%" id="tabTW"> 
     893  <mx:VBox label="Proposer des paroles" width="100%" height="100%" id="tabTW"> 
    894894    <mx:Box direction="horizontal" width="100%" height="100%"> 
    895895        <mx:VBox width="230" height="100%">