Hi All, In my application am using the navigateToUrl method, Here for navigateToUrl am using a pdf file for displaying. it was also working fine. am using as follows:
*var* u:URLRequest = *new* URLRequest(*"docs/Chapter_1.pdf"*); navigateToURL(u, *"_blank"*); when displaying this file it was opening in whole browser, I need to display it within a small browser. Here I need to customize the window by decresing the width and height. can anyone help me how to achieve this. Thanks in advance.. --Tomt

