I attempting to make a slideshow like the one on this page:
http://www.adobe.com/support/flash/applications/jpeg_slideshow_xml/
But i was wondering if it is possible to change the code so that if you click
on the main image, another image could come up next to it? (I'm making a
portfolio s...
more >>
Hi all,
Please help me to the following:
I use the XML connector to read an XML file. It works fine.
My question is how can I take the attributes of a specific node?
For example, in the following simple XML how can I take the attrubutes of the
node PARIS/George directly?
Thanks in adva...
more >>
Hello everyone, i'm new here and i am new with the flash development.
Well, i have a problem with the update of xml data, i have an exe file and i
want to change data from the xml file, the exe must to show those changes isn't
it?, i have a config.xml, that file contains images, messages and...
more >>
I want to change the register point of a movieclip from action script.
Any help would be appreciated.
...
more >>
I am making a simple quiz with the Q and As held in an external XML file.
I load the data and check it no problem and put the answer to the randomly
chosen question in a variable like this:
this["thisAnswer"] =
data.childNodes[0].childNodes[number].childNodes[1].childNodes[0];
I take input...
more >>
I am trying to run some code after the XMLConnector trigger function is
completely done loading all of the xml data into the flash file and the
bindings are updated. Is there an event or some kind of way to pause and run
the code after all the radiobuttons and checkboxes are updated with the ...
more >>