Flash8 Changing Subtitles?

Jun 5, 2010

I'm making a flash animation with voices and I wanted to add subtitles to it. What I actually want is an option in the main menu to change the subtitles between english, spanish and no subtitles. I know basically everything there is to know about the graphic part, but my action scripting is very basic. i can barely make a simple loadbar.The options I had in mind were:

1) two layers, one with the english subtitles, the other with spanish subtitles, and that a button shifts the visibility of those layers.

2) two movie clips that can be hidden when not chosen.

3) a dynamic text that will need endless lines of code (this means I prefer options one and two)And if any of those doesn't work, perhaps I can do like some other animators do, and use a hidden button during the animation, that when hovering over it, makes the subtitles apear... but perhaps it's better if I do that later.

View 4 Replies


Similar Posts:


Flash8 :: Changing Frame With Arrow Keys?

Oct 28, 2009

Is there a way to make it so that when you press the right key your animation/game goes forward a frame and when you press the left key it goes back a frame? I have a pretty minimal knowledge of actionscript so I'm not exactly sure how it would be done.

View 2 Replies

ActionScript 2.0 :: Flash8 : Changing The Movieclip Size?

Feb 26, 2011

i want to make it so when the movieclip moves (arrow keys) closer to the top it gets smaller and moves slower, and when it gets to the bottom it gets bigger and moves faster.Here is a working code I have, but I need to think of something better.

