First I love the player but I do have a little problem.
I have access to 2 different webservers, and neither
of them will work if the page loaded with the player on
it isn't located locally on those servers.
Basically what I am trying to do is add them to
Myspace.com. I have a friend who is in a band and he
asked me to add something like this to his site. I
obviously chose this project because it works so well
on my sites that are on the servers.
What I am asking then is, does anyone know of a place
where I can upload the files and still have Myspace be
able to play the songs? I would prefer if it was free,
but then I get into the problem of the company only
allowing me limited bandwidth per month/day. So a site
that had more would be prefered as well.
Any help here?
Logged In: YES
user_id=1992792
Originator: NO
Use absolute urls and try installing the crossdomain.xml file in both root and the player folder.
Name this one crossdomain.xml
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>