Reply To: FirePlay Flash client for FireFly

#13749
Bo Mellberg
Participant

Well, the tests are made without FirePlay being involved at all. All FPtest.swf does is testing the xml querys by asking for /rsp/info, then starting the stream of id 2736 using:

var	my_sound:Sound = new Sound();
my_sound.loadSound(serverstring + "/rsp/stream/" + songinfo["id"], true);

The “true” above means that Flash starts playback even though the file has not been completely buffered, aka some sort of “streaming”.

There are no other songs, lists or objects loaded.