Ticket #129 (new task)

Opened 3 years ago

Last modified 9 months ago

Improve flash html code to be more compliant and cross browser

Reported by: yurj@… Owned by: andycat
Priority: minor Milestone: 4.1
Component: EmbeddedPlayback Keywords: flash embed object
Cc: Who will test this:

Description

read this:

 http://www.alistapart.com/articles/flashsatay/

the author tells it works in every browser, and it is xhtml compliant (so don't use the "embed" tag):

===========

<object type="application/x-shockwave-flash data="c.swf?path=movie.swf" width="400" height="300">

<param name="movie" value="c.swf?path=movie.swf" />

<img src="noflash.gif" width="200" height="100" alt="" />

</object>

If the browser doesn’t know how to play objects with a MIME type of application/x-shockwave-flash, it will simply go for the next child element and give that a try. I’m guessing that a simple image element should be okay for most people. Failing that, you can simply use text.

===

Attachments

plumi-0.2.3-rc4_no_flash.png Download (115.6 KB) - added by datakid 19 months ago.
plumi 0.2.3-rc4 with no flash in opera

Change History

Changed 3 years ago by andycat

  • milestone set to 0.3

Changed 2 years ago by andycat

  • component changed from ATEngageVideo to EmbeddedPlayback

Changed 19 months ago by andycat

We dont use embed tags at all, (if ever? i cant remember)

Latest standard default template for indytube inside plumi 0.2.3-rc4 is http://plumi.org/browser/indytube/branches/plumi-0.2.x/plumi.template

We dont have a fallback image, but ... can somebody test on a non-flash-enabled browser and report back? (screenshots would be nice)

Changed 19 months ago by datakid

plumi 0.2.3-rc4 with no flash in opera

Changed 19 months ago by datakid

Here's a screener from Opera 9.27 under ubuntu intrepid - in which flash doesn't actually work at all :) (google it)

no image

Changed 12 months ago by and

  • milestone changed from 0.4 - to 0.5 -

Changed 9 months ago by pabs@…

From the HTML5 ticket:

http://plumi.org/ticket/237

Does flash, html5 and more:

 http://camendesign.com/code/video_for_everybody

Add/Change #129 (Improve flash html code to be more compliant and cross browser)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.