1 Reply Latest reply on Aug 23, 2007 2:55 AM by jc7442

    SSL and shockwave fashj animation

    jc7442

      I have an index.htm page that include a flash animation:

      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      <html>
      <head>
      <meta http-equiv="refresh"
       content="3;URL=http://localhost:15080/demo/createSample.jsp" />
      <title>Demo application</title>
      </head>
      <body>
      <h1>Loading demo application ...</h1>
      <br/></br/>
      <table cellpadding=0 border=0 cellspacing=0 width="605" align="center">
       <tr>
       <td valign="top" align="center"><embed
       src="wile_roadrunner_main.swf" type="application/x-shockwave-flash"
       width="189" height="290" quality="low" menu="false"></embed></td>
       </tr>
      </table>
      </body>
      </html>


      It works fine in http. I have change my jboss configuration to use https. With https, the flash demo is never loaded in the page (the progress bar of the browser progress very slowly).

      How can I use a flash inside a secured page ?

      Is it a configuration issue or a development inssue ?