search for: player_mp3

Displaying 1 result from an estimated 1 matches for "player_mp3".

2011 Mar 23
2
rails 3 + mongrel + mime type swf
Hi there! I ran rails 3 application in localhost. In index.html.erb file I added <object type="application/x-shockwave-flash" data="../public/player_mp3.swf" width="200" height="20"> <param name="movie" value="player_mp3.swf" /> <param name="FlashVars" value="mp3=file.mp3" /> </object> However, when Mongrel server sends swf resource with Content-Type:te...