A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Simple window change

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Posts
    494

    Simple window change

    I need to know how to get anothe window load in the same window"page" with out the scroll bars and address bar?

    This is what I have now: on (release) {
    getURL ("javascript:NewWindow=window.open('http://www.cnn.com/story2','newWin','width=922,height=650,left=0,top= 0,titlebar=no,toolbar=No,location=No,scrollbars=Ye s,status=No,resizable=Yes,fullscreen=Yes'); NewWindow.focus(); void(0);");
    }

    What do I need to change to achive my goal, this was a popup windows but I now need it to load in same window.


    Thanks

  2. #2
    Senior Member
    Join Date
    Feb 2004
    Posts
    494
    Tried this for an auto load which works good, but I need to get rid of address bar and also scroll bars. How do I add it to this command?


    getURL ('http://www.cnn.com/news1/');

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center