Ask a Question related to Macromedia Flash, Design and Development.
-
Dr Quack #1
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
-
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... -
Simple menu, MySQL query question
Hello, I'm creating simple menu. MySQL: +----+-----+----------------------+ | id | sid | Title | +----+-----+----------------------+ | 1... -
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... -
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... -
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 :... -
Samuria #2
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



Reply With Quote

