Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
dbach #1
Making a dynamic button
I am bringing into flash xml files via a web service connector and a data set
component. Bound to these are are various components to retreive differant
parts of data from the xml file. One of the strings that come into a text area
component is a URl which I want to use to populate the action for a button. The
action (url from xml string) would change depending on which data I have
selected in the populated datagrid component (array of xml ).
dbach Guest
-
Making Spyr Dynamic
Have searched for but could not find so I am asking: Can someone clue me into how I can use a Collapsible Panel or Accordion Panel in a PHP page... -
Making a 'Print Button'
Hi All, I have a PDF that has some buttons in the corner that I am adding functionality to. I have all the usual like previous/next and content... -
HELP making a zoom in button
im verry noob, so im sure someone can help me i just export a 3ds max model to director. now i want to make a button, and when someone press that... -
suggestions for button making
whats the best thing to be using ? i have flash MX 6 dreamweaver 6 adobe photopaint corel 9 whats preferred ??? I can get and try others. -
Making a button rotate
It Works, Thanks a lot Jim you'll a life saver Thanks Eddie "Jim Babbage" <jbabbage@rogers.com> wrote in message... -
apodkolinska #2
Re: Making a dynamic button
How are you selecting you data? Most simple action would be something like this.
myButton.onRelease = function() {
getURL(pathinyourXML, "_blank");
}
apodkolinska Guest
-
paz #3
Re: Making a dynamic button
I'm stuck on the same issue.
I have been able to bind XML data to a comboBox, textArea, and a Loader but I
can't figure out how to bind an URL from an XML file to a button.
I tried your simple button action. How do I access the dynamic URL variable?
Is it possible to bind the data to the function?
Any help or additional ideas would be appreciated.
paz Guest



Reply With Quote

