Forum Moderators: phranque
Any advice appreciated!
Jean
For the signup, send them to a online payment processor to take their payment. Once you receive their money, send them the username / password. Once their subscription expires, you can cancel the username / password.
Sanenet I appreciate your help and when I think about this there are two hurdles that I see:
- When I have hundreds of subscribers it will be difficult to handle the job manually.
- If they download the files they can use them even after the cancellation.
Reading your post made me wonder if it would be possible to do everything through a script and serve the data through streaming only on a pop up window or something like that
To assuage your fear of your files being downloaded and continously used you have a few options. You could re-encode them using some DRM-enabled feature of Windows Media at the expense of users on platforms that don't support Windows Media files (or users like me that have updated codecs but refuse to install the DRM bug... I mean feature). The other option, which would work with roughly 99.8% of your users, is to pass the mp3 to the user via a flash plugin. The files will be very difficult to "rip" from the stream, but not impossible.
Hope this helps.
The Flash solution would involve creating a simple flash file (probably with play, stop, ff and rewind buttons) that contained the sound source.
The only example I can think of offhand would be [avonandsomerset.police.uk...]
A good programmer / flash guy could get the sound out of the flash file, but it ain't that easy ;)