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

  1. #1

    Default simple menu

    I have a simple
    > Flash menu. [url]www.viewofthings.com[/url] What I want to do is open another .swf
    > file in either the users own Flash player or an
    > .html file sized down. What would be the
    > ActionScript that I would need for the button? If I
    > use getURL I don't want to open a 1000px web page if
    > the movie is only 300x400px. I have the JavaScript
    > for this if I want to use straight HTML but I can't
    > find any explanation for Flash.
    >
    > This is a fairly common feature. You see it all the time.

    Dr Quack Guest

  2. Similar Questions and Discussions

    1. Script for simple pull down menu
      how will a user know what product number matches what product? in any case, you'll need to use an input textfield and you'll need to either use an...
    2. Simple menu, MySQL query question
      Hello, I'm creating simple menu. MySQL: +----+-----+----------------------+ | id | sid | Title | +----+-----+----------------------+ | 1...
    3. Simple menu question..
      Hi, I got a simple question which i'd appreciate someone answering..Whats the quickest and easiest way to set up an interaction between menu objects...
    4. How to create a simple menu?
      I'm brand new to flash and I'm experimenting as much as possible without much luck yet. How would I go about creating a horizontal menu in flash like...
    5. Simple menu in javascript
      I have a list on my page. E.G Users : Applications When the user clicks on 1 of them for example "users" I want this to appear : Users :...
  3. #2

    Default Re: simple menu

    On Tue, 8 Mar 2005 11:17:19 -0500, "Dr Quack" <tj@nospam-core.com>
    wrote:you could try
    this.createEmptyMovieClip("mholder",this.getNextHi gestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    var oListener:Objest = new Object
    onListener.OnloadInit = function(mcContent:Movieclip)Void{

    };
    mcLoader.Loadclip("windows.swf",mcHolder);
    mclLoader.addListener(olistener);

    >I have a simple
    >> Flash menu. [url]www.viewofthings.com[/url] What I want to do is open another .swf
    >> file in either the users own Flash player or an
    >> .html file sized down. What would be the
    >> ActionScript that I would need for the button? If I
    >> use getURL I don't want to open a 1000px web page if
    >> the movie is only 300x400px. I have the JavaScript
    >> for this if I want to use straight HTML but I can't
    >> find any explanation for Flash.
    >>
    >> This is a fairly common feature. You see it all the time.
    >
    Samuria 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