www.randelshofer.ch

RubikPlayer

 

© Werner Randelshofer

Readme  Changes  License

 

Examples   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  <<  >>

Example 2

 

Default view of the RubikPlayer applet: All parameters are explicitly set to their default values.

Note: The parameter 'script' has been omitted. Setting this parameter would force the applet to display the player controls (start/stop, progress bar, previous, next) to be displayed.

Applet Tag:

<applet
    code="ch.randelshofer.rubik.RubikPlayerApp.class"     archive="rubikplayer.zip"
    
width="264" height="245">

<param name="scriptLanguage" value="BandelowENG">
<param name="scriptType" value="Generator">
<!-- <param name="script" value="R L"> -->
<param name="scriptProgress" value="-1">

<param name="initScript" value="">

<param name="displayLines" value="0">

<param name="alpha" value="-25">
<param name="beta"  value="45">

<param name="colorTable" value="0x003373,0xff4600,0xf8f8f8,0x00732f,0x8c000f,0xffd200">

<param name="faces" value="0,1,2,3,4,5">

<param name="stickers" value="0,0,0,0,0,0,0,0,0, 1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,3, 4,4,4,4,4,4,4,4,4, 5,5,5,5,5,5,5,5,5">

<param name="backgroundColor" value="0xffffff">

<!-- <param name="backgroundImage" value="water.jpg"> -->

<param name="lightSourcePosition" value="-500, 500, 1000">

</applet>