javascript from swf ( 4 Views )

no kitty!
  1. read an article here about opening a popup from within a movie using typical javascript with get url.
    Didn't work.
    Is that because the script was calling an html that was calling a javascript menu, or maybe javascript doesn't work inside a swf.
    Just curious.

    (symrna, Falkland Islands (Malvinas))


  2. (ismetcan, Syrian Arab Republic)

  3. getURL ("javascript:openWin('links.html', '250', '250')");

    this should open a popup, simple but true, other variables come after it works, works outside of swf.

    <script language="JavaScript">
    function openWin(url, w, h)
    {
    var winprop = "width=" + w + ",height=" + h;
    openwin = window.open(url,'',winprop);
    }
    </script>

    in head of html. Cannot get any simpler than this.
    does actionscript tutorial imply that you can use the popMaker function with all attributes acknowledged to open this window.
    This window is an html with a javascript call to a menu script, a .js for the engine and another for the menu format.
    The link was a very nice addition to Flash, I must be missing something little, time to kiss it (keep it simple stupid).

    (Elif, Kazakhstan)

  4. No bother, only gif wouldn't show, the script actually worked, so rebuilt.
    http://www.redrival.com/millsrd/index.html
    its better anyway, smaller and faster, no intro or loader needed.

    (asdds, Zambia)



Related Topics ... (or search in 1.720.883 topics !)

loading swf on-top of exisiting swf (then unloading previous swf)?? (6)
javascript to swf sound volume (7)
javascript to preload a swf file? (2)
rotating .swf files at random with javascript? (3)
add flash swf with javascript dom (1)
embedding random load swf file with javascript (2)
swf sends javascript command to html page? (2)
i'm very close, using php and javascript to resize an .swf file to fit container div (3)
how do i load an external swf in the "main.swf" from a loaded swf? (3)




copyright © 2007-2031 Pfodere.COM ( 5 Pfoyihuee Online )

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 
1.3507