Re: CF Flash Problem

2010-09-24 Thread Jeffrey Battershall
In Flash Paper, which supported making PPTs into Flash movies, there was some sort of exposed API to manipulate the presentation. It's been a long, long time since I used it but I would guess that CFPRESENTATION has something similar. On Thu, Sep 23, 2010 at 11:44 PM, John Eubanks

Re: CF Flash Problem

2010-09-24 Thread Dave Watts
Anyone know how to get timeline information from a cfpresentation?  I need to be able to get where a user stopped at if he/she logs out of the application or if the session ends so they don't have to start the entire presentation over if or when they log back in.  Any assistance would be

Re: CF Flash Form issue

2009-03-25 Thread Dave Watts
Hey Dave after I posted that I mapped a virtual directory in IIS which worked for a single page website I had for testing. Once I placed the flash form in a framework (each page is included in the index.cfm) I get the blank look. No errors or js errors of any kind just blank. Do you

Re: CF Flash Form issue

2009-03-24 Thread Dave Watts
I place a very simple flash form on my page cfform format=flash width=300 cfinput type=Text name=firstName /cfform When I run the page the page is blank and there is a javascript error in the lower left of the browser that says Object expected. This is a 1 page website and there is

Re: CF Flash Form issue

2009-03-24 Thread Scott Dowl
Hey Dave after I posted that I mapped a virtual directory in IIS which worked for a single page website I had for testing. Once I placed the flash form in a framework (each page is included in the index.cfm) I get the blank look. No errors or js errors of any kind just blank.

Re: CF Flash Forms

2006-07-28 Thread James Holmes
Are you are using IE? You need to update CF to 7.0.2. On 7/28/06, Steve LaBadie [EMAIL PROTECTED] wrote: Can anyone tell me why my CF Flash form has a border around it that I have to click and why my cursor turns into a ticking clock? Steve LaBadie, Web Manager East Stroudsburg University

RE: CF Flash Forms

2006-07-28 Thread Steve LaBadie
:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:50 AM To: CF-Talk Subject: Re: CF Flash Forms Are you are using IE? You need to update CF to 7.0.2. On 7/28/06, Steve LaBadie [EMAIL PROTECTED] wrote: Can anyone tell me why my CF Flash form has a border around it that I have to click and why my cursor

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-20 Thread Mike Kear
I dont think F CKEditor will work with flash forms, but I dislike flash forms anyway. I use the XML version, and FCKEditor plays fine with that. In fact Mike Nimer has integrated it with CFTEXTAREA for xml forms. To implement it, all you do is cftextarea name=bio editor=fckeditor/cftextarea

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread Sam Farmer
It won't work. In Flash forms you can only use simple html and nothing anywhere near as complex as required for FCK Editor. Flex has a built in WYSIWYG editor but its not availible to flash forms (though maybe in a future release?) Cheers, Sam F On 12/19/05, David Adams [EMAIL PROTECTED]

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread John McKown
On a side note we have seen FCKeditor crashing Firefox HARD when you use the cut or paste icons. Anyone else see that happen? John McKown David Adams wrote: Has anyone been able to get the FCKeditor to work within a CFFORM with format set to Flash? I haven't tried it yet but I am

Re: CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread Will Tomlinson
I know this doesn't have anything to do with the thread really, but I thought this example was kinda cool. Cfform as a text editor. http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html Will ~| Logware

Re: CF-Flash Mailing List

2005-04-15 Thread Michael Dinowitz
The House of Fusion CF-Flash list? If you can make a post and CC me on it, I'll look at what's going on. Thanks Can anyone confirm that the CF-Flash list is up or down? There haven't = been any posts in over a week and mine aren't coming through either. -- No virus found in this outgoing

RE: CF-Flash Mailing List

2005-04-15 Thread Ewok
Yes, the HOF flash list, I just sent a test and CC'd you. Thanks for looking. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 4:38 PM To: CF-Talk Subject: Re: CF-Flash Mailing List The House of Fusion CF-Flash list? If you can make a post

