A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: It only runs on mac!!...!!!...

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    16

    It only runs on mac!!...!!!...

    Hi,
    I've this PopUp problem:
    My popUp runs well on my mac, at home, but
    running from pc's , when I click to open the popUp the Explorer says to me
    "STACK OVERFLOW AT LINE: 00
    and don't open nothing.......

    here is my code

    for the flash button:
    on (release) {
    getURL("javascript:window.open('myurl.html',"+"'nu ll','status=no,toolbar=no,menubar=no,"+"location=n o,resizable=no,titlebar=no,scrollbars=yes,fullscre en=no')");
    }

  2. #2
    Junior Member
    Join Date
    Jul 2001
    Posts
    16
    And for the html

    <script language="javascript">
    function window.open(url, name,attributes) {
    newWin=window.open(url, name,attributes)
    }
    </script>

    it should run wel...but ONLY FROM MY MAC!!!!!

    WHY?
    whats "stack overflow?"
    anyonehave ideas?
    tnx in advance.

    Al

  3. #3
    Challenge the Conventional
    Join Date
    Jun 2000
    Posts
    775
    could be that the problem is with your PC ... the flash player couldhave beome corrupted. Can you post a URL and I will take a look ?

    [p]

  4. #4
    Junior Member
    Join Date
    Jul 2001
    Posts
    16
    I' m working on to solve it just now.
    But now I've changed the way:

    If u try on bottom menu
    "corsi"
    "Att. Sportive"
    now there's a smartclip doing the work for me.

    For the other buttons the older solution.Not working on Netscape 4.x too (!!)
    I hope in the smartClip..

    would u like to check ?

    http://digilander.iol.it/lab100/upter.html

  5. #5
    Junior Member
    Join Date
    Jul 2001
    Posts
    16

    Post

    The SmartClip for opening a Center PopUp Win
    runs well on all the platforms....

    That's the right solution for open popups
    I think I've downladed it from macromedia.

    It's an extension for the Extensions Manager
    Anyway
    Thanks to everybody

    Al


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