| Thread | Last Post | Replies |
|
| 64k Flas Form size limit? | 28 Feb 2005 18:13 GMT | 2 |
I got the following error working with CF MX 7.0 and a Flash form: Error C:\Inetpub\wwwroot\myform.cfm:4 A function in the code exceeds the 64K byte limit (actual size = '84800'). Since the problem occurs in the compiler-generated deferred instantiation code, please ...
|
| hello world | 28 Feb 2005 17:43 GMT | 4 |
i try to put little bit more flash into my pages. i took the flash1 sample app and changed the size of the layer. when i exported the new fla flash file to make it swf i received the error message in flash:
|
| Flash Forms not showing up in Netscape | 28 Feb 2005 17:03 GMT | 1 |
I've got a form that works fine in IE and Firefox, but doesn't show up at all in Netscape. No error messages or anything - just white space. I pulled the form into its own page (no additional HTML), so I could make sure that it wasn't anything in the page. You can view my test ...
|
| Flash Form Validation | 28 Feb 2005 16:56 GMT | 1 |
Hi, I have a flash form as below. <cfform action="#CGI.SCRIPT_NAME#?event=users.passwordchangeaction" method="post" name="passwordchange" height="300" width="400" skin="haloblue"
|
| changing action attribute | 28 Feb 2005 16:53 GMT | 1 |
Question: In a flash cfform Is the action attribute changeable? I have searched thru the actionscript docs, the flex docs, and the cfdocs. If there is a way of changing this attribute, please let me know.
|
| Changing CFINPUT attributes at RUNTIME | 28 Feb 2005 16:52 GMT | 3 |
I just figured out how to change the enabled feature of a text field in CFFORM based on a radio button. That was fairly simple. Thought changing the required option would be as simple as adding another line of actionscript to the onClick attribute similar to
|
| CF7 & FLASH ACTION SCRIPTING | 28 Feb 2005 16:50 GMT | 6 |
It seems like everyone has similar problems. How do I get the CFGRID to XXXXXX, etc? I want a list of the variables needed to understand the ACTIONSCRIPTS for these CF7 tags. (I.e. gridname.selectedIndex.FieldName)
|
| New CFMX 7 and Flash Charting Error in IE or Firefox | 28 Feb 2005 16:27 GMT | 1 |
Any chart I am generating is throwing errors when I choose flash formatting with the new Coldfusion 7. I am generating the chart to a memory variable, then passing it into a .cfc I created to write the results to a file and display to the browser. Take a peep at my code, maybe ...
|
| Flash Form - Grid | 28 Feb 2005 12:16 GMT | 2 |
Is it possible to change the values in a grid without using the EDIT mode? I want to select a row, and populate a set of nicely formatted input boxes outside of the grid for the user to make changes. Then when they are done, write the new values back to the grd. Also is there ...
|
| Flash remoting requirments | 24 Feb 2005 22:13 GMT | 2 |
I currently am running Cold Fusion MX, I also have Flash MX with remoting components Do I have to purchase Flash remoting MX in addition or is Cold Fusion MX enough? thanks, Jason
|
| ColdFusion 7 / FlashCom / Remoting Help! | 24 Feb 2005 10:08 GMT | 1 |
I am tring to setup a flashCom application that will check a users login and password against a access database via coldfusion I have installed and setup the trial versions of FlashCom and ColdFusion 7 I have tried a few tutorials but nothing works
|
| Flash Forms - fscommand? | 23 Feb 2005 20:27 GMT | 4 |
Any way to get fscommand to work from within CFMX7 flash forms? Had a play and it doesn't seem to work. Noticed that there is no ID attribute in the JS doc.write code that get created for embedding the flash movie, and fixed that using savecontent / replace but still no joy. Any ...
|
| CF7 Flash forms cfgrid and accordion | 23 Feb 2005 16:49 GMT | 1 |
I'm working with Flash forms in CF7. What I have is a 2-pane accordion. Pane 1 contains a Flash grid showing a list of all the records in a database table. Pane 2 is comprised of text fields that show the details of a highlighted field in the above grid. What I'm trying to do is ...
|
| CF7 Flash Forms Data Binding | 23 Feb 2005 16:45 GMT | 1 |
Is there a good tutorial somewhere on how to bind query data to an input text box in a flash form? I'd like a user to click on the form's next record navigation button and see the data refreshed. I'm not interested in submitting the form as it takes 2-3 secs or more to reload it.
|
| Flash Form Skins | 23 Feb 2005 04:34 GMT | 1 |
Using the CFMX 7 extensions in DWMX 04, there are 12 or so options listed for the skin color of the flash form. However, only haloblue, halogreen, haloorange, and halosilver are allowed without getting an attribute error. Will this be corrected via a CF 7 update sometime in the ...
|