Index: /as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml
===================================================================
--- /as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml (リビジョン 1891)
+++ /as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml (リビジョン 1901)
@@ -10,5 +10,5 @@
-
+
Index: /as3/gunyarapaint/trunk/picokakiko/src/picoplayer.mxml
===================================================================
--- /as3/gunyarapaint/trunk/picokakiko/src/picoplayer.mxml (リビジョン 1403)
+++ /as3/gunyarapaint/trunk/picokakiko/src/picoplayer.mxml (リビジョン 1901)
@@ -3,7 +3,7 @@
xmlns:flmml="com.txt_nifty.sketch.flmml.*"
creationComplete="init()"
- layout="absolute" width="86" height="18" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]" color="#222222" verticalScrollPolicy="off" horizontalScrollPolicy="off">
-
-
+ layout="absolute" width="86" height="18" color="#222222" verticalScrollPolicy="off" horizontalScrollPolicy="off" backgroundGradientColors="[#ff2020, #ff2020]" backgroundAlpha="0">
+
+
@@ -24,5 +24,5 @@
public function init():void {
autoPlay = (parameters['autoPlay'] == 'y');
- if (parameters['volume']) {
+ if (parameters['volume'] && parameters['volume'] != '') {
mml_player.setMasterVolume(parameters['volume']);
volumeHSlider.value = parameters['volume'];
@@ -66,4 +66,5 @@
playButton.enabled = true;
stopButton.enabled = false;
+ this.setStyle('backgroundAlpha', '0');
}
@@ -78,4 +79,5 @@
} else {
playButton.enabled = false;
+ this.setStyle('backgroundAlpha', '0.3');
mml_player.play(mml);
}
@@ -86,4 +88,5 @@
playButton.enabled = true;
stopButton.enabled = false;
+ this.setStyle('backgroundAlpha', '0');
}
Index: /as3/gunyarapaint/trunk/picokakiko/.actionScriptProperties
===================================================================
--- /as3/gunyarapaint/trunk/picokakiko/.actionScriptProperties (リビジョン 1076)
+++ /as3/gunyarapaint/trunk/picokakiko/.actionScriptProperties (リビジョン 1901)
@@ -1,8 +1,17 @@
-
+
-
+
+
+
+
+
+
+
+
+
+