Professional :: Highlighting Text With Audio?

Aug 1, 2011

I want to use it for what seems like a fairly simple application, but I am having a terrible time finding any tutorials that address this specific need. I've been through basic "how to us Flash CS5" training but I'm having trouble making the connection between the skills taught and what I'm trying to accomplish.
 
I have a static paragraph of text - black on a plain white background. I would like each sentence to highlight with a yellow box behind it as the audio for that sentence is read. I would like a user to be able to hear the entire passage, but also be able to click on individual sentences and hear them separately.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Highlighting Specific Areas Of Text In A Dynamic Text Box?

Oct 20, 2007

I'm currently trying to work out a method to highlight specific areas of text within a dynamic text field at runtime. The method I've been toying with so far has been the use of CSS highlighting, but have not seemed to have any luck thusfar. What I'm attempting to do is to illustrate, to students, sections within a passage of text pertaining to correct methods of source referencing (source in terms of bibilographical references), and so am essentially trying to change the background colour of sections of text specified at runtime.Here's some code I've thrown together to test the CSS theory:

PHP Code:
var highlightstyle = 'span.highlight { background-color:yellow }';var txt = '<p><span class="highlight">highlighted text</span> no highlighted text<span class="highl

[code]....

View 2 Replies

ActionScript 3.0 :: Why Does Text Disappear When Highlighting Text

Feb 8, 2012

I created a little flash header for my works website, a demo can be viewed by visiting [URL]

I noticed that if you highlight the text with your mouse multiple times really fast, the text will sometimes dissapear. whats up with that?

You have to be fast in order to initiate this bug, click and highlight and do it multiple times really fast.

They are dynamic textfields of type TextField.

View 5 Replies

ActionScript 2.0 :: Text Not Highlighting When You Drag On It?

Aug 20, 2010

I have some input boxes and when I type some text and then try to highlight the text by dragging the mouse across the text... the text is not highlighting.It is actually highlighting it .. but the highlight color is invisible. Doesnt show at all

View 1 Replies

Professional :: Highlighting Of The Link On The Current Page?

Jan 28, 2011

this is the first time I have used flash pro.I just edited the menu and everything works perfectly except for the highlighting of the link on the current page. If im on the home page, home is correctly highlighted. However after that it skips the next button (about). So when I am on the about page the next button (events) is highlighted.

View 4 Replies

AS 2.0 :: Character Highlighting In Input Text Field?

Jul 1, 2009

how can I turn every specific word in a textbox to specific color? this works like highlighting if I have the word Jeeves in TextField object, I would like each occurrence of Jeeves in this TextFIeld to become red or any other color In AS2 i had to search the text for keywords and use the TextFormat class. and then handle keypresses for the textbox for highlighting as the user is typing.

View 4 Replies

ActionScript 1/2 :: Synchronizing The Sound With Highlighting Text?

Sep 26, 2009

How could I synchronize the highlighting text mechanism with the audio.

View 3 Replies

Professional :: Transcribing Audio To Text?

Sep 29, 2011

Let's see if I can lend a hand, it is urgent, I want to do is to reproduce audio, and what is being heard in the audio (voice) go see text and goes over.It should be from an xml file and if it can be animated, the better, to be easily upgradeable.

View 4 Replies

ActionScript 3.0 :: Why Does Highlighting The Text In Textfield Cause The Format To Change

Nov 20, 2009

The movie I am working on has a dynamic text field which I setup and format in the constructor of the ActionScript 3.0 class code for the movie - I am working with CS3 Flash. I do not reformat the text field anywhere in the code after the constructor.The text displays in the text field perfectly as long as I do not highlight the text when running the movie.
 
If I highlight the text in the text box as if I were going to copy and paste, the next time text is written to the text field the font type and size changes. The only way to reset the font formatting is to restart the movie.
 
Is there a solution or workaround? Of course I can reformat the text everytime I write new text to the textfield, but during the course of the movie text is rewritten to the textfield many times.

View 10 Replies

ActionScript 3.0 :: Disable Inputbox Text Highlighting/selection?

Feb 25, 2010

is there anyways I can disable people from highlighting/selection the  text inside an Input Box? I have tried the 3 buttons next to the "Single Line" dropdown but none  of them work.Is there a as3 code I need to put so people cannot highlight/select the text  inside a input box for example in a form?

