Multiplayer
Table des matièresPresentationWhy an other flash plugin ?
Future devMultiplayer flash applet is designed to be include in Tikiwiki opensource CMS. I plan to make theses developpement : - allow to record a message with microphone to present yourselft on a page (to be ported on tikiwiki CMS) - allow to record a video clip with webcam to present yourselft on a page (to be ported on tikiwiki CMS) DownloadYou can download the last release of multiplayer in swf (flash) format here Inside the zip file you have to get :
In src directory you have the sources of flash applet in haxe language User documentationSome screen shots![]() ![]() ![]() To use
Load the flash with arg : multiplayer.swf?URL=file.mp3 ConfigurationDefinitionsThe configuration is given by an simple xml file : <interface name="default"> <Color> <ProgressBarPlay>0xFF8D41</ProgressBarPlay> <ProgressBarLoad>0xA7A7A7</ProgressBarLoad> <ProgressBarButton>0xFF0000</ProgressBarButton> <ProgressBar>0xC3C3C3</ProgressBar> <VolumeOn>0x21AC2A</VolumeOn> <VolumeOff>0x8EFF8A</VolumeOff> <VolumeButton>0</VolumeButton> <Button>0x555555</Button> <ButtonPressed>0xFF00FF</ButtonPressed> <ButtonOver>0xB3B3B3</ButtonOver> <ButtonInfo>#C3C3C3</ButtonInfo> <ButtonInfoPressed>0x555555</ButtonInfoPressed> <ButtonInfoOver>0xFF8D41</ButtonInfoOver> <ButtonInfoText>0xFFFFFF</ButtonInfoText> <ID3>0x6CDCEB</ID3> <PlayTime>0x00FF00</PlayTime> <TotalTime>0xFF2020</TotalTime> <PanelDisplay>0x555555</PanelDisplay> <AlertMesg>0x00FFFF</AlertMesg> </Color> <Value> <PreloadDelay>4</PreloadDelay> </Value> </interface> <interface name="Black"> <Color> <ProgressBarPlay>0xFFFFFF</ProgressBarPlay> </Color> <Text> <URLAppend>http://www.lesjetesdelencre.com/tiki-download_file.php?fileId=</URLAppend> <LimitedMsg>You are limited to 1 minute. Please visit the artist site if you love him!</LimitedMsg> </Text> <Value> <MaxPlay>60</MaxPlay> </Value> </interface> You can have many definitions of interface. Only default is used You have three types of records :
ColorColor define in Hexadecimal notation (OxFFFFFF is white) some colors :
Size
URLSecret
Exemple multiplayer.swf?URL=4 with URLAppend=http://site.com/wiki/flash= will load http://site.com/wiki/flash=4 Developper documentationIntroductionThe applet is developped with Haxe a langage to produce flash or Ajax or client servers applications. The applet run with flash9 reader. The content of zip fileIn the zip file you will find :
To compileTo compile the player.hx program, you need to have haxe installed. Haxe is an open source language, it is for me the main revolution since Perl. On the Haxe site you will find a free compiler for MacOS, Linux and Windows and good installers. When haxe is installed type : haxe compile.hxml
|
Langue du site : frConnexion |