Question
Passing flash variables to CF
All the ways I've found so far of passing variables back to
CF from flash seem to involve either getURL with POST/GET or the
loadvars method. This seems to inevitably require a page refresh
which I would like to avoid if possible.
The other issue is that the variables are presented to CF as form variables which leaves the CF page vulnerable to cross site attack. Ideally I want the swf embedded on my page to be the only way of passing data through to my CF handling page.
Is this possible?
The other issue is that the variables are presented to CF as form variables which leaves the CF page vulnerable to cross site attack. Ideally I want the swf embedded on my page to be the only way of passing data through to my CF handling page.
Is this possible?
