I will first say congradulations to the developers. It looks like you put a lot of time an effort into making a very usable product.
The issue I am having is that I cam only hear the's music locally. I host my own home server with Apache's HTTP service. I used Dreamweaver to build the pages.
I finally found that the sxpf file had to be placed in the same folder as the .as file for it to be recognized.
The playlist will now show in the play but no music will play. Reading other posts, they talk about playing the songs on the web and then using that as the location, why can I not use a location on my local computer as the location?
I also attempted to change the location in the sxpf file to the server address (00.00.000.00/folder/file.xspf) and the player actually showed as though the was loading/buffering the song but even after 10 min no music was playing. Does anyone have any ideas?
christopher_crim@msn.com
Logged In: YES
user_id=1992792
Originator: NO
Try installing the crossdomain.xml
file into root and player folders
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
On playlists and scripts, do you
have absolute urls?
Cal