Changes between Initial Version and Version 1 of Ticket #1224
- Timestamp:
- Oct 6, 2007, 10:32:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1224
- Property Keywords flash removed
-
Property
Component
changed from
File Browser
toGeneral
-
Ticket #1224 – Description
initial v1 1 1 Rather than generating flash like this: 2 2 3 3 {{{ 4 4 <embed width='690' height='413' 5 5 type='application/x-shockwave-flash' … … 9 9 play='true' loop='true' menu='true'> 10 10 </embed> 11 11 }}} 12 12 13 13 How about using the technique described on http://blog.deconcept.com/swfobject/ . It has a number of advantages and no disadvantages in our experience.