httpfox FireFox. SNIFFER , browswer. , , , POST GET. , , .
https://addons.mozilla.org/en-US/firefox/addon/6647
:
, SWF, html, , SWF. , , AS3, FLV SWF, HTML-, SWF, . SNIFFERS - , , , URL- sniffer .
.
var soundRequest:URLRequest = "path/to/file.mp3";
var s:Sound = new Sound(soundRequest);
var sChannel = s.play(0, int.MAX_VALUE);
//Now to wait for completion instead, pretend we didnt start it before.
s.addEventLister(Event.SOUND_COMPLETE, onSComplete, false, 0, true);
function onSComplete(e:Event):void
{
var sChannel = s.play(0, int.MAX_VALUE); //Causes it to repeat by the highest possible
}
source
share