| Thread | Last Post | Replies |
|
| DataGrid/XMLConnector quirk? | 31 Aug 2006 17:13 GMT | 4 |
I am using the Macromedia tutorial on Data Integration to populate a DataGrid from an XMLConnector: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.ht m?context=LiveDocs_Parts&file=00000756.html
|
| xml wird problem | 31 Aug 2006 11:56 GMT | 3 |
Hi I'm loading data from an XML file with html specific tags so I can put all the formatting of the text field in the XML file, my XML looks something like this: <?xml version="1.0" encoding="utf-8"?>
|
| Loading XML using a custom class and accessing it from other classes? | 31 Aug 2006 11:50 GMT | 2 |
I began with a class for a movie clip rollover function FigureRollOver. It works marvellously. Three things happen: 1) it loads XML from a file "mod1_fig1.xml" and uses another class, XMLMember, to retool the scoping of the XML so that I can get at it
|
| general assistance | 31 Aug 2006 11:40 GMT | 1 |
Hi hope you can help. Firstly I'm new to using Flash to access info from a database, but not Flash or Databases though. I have an MS SQL Server Database which holds my shopping cart info. Each
|
| Sending XML request to a secure server (https) ? | 30 Aug 2006 17:32 GMT | 2 |
I am having this problem of sending XML request to an address which starts with "https". The problem is I always get the error message "Error opening URL "https:......."", instead of the actual response which should be in XML format as well.
|
| Checkbox statement using variables | 29 Aug 2006 15:16 GMT | 5 |
Using Component Inspector, I can control input dynamically. But I can?t find a way to control checkboxes. [http://www.mobil-e.dk/turbineQ/ho_correct_statement.jpg I am very thankfull for ansvers to this post
|
| updating XML data | 28 Aug 2006 22:58 GMT | 3 |
I have the following code in place to move a variable from my Flash app to an XML file for storage . . . //replace the GoodVN value in the XML file with the latest valid voucher number
|
| Unwanted character codes (& etc) from XML displaying in Flash | 28 Aug 2006 17:25 GMT | 4 |
I have a static, UTF-8 encoded XML document that gets loaded by a custom movie clip class into an array and then items from the array are read and displayed in a dynamic text field that is attached to the movie clip, depending on which one is rolled over. Everything works ...
|
| Are Flash files ok on Intranets? | 27 Aug 2006 19:40 GMT | 1 |
Could somebody please advise me on the myth that you shouldn't really have flash files in intranet pages. We are building an intranet for a very large firm and the pages are made in ASP.
|
| Newbie xml and flash | 26 Aug 2006 18:13 GMT | 2 |
HI, I am trying to learn xml in flash myself and am finding it v.hard! All i am trying to do is create a little 'story' with 3 pages.I have content loading into flash but I am unable to get the next 'sibling' into an array e.g. the title. I can only get page1's title in the array ...
|
| PHP <--> flash | 26 Aug 2006 17:09 GMT | 1 |
I got a problem on how to send variable in and out within PHP and Flash. I tried to follow the tutorial posted in this website but it doesnt work (the tutorial used loadvarnum). What I have done here is :
|
| Are Flash files ok on Intranets? | 26 Aug 2006 16:20 GMT | 4 |
Could somebody please advise me on the myth that you shouldn't really have flash files in intranet pages. We are building an intranet for a very large firm and the pages are made in ASP.
|
| traversing the XML data tree | 26 Aug 2006 11:30 GMT | 1 |
I have the following layout to my XML file . . . <?xml version="1.0" encoding="UTF-8" ?> <VoucherNumbers> <GoodVoucher>20060820151601</GoodVoucher>
|
| Flash video inside blog entry | 24 Aug 2006 14:33 GMT | 1 |
Hello. I create a video in Flash using import->video. I select my .flv file and a skin. The .flv is on my hard drive. The component property reflects this location. I want to upload the video to my web server to display on my MovableType blog.
|
| XML loads properly in .SWF but not in .AS | 23 Aug 2006 17:00 GMT | 3 |
I have the following script which works jim-dandy when implimented as a frame script in my .swf, but I don't want it there, I want it in a class I've created called FigureItem. I've stripped the script down to just the part that loads the XML. When the script is inside the .swf ...
|