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 -----Original Message----- From: Mike Francisco [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 2:45 PM To: CF-Talk Subject: RE: Secure Flash Audio Player and CF Hello Kevin, Can you explain a little further- or perhaps even provide a simple sample code. It seems like your method will work on securing flv paths on FLV players as well. Thanks in advance. Mike > -----Original Message----- > From: Kevin Aebig [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 12:20 PM > To: CF-Talk > Subject: RE: Secure Flash Audio Player and CF > > The easiest way to do that is to pass a single use token to the player > through FlashVars, than call a CF script with the token to return the > audio. > > !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:304959 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