View 1 Replies

Professional :: Synchronize The Audio With Text In Flash?

Sep 9, 2011

is there any best way to synchronize the audio with text in flash

View 1 Replies

Professional :: Text Shows Up But Audio Not Playing On Live Site

Sep 4, 2011

I am brand new to flash and AS3, and everything else code related. I've built a simple file with text and audio. The audio is an external file, and it plays with a mouse click. Everything tests fine in flash. I also placed the file in Dreamweaver and previewed in a browser - that's working. But... I've now uploaded the file to a live site. The text shows up but it doesn't play.

View 11 Replies

Media Server :: (.asc) Enable Code Hinting And Highlighting In Either Flash Professional Or Flash Builder

Oct 26, 2011

Problem: I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc). Steps Taken: Searched Google with limited success, most signs all pointed to [URL] where one may obtain an Eclipse Plugin, but:It was created in 2007 (likely out dated)It has known bugs that haven't been addressedSearched this forum / adobe's web site to find a solution, to no avail.Posted this, now, in an attempt to put this to rest Request: how I can enable FP or FB to give code hints / syntax highlighting

View 9 Replies

Professional :: Rip Audio Off SWF And Convert SWF To Audio?

Nov 22, 2011

Is there any  tool can help me rip audio from SWF file and ave it in MP3 format separately in another folder, and extract audio stream to MP3, AAC, M4A, WAV, WMA, AC3, MP2 formats?

View 3 Replies

Flash :: Actionscript - Remove The Audio - Put The Audio Into A Byte Array And Then Re-add The Audio To The Flv Video?

Aug 6, 2010

If I import an FLV video is there any way to remove the audio, put the audio into a byte array, and then re-add the audio to the flv video?

View 1 Replies

ActionScript 3.0 :: Sync Audio To Text To Highlight Text?

Jan 15, 2010

I've been involved in a webproject where text will be converted into speech. Then the text should be highlighted word by word as the audio is played in the browser.

View 0 Replies

Add Extra Colors To Syntax Highlighting?

Jun 9, 2010

Is there a file or some code I could make in order to add an extra color or two for syntax highlighting? Like having a certain color for function names and a different one for numbers etc.?

View 1 Replies

Actionscript 3 :: Incorrect Syntax Highlighting Vim

Jun 24, 2010

The braces shown below after ...ret):String are incorrectly being highlighted as red I'm using the following syntax definition file for actionscript: [URL] 2 Questions: Does anyone happen to know off-hand what causes this weird matching? Is there anyway of identifying the current syntax matching group under the cursor?

View 1 Replies

Flex :: DataGrid List Is Highlighting

Jan 10, 2011

By default, whenever you rollOver/mouseOver (not sure of the difference) an item in a Datagrid or a List, that item is highlighted with the component's rollOverColor.I'm just wondering if there's any way to do that programmatically. I haven't been able to find much help on the issue. For example,suppose I have two DataGrids.When I rollOver an item in the first DataGrid, I want to highlight the corresponding index in the second one as well.Basically, as if two separate cursors were rollOver'ing two separate DataGrids.

View 2 Replies

Flash :: Solr Hit Highlighting Tag For Flex

Oct 5, 2011

I'm trying to implement solr hit highlighting using a flex client. There are lots of examples out there to do high lighting in client side writing logic to do this, but couldn't find proper solution to tag them from back end (eg. some words<pretexttag>keyword<posttexttag>some words) so that it automatically highlight with results.

View 1 Replies

ActionScript 3.0 :: Menu And Submenu Highlighting?

Nov 25, 2009

How can I make sure a menu button name appears in a different colour when it is selected and stays that colour until the user navigates to another page?Example: My menu buttons have a dark brown font. I have changed the font colour to red on the 'down' state of the button setting. This means the users clicks on a menu, e.g. Gallery and the Gallery button turns red briefly. However, it doesn't stay red which is what I want.

View 2 Replies

ActionScript 3.0 :: Custom Caret With Highlighting?

Aug 9, 2010

I have been working on a Flash touchscreen project for a year, and I'm currently trying to make it easier for users to add text half way into a message. The normal way to solve this, is to click with the "caret" and then keep typing.

