A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Pop Up

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    8

    Pop Up

    I saw a script for opening a pop-up in flash but it doesnt work.

    something like get URL("javascriptpen.window('......');void(0)")

    Can someone give me a correct script???

  2. #2
    Pillow Daddy m_andrews808's Avatar
    Join Date
    May 2001
    Location
    London England
    Posts
    924
    try this:

    getURL("javascript:void(window.open('URL', 'WINIDNAME', 'width=WIDTH, height=HEIGHT'));");


  3. #3
    Junior Member
    Join Date
    Sep 2002
    Posts
    8
    WORKS !!! Thank you

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