Northern Flame Posted April 19, 2008 Share Posted April 19, 2008 I have a flash music player that plays mp3's and gets the information from an XML file. Lets call that file mp3.xml If I link to the xml file in my music player with this url: data="http://www.mywebsite.com/media/mp3/music.swf?playlist_url=http://www.mywebsite.com/media/mp3/playlists/mp3.xml" it works fine, but if i add this code to an .htaccess file in /media/mp3/ .htaccess: RewriteEngine on RewriteRule ^bin/([^/\.]+)/?$ music.swf?playlist_url=http://www.mywebsite.com/media/mp3/playlists/$1.xml [L] and have this in the music player code: data="http://www.mywebsite.com/media/mp3/bin/mp3" the swf file loads and I see the music player, but the XML file does not load. Can anyone help me get my XML file to load with my swf player? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.