all groups > flash data integration > january 2007 > threads for january 1 - 7, 2007
Filter by week: 1 2 3 4 5
XML Loaded in flash
Posted by Aasin at 1/5/2007 4:59:43 PM
Hello,
I am a newbie to flash. Currently I have a flash document that has an xml
document loaded on it. The xml document is rather large but not too big. On
the initial flash document it displays the xml data in alphabetical order
according to one of the nodes in the xml document. Ther... more >>
loading and parsing XML
Posted by miquael at 1/5/2007 10:50:02 AM
what is the best method for loading external XML (with inherent HTML) content
into Flash and into the TextArea component?
here is the requirement:
i have an image loader and a TextArea together on the screen. a "story" is
loaded which will present a series of images (in the image loading... more >>
textArea - HTML - img URL
Posted by gotroch at 1/5/2007 5:03:22 AM
I've got a textArea loading html from an external file.
The problem is with displaying images. Everything works fine when the image
URL is e.g. http://www.domain.com/abc.jpg (cross-domain, but no problem). When
I change the URL to e.g. http://www.domain.com/image.php?id=100 (I generate the
... more >>
Flash and PHP
Posted by kalani_two007 at 1/4/2007 10:33:51 PM
I need to build a variable speed horizontal scrolling bar that when the image
is click produces a result from a database.
Here is an example: http://www.savethealbatross.net/species_at_risk.asp
However they are using Javascript I believe and I need to run PHP anf flash
together.
Can... more >>
Loading local XML file
Posted by NoNickNeeded at 1/3/2007 6:21:38 PM
I need some help with a problem I'm having.
In my Flash application, the SWF file is located on a server and is downloaded
to clients in a controlled network. I want to be able to load XML data located
on the client machines into the SWF file. It looks like security settings is
not allow... more >>
Listener and loading bar
Posted by crisbosch at 1/2/2007 6:16:13 PM
I'm working on a Flash/XML photo album that feeds images dynamically from an
external photo folder. Each time a new photo is loaded into the empty_mc,
which displays the photos, I need a loadbar to monitor and show loading
progress. All the photos load perfectly. This is the first time I'm u... more >>
Why use loadVars?
Posted by MetalEater at 1/1/2007 9:56:34 PM
I have discovered instead of user loadVars object to upload data from php.
Use php to generate Action script just like an action script file *.as that
way you do not have to worry so much
of the &varableName="what ever" part. Then include the external file as a php
file instead of .as
Wo... more >>
|