Re: CF-Flash Mailing List

2005-04-15 Thread Michael Dinowitz
Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 4:38 PM To: CF-Talk Subject: Re: CF-Flash Mailing List The House of Fusion CF-Flash list? If you can make a post and CC me on it, I'll look at what's going on. Thanks Can anyone confirm that the CF-Flash

Re: CF/Flash Question

2004-09-15 Thread dave
just have a cfm page set them as variables then deliver them to flash by any of the available means depends on how ur going about it one of the easiest ways is to set the variables as normal in flash the output them with an $ infront of each, the do a loadvar in your flash movie --

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
: CF/Flash Question To: CF-Talk [EMAIL PROTECTED] just have a cfm page set them as variables then deliver them to flash by any of the available means depends on how ur going about it one of the easiest ways is to set the variables as normal in flash the output them with an $ infront of each

Re: CF/Flash Question

2004-09-15 Thread dave
try this cfm page ex: cfmvariables.cfm - !--- set uuid and cftoken variables --- //set these how ever ur getting them (cookie, session, whatever) cfset uuid = #youruuidstring# cfset cftoken = #cftoken# !--- set output to flash variables --- cfoutput

Re: CF/Flash Question

2004-09-15 Thread Andrew Dixon
I will give it a try and let you know. Thanks. Andrew. On Wed, 15 Sep 2004 06:57:05 -0400, dave [EMAIL PROTECTED] wrote: try this cfm page ex: cfmvariables.cfm - !--- set uuid and cftoken variables --- //set these how ever ur getting them (cookie,

re: CF Flash

2004-06-15 Thread Hoe
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166654---Hello, How simple would it be to include my application into Flash? Create a Flash GUI and include all my CF code etc.? Toxic. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Flash

2004-06-15 Thread Raymond Camden
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166658---This is a very open ended question. The short answer is that you just can't Include cf code inside a Flash application. You can, however, execute CF code via web services or flash remoting. So, for example, you can populate a drop

RE: CF Flash

2004-06-15 Thread Adkins, Randy
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166659---Don't you like it when people post NEW TOPICS using the subject line: RE: new topic -Original Message- From: Hoe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 9:40 AM To: CF-Talk Subject: re: CF Flash

RE: CF Flash

2004-06-15 Thread Burns, John D
doable. John -Original Message- From: Hoe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 9:40 AM To: CF-Talk Subject: re: CF Flash Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166654 --- Hello, How simple would it be to include my application into Flash? Create

RE: CF/Flash in Alaska?

2004-04-05 Thread Lyons, Larry
Bethhttp://www.houseoffusion.com/users/view.cfm/recordid=97 Fleischer is in Fairbanks I believe, she should be able to give you some idea of what the job situation is like. larry -Original Message- From: Jay Jennings [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 2:49 PM To:

RE: CF/Flash in Alaska?

2004-04-05 Thread Ben Arledge
: April 5, 2004 1:13 PM To: CF-Jobs-Talk Subject: Re: CF/Flash in Alaska? Climate?I would say colddamn cold... Jay Jennings wrote: I'm wanting to move my family to Alaska this year but I hesitate to do so without the prospects of employment. Anybody know the current climate in the Anchorage

Re: CF + Flash list

2003-10-10 Thread Kevin Graeme
You can also try the FlashFusion list at http://www.flashcfm.com -Kevin - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 7:05 AM Subject: RE: CF + Flash list Apparently The fig leaf lists are quite good http

RE: CF Flash grid

2003-10-10 Thread Ben Densmore
Flash MX 2004 Pro has a Datagrid component. That is essentially what CFGRID is but it might be more stable than CFGRID. Ben -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 1:43 PM To: CF-Talk Subject: CF Flash grid Is there a flash

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
For that matter, Flash MX has a datagrid and by default all the columns are sortable. http://www.digital12studios.com/contact/ HTH, Clint Ben Densmore wrote: Flash MX 2004 Pro has a Datagrid component. That is essentially what CFGRID is but it might be more stable than CFGRID. Ben

RE: CF Flash grid

