Hi
I have a test webservice created in Java which accepts 2 ints and returns
their sum as an int. I use Sun App Server 9 and it works fine using JSP pages.
In Flash I did the following:
1. Dragged a Webservice connector and gave it the WSDL url. It did find this
as it displayed the...
more >>
Creating a non-interactive status display: I want to have the flash display
reflect data in a server-based XML-file. So far this is easy. But I want the
display to change everytime the XML file changes-- in order to reflect status
changes. I've used an XMLConnector and specified it and the tr...
more >>
in my site there is a button which have action as follows:
on(release){
import flash.net.FileReference;
var listener:Object = new Object();
listener.onSelect = function(file:FileReference):Void {
trace("onSelect: " + file.name);
}
listener.onCancel = function(file:FileRe...
more >>