Medyman is basically right in principle. The technically valid method to use is an object tag or an object tag pair, though many still prefer the deprecated object/embed tag pair, or just the deprecated embed tag. And there are various scripts around to do the 'heavy lifting' of these various methods for you. In fact, using certain types of javascript scripts (preferably, in most cases, with a non-javascript fall back) is the only way to avoid 'Click to Activate' in IE and Opera for Flash on a web page. However, if the swf doesn't require flashVars you can link directly to it and most browsers with the later versions of the Flash plug in will play it:
HTML Code:
<a href="some.swf">Some Flash!</a>
But you will have no design control over how the swf is displayed, and your users will need to use either the back button, the address bar, or other methods of their browser to navigate away from the swf unless it has navigational functions built into it. You can even target it to an iframe on your page and many swf files will work out fine used in that manner, but it is not recommended.
Bookmarks