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

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
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

Reply via email to