Results 1 to 2 of 2

Thread: opening a new window hiding the toolbars

  1. #1
    Join Date
    Aug 2007
    Location
    Harrisburg, PA
    Posts
    131
    Thanks
    6
    Thanked 9 Times in 9 Posts

    Default opening a new window hiding the toolbars

    is there a way to open up a new window from flash that hides the tool bars. I don't know much about javascript or using it with flash. I want to use it as kind of a pop up for a media player.

    thanks for the help

  2. #2
    Join Date
    Aug 2007
    Location
    Harrisburg, PA
    Posts
    131
    Thanks
    6
    Thanked 9 Times in 9 Posts

    Default

    i found an example of what i'm trying to do in AS1 and converted it to this
    Code:
    function goto(e:MouseEvent):void {
    	navigateToURL(new URLRequest("javascript:fixedSize('http://ww.apple.com', '', 'menubar=0, tollbar=0, scrollbars=no, resizable=0, width=800, height=600')"),'_self')
    	}
    i'm not sure i'm doing it correctly though because i'm getting an error that says 1021: Duplicate function definition.

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
  •