Changeset 254


Ignore:
Timestamp:
09/29/10 06:37:34 (20 months ago)
Author:
robinhilliard
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roki/tags/1.2/com/rocketboots/roki/macros/flash.cfm

    r253 r254  
    55<cfparam name="attributes.version" default="6,0,29,0"> 
    66<cfoutput> 
    7 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=#attributes.version#" height="420" width="420"> 
     7<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=#attributes.version#" 
     8        height="#attributes.height#" width="#attributes.width#"> 
    89        <param name="movie" value="#attributes.swf#"> 
    910        <param name="quality" value="high"> 
Note: See TracChangeset for help on using the changeset viewer.