Hello,
I am trying to start a flash file through Cocoon. What happens is that
the flash player is loaded, but the file parameter (see below) is not
passed to the flash player, and thus nothing is shown in the browser.
HTML:

<object type="application/x-shockwave-flash" width="640" height="500"
                     wmode="transparent"
data="flvplayer.swf?file=video/test.flv">
    <param name="movie" value="flvplayer.swf?file=video/test.flv" />
    <param name="wmode" value="transparent" />
</object>

My sitemap attempt:
<map:match pattern="*.swf">
    <map:read src="flash/{1}.swf"
                     mime-type="application/x-shockwave-flash"/>
</map:match>

Do I need a dedicated flash reader component for this to work? Has
anyone tried this before?

Regards
Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to