I'm looking for a similiar iPhone caret. I'm currently using to find the location, but would like advice about how I could best replicate the iPhone caret hover.

Code:
testText.addEventListener(MouseEvent.CLICK, printCursorPosition);
function printCursorPosition(event:MouseEvent):void {
var tf:TextField = TextField(event.target);

[code]....

View 0 Replies

ActionScript 3.0 :: [Flash 9] Getting A Complete Highlighting App?

Feb 25, 2007

add in or patch or something that will fix up the highlighting in the Flash 9 Alpha.

View 1 Replies

Professional :: NO Audio With My Video

May 4, 2010

I imported a quicktime .mov video clip onto my stage for my website, but when I preview movie, there is no audio.

View 1 Replies

Professional :: Can Have Audio On / Off Button?

Aug 8, 2010

I basically need to put audio behind my flash.It is divided into labels to create different pages and is controlled by buttons.
 
- Is it possible to put different MP3 audio recordings behind different labels? i.e. if the user clicks on the forward button will that audio stop and the next page's audio begin?

- How do you put audio in flash?
 
- Can I have an audio on/off button? And if so, how do I code it?
 
Am going to use Adobe sound booth to make the recordings and save as MP3s. I would have probably around 20 1-2 minute recordings.

View 24 Replies

Professional :: Play Audio Only From FLV?

Oct 22, 2010

Is there a way to suppress/mute the video portion of an FLV while it's playing so only the audio comes across? Is there a Flash player out there that does this?

View 3 Replies

Changing A Flash Scene When Highlighting A CSS Button?

Nov 4, 2009

I have a menu that is HTML/CSS. When I mouse over a menu item, I would a Flash header to change scenes accordingly.

Is this possible, and if so, how would I go about doing it?

I will be using Flash 8. I know how to animate, but I know nothing of ActionScripting. I'm a web designer, not a developer.

(I'm aware I could make the menu in Flash as well, but I personally don't care for having navigation set in a Flash .swf.)

View 3 Replies

ActionScript 3.0 :: Highlighting Radio Button Components?

Jul 13, 2009

Anyone know of a way to make the default blue highlight around a radio button component when it is selected be LARGER and a different color? So for example, if I wanted to turn it green or red and make the highlight thicker?

View 5 Replies

ActionScript 3.0 :: Highlighting A Menu Section Dynamically?

Nov 6, 2009

I'm doing site menus in Flash/Action Script. Each top level menu heading is a button with a standard look and rollover/click that is highlighted. The code waits for a mouse-over and runs a function that moves the movie to a frame that displays the relevant drop down menus (with buttons) under the top level menu. When a dropdown item is clicked, the code runs a function and the appropriate URL is loaded.Everything works fine but here's my one problem (isn't there always one...?).

The top level menus always look the same on every page. It would be nice to highlight the top level button that corresponds to the page currently being displayed. For example, if the user selected About Us..History, then it would be nice to make the About Us top level button remain highlighted (over/down state) instead of reverting back to the standard look (up).1. What do you suggest as the most efficient way to do this? I know ther must be a simple way of doing it. I haven't used Flash variables but I imagine that calling the flash movie with a variable and then acting upon the value of that variable might be the way to go.2. How do I highlight a particular menu/button?Can I use code to cause it to display in over or down state instead of regular up state? Is it better to overlay a separate graphic showing the item in highlighted state?

View 1 Replies

ActionScript 2.0 :: Highlighting Current Page In Navigation?

Dec 14, 2006

I want to highlight the current page in my navigation.

I have the code below (duplicated for each button on the page) which changes the colour of the text in the nav when you rollover and then back when you rollout. I'd like to have the text stay on the rollover colour if it is the current page.

I've been messing around with variables and have added the bit onto the onRelease function which displays the "page" variable in a dynamic text box. This works fine, but I'm now stuck on how to use this variable, everything I've tried hasn't worked.

I can understand the principle of what I want to do as I can do it in PHP or CSS. I need some kind of conditional statement, for example (in laymans terms):

if page equals 1 then make text colour red or if page equals 2 then make text colour red and so on...

Code:
var up = "0xC5B9B3";
var over = "0xC6006F";
_root.nav.button_1.onRollOut = function() {

[Code]....

View 2 Replies







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