. . 3 |
"Adobe Flash":
1 - Adobe Flash. AS3
2 - Adobe Flash. .
...
31 - Flamme . Action Script 2.
32 - . 2.
33 - . . 3.
: Adobe Flash |
. Adobe Flash. |
" Flash":, flash
1 - . flash.
2 - .
...
28 - Flamme . Action Script 2.
29 - Adobe Flash. .
30 - . Adobe Flash.
: Adobe Flash |
. 2. |
, ().
(), ..
.
"" , , .
!
.
. !
FLA.
"Sothink SWF Quicker":
1 - . Sothink SWF Quicker
2 - Sothink SWF Quicker
...
30 - , .
31 - Flamme . Action Script 2.
32 - . 2.
"Adobe Flash":
1 - Adobe Flash. AS3
2 - Adobe Flash. .
...
30 - Adobe Flash. .
31 - Flamme . Action Script 2.
32 - . 2.
: Adobe Flash |
Adobe Flash. . |
FLA -, .
FLA.
" ",
. .
!
" ":
1 -
2 - -
...
47 - . Sothink SWF Quicker. 2.
48 - , .
49 - Adobe Flash. .
"Adobe Flash":
1 - Adobe Flash. AS3
2 - Adobe Flash. .
...
28 - . . Sothink SWF Quicker Adobe Flash (AS2). 2.
29 - , .
30 - Adobe Flash. .
: Adobe Flash |
AdobeFlash AS3 |
mp3 , . , ,, mp3 , , . , , , . . , . AS3, ( ), , fla . , , , , . ![]() , , ![]() - "" instance name - aPlay, "" instance name - aPause ![]() ![]() , , (F9) : aPause.addEventListener(MouseEvent.CLICK, pauseSong); aPlay.addEventListener(MouseEvent.CLICK, playSong); var audio:Sound; var nameSong:String = "nameSong.mp3"; var soundChannnel:SoundChannel; var time:Number = 0; function playSong(e:MouseEvent = null):void { audio = new Sound(); audio.load(new URLRequest(nameSong)); soundChannnel = audio.play(time); } function pauseSong(e:MouseEvent = null):void { time = soundChannnel.position; soundChannnel.stop(); } , , "nameSong.mp3" , " .mp3" , . ( , , (F9) . . , ! |
: Adobe Flash |
. . AS2(Adobe Flash) |
ActionScript 2.0 : my_sound = new Sound(); my_sound.attachSound("muz"); play(); , . "ActionScript" " ActionScript" "" - muz . 'play' 'stop' stop(); . (play) , "" ( ), ""( ) , : on (release) { _root.my_sound.start(0,1000); _root.gotoAndStop("stop"); } "" , : on (release) { _root.my_sound.stop(); _root.gotoAndStop("play"); } : ![]() : ![]() : |
: Adobe Flash |