| Thread | Last Post | Replies |
|
| Static vs. Dynamic XML | 30 Sep 2006 15:00 GMT | 3 |
I have been stumped on this one for over a year now. I have created a Flash Map that functions properly with a static XML file but when I try to load a dynamic XML generated my ColdFusion I get no results. The example can be found at: http://beginning.achel.org/map/works.html ...
|
| pulling in children of children in XML | 27 Sep 2006 11:11 GMT | 4 |
Hey all- Newbie to XML here and I have what I *hope* is an easy problem, but I just don't know the answer. And as I have to try and show this by Monday, I'm sort of stuck.
|
| set var in another symbol? | 25 Sep 2006 15:18 GMT | 1 |
i have a button in a symbol, when i release the mouseclick, i want it to add the value if 1 to a dyn. txt field in another symbol... var name is "DYNTXTFIELD" so, if i use:
|
| Compatability with Java 5 EE Web Services | 25 Sep 2006 11:48 GMT | 1 |
I am new to Flash 8. I am trying to consume a web service that is running on my Java EE 5 (GlassFish) application server. First, can anyone comment on compatability of Flash 8 with web services not created with Cold Fusion. I am able to connect and execute a sample web (wsdl at
|
| XML sendAndLoad problem | 22 Sep 2006 13:34 GMT | 1 |
I have a simple sendAndLoad XML request that works perfectly on 95% of the computers I have used. I have check crosssite stuff and everything i can think of. Its not browser specific ,os specific, or flash version specific. On these computers I can run the same flash file on a ...
|
| Barcode scan plays flash movies | 21 Sep 2006 01:52 GMT | 2 |
I'm trying to find a way of playing a presentation with product information and movie animation (flash or HTML with embedded movie) using a barcode scan as the activator. Ie, a customer would scan 1 of around 20 products on a barcode scanner, and product info and a movie would ...
|
| Importing text from a XML File | 19 Sep 2006 11:36 GMT | 3 |
I would like to import text from a XML file into a dynamic text field. The XML file contains database records. I have found that Flash does not support the DOM command 'getElementsByTagName()' which I was endeavouring to use to find the record in the XML file that I wanted to ...
|
| DataGrid to DataSet field mapping | 18 Sep 2006 09:00 GMT | 1 |
Hi, I'm exploring various ways to get data into a DataGrid component from a remote service. I've managed to use DataGlue to map my results to different fields the
|
| setSelectedIndex not firing Change Handler | 13 Sep 2006 19:32 GMT | 4 |
Is the Change handler supposed to fire when setSelectedIndex() is called? After adding a line of code to the http://www.adobe.com/devnet/flash/articles/xmlconnector.html example I found this problem. I added a button and the line to it:
|
| Image in Flash | 13 Sep 2006 06:06 GMT | 1 |
If anyone with more intelligence can help I would be extremely grateful. I am creating a flash project that selects at random 25 questions from a MYSQL database. Some of these questions are text, some refer to a diagram that is an image.
|
| Can't load XML from server in IE | 11 Sep 2006 07:30 GMT | 4 |
Have a flash, that loads XML from server. Flash uses it to built up a site menu. Both xml and flash reside on the same host. When I try to run server locally - everything works. But when I try it online, XML is loaded only in FireFox, but in IE it can't be loaded. Flash movie ...
|
| Variable URL in "flashobject" function call. | 11 Sep 2006 00:39 GMT | 1 |
This would be the code to call a movie: -------------------------- var fo = new FlashObject( "Movie1_controller.swf", "Movie1_controller.swf", "591", "480", "7", "#FFFFFF", false, "best" );
|
| way to change image sizes (from XML) in Flash? | 11 Sep 2006 00:36 GMT | 1 |
I am creating a slideshow within Flash that uses XML data pulled from a database. Is there any way to manipulate the image size from within Flash? The images need to be 1600 x 900, and it's okay if they end up being distorted... Of course, I have made the Flash movie this size, ...
|
| data URL | 11 Sep 2006 00:33 GMT | 1 |
my flash file calls on an html file, it works fine when i load it on my computer and even when i test it in dreamweaver, but once i load it online, the html file that the data box calls on doesn't come up. I have used this method on other websites and it works just fine...
|
| xml.load() failing | 11 Sep 2006 00:26 GMT | 1 |
We have implemented a Flash photo slideshow on our site and it works just fine for most of our users. Whenever the xml.load(success) returns false I have the Flash email me a debug report. For the life of me I can not find a common thread between all of these people
|