Hi,
I have embedded flash in a jsp called test.jsp as follows.
<embed src="/images/GraphicalView.swf" allowScriptAccess=“always” allowfullscreen=“true” quality=“high” pluginspage=“http://w
ww.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width="100%
" height=“100%”></embed>
When i directly access this jsp i could see flash output. But when i redirecting the request to java and forwarding it to test.jsp, i could not see the content. I could see blank page only. Am i missing anything?
Thanks,
Baskar.S