Hello,
Ok, here?s what?s going on - I have a CFML Tag that displays a number from my
Database. I want to get flash to be able to read this number using embedded
HTML. However, I can't find a tutorial in Google I may be searching for the
wrong thing. Anybody know a tutorial and or code that could help me?
Many Thanks, Look forward to a response.
derobinson - 30 Jun 2006 20:30 GMT
Set a CF variable, then pass it to your Flash movie using either the Flashvars
param (or a URL variable when calling the SWF) in the HTML object/embed tags.
Here's the LiveDocs on using FlashVars:
http://livedocs.macromedia.com/flash/8/main/00001206.html
Hope that helps!