Reply To: FirePlay Flash client for FireFly

#13431
Bo Mellberg
Participant

@fizze wrote:

Hm, may I be so bold to ask how you tell the flash what server to connect to?
I think for a split second I see connecting to “slug:8008”, but then it doesnt show ANY music of course, coz that port…. well is just plain wrong, its cherokee’s port on my slug? 😕

The code for the server detection looks like this:

var serverstring:String = "http://" + String(this._url).split("/")[2];

Which evaluates to (on my server): http://www.mellberg.org:3689

Given that you have your browser to connect to your server with:

http://www.mellberg.org:3689/FlashDAAP.html

and you have placed all Flash specific items (html, swf and AC-runactivecontent.js) in your admin-root folder.