Changeset 601f086290e8c3e547e5181681d312542f763eef
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r831f721
|
r601f086
|
|
| 7 | 7 | </head> |
| 8 | 8 | <body> |
| 9 | | <div style="margin: 0 auto; width:720px;"> |
| | 9 | <div style="margin: 0 auto; width:635px;"> |
| 10 | 10 | <!--[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"> |
| 12 | 12 | <!-- <![endif]--> |
| 13 | 13 | |
| 14 | 14 | <!--[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" |
| 16 | 16 | codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> |
| 17 | 17 | <param name="movie" value="sansarmes.swf" /> |
-
|
r819d451
|
r601f086
|
|
| 2 | 2 | <mx:Application |
| 3 | 3 | xmlns:mx="http://www.adobe.com/2006/mxml" |
| 4 | | width="720" height="530" |
| | 4 | width="635" height="530" |
| 5 | 5 | layout="absolute" |
| 6 | 6 | verticalAlign="middle" |
| … |
… |
|
| 197 | 197 | usesubtitle = false; |
| 198 | 198 | initparoles = true; |
| 199 | | parolenames=new Array('acune'); |
| | 199 | parolenames=new Array('aucune'); |
| 200 | 200 | lyricsarray=new Array(); |
| 201 | 201 | karaoketime=new Array(0, |
| … |
… |
|
| 775 | 775 | </mx:VBox> |
| 776 | 776 | --> |
| 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"> |
| 779 | 779 | <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"> |
| 782 | 782 | <mx:htmlText> |
| 783 | 783 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 1</font>: InterprÚte et titre]]> |
| … |
… |
|
| 802 | 802 | </mx:Box> |
| 803 | 803 | <mx:Spacer height="100%"/> |
| 804 | | <mx:Text width="330"> |
| | 804 | <mx:Text width="300"> |
| 805 | 805 | <mx:htmlText> |
| 806 | 806 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 1b</font>: sous-titres]]> |
| … |
… |
|
| 813 | 813 | <mx:Spacer height="100%"/> |
| 814 | 814 | |
| 815 | | <mx:Text width="330"> |
| | 815 | <mx:Text width="300"> |
| 816 | 816 | <mx:htmlText> |
| 817 | 817 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 2</font>: configurer la caméra:<br/>Clic droit sur cette fenêtre (Mac ctrl+clic) → paramÚtres → camera (choisir dans le menu déroulant) → micro (choisir dans le menu) régler le niveau d'enregistrement, dans les moment les plus forts le signal ne doit pas devenir rouge]]> |
| … |
… |
|
| 819 | 819 | </mx:Text> |
| 820 | 820 | <mx:Spacer height="100%"/> |
| 821 | | <mx:Text width="330"> |
| | 821 | <mx:Text width="300"> |
| 822 | 822 | <mx:htmlText> |
| 823 | 823 | <![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]]> |
| … |
… |
|
| 826 | 826 | <mx:Button id="bc" toggle="true" change="camBt(event)" label="démarrer la caméra"/> |
| 827 | 827 | <mx:Spacer height="100%"/> |
| 828 | | <mx:Text width="330"> |
| | 828 | <mx:Text width="300"> |
| 829 | 829 | <mx:htmlText> |
| 830 | 830 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 4</span>: démarrer l'enregistrement]]> |
| … |
… |
|
| 835 | 835 | <mx:Spacer width="100%"/> |
| 836 | 836 | |
| 837 | | <mx:VBox width="330" height="100%"> |
| | 837 | <mx:VBox width="300" height="100%"> |
| 838 | 838 | <mx:Spacer height="100%"/> |
| 839 | 839 | <mx:VideoDisplay id="video" width="280" height="210" /> |
| … |
… |
|
| 845 | 845 | <mx:Spacer height="100%"/> |
| 846 | 846 | |
| 847 | | <mx:Text width="320"> |
| | 847 | <mx:Text width="280"> |
| 848 | 848 | <mx:htmlText> |
| 849 | 849 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 5</span>: vérifier l'enregistrement]]> |
| … |
… |
|
| 851 | 851 | </mx:Text> |
| 852 | 852 | <mx:Button id="bp" toggle="true" change="playBt(event)" label="lecture"/> |
| 853 | | <mx:Text width="320"> |
| | 853 | <mx:Text width="280"> |
| 854 | 854 | <mx:htmlText> |
| 855 | 855 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 6</span>: valider et autoriser l'enregistrement pour publication]]> |
| 856 | 856 | </mx:htmlText> |
| 857 | 857 | </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"/> |
| 859 | 859 | <mx:Button id="bu" click="ask_license()" label="publier"/> |
| 860 | 860 | </mx:VBox> |
| … |
… |
|
| 864 | 864 | |
| 865 | 865 | |
| 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"> |
| 867 | 867 | <mx:Box direction="horizontal" width="100%" height="100%"> |
| 868 | 868 | <mx:VBox width="230" height="100%"> |
| 869 | 869 | <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>]]> |
| 871 | 871 | </mx:htmlText></mx:Text> |
| 872 | 872 | <mx:ComboBox id="RDst" width="210" dataProvider="{parolenames}" change="selectParole(event)"/> |
| … |
… |
|
| 891 | 891 | |
| 892 | 892 | |
| 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"> |
| 894 | 894 | <mx:Box direction="horizontal" width="100%" height="100%"> |
| 895 | 895 | <mx:VBox width="230" height="100%"> |