Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That is all that is required of the component to provide the Flash resource, and build the body markup.  Finally, you want the actual markup (.html) of whoever adds this component (.html), to look like this:

Code Block
        <object wicket:id="WICKET_ID_OF_COMPONENT" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
                    width="350" height="100" id="movie" align="middle">			
              
                   <!-- The markup from onComponentTagBody will go in here -->

        </object>

...