I believe ActionScript objects have to be statically linked to SWFs, so simply returning an ActionScript object isn't going to work.
Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -----Original Message----- > From: Jon Gorrono [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 7:19 PM > To: CF-Talk > Subject: Re: Flash Remoting and Popchart > > On Friday, September 6, 2002, at 06:52 PM, Stacy Young wrote: > > > Was about to whip up a Flash mx app and pull in some of my Popcharts ( > > http://www.corda.com )...I'm figuring I can do this by having a > > component > > return the url of the flash clip to flash and have it embed it in my > > movie... > > > > Was wondering if anyone had an opinion on other ways? What about > > returning > > the actual swf via remoting? > > > > P.S. If you're wondering why I don't use the built-in graph stuff in > > cfmx...Popchart smokes it hands down...of course you gotta pay the > > bucks for > > it... > > > > Stace > > > > > > > > Interesting idea... The Flash server interchange maps structs on the cfc > side to ActionScript Objects on the Flash side. So, if you could > properly define a struct with a cfc that would map directly into a > object with all the right properties to make a MovieClip object > dynamically, you could use the object passed from the cfc to help > construct a movieclip using the MovieClip method attachmovie()... never > done it... just wondering out loud > Jp > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

