ActionScript 1/2 :: Make Flash Based Training To Window-eyes Compatible?

Dec 23, 2011

We have training made in Flash and text are populated from XML files. Now our client want to make training compatible to one of the screen reading software "Window-eyes".We have tried out different options but it is not working.We have made the course compatible to "Jaws" but not able to make it compatible to "Window-eye".....

View 1 Replies


Similar Posts:


Flash :: Best Development Tool For CBT (computer Based Training) / LMS (learning Management System)?

Dec 10, 2009

The CBT involves user interaction, like quizes, quiz progress, licensing etc. Should I go with flex, or should I go with flash?

View 1 Replies

ActionScript 2.0 :: Make A Flash Based Popup Window?

Jun 17, 2010

I'm trying to make a flash based popup window what i want to do is make it so that the popup window starts off screen and then smoothly moves onto the screen when the code that causes the popup fires.....I'm not looking for an html or javascript popup window this will be a popup window inside the flash environment..

View 1 Replies

Make Eyes Follow A Mouse?

Apr 21, 2004

make eyes move and follow a mouse on the _x and _y axis, but the eye needs constrained with in an eye socket.I have used two mc to constrain while mousedown.

// mc_1
onClipEvent (enterFrame) {
bounds = getBounds(this);

[code].....

View 2 Replies

ActionScript 3.0 :: Make A Flash Swf Backwards Compatible?

Feb 25, 2011

Do I have to publish it in Actionscript 2 and select Flash Player 6 under publish settings, if so would I have to rewrite any actionscript (simply a URL link). If so, how do you make a hyperlink in AS2? Can this still work with Flash Player 9 (or the most recent version). Or is none of this correct? I really don't know

View 1 Replies

Flash :: Make A Swf Compatible With All Screen Resolutions?

Jun 28, 2010

I'd like to have the swf get as big as possible for each user without requiring scrolling. Of course it would stick to a certain ratio, currently I'm using 2:1 but that could be changed (maybe I should use 16:9 since it is the standard widescreen ratio).

I am only using Actionscript 3 for code and MXMLC for compiling.

View 1 Replies

Moving Eyes In Flash?

Dec 4, 2009

Basically I just want a really simple image where the eyes follow the mouse and blink occasionally (not an animated/tweened blink even... just a 3 frame animation). I have managed to create both independently, but I am having alot of trouble making them work at the same time. My code is pretty much copy/pasted from different tutorials. I know why its not working, but I cant wrap my head around fixing it. (eyes following mouse needs actionscript to loop whereas the blinking needs a stop action).

View 3 Replies

ActionScript 2.0 :: Flash Based Popup Window

Mar 3, 2009

I'm trying to make a flash based popup window what i want to do is make it so that the popup window starts off screen and then smoothly moves onto the screen when the code that causes the popup fires..I'm not looking for an html or javascript popup window this will be a popup window inside the flash environment.

View 1 Replies

ActionScript 3.0 :: Flash Eyes Follow Mouse Off Stage

Aug 25, 2010

So, I figured out how to make eyes follow the mouse on the stage, I need the eyes to follow off stage as well (banner ad) I have been looking high and low with little luck until now.. This guys cooked up a way to track the mouse off stage with the help of AC3 only -> Example My questions is, is it possible to mix these two together?

View 1 Replies

Javascript :: Flash - Scrollbar Based On Browser Window Size?

Feb 24, 2010

I have a Flash file embedded into HTML - the objects inside are place based on the browser's screen size.Most of the time I don't want a scroll bar, as things are correctly placed, but once the browser window gets too small it'd be nice to have it.So, the main question: can I have a Javascript code listening for the browser window, then adding a scroll bar if it's smaller than a certain number?

View 1 Replies

ActionScript 2.0 :: Create A Flash Based Popup Window When A Button Is Pressed Within The Flash Movie

Oct 28, 2009

I'm looking to create a flash based popup window when a button is pressed within the flash movie. Not a javascript based html window or html browser window, but a window that is in the flash movie that is entirely flash based. I looked all over the internet and can't seem to find anything on this, and can't find anything on this board either. I am new to flash and actionscripting in general. I would also like to use the Tweener external class, or the flash tween class would work too.

View 1 Replies

Actionscript 3 :: Fast Library(s) For Finding Human Eyes And Mouth In Flash?

Apr 2, 2010

So I have real time video stream. With 1 (one) person on It . It Is Black and White, I need to be able to capture this persons eyes and mouth (direction (at least X,Y), state (at least opened or closed) )

So Is there any fast library(s) for finding human eyes and mouth in Flash in such case? (pure Actionscript or HaxeJavaC++C port in SWC form.. What do I know Is - some libs are described in this presentation [URL]..
Grate example for eyes is here http://play.blog2t.net/files/black-or-white/

[Code]...

View 3 Replies

Flash Compatible To Vista?

May 5, 2009

OK i am using Flash cs4 and i am using crappy windows vista, and i am using my wacom tablet and when i use the brush tool i dont see the pressure sensitive tab which is making my lines uneven etc., do i need to reinstall flash.When i use flash on my other laptop it works does flash not like vista?

View 1 Replies

Professional :: Is Flash SEO Compatible?

Jul 17, 2011

I wonder to what extend google can index informations given on Flash websites and Flash elements....can anybody give me details?

View 8 Replies

Flash :: Make Based Game Without Graphic Skills?

Oct 29, 2010

If I have a designer make the necessary graphics, what do I need to learn to make a flash based game?

I already understand the backend server work that would need to talk to the 'front end' part of the game i.e. how the flash game will make requests to the backend servers for storing/retrieving data in xml/json etc.

View 3 Replies

ActionScript 3.0 :: Make Flash-based Facebook Apps?

May 26, 2010

Does anyone have any experience making Flash-based Facebook apps? I'm trying to make one but the event listeners don't seem to do anything. It works fine on its own but once I upload it to Facebook, it stops working.

View 4 Replies

Flash :: Flex 4 Compatible With Player 9?

Jul 12, 2010

Could you confirm me that:

Flex 4 is compatible and only compatible with Flash 10 Flex 3 is compatible and only compatible with Flash 9 & 10

View 1 Replies

Flash :: Export Player 10 Compatible SWF From CS3?

Aug 9, 2011

Is there any way to export flash player 10 compatible swf from flash cs3 or for that i have to purchase Flash CS4?

is there any way to add new Flash Players in Publish Settings of Flash?

View 1 Replies

ActionScript 2.0 :: Flash 9 Not Backwards-compatible?

Apr 2, 2007

I mistitled the thread because I thought the problem was with the version of flash player, but when I ran my swf locally everything worked fine, so I now know that it's a problem created by making the swf remote. Perhaps an admin could change it to "bitmapdata.draw() doesn't work remotely" if they read this.[URL] My swf works fine when I run it locally, but not when I run it from my server!? When images from flickr are loaded into my swf on [URL], flash doesn't want to bitmapdata.draw(mc) the mc with the image (for the reflection), but this problem is non-existent locally. Everything is identical, same SWF, same browser.

View 4 Replies

ActionScript 3.0 :: Make A Flash Based 3d Kitchen Or Room Planner?

Sep 24, 2011

how to make a flash based 3d kitchen or room planner like

[URL]

But i don't know what technology used for this systems. 3d engine like away3d or papervision3d or only actionscript 3 ??

View 0 Replies

Make The Browser Back Button Work For A Flash-based Website?

Dec 1, 2009

Is it possible to make the flash content go back to some previous frame when the user clicks on the back button in the browser? Similarly, can the the refresh button be used to refresh to the same frame and not go back to the starting frame?

View 4 Replies

Professional :: What Makes A Camera Compatible With Flash

Dec 9, 2011

What makes a camera compatible with flash? I have a camera I purchased from IDS Imaging and it shows up in my camera list in as3 with print out the array made from Camera.names. But when I go to use it, it just doesn't show up. I do have a lens on it, and it can see it working when I used the IDS software provided for testing. I've also been able to make it work in c#, but I want to use it for a flash app I'm developing.

View 1 Replies

Flash - Insert Without JavaScript In The Most Compatible But Valid Way?

Apr 28, 2010

I'm looking for a way to embed Flash into a XHTML Transitional page that does not rely on enabled JavaScript, which validates and that works across all major Browsers including IE6. So far I'm using this solution which seems to work just fine:[URL]...However, when this method is used in an RSS Feed it seems that Feedburner and Google Reader at least (maybe other feed readers, too) strip the whole object tags and only leave the alternative content.

View 2 Replies

Flash :: SWF To HTML5 Or IPad Compatible Format

Oct 7, 2010

Is there any SWF to HTML5 converter or any format which can run on the ipad? not smokescreen... other alternatives.......?

View 3 Replies

ActionScript 3.0 :: Flash Is NOT Cross-broswer Compatible

Aug 13, 2010

I recently uploaded my website graphicdesignnz.co.nz onto the server and noticed that the external swfs were not being loaded into the site� first I thought I had a linkage problem but then my friend tested the site on Opera and it worked fine!

View 4 Replies

Professional :: Create Interactive Training Materials?

Dec 23, 2010

I want to create interactive training materials.Users would view pages, click on a button to make something move on the page, and also be able to take a small quiz at periodic intervals.I want to serve up these pages through a Learning Management System AND/OR be able to package the content in "some sort of program" and be able to distribute it via CD or download.

View 1 Replies

IDE :: Making Some Interactive Training Apps For A Company?

Jun 2, 2010

I am currently making some interactive training apps for a company, It seems like flash is the way to go since I know AS3 and am comfortable with it. The problem comes where my boss wants to be able to sell these apps as learning aids to schools. Would using something like adobe air with flash be the way to go?

View 1 Replies

ActionScript 3.0 :: Creating Online Training Courses?

Jan 11, 2011

I'm working at a company specialising in online training (related to the building & construction industry mainly - but also things such as occuptional health and safety) and we're starting to put courses online. We're currently using Composica and are looking to make the jump to Flash since it looks much nicer and has much more functionality.I've used flash for a while (mainly designing) and have some basic knowledge in Actionscript 3 - the main issue is not knowing how to make Actionscript communicate with HTML (probablyJavascript even) to relay the results of the course / test to the main webpage, saying whether the participant has passed or not, also to block them from going to the next chapter if they haven't completed the current and maybe even save their place if they have to leave halfway through.

View 4 Replies

ActionScript 2.0 :: Making Eyes Follow The Cursor [FMX]?

Nov 14, 2002

I know how to make something follow the cursor (e.g. a ball that moves where your cursor does). However, I'm having a lot of trouble figuring out how to do what I need to for an animation, namely make eyes follow a cursor.Here's the situation: I need to make a graphic (the eye in the middle of the eyeball) follow the cursor (i.e. look up, look left, look in any number of diagonal directions) depending on where the user moves the cursor. But the eyes, obviously, need to stay put in one static spot and move in a very limited region (the entire white part of the eye, but not beyond it).

Furthermore, the eyes start out staring at the user. How do I additionally make them dart to the edges where they'll be looking around once the cursor is moved?

View 9 Replies

Flex :: Components In Window-Based MXML Frozen

Jan 27, 2012

Creating a window-based mxml component, but in design mode all components that I'm adding are not movable, why? If I create component based on group f.e., it's ok, but based on window - they are frozen. Using Flash Builder 4.6.

View 2 Replies







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