swf doesn't respond on tomcat
- by ron
Hi,
I made a war file out of my flex program (includes swf html etc.).
I put the war in the tomcat root library (tomcat 6.0.26)
I can see that the war was deployed, and i can get to it using http://localhost:8080/dir/myApp.html
and see my swf.
When i click directly on myApp.html i can see my swf main picture and its buttons in it.
But, when i click a button which just popup a message, it doesn't work!
On the other hand, When running the mainApp.html from my local drive it works fine.
any help?