I have a SWF embedded in a CFM page (Coldfusion). There is information stored into the CFM page through a cookie. I am not sure the best / easiest way to get that information into the SWF itself.
The cookie is holding the user’s login information (e-mail) and I would like that to automatically fill in an input form inside the SWF when the user gets there so they don’t have to type it in again.
I have some experience with Flash Remoting but I don’t think this is the best way for this task. Flash doesn’t need to send any info to the CFM page, I only need to send info from the CFM page to the SWF.
Any ideas on best practices?