Embed Flash in xPage

Hi

How can I embed a flash (swf) in an xpage? Can I use a Core Control or is it only available via the source?

Thanks

Steven

Subject: Here’s how

Took me quite a while to find this.

Add the .swf file to your file resources and in your xpage ‘source’ enter this:

<object

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve

rsion=9,0,115,0" data=“http:///.swf”

type=“application/x-shockwave-flash”>

clem