×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Has anyone who is using Zend's PHP on iSeries, tried to run Flash files
(swf) from your iSeries?
I am having trouble getting the .swf to display and I'm not familiar enough
with it to know what I'm doing wrong.
I did check the mime-types files in the /usr/local/zend/apache2/conf
directory and the mime-type was already in there.
I also added it to my HTTP Config as a mime type for swf files.
The .swf file is in the same directory structure as the .html page itself so
it should not be an issue of not being able to find it although I guess
that's possible.
Here's the <Object> structure I'm using.maybe something will jump out at
someone here when you look at it.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="test" width="100%" height="100%"
codebase="
http://fpdownload.macromedia.com/get/flashplayer/current/swflash.c
ab">
<param name="movie" value="test.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="test.swf" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="test"
align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="
http://www.adobe.com/go/getflashplayer">
</embed>
</object>
Thanks!
Shannon O'Donnell
As an Amazon Associate we earn from qualifying purchases.