| Thread | Last Post | Replies |
|
| removing 'undefined' | 29 Jan 2008 06:07 GMT | 3 |
hi, i'm new to flash - xml integration. i have almost everything solved. however, there's a few fields on xml that don't have information. i knew that it would give me the message 'undefined', so i inserted a blank space in the xml file, but it continues to display 'undefined'!!! ...
|
| Data Integration with CS3 | 29 Jan 2008 01:41 GMT | 2 |
I am running CS3. I want to access and update a MS SQL database through ASP but I could not find data components to download for CS3. I found Phil Heinz's tutorial http://www.adobe.com/devnet/articles/flashpro_asp.html
|
| Am I doing this right? | 28 Jan 2008 21:31 GMT | 1 |
onClipEvent(data) { var myImg:LoadVars = Images; this.mc_placeholder("myImg");
|
| XML Over FTP | 28 Jan 2008 19:03 GMT | 2 |
Having some issues with a particular project, I need to load XML files that are on a server that I do not own, and do not have any ability to put anything on it. The xml files are only available over ftp, and flash does not allow you to connect via ftp (as far as I can find). ...
|
| Loading data from xml file | 28 Jan 2008 14:08 GMT | 1 |
Hi, I am new to attempting to get data from an xml file load in flash. I followed a tutorial in a new fla and it seemed to work fine, I then tried to adapt it to my own needs which worked fine. But then when trying to implement this into my news section it doesn't seem to work.
|
| Send an array from Flash 8 to PHP | 22 Jan 2008 23:17 GMT | 2 |
I am using flash 8 and actionscript 2 I have created an array in flash to send to php using getURL and POST. i.e. on (release) {
|
| Load data into form, edit, then save | 17 Jan 2008 21:29 GMT | 3 |
Ok, I really need help. I have an Access Database (doesn't need to be Access, I can phpAdmin or mysql, whatever will work) that has a list of names. I want the user to open a Flash form and have the names load up into seperate input boxes for each name. The user can then ...
|
| Help! | 17 Jan 2008 19:29 GMT | 2 |
i'm remodeling a website i've done (www.mcoart.com). i want to exchange information between XML and Flash files. i almost did it, but where shoul display information about one item, the whole content of this 'field' is shown. i'll explain better. this swf displays works of an ...
|
| flash video - navigation cue points from xml? | 17 Jan 2008 13:38 GMT | 5 |
Is it possible to load navigation cue points from an xml file like you can do with captions or do they always have to be embedded in the encoding? If it's possible, can you PLEASE point me to a resource that shows you how? I've searched and searched for weeks and found nothing!
|
| XML Open/Write Error | 15 Jan 2008 23:57 GMT | 1 |
I have an EXE and/or SWF movie that I use to display info from an XML file. The XML file I am using is created and written by a CSharp program every second. Regardless of how often I load the XML via my movie, this error message pops up over the CSharp program, causing it to ...
|
| Flash Desktop Application - how to update? | 10 Jan 2008 17:30 GMT | 3 |
I'm trying to put together a flash desktop application. I want it show each of my .swf's i created, per month ( i.e. january month plays 1.swf, february plays 2.swf, march plays 3.swf etc.) how can i code the flash to update automatically or would i have to use some
|
| XML Connector + Button Component | 10 Jan 2008 17:25 GMT | 1 |
I've created an RIA that pulls in RSS feeds from 3 different news websites in our area. I have the XML Connector placing the data into a title, 1st paragraph and link. I'm trying to figure out how to pass the link to the button, so that when the button is clicked it takes the ...
|
| having some problem in data connection?? | 10 Jan 2008 00:51 GMT | 3 |
when i was going through the article in the following link.... http://www.adobe.com/devnet/flash/articles/flashpro_asp.html I couldn't understand how the access database is connected to 'Contacts_xmlcon' and 'SaveContacts_xmlcon' xml connector ?
|
| XML Connector & Components help | 09 Jan 2008 21:53 GMT | 2 |
Hi all, I am working on a new project that I can't seem to find any help resources for. I am using the Flash Components, binding and schemas to link together text fields, drop downs(ComboBox), and a button to the XML Connector. The part I
|
| Database Connectivity | 06 Jan 2008 20:44 GMT | 1 |
Hi Friends, I am a new member in this forum. I am stuck with one problem. How can i connect flash with a database. Remember this is a standalone program. Not for web use. ie, my aim is to read or write data to and from a database. Is that
|