2003-10-10 Thread Jim Davis
There was one on one of the DevNet kits (the second, I think) - I was impressed but as it couldn't scroll horizontally it didn't suit my need. If anybody knows of one that DOES scroll horizontally (or allows for columns to be resized dynamically) AND meets Michael's requirements please let us

Re: CF Flash grid

2003-10-10 Thread Dave Carabetta
Is there a flash grid that acts in many ways like the CFGRID tag and is easy to impliment. I'm looking for something that I can slap onto a page like this: swf call line data1 line data2 line data3 etc. If it can be (or has been) wrapped into a custom tag then cool. The mail thing needed is

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
You can resize the columns dynamically.. it takes a bit of code but you can do that. In my example app, the bottom datagrid is reused for the address, email, and phone data. Each time I reload that grid with the new columns and resize the columns. This was purely use for an example, but it is

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
What do you mean by params? from the cfm or html file? sure just pass that in and use the array as the dataprovider for the datagrid... Clint Michael Dinowitz wrote: So nothing already out there? I'm looking for something that will allow the column data as Params. For that matter, Flash

RE: CF Flash grid

2003-10-10 Thread Jim Davis
: Friday, October 10, 2003 2:01 PM To: CF-Talk Subject: Re: CF Flash grid You can resize the columns dynamically.. it takes a bit of code but you can do that. In my example app, the bottom datagrid is reused for the address, email, and phone data. Each time I reload that grid with the new columns

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
control). Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:01 PM To: CF-Talk Subject: Re: CF Flash grid You can resize the columns dynamically.. it takes a bit of code but you can do that. In my example app, the bottom

RE: CF Flash grid

2003-10-10 Thread Jim Davis
we'd really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis wrote

RE: CF Flash grid

2003-10-10 Thread Matt Robertson
Jim wrote: we're not going to replace it unless we find something with greater usability, which we'd really like to find!) GridMonger -- especially if you give it a facelift with your own graphics and some style sheet help -- might fit this bill, although its not Flash.I use it as a cfgrid

Re: CF Flash grid

2003-10-10 Thread Clint Tredway
we'd really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis

RE: CF Flash grid

2003-10-10 Thread Brook Davies
really like to find!) Jim Davis -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:24 PM To: CF-Talk Subject: Re: CF Flash grid Go to my example and you can 'grab' the columns and resize them by default. Clint Jim Davis wrote: I meant

RE: CF Flash grid

2003-10-10 Thread Jim Davis
Tredway [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:25 PM To: CF-Talk Subject: Re: CF Flash grid I work for a Financial Planning firm and use the datagrid in our apps. I wrote a help screen that showed how they can use the datagrid to sort and move the columns. We have some pretty

RE: CF Flash grid

2003-10-10 Thread Jim Davis
: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:28 PM To: CF-Talk Subject: RE: CF Flash grid So, Jim you are using CFGRID successfully in a production setting? I have always had a lot of trouble with it amongst various clients. It's a shame too, because it is handy tool

RE: CF + Flash list

2003-10-09 Thread Kola Oyedeji
Apparently The fig leaf lists are quite good http://chattyfig.figleaf.com/ Kola -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 09 October 2003 04:39 To: CF-Talk Subject: RE: CF + Flash list if its about cfmx and how to use with flashmx or the other

RE: CF + Flash list

2003-10-08 Thread Tony Weeg
if its about cfmx and how to use with flashmx or the other way flashmx and cfmx, then i would say its pertinent? right? as long as its cf related? and its programming? you should be good, although i can say, not many talk about too much flashmx here tho' i assume you know about flashpro?

RE: CF Flash (crazy idea?)

2003-07-03 Thread Robertson-Ravo, Neil (RX)
Dude, I have thought of the same and if you or anycan come up with an idea solution...please post it. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 15:59 To: CF-Talk Subject: CF Flash (crazy idea?) Hi everyone. I have an idea and need to

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
Yeah, if someone could develop this, they could help alot of people out and make a good deal of $ at the same time :-) - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:03 AM Subject: RE: CF Flash

