Hi to everyone
I'm trying to import xml data into my flash 7, a.s.2 project. I also studied
the XMLConnector tutorial.
I use the xml connector combined with a drop down combo box and a text box, in
order to select and display my xml data.
The whole project works fine as long as i keep t...
more >>
Here's the issue:
We need to be able to read in a variable from a link directly into a flash
file.
So for example, if our server sent you a link with an email containg the
following link:
http://www.ourdomain.com/whatever.php?id=12345
And let's say that our flash movie is embedde...
more >>
I'm sorta new to flash and integrating data and components...I'm usu. an
interface designer.
I'm trying to link a combo box to a file doesn't matter preferably a
searchable txt file, then when submitting the search the output goes to another
txt box located in the picture i'm hosting....th...
more >>
:confused; I need help getting the path of the selected file when using Filerefernce. Can any help? ...
more >>
I have a Flash application that consists in a multiple choice test. The
questions and answers are loaded from an .xml file using:
doc.load("quiz.xml")
First question: Can I make the name of the archive "quiz.xml" dynamic so I can
have only one page with different quizzes? I have unsucces...
more >>