![]() |
development question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: development question (/showthread.php?tid=28787) |
development question - El Forum - 03-22-2010 [eluser]ignitester[/eluser] Hi All, I'm having trouble developing this one feature. I'm developing a site where users can listen to music tracks, but they shouldn't be allowed to download them. How can I hide the path in the flash player? Is this feature possible? development question - El Forum - 03-22-2010 [eluser]Unknown[/eluser] Hi, I think you can put your music files outside the web document root,then let the flash play to read them or create a new PHP file to read the music file then output the stream. The point is that put the music files outside the web document root. |