P.S. Remoting and components ROCK. I've got a prototype internal app slapped together in a few days that can manage our flagship product/service. Smokes our browser based version hand over fist...hehe
Not only that...but I replicated much of the administrative backend logic (originally in java) in cfmx with components in that same time span...it'll freak a few folks out around our shop. :-) -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 10:53 PM To: CF-Talk Subject: RE: Flash Remoting and Popchart I can't...it's a rich client app so the movie location/name is dynamic in that I can be loading these charts in a number of different scenarios and don't know it at runtime... Also it appears Popchart uses straight urls for drilldown making it impossible to have it operate as it's own entity without reloading my page... :( Has anyone implemented drilldown with cfmx built-in graphs? Cheers, Stace -----Original Message----- From: Mike Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 10:45 PM To: CF-Talk Subject: RE: Flash Remoting and Popchart if you can, i would do this: instead of loading the flash movie, calling the server for the name of the movie to load, and then calling the server again to load the movie i would do this: pass the name of the movie to load through the html to the flash movie: movie.swf?movieName=movietoload.swf that should save you a trip to the server. let me know if this doesnt make sense or if you would like some more info. mike chambers [EMAIL PROTECTED] > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:29 PM > To: CF-Talk > Subject: RE: Flash Remoting and Popchart > > > Plus popchart is generating the clip complete with drilldown > navigation > which I *think* calls a loadMovie for the next drilldown. > Whether or not all > that will work embedded inside my mx app....I will soon find out... > > Being able to return a swf via remoting would save me a round > trip to the > server... > > Stace > > -----Original Message----- > From: Matt Liotta [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:20 PM > To: CF-Talk > Subject: RE: Flash Remoting and Popchart > > 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 > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

