Basically with flash, just call a recordset as usual (in a cfm doc) and call
it using the loadVariables command

loadVariables("mycfm.cfm", theTargetClip)

If you convert the recordset string in your cfm file to say

&myVar=Your recordset string

That should basically call in your data....myVar becomes the Variable in
Flash....(so call a textfield this on the _root and see what happens)

This is the most basic method, there are other more complex ways of doing it
(using xml data bridges, etc) but this is the one I normally employ.  There
are small issues with the framerate, ie if the variables are not fully
loaded by the time the timeline gets to the Textfield, etc it sometimes
doesn't work...

You can add a usual preloading routine and add &preload=1 to the bottom of
the cfm file.  Then do an if statement to check if we have reached the last
data item.

Ash

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to