Ask a Question related to Macromedia Flash, Design and Development.
-
squirrelradio@gmail.com #1
Getting attributes with actionscript
I'm trying to create a photo gallery with flash, I pull in images from
an xml file and assign each image to a movie clip (to display the
thumbnail). The goal is to allow the user to click the thumbnail and
the main movie clip will display the thumbnail image larger.
I'm really stumped here, I've loaded the image into the movie clip and
now I'm not sure how I use scripting to tell the main movie to pull in
the image thats already loaded to another movie clip?
Thanks in advance everyone!
Example:
for (i=0; i<total; i++) { // load xml file with image url's
image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
myMovie.loadMovie(image[1], 1); // Loads thumbnails into movie clips
}
on (press) {
mainMovie.loadMovie(??) // Really stuck here
}
squirrelradio@gmail.com Guest
-
add attributes to tag
What files do i look for to modify to add attributes to a tag? I want it to suggest more attributes when i open specific tags. I've been trying to... -
<cfdocument> attributes
I am using cfdoucment to write to a .pdf file. if I refresh the contents I get an erro saying that '....the overwrite function is turned off' ... -
Use XML attributes to specify another XML name or namespace...
I've written a ServiceDescriptionFormatExtension that is used by my custom SoapExtensionReflector so that I can add an authorization header to each... -
Use of attributes in Web Services
To make a web service method available to clients a WebMethod attribute is applied to the method. Other attributes can also be applied to the... -
Attributes
Hi All... I have a Auditing system. I want to send Audit messages using attributes. I managed to activate the ContextAttribute object, BUT it...



Reply With Quote

