I don't know if you can get a Web page to open a local Flash player and then play whatever it is you have as a .swf in it, but you could use a javascript popup window to eliminate the bars at the top. It's a method I use to give the viewer the maximum viewing size for online tutorials.
This is an example of what the link would look like:
Code:
<h2><span class="style1">Use this link to access on-line video tutorials </span><a onclick="Javascript:window.open('http://www.cidigitalmedia.com/tutorials/wbc_tuts.html','_blank','height=700, width=1000,resizable=no,location=no');return false;" href="wbc_tuts.html">CLICK HERE TO WATCH</a></h2>
This is the link on the main html page, not the html page that has the .swf on it.
Google javascript popups for more info.
Best wishes,
Eye for Video
www.cidigitalmedia.com