Re: CF Flash (crazy idea?)

2003-07-03 Thread Bryan Stevenson
I'd say part one is definately possible, but part 2 is pushing it. Here's a questionWhy does it have to be an HTML form? If you're sending it via e-mail can't you just send the HTML that embeds the SWFthat way the user can fill the form out in Flash?? It just sounds like mabye you've

Re: CF Flash (crazy idea?)

2003-07-03 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 8:05 AM Subject: Re: CF Flash (crazy idea?) Yeah

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
- From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:20 AM Subject: Re: CF Flash (crazy idea?) I'd say part one is definately possible, but part 2 is pushing it. Here's a questionWhy does it have to be an HTML form? If you're sending

Re: CF Flash (crazy idea?)

2003-07-03 Thread CF Dude
This most likely won't work because of the client's security settings. Sometimes, in outlook express I'll send web pages to coworkers for proofs. The pages that contain any sort of flash content doesn't work because of security. If somebody could get around that, then it'd probably work just

RE: CF Flash (crazy idea?)

2003-07-03 Thread Benoit Hediard
www.benorama.com -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 juillet 2003 17:04 À : CF-Talk Objet : RE: CF Flash (crazy idea?) Dude, I have thought of the same and if you or anycan come up with an idea solution...please post

RE: CF Flash (crazy idea?)

2003-07-03 Thread Andre Mohamed
Is there a particular reason why Flash is being mandated or needs to be used? If not, it would be just as possible to build using DHTML though that doesn't mean Flash shouldn't be used after all you'll have to deal with cross browser issues with the DHTML approach - however I believe the

Re: CF Flash (crazy idea?)

2003-07-03 Thread Jim Campbell
of an HTML form? Benoit Hediard www.benorama.com -Message d'origine- De : Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 juillet 2003 17:04 À : CF-Talk Objet : RE: CF Flash (crazy idea?) Dude, I have thought of the same and if you or anycan come up with an idea

RE: CF Flash (crazy idea?)

2003-07-03 Thread Cantrell, Adam
: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:39 AM To: CF-Talk Subject: Re: CF Flash (crazy idea?) Vincent: You know what they call a programming methodology at Macromedia? Jules: They don't call it a programming methodology? Vincent: No, they got a marketing

Re: CF Flash (crazy idea?)

2003-07-03 Thread Jim Campbell
. ;) Adam. -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:39 AM To: CF-Talk Subject: Re: CF Flash (crazy idea?) Vincent: You know what they call a programming methodology at Macromedia? Jules: They don't call it a programming

RE: CF Flash (crazy idea?)

2003-07-03 Thread John Wilker
One of the best lines from that movie. Have a sound byte of it at home. -Original Message- From: Cantrell, Adam [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 8:51 AM To: CF-Talk Subject: RE: CF Flash (crazy idea?) When you subscribed to this list did you see a sign

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
Stop trashing this thread! I am trying to get some feedback, not any BS. Thanks! - Original Message - From: John Wilker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:04 PM Subject: RE: CF Flash (crazy idea?) One of the best lines from that movie

RE: CF Flash (crazy idea?)

2003-07-03 Thread Haggerty, Mike
Michael - All of the things you mentioned are possible, and a lot more. I am currently hard at work on a product that features this capability. If you are interested in taking a look at (what will be) the beta version, please feel free to contact me off list to receive an NDA. M

Re: CF Flash (crazy idea?)

2003-07-03 Thread Jason Miller
it. Jay Miller Michael T. Tangorre wrote: Stop trashing this thread! I am trying to get some feedback, not any BS. Thanks! - Original Message - From: John Wilker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:04 PM Subject: RE: CF Flash

Re: CF Flash (crazy idea?)

2003-07-03 Thread Michael T. Tangorre
Thanks Jay! Much appreciated. Mike - Original Message - From: Jason Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:23 PM Subject: Re: CF Flash (crazy idea?) http://www.macromedia.com/software/dataconnection/demo/ fire fly components May

Re: CF Flash (crazy idea?)

2003-07-03 Thread Christian Cantrell
I'm a little late jumping in here, but I think this is an interesting idea, so I'll put in my two cents. I actually built something similar to this as a prototype for the company I used to work for, although I built it all with DHTML and JSP. I think the principle still applies, however.

Re: CF / Flash Question

2003-01-09 Thread Jason Miller
] * -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:47 PM To: CF-Talk Subject: Re: CF / Flash Question Well I bet it can be done using the GetURL

