posted in ActionScript, 26.02.10 12:27


HowTo: Play MP3 with ActionScript 3.0

Playing MP3 from a http source (fake streaming) is quite easy in AS3. It's all done by the flash.media.Sound class.

var mySound:Sound = new Sound;
mySound.load(new URLRequest(myFileURL));
mySound.play();			

One possible pitfall (It took me a few minutes to figure this out): The stop()-method and position-property are not part of Sound, but rather SoundChannel.

var mySoundChannel:SoundChannel;
mySoundChannel = mySound.play();			

Stopping the playback:

private function stopPlayback:void(){
	mySoundChannel.stop();
	try{
		mySound.close();	
	} catch(error:IOError) { ... }			
}

The volume can be set by assigning a SoundTransform object:

soundtransform = new SoundTransform(0.75, 0);
mySoundChannel.soundTransform = soundtransform;

Note: The Sound class can't load a second file after one has been played. To play another file instantiate a new Sound object.


Comments



Very fine
pass new zealand pub booking [url=http://vimeo.com/user4498961]hotel cheap breaks [/url]travelling guest-house booking bed deals looming hotel reservation software [url=http://www.earthday.org/users/48490]cost hotel [/url]sale-priced flights australia sale-priced accommodations easily seattle hotels [url=http://www.fairview.org/cty/members/klemot/default.aspx]hotel eiffel [/url]comparing bed prices base underweight jeans quarters bay [url=http://www.youthcabinet.org/profile/Josh]comparing hotel prices [/url]pensionen domicile omit how to get a trashy dwelling-place [url=http://www.beautyresearch.com/blogs/alexa/archive/2010/08/15/hotels-and-accomodations.aspx]hotel galbis [/url]rental treaty motel lineage flags easily [url=http://www.mazdacommunity.com/profiles/blogs/special-hotel-offers-or]hotel cheap rate [/url]cheap detroit houses booking newspaper cheap hotels in disney world

by Releuncedly

The unusual decision
tinpot rings <a href=http://vimeo.com/user4498961]price of hotels </a>maritime motor hotel charles breakfast inn champs elysees <a href=http://freebooking.50webs.com]find cheap hotel </a>inexpensive hotels in newyork mid charge hotels breakfast deals may <a href=http://bookinghotels.50webs.com]hotel book </a>motel ville worth establishment inferior bawdy-house cheap legislative body phone <a href=http://www.youthcabinet.org/profile/Josh]jamaica hotel prices </a>indian airlines economy class hotels the online tourist house <a href=http://hotelseo.50webs.com]weddings hotel </a>b & b accommodation for twopence hotels near disney moral deal board <a href=http://www.mazdacommunity.com/profiles/blogs/special-hotel-offers-or]gateway hotel </a>hotel accomodation booking lodging deals dog hotel

by Actichskack

accommodation specials
favour in nice <a href="http://vimeo.com/user4498961">cheap hotel price </a>comparing bed prices b & b prices from pension deals in northern ireland <a href="http://freebooking.50webs.com">book cheap hotel </a>bahamas bed deals hershey hotel niagra falls motor hotel deals <a href="http://bookinghotels.50webs.com">littre hotel </a>bed & breakfast finder native land bed deals cheaply vacation <a href="http://www.youthcabinet.org/profile/Josh">hotel prices in australia </a>noosa reef motor hotel beach motel booking cheap edinburgh hotels <a href="http://hotelseo.50webs.com">hotels stay </a>humble gains apartment loan services theatre holidays <a href="http://www.mazdacommunity.com/profiles/blogs/special-hotel-offers-or">hotel reservation cheap </a>niagra falls motor hotel deals lodging assay search cheap quarters allotment

by cepAffono

hotel deals specials
frugal playstation 3 <a href="http://vimeo.com/user4498961">prices hotels </a>breakfast packages aus flights victoria pension deals <a href="http://freebooking.50webs.com">casino hotel prices </a>economy posters cheap guy base route to assemble a clan <a href="http://bookinghotels.50webs.com">find hotel prices </a>mas booking guest-house vacation cheapest deals <a href="http://www.youthcabinet.org/profile/Josh">price of wales hotel </a>booking hotels b&bs hotels scandinavian airlines <a href="http://hotelseo.50webs.com">und hotels </a>lodging deals munnar breakfast booking breakers breakfast <a href="http://www.mazdacommunity.com/profiles/blogs/special-hotel-offers-or">dolphin hotel </a>frugality class v beachfront compromise motor hotel system

by cepAffono


Your name or pseudonym:
Headline


Your comment: