Checkout http://flowplayer.org/player/advanced.html#antileeching
This player already has an anit-leeching feature partially built-in into the player itself. So as Kevin described, all you need to do is build the uuid token authentication handling on the CF side. I believe the player handles both have flv and mp3s. Have fun guys. Michael > -----Original Message----- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 3:33 PM > To: CF-Talk > Subject: RE: Secure Flash Audio Player and CF > > Hi Mike, > > This method has been used to secure resources loading into Flash for a > long > time and works rather easily. > > To use this method, you should learn about FlashVars so that you can pass > your encrypted token to Flash. Your token can be any number of things, but > I > would suggest a combination of a Unique ID( uuid() ), some other random > characters and the actual id of the 'ticket'. Flash decrypts it, verifies > that it's legitimate, than re-codes it along with the requested file and > sends it to the server-side. > > The server-side receives the request and validates the token, than > processes > the request and returns the file. > > I dug up an example that was built for the Flash Media Server, but the > process is similar and should work well. > > http://echo.ryerson.ca/authentication/ > > !k > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304967 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

