Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
OurTown #1
XML Connector + Button Component
I've created an RIA that pulls in RSS feeds from 3 different news websites
in our area. I have the XML Connector placing the data into a title, 1st
paragraph and link. I'm trying to figure out how to pass the link to the
button, so that when the button is clicked it takes the user to the selected
story. Any help would be appreciated.
Jose'
OurTown Guest
-
XML connector component and URL parameter
Hi all, I'll appreciate any available help for the following problem: In Flash MX I use an XML connector component and I see that it has a... -
Button Component with image instead of the button
I want to use the button component which will trigger data from an XML file to populate a combo box with data from an xml file, but rather than the... -
XML Connector and Radio Button Component
I am trying to use the XML Connector to build a quiz. I have a sample XML file that is the quiz question and answer choices. I am using a... -
ui component button
How do you change the buttons over and click colors? It seems to have a green glow when over the button and the button turns green when clicked. Is... -
Button Component bug
When you single-click on the button component, the label moves! Very awkward. What could be causing this? -
OurTown #2
Re: XML Connector + Button Component
I using trace to see what the button is outputting. When I did a trace of
(articles_list) it gave me the // line. This is the code I'm using.
[Q]go_btn.onRelease = function () {
trace(articles_list.selectedItem);
//_level0.application.DailyAmerican.articles_list
}[/Q]
I'm getting this error:
[Q][object Object][/Q]
I need it to output the URL of the selected item from the listbox to a new
browser window.
OurTown Guest



Reply With Quote

