swf doesn't respond on tomcat
        Posted  
        
            by ron
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ron
        
        
        
        Published on 2010-05-30T12:02:43Z
        Indexed on 
            2010/05/30
            13:52 UTC
        
        
        Read the original article
        Hit count: 216
        
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?
© Stack Overflow or respective owner