Ok. I got the answer to this.
I had defined the doctype to XHTML_STRICT in my layout. That is what was
causing the problem. I removed it and it works fine now.
Thanks and Regards
ShiVik
shivik wrote:
>
> The HTML source generated by this htmlFlash() looks like this...
>
>
>
>
>
>
> From a normal embedding of flash file in html, this is missing the "embed"
> tag. How should I add that using the htmlFlash helper?
>
> Thanks and Regards
> ShiVik
>
>
> shivik wrote:
>>
>> Just an update - still haven't figured out why this isn't working....
>>
>> Seeing the Page Info on Firefox I am able to see the swf file but, it
>> appears broken. Although I am able to save it.
>>
>> Thanks and Regards
>> ShiVik
>>
>>
>> shivik wrote:
>>>
>>> Hello all
>>>
>>> I was just trying to embed a flash file in a zend view template, but it
>>> does not display the flash file in Firefox, even though, upon viewing
>>> the source the object tag is there. In IE, Google chrome and safari -
>>> the file is being displayed.
>>>
>>> Here's what I did -
>>>
>>> <?php echo $this->htmlFlash( 'flash/main.swf', array('width' => '100%',
>>> 'height' => '100%' ) ); ?>
>>>
>>> My flash file is there in webroot/flash/main.swf
>>>
>>> Am I missing something here?
>>>
>>> Thanks and Regards
>>> ShiVik
>>>
>>>
>>
>>
>
>
--
View this message in context:
http://n4.nabble.com/Flash-file-not-displaying-in-Firefox-tp932938p947353.html
Sent from the Zend Framework mailing list archive at Nabble.com.