Actionscript 3.0 :: Make Subtitle For Learning Video?

Sep 26, 2011

I want to create a subtitle for ourself language from lynda video training.(my language is persian)But it's very difficult work... I need somebody for create subtitle in english language... and this work very easier make subtitle to every language.let trying to create subtitle for this video ActionScript 3.0 in Flash Professional CS5 Essential Training

View 1 Replies


Similar Posts:


Process Of Learning Flash To Make A Customized Video Player?

Aug 19, 2009

I'm having trouble getting two buttons to do anything. Right now I'm in the process of learning Flash to make a customized video player. I have a rewindButton and a playButton and both have up, over, down, hit assigned but when I run the video and hover over the buttons the mouse changes to a text cursor. No colors change and the buttons aren't clickable.I followed the Flash Video Basics 1 and 2. Also, when I take the // off of the ns play bnc.flv line, the audio echos. I have no idea what's going on.

Code: Select allvar nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

[code].....

View 1 Replies

ActionScript 3.0 :: How To Add Subtitle To Video

Feb 10, 2011

I have a flash video player in fla format. It reads lists of videos from xml file and plays them. Problem is, I need to add subtitles for each of videos I am playing. Subtitles can be in .txt or .xml format.. The subtitle code will read subtitles from xml or txt file and show subtitles onto video..

View 1 Replies

ActionScript 2.0 :: Xml - Scrub Back Through The Video To Any Point The Correct Subtitle Appears

May 8, 2008

i want it so that if you scrub back through the video to any point, the correct subtitle appears. I'm thinking something like...

[Code]...

View 1 Replies

ActionScript 1/2 :: Make A Learning Device In Flash Similar?

Aug 23, 2011

I need to make a learning device in flash similar to this [URL]..anyone know any tutorials that would ? im fairly new to flash.

View 4 Replies

ActionScript 3.0 :: Make A Homepage (mainly For Learning) With A Menu (loaded Swf)?

Apr 8, 2011

i just started with actionscript and flash in general a few days ago.. so im sorry if i might ask dumb questions the last 2 days i was looking for answers on the interwebs, but im just not ready yet to read and understand tasks properly, so this is my first forumthreat ever my project: i want to make a homepage (mainly for learning) with a menu (loaded swf).that menu is a panorama with buttons on it, so the menu loops to left or right according to the mouseX position.i succeeded to have that menu work, the buttons work (until now) as well, but the code that should clone the loaded content doesnt!i took those code snippets from riacodes here is my code:

Code:

import flash.events.MouseEvent;
import flash.display.Loader;
import flash.display.Sprite;
import flash.events.Event;

[code]....

View 6 Replies

Actionscript 3.0 :: CSS - Make An Application For The Iphone - What / How To Start Learning Objective-C

Mar 13, 2010

I know javascript, CSS, AJAX, and HTML/ XHTML. I was told to learn these in order to make an application for the iphone. Now what? What/how do I start learning objective-C?

View 1 Replies

AS3 :: SRT Subtitle In SWF

Jan 14, 2011

I've been looking at some tutorials in how to add SRT subtitles in flash. I found this grea article in base42 but i'm not finding a way to make it work can anyone give me a hand in how this works?[code]

View 2 Replies

IDE :: Subtitle Blink When MouseOver Link

Jun 18, 2009

I'm new at flash and I have a problem with a over of a button...What is happen is when I over the button, appear a subtitle with a hyperlink and when I put the mouse above the link, the subtitle blink....

View 1 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

ActionScript 3.0 :: Subtitle Text Position Off When In Full Screen?

Sep 10, 2009

I'm adding captioning/subtitles to my video (FLVPlaybackCaptioning) using dfxp.xml files. Everything works great when the video plays at it's initial resolution (640 x 360). The positioning of the captions is perfect. But I've included a Full Screen button and when the video goes full screen, the captions appear but their position is off. They are higher on the screen and they actually move upward 1 or 2 lines after they initially appear. I cannot seem to control this and am not sure why it only happens in full screen mode. In the component inspector I have set autoLayout to true and to false and it does not effect the captions one way or another. I cannot seem to find any support for this.

View 3 Replies

ActionScript 3.0 :: Adding Subtitle Functionality To Custom Flv Player

Sep 16, 2009

I have a custom flv player and i'm slowly adding more functionality to it as I go along but i've hit a wall.I want to add a subtitle button that toggles between show/hide. I've seen on the internet that the best way is to use an XML file (holding the script, times etc.), which I have no problem writing.I'm having problems trying to replicate the 'FLVPlaybackCaptioning' component (in Flash CS3) in to my custom flv player. I.E. Adding the right actionscript to my toggle button.

