[jboss-user] [Security & JAAS/JBoss] - SSL and shockwave fashj animation
jc7442
do-not-reply at jboss.com
Thu Aug 23 02:40:57 EDT 2007
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 ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077148#4077148
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077148
More information about the jboss-user
mailing list