Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
jason3d webforumsuser@macromedia.com #1
Re:XML/DataSet problems - Flash MX 2004 Prof
Once you have the feeding the data into the XMLConnector Component as the dataprovider for the Dataset Component and it set up as the data provider for your DataGrid Component You could do something like this..
// This is setup as an event handler for a button component
// _root.dhCurrentSelSite is a DataHolder component that I have bound
// to the currently selected row in my data grid. So when ever you select
// a row in the data grid it's values are dumped into the DataHolder.
function myHandler(eventObj){
if (eventObj.type == "click"){
theURL = new String(_root.dhCurrentSelSite.websiteURL);
if (theImageURL != undefined) {
} else {
getURL(theURL, "_blank")
}
}
}
button.addEventListener("click", myHandler);
jason3d webforumsuser@macromedia.com Guest
-
Flash 2004 MX, webservices, .NET dataset
I have seen this asked a few times before, but has anyone found anyway to pass a dataset to flash by either creating a class in C# that will encode... -
AutoCad LT 2004 & Acrobat Prof. 6.0
When we try and create a PDF document from an autocad file with a .dwg extention, we get a error "Unable to find the application which created this... -
line spacing problems in Flash MX 2004?
When I open a Flash MX or earlier file in Flash MX 2004 Professional, I have noticed that the line spacing on alot of my text has been expanded... -
Flash MX 2004 Prof - Form application function call question
I have a flashmx 2004 professional application using forms. I am able to call methods on my application form from child forms with no problem. ... -
MX Prof 2004 - Unable to stop movie from looping
Hello, My Flash document is a product demo and many subsequent scenes include AVI movie clips. My problem is that the AVIs keep looping and I...



Reply With Quote

