all groups > flash data integration > november 2005 > threads for november 29 - 30, 2005
Filter by week: 1 2 3 4 5
File Reference and LoadVars
Posted by jholter at 11/30/2005 11:58:33 PM
I am building a application that allows users to upload images for a gallery
along with information such as title and caption using FileReference and
LoadVars. I was wondering if there is a way to pass the FileReference and my
LoadVars Object together to one PHP file so that the image and info... more >>
dynamic xml creation
Posted by mixey18 at 11/30/2005 8:52:29 PM
How can I make XML dynamically inside tha Flash using AS?
Basicly i need to make structure like these one:
<root>
<item></item>
...
<item></item>
</root>
That's is the code i'm using:
var doc:XML = new XML("<root></root>");
var item:XMLNode = doc.createElement("item");
doc.firs... more >>
Relative URLs fail with XML.load
Posted by goodbyemoto at 11/30/2005 4:36:33 PM
It seems impossible to use relative URLs when calling an ASP page (that returns
a valid XML document) via XML.load
Everything works fine when the URL is absolute. I usually use a globally
defined variable ABS_PATH set to, say, "http://server.com/" so that I can
easily switch between server... more >>
Flash and Xml
Posted by phergert at 11/30/2005 12:59:08 AM
Flash Skill Set
Not new, but that doesnt say much.
Task
I am trying to make a flash application that compares cars.
Currntly I have combo boxes going from "Make" to "Model" then to "Trim".
Once the "Trim" has been listened to I have a bunch of information being
populated.
Trouble
... more >>
Has Flash 8 added ability to send Soap Headers without a kluggy work around?
Posted by Moondogy at 11/30/2005 12:00:00 AM
I have the need to authenticate a webservice in the soap header - has this been fixed in FL8? If anyone knows please let me know.
Thank you... more >>
How to maintain data integrity from external files?
Posted by kanniss at 11/29/2005 10:17:53 PM
Hi there,
I have a design question, which I am hoping will allow me to refine my
product. Currently, I have complete seperation between content and design,
where my flash file receives its data from external XML files. The problem I
have is that the flash and XML files are distributed an... more >>
|