Hi
I am new in Flash. I am using the Macromedia Flash MX 2004 for
developing the action script. I am using the Tomcat
server to deploy my war file. I have some problem while calling the java
class from action script. I have deployed the
flashgateway jar file in my project while creating my war file. In my war
file , the class file of java class & the flash file
& movie file are there with all other required file. I want to call the
action script from the jsp file which intern call the java
class for retriving the data. So if any one having any idea for this above
concern , please help me.
Thanks for any suggestion.........
maliko50 - 10 Aug 2005 17:59 GMT
What exactly do you mean by "call actionscript from the jsp"? You don't need to
use a jsp file for flash remoting. Just embed the swf file in an html page. The
swf is executing the actionscript and can't be called from jsp to my knowledge.