Actionscript Code:
if (this._y < 700){this._xscale = 120;  this._yscale = 120;  _level0.speed = 3.6;}if (this._y < 650){  this._xscale = 115; this._yscale = 115  _level0.speed = 3.4;}if (this._y < 600){this._xscale = 110;this._yscale =

[code]....

the only problem with this is that it is by 50's. I figure I would need a formula

View 2 Replies

Flash8 : Changing Frame With Arrow Keys?

Mar 12, 2010

Is there a way to make it so that when you press the right key your animation/game goes forward a frame and when you press the left key it goes back a frame? I have a pretty minimal knowledge of actionscript so I'm not exactly sure how it would be done.

View 2 Replies

ActionScript 2.0 :: [Flash8] Changing The Colour Of Text?

Sep 25, 2007

I'm trying to create a crossword puzzle, and I was wondering whether its would be possible to change its colour if the letter was right. For example if the right answer was C and C is entered in the box the letter goes green or something similar.

View 5 Replies

Flash8 :: Changing The Size Of Fully Flash Website?

Oct 18, 2009

The site is created and I tested it on all resolutions but some are complaining some text is too small to read easily. Is there a way to change the size of the entire flash website without having to go in and change individual font sizes and resizing all the graphics?

View 3 Replies

ActionScript 2.0 :: [Flash8] Changing Colour Of An Object And Easing

Jun 21, 2008

Im designing a simple menu. As the user roll overs a word, a simple bar slides under the word. I have that working fine, however I want to add a simple piece of complexity in that as it sliders under the word, the bar changes colour.

on (rollOver) {
// slider - Movie Clip's Instance Name. button_1 - Button's Instance Name.
slider.xMove = button_who._x;
{

[Code]....

It continues to slide under the word, but it stays the same colour.

View 3 Replies

ActionScript 2.0 :: Flash8 Scrollbar Code To Include Changing Opacity Of A Graphic

Jun 2, 2009

I'm not a real actionscipt person as I usually only code simple buttons and the like. I have a scrollbar that I grabbed off a resources site. (code below) I want it so that whenever I put the cursor on the scollbar to move it that the graphical information under the scrollbar comes on (either reveal or opacity to 100%). At the moment the little thumbnails under the scrollbar are on all the time and area bit of a distraction (they are meant to assist in the use of the scrollbar by minimising searching behaviour).

[Code]...

View 1 Replies

ActionScript 3.0 :: Resizing Subtitles For Flash CS4

Jul 29, 2009

useful code for resizing subtitles when you go to fullscreen? At the moment I have the following code, but when I go to full screen it resizes correctly on the first click, then if you go back to normal screen size, and then back to full screen again, the full screen subtitles are still in the smaller, normal screen size.

[Code]...

View 2 Replies

Work With Multible Subtitles In One Flv Video?

Aug 12, 2009

if it is possible to have multible subtitles in the same flv/swf file?I'm using a FLVPlayback component which contains my flv video.On the stage I've also placed a FLVPlaybackCaptioning component linking my subtitles from a XML file to the FLV video. It all work fine.

The only "problem" is that I would like the user to select which language subtitle he/she want to see. I've only succeded to include one XML fil (language) per SWF file. Is there a way for the user to click on the subtitle button and select the specific language he/she preferes?In this way I can have all my subtitles contained in one SWF file instead of having multible SWF files.

View 1 Replies

Adding Subtitles To Flash Video?

Oct 8, 2009

How i can add Subtitles to the Flash Video PlayerI am using my own Flash player , so Caption Component is not working
 
but i dont want to use embeded subtiles or captions
 
I am loading External video, and i Want to load subtitles as well
 
subtiles will be in timed text xml file
 
so i can connect my video to the subtitles ?
 
and I am not using FLVPLAYBACK component

View 4 Replies

Flash Video Player Subtitles

Jul 6, 2011

I want to insert subtitles in youtube flash movies. As I can see, there is a site that can do this. URL...is the site and I am wondering how I can do this? If I make a flash player ang give it the url of a youtube video, it can play it?

View 1 Replies

Professional :: DVD Files - Add Subtitles And Convert For Webpage?

Aug 31, 2011

I have a DVD (VOB, IFO files) that I need to upload to my site.  I also have to add subtitles in English. I managed to rip the VOB file and add subtitles in Encore, but was only able to save it as SWF file. I can't upload this file to my site nor will you tube accept it. My site is basic html, created in dreamweaver.  I have the full Adobe suite, you can see it at [URL]

How should i go about getting this video on my website?

View 1 Replies

ActionScript 3.0 :: FLVPlaybackCaptioning And Fullscreen Mode To Display Subtitles

Sep 7, 2010

I have something really weird happening when I try and combine using FLVPlayback Captioning and fullscreen mode to display subtitles.Basically, when I oscillate between normal and full screen...
 
1. the first time I do so (normal->full) it works - the subtitles are resized fine.

2. Then when I go back to a normal-sized player (full->normal) the subtitles disappear.

3. Then when I try again to go to full screen (normal->full) the subtitles appear - but they are the wrong size - the size that should appear for normal-sized screens.[code]

View 2 Replies

ActionScript 3.0 :: Imply Subtitles To Flashmo Video Application?

Feb 9, 2011

I want to imply subtitles to flashmo video application.I downloaded fla code of Flashmo video. I found a nice as3 subtitle application.Subtitle link is given below. Both video applications are in as3 flash player 10 format. In subtitle application, video uses fl.video. In flashmo video, I did not understand the video structure.. So I don't know to imply the appropriate code.

View 0 Replies

Flash Supports Subtitles With Cue Points And XML Files For Flash Video

Jun 24, 2010

I understand that Flash supports subtitles with cue points and XML files for flash video. First, I don't know if that would work for a flash animation, and second, I'm looking for a much simpler solution. I am more than willing to manually add and time my subtitles myself on a new layer. What I need help with is finding the simplest way possible to make these subtitles toggle-able. Why? Because I seem to have a serious allergy to ActionScript, and though I can master programs like 3D studio Max and After Effects, I seem to screw up even the simplest of Actionscript jobs.

Is there some way I can make a button that simply makes my subtitles layer invisible across the whole thing? Maybe a command to change the font to a blank one, or to move the titles off screen? There has to be SOME sort of trick that won't require me to drop a load of code into each instance of text. I'm currently using Actionscript 3.0 with Flash CS4. I'd also love to have a pause button that would also stop any music or sound effects that are playing, but after struggling with that for years, I seriously doubt that's going to happen. I did google this subtitles problem, and search flashkit first. Nothing but VIDEO subtitle stuff, and I'm almost positive it wont work the same for a regular animation.

View 5 Replies

Flex :: Changing Cornerradius Of Label And Changing Arrow Of Combo Box

Aug 14, 2009

How do I change the corner radius of a Label component in Flex. Tried applying style name, and the setStyle('cornerRadius',9) methods, but doesn't work. How can I change the arrow image in the combo box control to a different image?

View 4 Replies

Duplicating & Changing Movie Clip Without Changing Original?

Aug 31, 2009

I want to create another button on the main menu of my flash site. I want to take one of the existing buttons (which are set as movie clips) and modify it to show a different menu name and page link. BUT when I go into my library and "duplicate" my movie clip, change the instance name, drag it to the stage and attempt to modify it, the original changes as well. I need to keep the original the same and create a new one with the same code, frames, etc but with different static text. I keep going in circles

View 1 Replies

ActionScript 2.0 :: RGB Changing Is Working But Not Changing All The Time

Feb 1, 2006

basically when you load the .swf it changed everytime u re-load it , i want it to keep on changing even when the user hasnt reloaded the image

[Code]...

View 1 Replies

Flash8 New Kid On The Block?

Apr 17, 2009

I maintain two web sites and am reasonably competent in Dreamweaver and Fireworks. Now to get into Flash.I want to produce a banner which shows a flag + Welcome in that language and have about 20 nations to cover. Can anyone please point me to a guide as to how to get this started?

View 1 Replies

Flash8 :: Go To Frame If Key Is Down?

Feb 19, 2010

I have two frames in a movieclip with a stop in the first. I want a script that makes is so that when you hold down the UP or DOWN arrowkey it jumps to frame 2 but if you drop the UP or DOWN key you go back to frame 1.

View 1 Replies

Flash8 :: Variables That Can't Go Below Zero Etc

Aug 4, 2010

just getting the grip around the variables and im experimenting. This is what i have as a variable

money = 1000;
health = 100;

Then i have the dynamic textbox that shows them. works great, and i also have various effect that makes the two go up and down. Here's the problem, or more, how i would like to expand the concept but is stuck on. Right now both variables can go as high and low as possible (of course). Is there something i can add in that script that makes so the money variable can't go below 0. Also is there something i can add so that the Health can't go ABOVE say 500 and when health reaches zero (or a negative) this triggers _root.gotoAndPlay("gameover"); you get what im trying to achive here

View 15 Replies

Flash8 :: Seeing All Layers In Animation?

Mar 13, 2009

I am trying to make an animation in which different layers (=images) come into the stage, then stay in place and other layers move in and stay as well. I have done 2 of the layers so far, converted them into movie clips, tweened them etc. When I run the cursor along the timeline, I see the desired result on the stage, ie everything comes in at the right time and stays in place. However, when I export it to view the film, only the first layer comes in, moves into place and stays there, and then nothing happens, ie the second layer never comes in.

I've tried everything I can think of, moving the layers around etc, and have deleted and redone the whole thing many times in an attempt to fix this, but I simply don't know what is wrong.

View 4 Replies

Flash8 :: Blank When Exporting To .avi?

Mar 25, 2009

So I made an animation a while ago and exported it no problem as an .avi. Recently I've needed to make changes, but whenever I try to export it, it is a blank video.

There is no sound, so I'm not sure whether or not that is working, but the video turns out as just a black movie with the proper length.

When I test it in flash or export it as a .swf, it is fine, only the .avi is the problem.

View 1 Replies

Flash8 :: Adding The Cut-Out Shapes?

Apr 15, 2009

it is possible for me to add cut-out shapes onto Flash? I have cut them out in photoshop and pasted on a transparent background, but when I open them in Flash the background has changed to white.

View 1 Replies

Flash8 :: SCROLL Keeps ROLLing On

Apr 21, 2009

I have a scrolling image. Like the speed, like everything about it except that the image keeps panning out of sight on either side never to be seen again! What to Doooo??

View 3 Replies

Flash8 :: Stopping The Map At Impact

May 10, 2009

Basicly its simply a world map with a character in the middle. You move around with the arrow keyes (in reality you move the map around and the character stays in the middle) and at certain impact you walk into houses etc etc. To accomplish this i have a movie clip in the middle named "man" and a map movie clip beneath it with the following code:

[Code]...

So far so good and no problems. This is what i need help with: I can't seem to get the "main" map to stop moving at certain points when it impacts the "man". In essence there are lakes and mountains that the character cannot cross when when he hits these i want the speed X to be 0 so to say. Im uploading my example here. It's when the movieclip in the root named "man" hits the purple line in the map movieclip its speed should go 0. Ive tried around with hittests (the code is still in the code) but i can't get it to work.

View 21 Replies

Flash8 :: Put Variables In An Array?

May 31, 2009

Is it possible to put variables in an array?

For example:

Code:
var positions:Array = new Array(Stage.width / 2, Stage.height / 2);

When the above code is executed, the values "Stage.width / 2" and "Stage.height / 2" are replaced with the number values and the array becomes, for example [500, 400].And when I call the array positions[0], instead of getting the value of the Stage.width / 2 (considering the stage has been resized), I get the static value of 500.What can I do to get the value of Stage.width / 2 ?

View 1 Replies

Flash8 :: Can't Load This Swf Into Flash

Jun 5, 2009

i have a fla file in Flash 8 that i use for content center...and i'm trying to load a swf (some photo and text AS3) into it... but it just doesnt want to work... i have tried loadmovie, loadmovienum, none seems to work, the swf file is just not working the content file is working, its the preview.swf that is not,

View 2 Replies

ActionScript 2.0 :: Flash8 Load Txt To Url?

Jun 15, 2009

I have a textfile called link with an url-address. I want to load that textfile and have that url instead of "goal" in this code.

knapp.onRelease = function(){
getURL(goal,"_blank");
}

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved