Hi,

I just checked the Docs for the HtmlFlash view helper.

http://zf2.readthedocs.org/en/latest/modules/zend.view.helpers.html#html-object-helpers

The example

<?php echo $this->htmlFlash('/path/to/flash.swf'); ?>

shows an output like such:

============================================================================
<object data="/path/to/flash.swf"
        type="application/x-shockwave-flash"
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab";>
</object>
============================================================================

When I try it myself I get the following output:

============================================================================
<object data="/path/to/flash.swf" type="application/x-shockwave-flash">
<param name="movie" value="/path/to/flash.swf">
<param name="quality" value="high">
</object>
============================================================================

I am not quite sure which one is the correct way of embedding flash.
Should the docs be updated?

Regards,

Ralf


-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to