Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Rick W. #1
Populate XML data based on clicked link
I think the summary may describe the problem but - I'm doing a page where a
product diagram allows the visitor to select a product group. This selection
brings up a swf that lists the products within the group and allows the visitor
to drill down. Right now I have a different swf for each product group. I'd
like to get to a point where the clicked link tells the swf which data to use
from the xml therefore using the same swf for all product groups...
The setup right now is very simple - within the swf there are is a product
list in a combo box and some text in other text boxes. An xml connector and
trigger are the only components.
Rick W. Guest
-
Populate Flash Based Form from a cfgrid.
Hello, I have a flash based form in CFMX 8. It has a two cfinput fields (first name, last name), I also have a cfgrid which displays a list of... -
Fading text after link is clicked. How do I do it?
I have a basic site which has four links on the top and I need each of them to link to a particular place in the movie (portfolio linking to the... -
Dynamically Loaded Link (URL) won't work when clicked...help please
Hey folks, I have a piece of navigation (a movie clip made to work like a rollover button(w/ 2 frames of diff background colors) w/ a dynamic text... -
Webpage stops loading when link is clicked.
I've managed to construct an ASP page that reads JPG file names from a directory, then constructs a page with a table of links to bigger JPG... -
How to populate a text box based on a preceding hyperlink
I have an asp form that has a text box called "colorBox". Just before text box is the word "Color" that is hyperlinked and will run the color.asp... -
LuigiL #2
Re: Populate XML data based on clicked link
You can setup a function to load the XML-data and pass it a parameter like
'xml_path' which obviously passes a string like products.xml
When a user clicks a product group the mc passes product_group.xml to the
function and the correct data is collected. You can setup the function to
accept more parameters and this way you can also play the right mc (within one
swf) to diplay the data.
LuigiL Guest



Reply With Quote

