Results 1 to 4 of 4

Thread: Popup Window Generator

  1. #1
    Join Date
    Jun 2007
    Location
    North Lake Tahoe
    Posts
    62
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Popup Window Generator

    Is it possible to open this popup window with a Flash button.

    If so what would the action script be.

    Thanks

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    What do you want?
    What window? Like actionscript opening a javascript window?
    Or actionscript opening its own window?
    Jeremy | jfein.net

  3. #3
    Join Date
    Jun 2007
    Location
    North Lake Tahoe
    Posts
    62
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    What window? Like actionscript opening a javascript window?

    Is it possible to do the above? I'm in the process of building a site with Flash buttons and the only way I know how to do a popup window is with javascript, but I don't know how to link the two together..

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    For this you might wanna call javascript from actionscript. I have no idea on one single line about actionscript. So look here and see if you can find your answer:
    http://www.klynch.com/archives/000079.html
    This tutorial teaches how to call javascript through actionscipt.
    Or you can just make a new window"
    Code:
    spawnWindow('url_goes here','name
    ','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500')
    Jeremy | jfein.net

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
  •