Skip to Main Content

Application Development Software

Embedded Flex Object Won't Render in Streaming Mode

user6161634Oct 22 2008 — edited Oct 22 2008
I have a JSP portlet with a flex/flash object embedded in the JSP as below.
When I run my portal as a file-based portal the flex object renders fine in the portlet.
I created a portal and desktop in the Portal Admin Console using my .portal file as a template.
When I try to run the portal in streaming mode from this desktop, the flex object does not render. The HTTP request for this object returns a 404.
Any ideas why this is happening? How do I go about fixing it?

...
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="GoogleMaps" width="710" height="671"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="portlets/MapPortlet/CompactGoogleMaps.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="always" />
<embed src="portlets/MapPortlet/CompactGoogleMaps.swf" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="GoogleMaps" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</body>
...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2008
Added on Oct 22 2008
4 comments
297 views