Link to home
Start Free TrialLog in
Avatar of skibama1
skibama1

asked on

Flash and Invisible CFM files

I have a SWF that i want to interact with a database.  I am very familiar with CFMX but I don't really want to embed the swf in a HTML file.  I would rather it run as a exe.  Therefore is there a way to have Flash and CF interact without having to display a CFM page?  Or more succintly, can Flash interact with a database using CF as the medium but not display the cfm file?

I also may be barking up the wrong tree as I have read and heard that Flash will interact directly with a database but I'm not sure where to start with that.
Avatar of hart
hart
Flag of India image

yes cf can interact with flash..
use a cfc to interact with flash...

and this does not need to be called in a html or cfm page
just double click the swf or exe and it will work..

Regards
Hart
ASKER CERTIFIED SOLUTION
Avatar of hart
hart
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
?????

Avatar of skibama1
skibama1

ASKER

Sorry, been preoccupied with other things for awhile.

Still researching and playing...but this does look like the direction I want to go.
What's a good resource to learn more about CFC's?  And just to make sure that I made myself clear, I want to call data or send data via CF without having to open a window in IE.  I want the swf to run as a standalone EXE.

the best is macromedia examples that u get to download from the site, u go through these examples and u will be a jack of flash mx and cfc in no time.

and yes i did understand ur requirement and yes it will work as just swf or exe if ur fla file is present on the cf server along with the cfc's and the flash remoting components are installed properly.

i used ejb beans for interacting with database and flah was the front end.
but i started by experimenting with cfc's and flash mx.

u won't take much time if u r good in javascript, cfm :-)

so macromedia site is the place u should serach for examples and flash remoting components and flash MX etc...

Regards
Hart