Hello winjiadh
Please embed your SWF file in HTML and load the HTML file into the WebBrowser library as Erel recommended. HTML Example for a full screen display:
<html>
<body style='margin: 0 0 0 0px;' bgcolor='#000000'>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='100%' height='100%'>
<param name='movie' value='shows\tonights_sky_november2008.swf' />
<param name='quality' value='high' />
<param name='allowScriptAccess' value='sameDomain' />
<embed src='shows\tonights_sky_november2008.swf' width='100%' height='100%' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>
</object>
</body></html>
You may delete the <embed></embed> tag, since this is for Firefox, if I am not mistaken. Leaving it in place won't cause any harm, though.
For this to work, you also need the free Adobe Flash Player for Windows Mobile which you can download from Adobe's website.
As far as I remember, you can install the Adobe Flash Player to the memory card. It's about 1.3MB.