Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
drake_roberts webforumsuser@macromedia.com #1
really really stupid question
So I made an animation for my website and I want it to run it ionce n the beginning when people go to the home page. Also, I'd like a little box where people can pick to skip the flash intro. How do I do that?
drake_roberts webforumsuser@macromedia.com Guest
-
Stupid question.
I've worked with cfdirectory in the past but it mainly within the scope of deleting/creating a directory or get the name of files within a specific... -
OK. I'm asking a stupid question
I created a multi-frame movie to use as my website. It has five buttons on it which I added the Get URL action to. When I publish it, and then open... -
Stupid C# question Please help!
I'm used to writing my code in VBscript but I have to do this project in C#. I've written some functions on my ASP.Net page and I'm getting an... -
a stupid question
how to check the filetype of remote file because is_dir(), is_file() can't work on remote file thx a lot -
Is this a stupid question?
I'm looking for the command to direct a user to a new URL. For example, in ASP, when you created a dropdown box, the item selected could open a... -
stwingy webforumsuser@macromedia.com #2
Re: really really stupid question
on the last frame of the movie type
unloadMovie(this)
you need to make a button to skip the intro. if you put the button within the timeline of the movieclip and give it an instance name myButton, on the first frame of the timeline type
mybutton.onPress = function(){
_parent.unloadMovie()
}
Certified but not by Macromedia!
myurl
stwingy webforumsuser@macromedia.com Guest



Reply With Quote

