Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coldfusion & Flash MX - load data

Status
Not open for further replies.

martinb7

Programmer
Jan 5, 2003
235
GB
Hi.

I was wondering, how do you load the data out of a coldfusion page (.cfm) or does it need to be a .cfc page? into a dynamic text box in a flash movie?

<Coldfuion page - member.cfm>

<cfquery name=&quot;flash&quot; datasource=&quot;Flash&quot;>
SELECT username FROM member
</cfquery>

Do I need anything else on that page? like <cfoutput>?

----------------------------------------------------------

<FLASH MOVIE - member.swf/.fla>

A dynamic text box - instance name is flash

a clip event - onClipEvent(load)

What is the AS i need to make it possible?

Thank u.

 
yes i do have the remoting componets installed.

Continue to answer please.

Thanx
 
please post all of your code from both ends.

if this is your first attempt then download the tutorial from the above link and work through that first.

the code you posted tells me nothing, its missing all the necessary objects etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top