fixed-size window: what's wrong with my JS??

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default fixed-size window: what's wrong with my JS??

    i want to open a new flash movie window using javacript to obtain a window
    that's the size on my movie. here's my script:

    on (release) {
    getURL ("javascript:openNewWindow ('nameofmovie.html', 'thewin', 'height =
    270, width = 380, toolbar = no, scrollbars = no')";
    }

    When I try to preview in Safari I get a message to the effect of: "Safari
    cannot use Javascript in that way". When I try to preview on Explorer the
    browser simply ignores the command. What's going on?

    maria77 Guest

  2. Similar Questions and Discussions

    1. Crop with fixed target size
      I am new to Fireworks and have not been able to see a way to crop an image with a fixed target size - as in Photoshop. I use this all the time and...
    2. Fixed Window
      Fixed window size is described another place in the dissusionforum fore a button link, but it seems the is no practice for the first page . The...
    3. scalable window with fixed bitmaps?
      I was wondering if it is possible to have a swf that contains jpegs that can remain fixed in their dimensions regardless of whether the main swf is...
    4. Creating Fixed-Size Pop-Ups
      "Emiru" webforumsuser@macromedia.com wrote: Apply the behavior called "Open Browser Window" to the image map. -- Dan Vendel - *GOF*...
    5. Linking to a fixed window..?
      Hi, I'm trying to launch a fixed window from a thumbnail, though it keeps launching a blank full sized window aswell..? I am using the behaviours...
  3. #2

    Default Re: fixed-size window: what's wrong with my JS??

    Do you have the openNewWindow() function defined in the HTML page? If, not;
    the function does not exist, so it's of no use calling it.

    John

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139