How Do I Get Flash Kit So I Can Make Movies?
can som1 plz help me?? where do i download flash player?? i cant find it. plz send me a link or somthing
FlashKit > Flash Help > Flash Newbies
Posted on: 07-13-2004, 03:27 AM
View Complete Forum Thread with Replies
Sponsored Links:
How Make IN And OUT Transitions Between Flash Movies?
Hi guys!
Here is the thing: usually, I build my web-sites using a root swf movie which loads external swf movies using the loadmovie command through navigation buttons. Thus, in order to have a transition (or effect, like a fade-in) in the start of the loaded movie, all that I have to do is put an effect on the beginning of its timeline. When the button loads the external movie, it has an effect on its timeline and the fade-in is presented. This is a no-brainer...
However, let´s say that I will load another movie and, before this one gets loaded I want the first one to fade-out (or any other effect)... How would I make it... I can´t put the effect on the timeline ´cause the loadmovie command has to be on the buttons...
I think the best way to do it is apply the effect in the timeline of the container movie (in which the external swf is loaded)... Something like this: Whenever I click on a button, the container movieclip goes to frame x (which has the tweeing effect) and once the tweening is done it loads another movie into the container MovieClip.
Can you guys help me?
Thanks in advance.
View Replies !
View Related
How To Make Two Flash Movies To Communicate?
Hi all.
I have an HTML page with 2 flash movies in it. 1st movie is an FLV, and I want this to play till the end, then to stop and tell the 2nd flash movie located somewhere else on the same page to start playing.
Anybody knows a good and easy tutorial for designers? or maybe can give out an example source file?
Please help!
Thanx in advance
cheers
View Replies !
View Related
How Do I Make Flash Movies Super Smooth?
I've seen some really smooth animations on the web and I was wondering what I need to do to make my movies animate smoothly too. Do I only need to bump up the framerate? I know scene complexity is something to consider. I guess what I'm looking for are some guidelines to making animations smooth. I have flash MX by the way.
Here's an exampleAEM website
View Replies !
View Related
How Do I Make Lower Level Flash Movies Inactive?
I have a problem,
I am creating a Flash multimedia piece. I have my main stage and various external movie files loaded in on different levels. I want to be able to have 'info' boxes appear on request, which load in another movie file over the top of everything else. The problem is, I don't want the links on the movies below to be active through the 'info' box. Does anyone know a way to make the Flash movies below inactive? Once the 'info' window has been closed I need the inactive links/movies to revert to active.
I hope this makes sense.
wez
View Replies !
View Related
What Is The Best Flash Program To Make Stick Figure(death+kungfu Style) Movies?
My topic says it all: What is the best flash program to make stick figure(death+kungfu style) movies?
Since I'm using 3d Flash Animator, and all the places I goto use just Flash 5 frame-by-frame animations, were as i've been using this other style in 3d FA which goes cruddy most of the time. So I just want everybody to tell me what is the best program+ plugins if there are ones which make making stick movies easier. Thanks
View Replies !
View Related
How Do I Make Movies?
i have seen tonnes of sites that give very good tutorials about making red boxes move around screens and stuff, but how do i make that knowledge into something like www.homestarrunner.com ? their movies and stuff are my inspiration to learn flash, but for the life of me i cannot find a place to learn how to make such cartoons. please help me!
-Jimbo
View Replies !
View Related
How Do U Make Movies
Well i need the step by step info on how to make movies like the stop the play the pause the scene selects and more i need help on thoes things. My freind told me but i did not get it i need all info on flash 8. OK
View Replies !
View Related
How Do I Make A Preloader For My Movies?
I know the tweens, the sounds, the movie controls and all that jazz, but I have no clue how to make a preloader. Is this a simple task or does it require a lot of work? I would like to know just how to syncronise the loading animation with the progress, and also if there are any templates on this site (I can't find any). Thanks for the help.
View Replies !
View Related
How Do I Make Scrollboxes Work Within Movies.
Ok so here is my site www.stackhaus.com and you can see the three boxes. In the left box I have now used two scrolling text boxes, and they work in their own respective .fla files but the minute I paste the frames from those files into this movie, they appear but they do not scroll. Why is this?! Thanks for any help!
View Replies !
View Related
Make One Button Call 2 Movies
I have a button that calls a movie with a rewind on it and I need that button to call to movies at the sametime Flashmech came up with these actions and they have worked out quite well.
im trying to get the maximus button to call maximus1 & cmanson1 at the sametime
ActionScript Code:
stop();
function playBack (name:String):Void {
var mc = this[name];
if ( mc.played ) {
mc.played = false;
mc.onEnterFrame = reverseNow;
} else {
mc.played = true;
mc.onEnterFrame = playNow;
}
}
function reverseNow (Void):Void {
this.prevFrame();
if ( this._currentframe == 1 ) {
this.stop();
delete this.onEnterFrame;
}
}
function playNow (Void):Void {
this.nextFrame();
if ( this._currentframe == this._totalframes ) {
this.stop();
delete this.onEnterFrame;
}
}
maximus.onPress = function (Void):Void {
playBack(this._name + "1");
}
maximus1.played = false;
cmanson1.played = false;
View Replies !
View Related
Make Other Movies React To Mouse Hits
teke a look at thia
www.hellborn.com
you can slap the robor around but it doesnt seem right that the buttons around it are still so iv been trying to find ways i can make the buttons move sorta reacting in a way to the speed you hit the robot at.
this is a big ask but can anione help me please.
thanx in advanced
View Replies !
View Related
Load Movies Make The Swf Slow Animation
hii
i've created a site in flash of a gallery. its loading swf files of images and animations. i've made it with flash mx and export the swf ver 6. all the animations have a preload and all 24 fps.
the problam. some of the animation play smooth . but some of them play very slow. swf with 50 kb play great and somtime a swf 10k made of vector only play very slow. it happen only when i play it inside the main flash site (load into it). if i play the swf by it self its very smooth and fast.
how can i fix it?
thanks
ari - tintoon -
View Replies !
View Related
Make Movies Play Sequentially, Then Stop.
Hey, I've never quite been able to get programming down, but I'm always trying. Can someone tell me what I'm doing wrong here?
I'm using Flash MX.
Basically, I want them to click a button, and one by one leaves will move of the screen. I just want to name the leaves "fallingLeaf1", "fallingLeaf2, "fallingLeaf3" and so forth, and keep going sequentially up the numbers until there are no fallingLeafs left.
Here is the code:
Code:
on (release) {
var i;
i = "0";
var leafMarker;
leafMarker = "leafMarker1";
var frameMarker;
frameMarker = "1";
do {
i = i+1;
leafMarker = "_root.fallingLeaf"+i;
frameMarker = leafMarker._currentframe;
if (frameMarker=2) {
tellTarget (leafMarker) {
gotoAndPlay(2);
}
}
} while (i!=2);
}
View Replies !
View Related
Make It Invisible When I Press The Buttons To Load Movies
I´m making a movie that loads in swf-movies in the main movie. But in the main movie i have a picture (rather big). An when i press the button in t´he main movie to load a movie in a placeholder i can see the picture in the main movie every time i load a movie. is it any way that i can make it invisible when i press thebuttons to load movies
View Replies !
View Related
.FLV Files : 1-where Are They On Int Temp Folder ? 2-how To Make Flvs Movies ?
Quote:
1-
My question concerns about the video streaming flash files , extension .flv , which cannot be retrieved directly from the IE7 temporary Internet files ;
I´ve turned that folder head over heel but couldn´t find any .flv file as I am used to scavenge the browser cache and do with other extensions ;
What can be found are very long urls like :
(http://youtube.com/player2.swf?hl=en...utube.com/&vid eo_id=IOd_5ZRPmFs&l=179&t=OEgsToPDskJKFyDOavZ1s58f 8VnMwNU7&soff=1&sk=ZklGzv2kMbUjj_Qrv588rwU ) ;
I noticed that a recently visualized flv by means YOUTUBE , 4 days after visualization , when I got back to that URL was played at once , without the need of downloading it again;
That means the file was already somewhere on my disk.
In order to retrieve the files I have to paste URL at retrieve sites like http://kej.tw/flvretriever/ , or use Orbit Downloader ;
I got really curious where are the files and how work such sites .
Quote:
2- where can I find tutorials on how to make flv movies ??
Thank you very much
View Replies !
View Related
Controlling Flash Movies From Within Other Flash Movies, Contained With Frames...
ok, the title was a bit of a mouthful but hey, i was wondering if anyone could shed some light on this problem :
i know how to control content being loaded into frames, from within a flash movie (using get url) but, i'm not sure how to go about calling various parts of a flash movie that is situated within a different frame with the html page, from the one it's being called from.
so, for example, say i have a set of buttons within one flash movie, that when clicked moves the timeline in the other flash movie (within a different frame) to frame 5 or whatever. see what i mean?
would it be something like this?
on (release) {
getURL("name of html page.html", "name of lable/ number of frame within timeline", "name of frame flash movie is contained within");
}
View Replies !
View Related
Making A News Slider Just Liek In The Yahoo Movies Site.. How Can You Make It Switch?
hey all.
I recently got a app from flashden.net for my site www.freshbasilcrew.com
I don't know how to post the SWF file here, so just check otu the site, and you can see it on the main page, towards the top. It displays 4 news stories, with a picture on the right side that you can click to go to the page.
Very similar to the one on the Yahoo site found here: http://movies.yahoo.com/
However, mines does not switch stories automatically. It just sits there, and the user has to click each story blurb.
How can I make it so it switches every few seconds?Might be something simple I can just code in, but I don't know where to start. Any help would be appreciated.
vega
View Replies !
View Related
Opening Flash Movies From Flash Movies In New Window
i am pretty new to flash......i know very little about actionscripting......here is my dilema.....i have a flash site that will contain 5 flash movies that i want people to open to see my work......i want them to open in the center of the screen in their own window with no controls except to close window.......they are various sizes....and i want then to open in window that fits movie size......so far all i can figure out is how to make them open in a new html page.......sorry if i rambled here but wanted to be as discriptive as possible......any help would be appreciated as i have a sick family member who would like to see my work before they pass away.......
View Replies !
View Related
How To Make Flash Make Html Page Return To Top?
Hey guys,
I created a website which contains a verticaly large flash movie on it which displays information. In order to read the bottom half of info, the user must scroll down the page. I was wondering if anyone knows the code to make a "return to top" button in flash which would send the html page back to the top without reloading the actual page itself of corse. I just cant figure out how to do it. Thans!
View Replies !
View Related
Loading Flash Movies Into Other Flash Movies
Hi all,
i have a problem i want to have a flash movie in the background with some buttons .
And i want that if you press a button an other smaller Flash movie will be loaded , but the background movie should still be there...!
I have done that with 2 Flash movies but if wanted to load a third flash movie over the second it didnt work.....!
Have somebody an idea ?????
Thanks .........
View Replies !
View Related
I Wanna Make Intro N Dnt Kno How Ta Make In Flash
Hello every 1
i wish sum1 can help mi !!!
i m makin my site n i wanna make a intro n i got Macromedia Flash PRo 8 but i rely dont much abt it....
intro iz lyk whn sum 1 open de page c dat animation .....bla bla ...... can sum1 plz help
n ask mi if they dnt get mi
my contact mail: nasty_thinker@hotmail.com
View Replies !
View Related
Has To Load Movies TWICE To Make Them Load..
Hey.. having this funny issue.. sometimes...especially online..when i make a loadmovie...it doesent always load into the main movie..(or mc or whatever)...
I guess this is a known "thing/bug"..as i experience it quite often..
i just wanna know..is it..,the movie that u load,..does it freeze in first frame... or does it simply never load??..
(sorry for bad english :P, and sorry for searching forum)
thnx in advance..
View Replies !
View Related
Flash Movies - Using Actionscript To Add Movies "FLV" To Flash
Hi Friends,
I am new to Flash streaming and progressive downloading. I tried to
follow the steps mentioned in Flash MX 2004 professional version
tutrials to add movies to flash presentation.
I used the Video object and entered the following codes to Frame 1 -
var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new NetStream(netConn);
netStream.onStatus = function(infoObject) {
status_txt.text += "Status (NetStream)" + newline;
status_txt.text += "Level: "+infoObject.level + newline;
status_txt.text += "Code: "+infoObject.code + newline;
};
my_video.attachVideo(netStream);
trace(my_video.totalTime);
netStream.setBufferTime(5);
netStream.play("test.flv");
The above code is working fine when in Flash authoring mode but when
I try to run this from any IIS setup.. using widndows 2000 IIS as the
platform.. http://abc... then it is not running.
The Netstream status is showing - Status (NetStream)
Level: status
Code: NetStream.Play.Start
Status (NetStream)
Level: status
Code: NetStream.Buffer.Full
It is giving the above result from the authoring mode but showing
error when run through the IIS. The time is showing as undefined.
I am not using any communication server, it is said you don't need it.
I would request the members to please help me out of this..
I tried the same with the Media Playback component.. but got the same
results.
Please help and advise.
Thank you.
Paromita.
View Replies !
View Related
Flash Movies - Using Actionscript To Add Movies "FLV" To Flash
Hi Friends,
I am new to Flash streaming and progressive downloading in Flash MX 2004 Professional. I tried to
follow the steps mentioned in Flash MX 2004 professional version
tutrials to add movies to flash presentation.
I used the Video object from Library and entered the following codes
to Frame 1 -
var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new NetStream(netConn);
netStream.onStatus = function(infoObject) {
status_txt.text += "Status (NetStream)" + newline;
status_txt.text += "Level: "+infoObject.level + newline;
status_txt.text += "Code: "+infoObject.code + newline;
};
my_video.attachVideo(netStream);
trace(my_video.totalTime);
netStream.setBufferTime(5);
netStream.play("darvin.flv");
The above code is working fine when in Flash authoring mode but when
I try to run this from any IIS setup.. using widndows 2000 IIS as the
platform.. http://abc... then it is not running.
The Netstream status is showing - Status (NetStream)
Level: status
Code: NetStream.Play.Start
Status (NetStream)
Level: status
Code: NetStream.Buffer.Full
It is giving the above result from the authoring mode but showing
error when run through the IIS. It is working fine from
http://localhost but when I am trying to upload it to some remote
server it is showing error. But the local folder structure and the
remote folder structure are same. The time is showing as undefined.
I am not using any communication server, it is said you don't need it.
I would request the members to please help me out of this..
I tried the same with the Media Playback component and entered the
url path for the FLV file .. but got the same
results. here when I entered the absolute URL, then got -
Error opening URL "<URL>"
Please help and advise.
Thank you.
Paromita.
View Replies !
View Related
Loading Movies Inside Other Movies In An Ext Movie Holder?
Here's one for you:
I've got my main movie that has a movie holder on it (entitled movieholder.) The buttons on the left control what goes in the movie holder. In one of the movies there is a list of songs that are actually buttons. These buttons call up another movie(with MP3s). How do I get the MP3 movies to go into "movieholder" when they are being called by a button inside 'movieholder'
I'm using MX
Hope that made a slight bit of sense!
Thanks for any help,
Graeme
View Replies !
View Related
Trouble Creating Reverse Rollover Movies Within Movies
Hey ooh my first post.
I have been having trouble creating a movie clip with a reverse rollover effect within a movie which has a reverse rollover effect. that sounds confusing
In essence I wish to create a panel that rolls out on rollover and rolls back in reverse when the you rollout. I have done this using this script
stop();
this.onEnterFrame = function() {
if (rewind == true) {
prevFrame();
}
};
this.onRollOver = function() {
rewind = false;
play();
};
this.onRollOut = function() {
rewind = true;
};
However I wish to make movies within this movie that have the same effect on them. But when I create another movie or button within this movie it is not registering on rollover. I guess because the script on the main movie overrides it?
Sorry for the poor explantion, any ideas?
View Replies !
View Related
Questions Regarding Making Flash Smaller, And Linking Flash Movies
http://creativemods.com/banner.swf
hello all. at the above link, you will find a very simple flash movie i made.
so its still quite tall. is there any way i can resize it so it looks the same, but only shows whats inside of the mask? there are two large white margins on the top and bottom that are not supposed to be there
also, how do i link this movie to a website?
View Replies !
View Related
Movies In Movies And Multiple Scenes...grrrr HELP
Hi all!
loadMovieNum ("events.swf", 8);
level8.gotoAndPlay("DIRECT3");
stop ();
ok, i have just done a few flash movies, but I am openning swf files in my movie, however these movie have a preloader and a 2nd scene before the main scene.
The problem I have is that I need play from a frame in my main scene (called Direct3).
I used the above AS to load my movie, but I have a feeling that its not going to my requested frame label...
I am sure this is possible, please could someone point me in the right direction...
Thanx in Advance....
WolfFang
View Replies !
View Related
Loading Movies Into Movies With Scroll Bars O_O
I have a site where I'm showcasing my talents (Obviously figuring scripting out won't be one of them) and I load movies into the central area by using simple commands, and it all works. Now I need to have of of those movie to scroll around, because I'm showcasing banners and have more than 400 pixels of height can fit.
I was thinking of using the same textField system that I used for my news section, but replacibng the textField part was a different thing for Movies.
There's got to be an easier way though. Can anyone help me?
View Replies !
View Related
Ummm... Loading Movies Inside Movies.... Help?
I posted a question about this a month or so ago, but now (I've had to work out problems on other sites in the meantime) I'm totally ready to figure this out!
I have a VERY large Flash Web site. So, it was suggested that I chop up the site into a few smaller movies. From there, I would set up a main page with a ["target"?] movie clip nested in it. Then, when a button has been pushed, the corresponding swf loads inside the movie clip. I think I can handle that... (although a nice tutorial would be great!)
The problem I'm having is... These swf's can be 'called' from each other, meaning the same buttons will be in each movie. However, the buttons will trigger different frames in each movie, depending on which movie you're already in. I'm betting this is confusing...
EXAMPLE: Every page has 4 buttons, "Who We Are", "Success Stories", "Portfolio", and "Contact". From the Home page you can push any of these buttons and it will go to the first frame of the corresponding movie and a quick, little animation displays as it takes you into the page. That's great. The problem is that, if you were in the "Who We Are" page and clicked "Contact" it should NOT go to Frame 1 of that movie... It should go to Frame 30, because there is a specific animation that connects "Who We Are" to "Contact" that is not the same as the connection animaton between "Home" to "Who We Are". So how do I get the code to be more specific?
HELP!
~Vik
http://www.explorecore.com/index3.html
View Replies !
View Related
Dynamically Loading Movies Into Movies With Variables
This might be a kinda tough one. I'll explain the best that I know how.
I want to load jpg images into a movie/button (movie clip with a button instance inside of it with another movie clip inside the button), but I need to do it dynamically.
I was thinking about naming all of the files the same but just change the numbering at the end. Then I can just use an i value to obtain the next file.
Code:
for(i=1;i<5;i++){
loadMovie("something"+i+".jpg","mv_btn_"+i)
}
so, basically I have 5 buttons with 5 images to import. The buttons already have the proper numbers on them, I just need to import the clips into the corresponding button.
View Replies !
View Related
Sound Linkage When Loading Movies Into Movies
I have an intro.swf file that is basically a movie with sound that is exported for actionscript but not exported in the first frame. I just stuck it in a movie on my timeline and it works great and the preloader works because it doesn't load the sound before the preloader. I use :
musicSound = new Sound();
musicSound.attachSound("music");
musicSound.start();
to play the sound in intro.swf.
However, now this intro.swf gets loaded into an index.swf and everything works fine and the sound plays as long as I have the sound included in BOTH the intro.swf and the index.swf and the sound is exported on the first frame in the index.swf. I was hoping I could remove the sound entirely from my index.swf since it already loads into the intro but so far I haven’t been able to figure out how without breaking the sound. Any advice or help would be greatly appreciated.
View Replies !
View Related
Frustrated With Loading Movies Inside Movies.
Ok here's my sight:
http://www.fantim.org/811/index2.html
This is my second attempt at making an all flash site. I got two questions.
1. Lets say I have three movies. Movie1.swf Movie2.swf and Movie3.swf
Movie1.swf has Movie2.swf loaded inside of it. Is there anyway to make Movie2.swf load Movie3.swf inside Movie1.swf ? Does that make sence?
2. Is there anyway to load only certian parts of a movie into another movie? For example:
I have this file http://www.fantim.org/fantimshow/movies/movies.swf (Don't mind the chopiness of it) As you can see it has excess stuff on the sides. Is there anyway to load this within another movie without showing this excess stuff?
Any help would be appreciated.
Thanks
View Replies !
View Related
Loading/unloading Movies In Loaded Movies :|
Yeah, I know that sounds confusing. Lemme explain:
- interface.swf it's my main movie;
- interface.swf load section1.swf in a specific container called containerMC (duh! );
- section1.swf load other movie, section1a.swf;
- I need a button in section1.swf that load section3.swf in the same main container (containerMC in interface.swf), unloading section1.swf and section1a.swf.
Well... I need some tips about the action of my 'overloaded' button
Sorry about my english
[]'s
Edu
View Replies !
View Related
|