You should check out: http://www.kirupa.com/web/xml/index.htm everything you ever wanted to know about xml & flash, it also has source code.
I am not sure if this is what you are asking for, but it is very detailed. I read your post as "how to load xml into flash"? Another way is to use flash remoting with a db. This is so easy using flex & CF, and not too hard in flash too. If you need some source code for flash remoting contact me ([EMAIL PROTECTED]),and I can send them to you. if this is not what you are asking, I am sorry, but that is what it sounds like to me. Good luck, John On Apr 24, 2008, at 5:59 AM, a or wrote: > Hi, > > I hope I'm not going over old ground here but I cant find an exact > answer on my query here. > > I'm creating an xml file dynamically from a query. I want to then > load this xml file into a flash movie where it can process the data > > I've got a file createxml.cfm which does the following: > > <cfset some variables> > <cfquery querydb> > <cfxml variable....> > populate xml file/structure > > <cfcontent type="text/xml" reset="Yes" /> > <cfset dynXML = "#toString(variable)#"> > > This outputs an xml file with the correct headers > > I'm under instruction not to create a physical file on the server > so how should I go about getting this xml file into a .swf file > > What I'm really unsure about is how do I tie all this together ? > > Should I create another file, say displayflash.cfm where it > executes createxml.cfm and I can embed the flash movie ? > What is the best way to get the flash movie to access the dynamic > xml ? > > Am I over thinking this ??? > Apologies if > > a:) this was asked previously > b:) I'm on the wrong forum! > > thanks in advance > > alan > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3581 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