RE: CF / Flash Question

2003-01-09 Thread Samuel R. Neff
At 10:03 PM 1/8/2003, you wrote: here is the url to the flash wish form: http://www.macromedia.com/support/email/wishform/?6213=9 as far as the table, you could achieve something similar using the DataGrid component on DRK 1. It would involve using some custom cell renderers (there is an example

RE: CF / Flash Question

2003-01-08 Thread Matt Liotta
You can popup a chromeless browser window that contains an HTML form and make it look like it is part of the Flash movie, but that is about it. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Joshua Miller

Re: CF / Flash Question

2003-01-08 Thread Jason Miller
Simulate input field? Why don't you just use the dynamic text field - check the borders. set it's property to dtsVars.myfile - so it pops in c:\test.txt so it looks like you are actually submitting the form perhaps I am missing what you intend. Also on teh SendAndLoad - you don't need both

RE: CF / Flash Question

2003-01-08 Thread Joshua Miller
] * -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 8:25 PM To: CF-Talk Subject: Re: CF / Flash Question Simulate input field? Why don't you just use the dynamic text field - check the borders. set it's property to dtsVars.myfile - so it pops in c

Re: CF / Flash Question

2003-01-08 Thread Christian Cantrell
] *** * * -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 8:25 PM To: CF-Talk Subject: Re: CF / Flash Question Simulate input field? Why don't you just use

Re: CF / Flash Question

