| Thread | Last Post | Replies |
|
| Flash UI performance issues | 28 Jan 2005 17:17 GMT | 1 |
I have developed an application in Flash MX with multiple forms plus a large number of UI components (DataGrids, Datasets, Alerts, Lists, etc). The performance/speed (up to 8 seconds initialising) of the application can be quite slow although the application runs of a PC locally. ...
|
| Using remote data immediately after call | 27 Jan 2005 23:19 GMT | 2 |
I have a problem that I need a general solution for. I have in the past used the timeline to allow for the delays in getting remote data, by putting the functions that use the data a few frames down the line, so the data has arrived by the time the frame is reached. I use ...
|
| unknown CF error to a remoting call - please help | 27 Jan 2005 22:56 GMT | 3 |
Hi all Trying to make a call (send a form) from flash thru Flash Remoting which hands it on to CF which suppose to insert the form values into MS SQL server 2000 CF is returning a 'Server processing' type of error which says: java.lang.IndexOutOfBoundsException or code: 'SERVER ...
|
| flash remoting - asp.net code behind | 27 Jan 2005 15:17 GMT | 3 |
I have a small flash program that returns data from ASP.NET. It works great when using a script within my aspx page... But when I try to use a codebehind page flash debugger returns "Could not load type 'flashDev.eisDev'" (flashDev is the project folder, eisDev is the classname)
|
| "Error opening URL" driving me nuts | 26 Jan 2005 16:24 GMT | 8 |
Hello, I am unable to run remoting on any server other than my personal server. If I use this code I'm fine: var net_conn = NetServices.createGatewayConnection('http://localhost:8500/flashservices/gateway '); but if I try and change localhost:8500 to the production server's ...
|
| Problem with Flash,PHP,MySql simple multiple query! | 26 Jan 2005 12:46 GMT | 3 |
My query goes like this: SELECT * FROM database WHERE table1 LIKE '%$ingr%' OR table2 LIKE '%$ingr%' Any suggestions?
|
| Send var form flash to php via AMFPHP | 26 Jan 2005 12:45 GMT | 2 |
Hi, i need to pass some variables to a PHP file, im using AMFPHP, can any body tell me an idea how to doit. Thanx Vladimir
|
| Explanation | 24 Jan 2005 13:37 GMT | 4 |
I'm new to this FlashRemoting and Flash in particular. I am quite skilled with ASP .Net and C#, however. Can someone explain to me the real purpose of flash remoting? I went through a tutorial that basically sent params to the page_load event of an aspx.cs page and then ...
|
| Q: Possible? Saving/updating data/recordsets locally for updating the DB later | 21 Jan 2005 13:37 GMT | 2 |
// begin "IS THIS POSSIBLE?" statement #include "dontLaughAtMe.as" #include "imRelativelyNewToFlash.as" Hello, all,
|
| Flash Remoting Server Issues: | 19 Jan 2005 21:46 GMT | 1 |
Flash Remoting Server Issues: I purchased flash remoting and installed it on a windows 2003 server on dec 12th, 2004. Starting on Jan. 13th, 2005 the flash movies using the remoting stopped working.
|
| Flash Remoting .NET - struct | 19 Jan 2005 17:25 GMT | 1 |
I'm writing a class in .NET that returns an array of structs and calling it from a Flash Remoting object. From the .NET side it returns an array of 8 structs, but in Flash, the data is null. Is there a problem passing structs using remoting?
|
| Network connection loss detection | 19 Jan 2005 15:24 GMT | 3 |
We use FlashRemoting to call a CFC. We also use the onStatus function to handle all errors that may arise because of the CFC. We now need to add a further level of check to the calls. What if the network connection broke up? How can we detect a network
|
| Flash Detect gateway disconnect due to timeout? | 19 Jan 2005 15:23 GMT | 1 |
We have an application that has a timeout of 5 min. If on a screen with Flash movie connected with Remoting when the timeout occurs, there doesn't seem to be a way for flash to detect this. We could build a JS timer in the page that would pop a warning, but I'd rather
|
| Java Instances | 17 Jan 2005 10:23 GMT | 4 |
hi, I am using flash remoting with java, and using macromedia flash mx 2004. I have noticed that when i test my movie in flash mx 2004 (using Ctrl Enter command) the same instance of the java class i load is used.
|
| Combo box inside accordion | 14 Jan 2005 21:27 GMT | 3 |
Have a movie clip with a combo box that gets populated though a CFC, this works. I want the combo box movie clip to display in an accordion component, it does display but the combo box doesn't get populated with data. How do you reference the nested movie clip with remote ...
|