Results 1 to 4 of 4

Thread: browser features (hide menubar, scrolls, toolbar, etc)

  1. #1
    Join Date
    Jan 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default browser features (hide menubar, scrolls, toolbar, etc)

    Hi, iīm doing a portfolio that will be executed in a cd rom (autorun) and itīs a swf. The thing is that i have 3 .mov that i place in diferent htm pages. In flash y made a link to the url (geturl) and because it doesnīt let me put javascript in actionscript I put some javacode in the htm to resizeTo and moveTo, the thing is i wanna hide toolbars, adress bar, etc (elements of IE), i triyed with some self.window(features) but i didnīt work, iīm a begginer in java.

    is there any code to make hide scrolls menubars etc of the actual SELF window (no open browser o popup)


    well thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Unfortunately no, I'm not aware of any way (JavaScript or otherwise) to change the attributes of the main window such as hide its scrollbars. These things can only be done on a window that has been opened by the script, such as JavaScript.

  3. #3
    Join Date
    Jan 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you may do so with css

    code sample can be found in here
    http://auxy.com/discuz/viewthread.ph...extra=page%3D1

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That only works for the scrollbar and only for elements that have scrollbars within the page. I don't think it works for the body (though it miiiiiight).
    The issue is all of the various '-bar's... menubar, scrollbars, statusbars.

    In the end, you're not doing it the right way. To create an application, use a programming language. Websites are great easy shortcuts, but this is one (if not the biggest) problem with doing that. Sorry... but... it's true. Not too much you can do to get around it.
    Daniel - Freelance Web Design | <?php?> | <html>| espaņol | Deutsch | italiano | portuguęs | catalā | un peu de franįais | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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