View 8 Replies

Professional :: Code For Display Of Subtitle In FLA File Created Using CS5

Sep 6, 2011

I humbly need a Action Script 3 code to display subtilte in English for voice over for a FLA presentation when a "Button" for Subtitle pressed.

View 3 Replies

ActionScript 2.0 :: Adding Subtitle Functionality To Custom Flv Player?

Sep 16, 2009

I have a custom flv player and i'm slowly adding more functionality to it as I go along but i've hit a wall.

I want to add a subtitle button that toggles between show/hide. I've seen on the internet that the best way is to use an XML file (holding the script, times etc.), which I have no problem writing.

I'm having problems trying to replicate the 'FLVPlaybackCaptioning' component (in Flash CS3) in to my custom flv player. I.E. Adding the right actionscript to my toggle button.

The current actionscript for my flv player is:

Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);

[Code]....

View 2 Replies

Actionscript :: Flash Video: Only Make Video Full Screen, Not Entire Stage

Nov 2, 2011

I have a FLV playing in Flash with a full screen button. The problem is I want only the video to be shown full screen, not the entire stage. This is the code I'm using to make the video fullscreen.

function fullScreenUP(event:MouseEvent):void {
if (screenCheck == false) {
stage.displayState = StageDisplayState.FULL_SCREEN;

[Code].....

View 3 Replies

ActionScript 3.0 :: Make Video Stop Video When Leaving A Frame?

May 11, 2010

I know how to make a video (instanced as showreel) stop when clicking on a button that that navigates to another section/frame, since otherwise I would still listen to that video while not visible. The problem is when I'm in another frame that doesn't have that video, when clicking on the menu to go to whichever other frame, it looks for that it to stop if it's playing and it and doesn't find it, and so there's an error.
 
How can solve this? Maybe I should put an order saying something like if there exists a video in that frame instanced as sowreel, stop it, otherwise don't do anything as there is nothing to be stopped. Or assign the order to the frame (which is called motion), but I don't know how to do that, can someone help? The code I have is: 
 
import fl.video.VideoEvent;
function onClick(evt:MouseEvent):void {    if( showreel.playing ){        showreel.stop();}    gotoAndStop(evt.currentTarget.name);}
motion.addEventListener(MouseEvent.CLICK, onClick);web.addEventListener(MouseEvent.CLICK, onClick);logo.addEventListener(MouseEvent.CLICK, onClick);photo.addEventListener(MouseEvent.CLICK, onClick);

View 5 Replies

Flash :: Make Video Primary And HTML5 Video Secondary?

Apr 4, 2011

I need to make a video page. i used a flash player and implemented the videos on the pages. now my client needs that, the same page have to work with ipads, i know that we have to use html5 video player for that.

My question is in case eventhough html5 video supportable player available that should play the flash content first. in case it will not run the flash player then it should run the html5.

View 2 Replies

.net :: Use IDE Or Not While Learning A New Language And Framework

Dec 2, 2010

Sorry if this has been discussed somewhere else on stackoverflow (I could not find it), or if it is not a "programming" question (more like a discussion). Is it good to avoid using an IDE (Flash Builder, Visual Studio...) while first learning a new framework or language?

[Code]...

View 5 Replies

ActionScript 2.0 :: Start Learning To Use XML?

Jul 26, 2006

I've been Actionscripting for quite a while now, and a lot of the sources I see and books I read talk about something called XML. I understand that its a formatting language used to communicated with servers, and the syntax looks like html.

I have a few books on AS, but I don't really get the XML stuff. Is the idea that I use an XML segment of code in my Flash to import in a document to flash at runtime? Or is it that I can load variables from an external document? I don't have my own server but I do have the ability to upload files to servers, so I could probably make a file that can communicate with an SWF, and I'm told XML is the way...

So does anyone know a good way to learn about XML, and what is actually is and can do?

View 4 Replies

ActionScript 3.0 :: XML - Find All Nodes (<item>) That Contain: <subtitle Title="Director">

May 31, 2010

I have a huge XML with many nodes and childnodes. Example of a node in the XML:

[Code]....

I'm trying to find all Nodes (<item>) that contain: <subtitle title="Director"> How can i do this? I've been trying for hours.

View 3 Replies

ActionScript 3.0 :: Learning About Scope And Packages

Jul 15, 2009

I have made a script, and now has come the point when I need to use removechild. Whenever I try this I get an error. After looking at the problem, I think I need to learn more about scope and packages. I think if I put everything in the correct scope, I will be able to use the removechild command. I tried to make all my vars public, so that removechild would work, however I got an error that anything public needs to be in a package. I tried to add the package part to my script, but got the error that packages cant be nested. I tried some other things and still no luck, just more errors.

So, if anyone could point me to a tutorial, or recommend a book or something, that will help teach me about scope and packages, Or if you are feeling patient and generous, and you think you could explain this problem to a 5 year old, please explain it to me the way you would to said 5 year old. If you maybe think you can help me out on the script, it can be found here: [URL]

View 14 Replies

Flash :: Good Books For Learning It?

Jul 26, 2009

I'm trying to learn how to use flash, and there's only so much I can learn on my own. I looked up some books on various websites, but I don't know which would be the "best" to use for someone completely new to the program.

View 2 Replies

Best Book For Web Developer Learning Flash

Sep 2, 2009

I've gotten far on my own just using online tutorials and dinking around in Flash on my own but my boss(es) are starting to ask for more complex stuff that I simply can't learn by just piecing together my Flash education.I know there's many, many books out there that will teach you Flash but can anyone recommend any particular one(s) that are more concentrated in creating Web elements as opposed to game or animation development?

View 2 Replies

Professional :: Button In Learning Interaction

Apr 13, 2011

I have created a Flash file with 4 "Fill in the Blank" questions (from the Learning Interactions continued within Flash CS3) at the end. I'm then using the swf file in two different ways. One way simply loads the swf file onto a 'stand-alone' page on my website and it works perfectly.The other way I want to use it is integrated into a more complicated website where I have a Flash File into which various swf files are loaded when needed. In this version the "Control Button" doesn't change to "Check Answer" and "Reset" as it should and the whole question doesn't work. The working version is at url..Select "4 For You to Try" to go directly to Quiz Questions.The non-working version is at url...Go to "Extras" in Menu and select Naming Alkane Isomers, then "4 For You to Try" again.

View 7 Replies

Flash :: Learning Programming For PHP Websites?

Oct 25, 2009

Any pointers where i could start learning flash programming. Also i would be really grateful if you could point me to place where i could get free templates for the programming

View 2 Replies

Where Should A Programmer Start Learning Flash

Apr 12, 2010

What would be a good resource for an experienced programmer to learn Flash?Consider a very seasoned programmer that doesn't require any teaching of programming concepts and that already programmed Javascript. Someone who never created a Flash file, or even know what Flex is. Someone who could probably learn ActionScript in a day but still needs to learn how to apply it.

View 2 Replies

Flex :: Learn It Without Learning ActionScript 3?

Mar 4, 2011

Can i learn Flex without learning ActionScript 3?

View 4 Replies

Actionscript 3 :: Learning Flex 4 With Namespaces?

Jul 8, 2011

I am trying to learn flex4 from adobe document and I am very confused while using three namespaces.. there is no way i can keep track of when to use what often ending up using fx inside mx or s or similarly making some stupid goofed up combinations of {fx,mx,s}.

Adobe document is huge and i am looking for some good starting point for learning flex .

View 2 Replies

Actionscript 3 :: Start Learning Directly From As3?

Aug 10, 2011

I need to learn ActionScript. I have no basic knowledge on ActionScript. Can I directly start learning ActionScript3 or I have to start with ActionScript1.

View 3 Replies

ActionScript 2.0 :: Next Step In Learning OOP AS2 Programming?

Sep 21, 2009

I have been learning about classes and oop programming with AS2. I think I have a very good idea of how it all works, but I'm lacking in one final area before I can truly say I'm coding in OOP.Currently, I use a contentmanager class to route all button commands through. This class handles the removal and preperation of the stage for content change, and then seperate classes handle the actual loading and placement of the new content.So in a way, its not really OOP, just very well organized code.

The next step is Event Management in AS2. I know it can be done, I read through a few tutorials, but get confused by it all.What I'm looking for now is two things.. a very good Event Management tutorial or article if anyone knows of any..as well as a sample site that can be downloaded or viewed which has been written using OOP. I want this sample site, to re-evaluate how my current way of programming holds up compared to more proffessional examples...

(Perhaps even we can turn this into a hot thread with examples of code and structures to help other developers trying to gain a grip on OOP..?)

View 3 Replies







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