2003-01-08 Thread Jason Miller
PROTECTED] *** * * -Original Message- From: Jason Miller [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, January 08, 2003 8:25 PM To: CF-Talk Subject: Re: CF / Flash Question

RE: CF / Flash Question

2003-01-08 Thread Joshua Miller
us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:47 PM To: CF-Talk Subject: Re: CF / Flash Question Well I

RE: CF / Flash Question

2003-01-08 Thread Todd Rafferty
One other thing that would be cool is a table object for outputting data into table format without using HTML inside of Flash. You can simulate data fields with movie clips, but it's unnecessarily complicated. Isn't that what the data grid is for? ~Todd -- Todd Rafferty ([EMAIL

RE: CF / Flash Question

2003-01-08 Thread Mike Chambers
is the url to the DRK: http://www.macromedia.com/software/drk/ mike chambers [EMAIL PROTECTED] -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:31 PM To: CF-Talk Subject: RE: CF / Flash Question Thanks Jason, I'll check it out

RE: CF / Flash Question

2003-01-08 Thread Joshua Miller
] * -Original Message- From: Todd Rafferty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:47 PM To: CF-Talk Subject: RE: CF / Flash Question One other thing that would be cool is a table object for outputting data into table format without

RE: CF Flash

2002-11-12 Thread Clint Tredway
If any of you are in the Dallas Ft Worth area, one of the topics at the user group tonight is Flash Remoting. See www.dfwcfug.org for details. Clint -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Monday, November 11, 2002 3:28 PM To: CF-Talk Subject: Re: CF

RE: CF Flash

2002-11-11 Thread Tony Weeg
yeah. flash forms can post to http addresses (which can use form variables to cfqueries to database fields) just like webpages can. it was all over the place before flashMX or CFMX came about. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management

Re: CF Flash

2002-11-11 Thread S . Isaac Dealey
I'm running IIS and CF server v5. I would like to do my forms with Flash rather than plain html and save/retrieve information from a database. Can this be done without CF MX? Yes it can -- I have a chat room built with Flash MX and runs on CF 4.5-6. http://www.turnkey.to/talkontap Some of

RE: CF Flash

2002-11-11 Thread Clint Tredway
Yes, but its much easier with CFMX. Clint -Original Message- From: FlashGuy [mailto:flashmx;rogers.com] Sent: Monday, November 11, 2002 2:15 PM To: CF-Talk Subject: CF Flash I'm running IIS and CF server v5. I would like to do my forms with Flash rather than plain html and

RE: CF, Flash and dynamic multi-parent zoomable tree ?

2002-07-02 Thread Peter Lutwyche
Thanks Kevan. I'd heard of Joe Celko and his work on nested sets, but hadn't read that article. Pete -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 June 2002 17:07 To: CF-Talk Subject: RE: CF, Flash and dynamic multi-parent zoomable tree ? Just in case

RE: CF Flash Graphing

2002-02-20 Thread Haggerty, Michael A.
Yeah, it is actually pretty easy to make graphs in Flash. I have some good libraries I can show you, contact me off list for details. You may wish to consider the value of building this yourself over purchasing a commercial package (or upgrading to CF 5). I've found the cost of building,

RE: CF Flash Graphing

2002-02-20 Thread Justin Waldrip
- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 8:15 AM To: CF-Talk Subject: RE: CF Flash Graphing Yeah, it is actually pretty easy to make graphs in Flash. I have some good libraries I can show you, contact me off list for details. You may wish

RE: CF Flash Graphing

2002-02-19 Thread Cameron Childress
Is there a reason you cannot use CFGRAPH FILEFORMAT=Flash? -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software -Original Message- From: Phillip Broussard

RE: CF Flash Graphing

2002-02-19 Thread Zac Belado
Is there a reason you cannot use CFGRAPH FILEFORMAT=Flash? Maybe they don't have CF 5? Maybe the chart is more complicated than the templates available via CFGraph? Maybe they need more customization options? All sorts of reasons why you can't use CFGraph.

RE: CF Flash Graphing

2002-02-19 Thread Scott Van Vliet
You can use loadVariables(data.cfm,0) in ActionScript to bring your data into Flash (or use the XML object in Flash, for those who know how), and then use AS to draw your graph (although it can be a lot of code). I have used Generator in my projects for graphing (which is what CFGRAPH uses), and

RE: CF Flash Graphing

2002-02-19 Thread Zac Belado
If anyone would be interested in some sample ActionScript for Graphing without using Generator or CFGRAPH, let me know and I might drum something up. If people can wait a week or two there is going to be an article on the Macromedia Dev site that illustrates building Flash graphs using a

RE: CF/Flash Windowed Interface

2002-02-13 Thread Sandy Clark
Try Flashcfm.com also take a look at http://www.franklinplanner.com they have a flash interface which is really cool -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 10:22 AM To: CF-Talk Subject: CF/Flash Windowed Interface Has

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Mike Chambers
how are you getting the data from ColdFusion to Flash? mike chambers [EMAIL PROTECTED] -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 2:14 PM To: CF-Talk Subject: CF/Flash Integration problem in NS 6 I'm working on a

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
Mike Chambers wrote: how are you getting the data from ColdFusion to Flash? I'm using GetVariablesNum to get the variables from a template. (The template looks at which file in the browser is currently loaded and sends the appropriate strings and URLs back to Flash). Scott

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Philip Arnold - ASP
I'm working on a Flash-based menu system that pulls in the URL and text for menu links from ColdFusion templates. And, it's working fine in IE. However, it seems like Netscape 6 is not pulling in the values from ColdFusion correctly. Has anyone run across this problem before? Since CF

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread James Curran
, February 08, 2002 2:31 PM To: CF-Talk Subject: Re: CF/Flash Integration problem in NS 6 Mike Chambers wrote: how are you getting the data from ColdFusion to Flash? I'm using GetVariablesNum to get the variables from a template. (The template looks at which file in the browser is currently loaded

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
Hmm . . . I decided to do a GetURL with the CF file into a blank window (and sending variables via GET) so I can see what's going on better. In NS6, it's not sending all of the variables (though it is doing so in IE). Is there a reason that in NS the Flash movie doesn't send the same variables

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread John Dowdell
I'm guessing you're having Flash do a loadVariables call, and ColdFusion is sending back an URL-encoded set of name/value pairs...? (You're not transferring data through XML, right?) If so, how do you do on the one-or-all-results test... can you never ever send anything successfully, or do some

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Mike Chambers
PROTECTED] -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 3:10 PM To: CF-Talk Subject: Re: CF/Flash Integration problem in NS 6 Hmm . . . I decided to do a GetURL with the CF file into a blank window (and sending variables via GET

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Mike Chambers
PROTECTED]] Sent: Friday, February 08, 2002 3:00 PM To: CF-Talk Subject: RE: CF/Flash Integration problem in NS 6 Try using: flashfile.swf?var1=1var2=2 etc. Just like CF. It works well. - j jim.curran technical.director nylon.technology six.west.fourteenth.street

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
John Dowdell wrote: I'm guessing you're having Flash do a loadVariables call, and ColdFusion is sending back an URL-encoded set of name/value pairs...? (You're not transferring data through XML, right?) Correct. If so, how do you do on the one-or-all-results test... can you never ever

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Mike Chambers
Subject: Re: CF/Flash Integration problem in NS 6 John Dowdell wrote: I'm guessing you're having Flash do a loadVariables call, and ColdFusion is sending back an URL-encoded set of name/value pairs...? (You're not transferring data through XML, right?) Correct. If so, how do you

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
can you use POST instead of GET? Sending data through get can be a little iffy because different browsers support different amounts of data that they will send. If possible, i would try to send / retrieve the data using POST, and see if that fixes your problem. Sorry, I didn't explain. I

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
are you sure all of the variables you need to send exist in the same scope / movie clip that you are calling loadvariables from? The only one I need to send to the CF file is called fileName which is the CF file which embeds the flash file. The only way I could figure out to see if it exists

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
I think the problem is solved. Maybe my method of seeing if a variable is defined or not wasn't working. I tried actually passing the filename in as a URL variable when the flash file is embedded in the web page, and that seems to work. Thanks for all the suggestions! Scott

RE: CF/Flash Integration problem in NS 6

2002-02-08 Thread Mike Chambers
while, but that might help you out in the mean time. mike chambers [EMAIL PROTECTED] -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 3:48 PM To: CF-Talk Subject: Re: CF/Flash Integration problem in NS 6 are you sure all

Re: CF/Flash Integration problem in NS 6

2002-02-08 Thread Scott Brady
if((filename == undefined) || (filename == )) Hmmm . . . never thought to just try _undefined_ . . . . I've taken that conditional out now that I know fileName will always be there. Scott -- Scott Brady http://www.scottbrady.net/

Re: CF - Flash Integration Resources

2001-12-06 Thread Bud
On 12/6/01, Jonathan Wall penned: For those of you that are integrating CF and Flash, or want to do this, just a reminder that the Macromedia Flash and ColdFusion Resource Center is available at http://www.macromedia.com/software/coldfusion/resources/flash_coldfusion/

RE: CF-Flash

2001-11-26 Thread Phil Costa
- From: nagraj [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 9:13 AM To: CF-Talk Subject: Re: CF-Flash Hai Dave, Thanks,then I will give one more try to configure the Flash Development Kit with Coldfusion With Regards Nagaraj.A - Original Message - From

Re: CF-Flash

2001-11-22 Thread David Hannum \(Ohio University\)
Hello Nagaraj.A Flash is not a server. Flash (Flash Player) is 1) a plug-in for browsers and 2) a development tool for creating the .swf files that the Flash Player plays. (SWF is open, so you can use other tools to create them) You don't need anything for your server. You need to code your

Re: CF-Flash

2001-11-22 Thread nagraj
: CF-Flash Hello Nagaraj.A Flash is not a server. Flash (Flash Player) is 1) a plug-in for browsers and 2) a development tool for creating the .swf files that the Flash Player plays. (SWF is open, so you can use other tools to create them) You don't need anything for your server. You need

  1   2   >