A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
Flash Object failing to load whe called through a Struts Layout
Ehrenfrids Murzello
Greenhorn
Joined: Oct 06, 2005
Posts: 7
posted
Jan 24, 2006 22:05:00
0
A shockwave object is to be displayed within a tile on a (
struts
) tiles layout. The code on the
JSP
is as follows:
<center>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=7,0,0,0"
id="PMC" width="800" height="600">
<param name="movie" value="head3.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="PMC" src="head3.swf" quality="high" bgcolor="#FFFFFF"
width="400" height="300"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</center>
I have tried with different versions of codebase and have tried using HTML instead of JSP.
The HTML/JSP is displayed correctly if I access it directly through a URL, but it fails when I call the layout.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
13
I like...
posted
Jan 24, 2006 22:07:00
0
No need to post more than once.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Flash Object failing to load whe called through a Struts Layout
Similar Threads
Help with flash header
Flash Object failing to load whe called through a Struts Layout
Flash button in jsp
Flash program not loading when using struts
anyone know where I can test java?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter