this will work to embed the file in HTML, but how do i control the toolbars.. i want to hide some of the toolars and show the others...

CODE
  <OBJECT CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" WIDTH=555 HEIGHT=450>
    <PARAM NAME="SRC" VALUE="file.pdf">
    <EMBED SRC="file.pdf" HEIGHT=450 WIDTH=555> <NOEMBED> Your browser does not support embedded PDF files. </NOEMBED> </EMBED>
  </OBJECT>


if a file is called as

CODE
file.pdf#toolbar=false


it will hide all of them...

anyone, please.