?> photoders » ActionScript 3.0 ses kontrolü http://www.photoders.com Tue, 14 Jun 2011 11:41:58 +0000 en hourly 1 http://wordpress.org/?v=3.2.1 ActionScript 3.0 ses kontrolü http://www.photoders.com/actionscript-30-ses-kontrolu http://www.photoders.com/actionscript-30-ses-kontrolu#comments Tue, 29 Jul 2008 10:56:43 +0000 admin http://www.photoders.com/?p=532 photodersActionScript kof ekleyerek eklediğimiz butonları
[hidepost]
seçerek butonların eklediğimiz framede actions paneli F9 acarak verdiğim kıdları ekleyelim. Butonların instance name pencerelerine Play butonun (basla) stop butonun (son) yazalım kodları incelersek zaten anlayabiliriz ekli FLA indirebilirsiniz


function bitti(event:Event):void{
SoundMixer.stopAll();
}
son.addEventListener(MouseEvent.CLICK,bitti)

function ses(event:Event):void{

SoundMixer.stopAll();
var sesci:URLRequest=new URLRequest(“bizim.mp3″)
var s:Sound=new Sound(sesci);
s.play();

}
basla.addEventListener(MouseEvent.CLICK,ses);

Not:eklemek istediğiniz mp3 swf bulunduğu klasör içinde olması gerekmektedir

FLA indir

Örnek uygulamayı İzle

 

[/hidepost]

]]>
http://www.photoders.com/actionscript-30-ses-kontrolu/feed 1