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? Link to comment https://forums.phpfreaks.com/topic/101808-mod-rewrite-help-flash-music-player/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.