Accessibility with flash builder and a screen reader

               hi. a blind website student, using the Jaws for Windows screen reader from htttp://www.freedomscientific.com. was trying to build a basic flash builder flex project, and using jaws 13.0.718, on a toshiba laptop with windows 7 professional 32 bit. now using the adobe cs 5.5 student web premium. i then pressed alt  f, then new, then arrow right to flex project. then put in my name of the project, clicked to browse the folder, then there was a next and finish button, well clicked the finish button. the code windows comes up, press control  !~ which took me to  design view. now my troubles start. have to use the mouse cursur for jaws, which is the jaws cursur. and now, was able to left click using the caps key, which is the insert key, and then able to use the f 8 key for left click mouse simulation. but then came to a tree view, pressed t, until i heard text area, then tabbed around. no add button. so how do i add a component using the keyboard. or do i need to enable accessibility. and also tried to get to the properties of the control. managed to do that some how, but could not find the id property. so if any one can help me, new to flash builder and flex. Marvin, From Devonport, tasmania, australia. if any one can help please e-mail me via [email protected]         

No I used relative path - the path is  images/image name
example images/cRight.png
tried downloading Extension Builder 2.1 and compiling on Mac but still have same results - images show up fine in design window , but not when running panel in Photoshop
Created a new project: testImage
added an image component to form
answered yes to add asset to project
ran project
image did not show up in Photoshop
went back to project
checked item Embed under Common image properties
ran project and image shows up
Looks like it works if I add @Embed("assets/image name") on Mac to display images
tried in my real project:
Looks like it works if I add @Embed("images/image name") on Mac to display images
When I change this on PC to @Embed("images/image name") images do not show Up
Don't know if I need to create two versions one for Mac one for PC
Don't know how this would affect product on Adobe Exchange

Similar Messages

  • [resolved] Launching crash with Flash builder and Unrecognized Java VM option

    Hello,
    I just wanted to share my experience with Flash Builder. Funny if we can call it like that...
    I tried to launch Flash builder, which worked since years without problem, but here, there was a problem. In the console log; it says only that :
    Unrecognized Java VM option ignored: -Xdock:name=Flash Builder
    Unrecognized Java VM option ignored: -Xdock:icon=../Resources/fb_app.icns
    Unrecognized Java VM option ignored: -XstartOnFirstThread
    I read tons of threads explaining things i didn't understand.
    And then I remembered that I changed the name of a folder containing a Flash Builder project (I just removed spaces in the name).
    So I renamed it the way it was.
    Done...
    Hope it will help!

    Hello,
    I just wanted to share my experience with Flash Builder. Funny if we can call it like that...
    I tried to launch Flash builder, which worked since years without problem, but here, there was a problem. In the console log; it says only that :
    Unrecognized Java VM option ignored: -Xdock:name=Flash Builder
    Unrecognized Java VM option ignored: -Xdock:icon=../Resources/fb_app.icns
    Unrecognized Java VM option ignored: -XstartOnFirstThread
    I read tons of threads explaining things i didn't understand.
    And then I remembered that I changed the name of a folder containing a Flash Builder project (I just removed spaces in the name).
    So I renamed it the way it was.
    Done...
    Hope it will help!

  • Having a problem with Flash Builder and Extension Builder - images not apearing on Mac system

    Have a panel created in Flash Builder 4.5 with Extension Builder 2.1. Everything is fine when installed on a PC but when installed on a Mac the images in the panel do not show.
    Mac and PC both using Adobe Photoshop CC . Both installed from same .ZXP file using Adobe Extension Manager CC.
    Any ideas?

    No I used relative path - the path is  images/image name
    example images/cRight.png
    tried downloading Extension Builder 2.1 and compiling on Mac but still have same results - images show up fine in design window , but not when running panel in Photoshop
    Created a new project: testImage
    added an image component to form
    answered yes to add asset to project
    ran project
    image did not show up in Photoshop
    went back to project
    checked item Embed under Common image properties
    ran project and image shows up
    Looks like it works if I add @Embed("assets/image name") on Mac to display images
    tried in my real project:
    Looks like it works if I add @Embed("images/image name") on Mac to display images
    When I change this on PC to @Embed("images/image name") images do not show Up
    Don't know if I need to create two versions one for Mac one for PC
    Don't know how this would affect product on Adobe Exchange

  • Coldfusion CFC access with Flash Builder

    Is it possible to access CFC's for development on a remote server without shared netword drive access?
    Thanks

    Yes.  No need for local CF server or LAN. 
    All you need http access to your remote CF Server via the endpoint url in your remoteObject call http://www.yourdomain.com/flex2gateway/ 
    When debugging or running Flex web or air app locally, you can still get data from your remote CF server.
    <s:RemoteObject
                                  id="cfdata" showBusyCursor="true"
                                  destination="ColdFusion" endpoint="http://www.yourdomain.com/flex2gateway/"
                                  source="mycfcpath.mycfc">
      <s:method name="getPhotos" result="getPhotos_Result(event)" />
      </s:RemoteObject>
    Hope this helps.
    Don

  • Flash builder and air app Help

    Hi everyone
    I am new to flash builder I have many adobe products ie master collection, and have an Idea for a small application. But need it to do a few things. I have only looked into fash builder a little but want to know a few things before getting started by getting the trial and then purchasing the real deal.
    With flash builder and air can I make a app that will detect the top most window on the clients computer and return the name of the program ie photoshop etc and then give me the name of the active window, tab etc.
    How much scope is there for interaction with other adobe products in the master collection.
    I have written a few little script before in java. vb, applescript and actionscipt but I want to know if flash builder and air combo has the functionality I need before I bother getting into it to deep.
    Thankyou for your time in advance.
    Regards Daniel

    You can run the AIR app separately, it should still be on your system (Applications > Adobe > Adobe Help or the root of your Start menu on windows).
    If for some reason the app isn't there, reinstall it from http://www.adobe.com/support/chc/. There's a preference under Edit > Preferences > General Settings for "Accessibility Mode". If you select "Open Help in browser", your Adobe applications will open a browser instead of launching CHC.
    Jason San Jose
    Software Engineer, Flash Builder

  • How to sign with Flash Builder created APK for the Goole Play Store?

    Hello,
    i have big problems signing the apk for the GooglePlayStore..
    I tried this from the android dev page
    jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore my-release-key.keystore
    my_application.apk alias_name
    but i am getting this error:
    jarsigner: unable to sign jar: java.util.zip.
    sed size (expected 1504 but got 1513 bytes)
    I created a p12 with Flash Builder and thought thats all i need but the playstore says its unsinged so how to sign it corretcly?
    Please help

    i works with this error, strange

  • Blue screen with flashing folder and question mark on startup

    Hello.
    I need help with my Macbook Pro.  I get a blue screen with a flashing folder and a question mark at start up.  To date I have tried the following:
    Apple Hardware (Extensive) Test (Results:  "No Trouble Found")
    Safe Boot
    Reset NVRAM
    Reinstall OS X via the internet (I received no discs when I purchased it).  I select the StartUp Disk to reinstall. When reinstalling via the internet I get to a point of reinstalling Mountain Lion but it asks me to choose a drive - yet there are no drive options to choose from. Then a window comes up asking me to "Select the system you want to use to start up your computer" but no options appear.  When I choose "Restart" a note pops up saying "You can't change the startup disk to the selected disk.  Startup Disk could not gather enough information on the selected disk."
    The only option is "Restart" from the Apple menu.  When I choose that it goes back to the original "Blue screen with flashing folder and question mark on startup."
    I have no Time Machine
    I can't access the disc utility.
    Are there any ideas as to what might be the problem?

    Your hard drive has likely failed and needs replaced. That would explain why the system does not display it when you attempt to reinstall the OS via Internet Recovery.

  • Creating Portfolios with Flash Builder 4.6 and the 4.1a SDK

    I've been following the instructions and tutorials on the creation of Navigators for Acrobat with Flash Builder but it seems to be missing a few steps along the way.
    http://blogs.adobe.com/pdfdevjunkie/ax-portfoliosdk_intro/ax-portfoliosdk1
    Symptoms:
    - When I run the navigator (run as navigator) I get an error "Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime."
    - Once dismissed the "for the best experience" message is displayed with a prompt to download the latest Reader.
    Correct SDK's are being used.

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • IOS/AIR Running and Debugging Issues with Flash Builder

    I'm having very frustrating intermittent issues running and debugging Flex applications on an iPad 3rd generation retina with Flash Builder 4.7.
    Until this morning, launching on device using both standard and fast packaging worked pretty well. Every now and again, I'd get a dialog saying the packaging had completed successfully, but it hadn't. A quick change of the USB cable to another port on my iMac and it started working again. I'd also randomly get a "Error occurred while installing the application: Invalid <device> specified" error, which quickly went away.
    This morning, with the same code base, the same certificate and provisioning profiles, Flash Builder has only managed to successfully package and run my application on my iPad twice and I must have attempted to launch fifty or so times. Standard packaging, fast packaging and with and without the useLegacyAOT.
    Does this sound like a Flash Builder issue? Is my iMac USB driver dodgy? Has anybody else experienced this?
    Any help greatly welcomed!
    Thanks,
    Simon

    Hi I have had this problem sometimes. With my Mac Book Pro.
    Try making a new flex application and see if you have the same result.
    When I had this problem I created a new Application and copied every thing from my other application.
    This my be a hard solution but I don't no any others.

  • Database Listing And Paging With Flash Builder

    Hello ;
    i trying to develop an android application with flash builder.
    i have a database and connected it, selected a table and created a service.
    my table have a four coloumn. id - img - tag - date
    id : as you know. table id coloumn auto increment.
    img : long text area. i want to listed to page when clicking the menu item.
    tag : tag is title of the img.
    date : standart date coloumn.
    i want to listing all data with menu style. i added to spinner list and it get to value at database tag (title) .
    how can i listing to text (long text area) in to the img coloumn when selected the tag (title) at spinner list. 
    thanks
    bye.

    i researched a many document but still can't find a insert data grid.
    it seems to under Components Panel all documents and videos
    but i can't see it?
    Anirudh SasikumarRangoraTodd_KoprivaJason San JoseSunilAdobeAmy_WongDatabase Listing And Paging With Flash BuilderUsing Flash BuilderFlex
    somebody help me please?
    thanks
    bye

  • Using papervision in flash builder and getting TypeError: Error #1009: when using object.pitch(5)

    When i use papervision in flash builder and i am doing a test, when i render a sphere using papervision with the following code it renders me the sphere.
    When i add a line sphere.pitch(2);      ||
    sphere.yaw(2);
    sphere.roll(2);
    i get the following error,
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at PvTest/onRenderTick()[D:\Android 3D\PvTest\src\PvTest.as:39]
    Can anyone help me figure out the error
    For additional Info, these are the imports i am doing:
    import org.papervision3d.objects.primitives.Sphere;
    import org.papervision3d.view.BasicView;

    I followed the steps and read some of your comments on the same top topic in another thread. When I put it on the first frame it was okay but the next button on that page had the same problem.  So what I am guessing is that I have to either create a document class or put the actions where the buttons are.  Am I understanding that correctly?  In the other thread in which you helped someone else; there was so comments about document class.  I found a tutorial on it and the way I understand it is that it you can put you actions in an external document.  But you have to include in the event listener the frame in which you want that action to happen.
    Thaks for your help.  And patience.

  • Trouble with Flash Builder 4.6?

    I’ve tried every version from 4.5 to 4.7 premium edition of Flash Builder in order to get past this bug that I can’t seem to move past in order to continue with the design process.  The problem I’m having is this:
    I’ve setup a new project and everything works great.  The problem occurs when I try to access the Data/Services I’ve created for my project.  When I right click on the created service in order to access “Configure Return Type” nothing happens, I tried this at least 10 different times using all the various versions.  I have since deactivated 4.5 and installed and activated 4.6 and tried it with that version with no success.  All of the other contextual features of that menu respond to the right click, just not the Configure Return Type…
    I’m running Windows 7 Home Premium Service Pack 1 with Flash Builder 4.6 at the present time.
    I need to know how to get this feature to work so that I can continue on with the project I'm wanting to work on...

    Thanks for your post. You may want to post this in the developers forum. You will proably get a faster answer.
    Be a Shepard and not an iSheep.

  • Error using Acrobat portfolio SDK with Flash Builder

    Hi all
    I've been trying to customize a navigator portfolio for Adobe Acrobat X using Flash Builder 4.5. I was running this proyect as Navigator but I received the following Flash Player error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at acrobat.navhost.app::SingleNavApp/set productConfig()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\AcroView\Portfolio\Flash\Libs\NavHo stUtil\src\acrobat\navhost\app\SingleNavApp.as:333]
    at com.adobe.app::AppPrefsBinding/productConfig()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\Acro View\Portfolio\Flash\Libs\NavPreviewShared\src\com\adobe\app\AppPrefsBinding.as:93]
    at com.adobe.app::AppPrefsBinding/refresh()[C:\dev\A10_1R1_Sandbox\Acrobat\Viewer\AcroView\P ortfolio\Flash\Libs\NavPreviewShared\src\com\adobe\app\AppPrefsBinding.as:76]
    at Function/<anonymous>()[E:\dev\4.x\frameworks\projects\framework\src\mx\binding\utils\Bind ingUtils.as:180]
    at mx.binding.utils::ChangeWatcher/wrapHandler()[E:\dev\4.x\frameworks\projects\framework\sr c\mx\binding\utils\ChangeWatcher.as:557]
    at flash.events::EventDispatcher/dispatchEventFunction()
    I've installed Acrobat portfolio SDK into Flash Builder and I have followed the documentation of Building a Navigator from http://learning.adobe.com

    Ok, finally got this working.  Many hidden gotchas. 
    1.  You have to make a Trust File for your custom panel.  This is actually in the SDK, around page 53, so my bad -- but the problem is that there is no feedback from the Adobe application if you don't have this.  The application just hangs.  It should produce an error message "can't find trust file, etc.".  This should not be that hard to implement.
    2.  The latest Flex SDK does not seem to work in Bridge CC or other similar applications.  You have to use Flex SDK 3.x, apparently, and this is NOT in the documentation.  Not only should you set the default SDK in Flex Builder to 3.x (I'm using 3.6) but you have to edit the build.properties file to make sure it's pointing to the correct folder, eg: C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/sdks/3.6.0.  Fortunately Flash Builder 4.7 comes with 3.6 installed.  If you have an older version, it's likely to be completely different.
    More info in this thread: http://forums.adobe.com/thread/1114153.

  • Can't get Extension Builder 2.0 with Flash Builder 2.6 to run

    Can't get Extension Builder 2.0 with Flash Builder 2.6 to run. I installed Flash Builder 4.6 premium then install CSExtensionBuilder_2_Retail_LS1.
    When I create a new hello world project and run it I get a CSIDE1 Sign In for my Adobe ID. I sign in I get operation in progress and then back to the previous screen. It just continues to ask for a sign in.
    Anyone else have this problem or any advice to get this working?
    Thanks

    There was a bug found in the Adobe Store version of CS Extension Builder 2.0 which prevented users being able to log in. We have, with the help of our customers, been able to identify and resolve the bug. The affected customers have been sent a fix. CS Extension Builder 2.0 will be temporarily unavailable to buy from the Adobe Store until a new build of CS Extension Builder 2.0 containing the fix is posted. This is estimated to be within the next few days.
    A trial version of the software is available for any user wishing to use CS Extension Builder.  http://www.adobe.com/products/cs-extension-builder.html
    We sincerely apologise for any inconvenience caused to affected customers.

  • Flash Builder 4 - Mobile (Adobe read this!)

    This is the second time I've written this letter. The first was a five-paragraph rant detailing the chronicles of my journey into mobile using the Adobe tools. This time, however, I've decided to break it down in a different way. It goes like this:
    - Adobe spends considerable effort trying to convince Flash (AS3) developers to migrate to Flex (Flash Builder)
    - After spending time with Flex, I am one of those who is convinced by the ease and power of what it offers. I buy Flex (Flash Builder)
    - Adobe announces it will provide support for building iOS application but insists you use (buy) Flash CS5.
    - Support (and methods) for using Flash Builder to create iOS applications is complex, messy and tedious at best.
    - I buy an iPad ($3500), pay for an Apple developer account($100) and start using Flash CS5.
    - I have to strip out the AS3 from my Flex project to bring it into Flash CS5. (Abandoning all the Flex components that made it great in the first place)
    - I get my AS3 application running locally on my iPad. Despite every effort, it runs considerably slow (to my surprise)
    - Apple makes it's TOS changes, restricting 3rd party developer tools.
    - I'm now **** out of luck getting my Flash based application public (iTunes Store)
    - Adobe starts to turn it's attention to Android (a move I fully supported despite my own shortcomings)
    - AIR for Android starts to unfold. So, I start taking a look at it in addition to downloading the Android SDK.
    - Publishing anything to an Android device, using Flash Builder, is (again) a complex, messy and tedious task. Command lines etc.. nightmare.
    - Now, Apple reverses it's TOS policies.
    - More Android 2.2 Froyo devices begin to emerge now (especially tablets like the Galaxy)
    So, at this point I digress.
    So, Adobe. You wanted us to migrate to Flash Builder. So, we did. This, by the way, means we BOUGHT the software. ($780)
    So, you want to demonstrate Flash's power to publish to mobile devices. (meaning, now, iOS and Android)
    ALRIGHT THEN, WHY DONT YOU SPEND SOME TIME GETTING FLASH BUILDER 4 UP TO PAR ALREADY? WHY DON'T YOU MAKE PUBLISHING FOR BOTH PLATFORMS (iOS and ANDROID) MORE ELEGANT NOW? WHY SHOULD WE HAVE TO BUY FLASH CS5 NOW THAT WE'VE FINALLY COME ON BOARD WITH FLASH BUILDER? WHY DONT YOU SPEND SOME TIME PROVIDING AN ELEGANT SOLUTION FOR MOBILE PUBLISHING - LIKE YOU'VE ALREADY DONE FOR FLASH CS5 (MONTHS AGO). I SHOULD BE ABLE TO FILL OUT A FEW FIELDS, SELECT A FEW OPTIONS FROM A MENU AND PUBLISH MY APPLICATION FROM FLASH BUILDER. NOT DOWNLOAD SDK'S, DOWNLOAD SPECIAL BUILDS OF AIR AND FLASH PLAYER ON A WEEKLY BASIS. GET FLASH BUILDER 4 UP TO PAR SO WE CAN WRITE ONCE AND PUBLISH (PUSHING A BUTTON) TO BOTH iOS AND ANDROID WITHOUT SPENDING HOURS FIGURING OUT HOW TO GET IT ALL WORKING.

    Again, my issue is not with Flash Builder itself. In fact I think Adobe is doing a tremendous job regarding many things at this juncture. They've been under a considerable amount of pressure, especially since Apple tried to declare Flash an obsolete technology. I'm proud of Adobe and Flash - which I thoroughly enjoy working with. I also enjoy working with Flash Builder.
    My issue is in regards to support. It's that simple. I understand that many features take time to prepare prior to their public release. This is obvious. There are a lot of tests to be made prior to even a first release. My issue is a specific one. It is in regards to Flash Builder and their attitude towards this piece of software as it relates to this "mobile storm" that has approached. Everything is about MOBILE, MOBILE, MOBILE. Well, ok.. it's about mobile. Adobe really only has two (count that, 2!) pieces of software that creates Flash content. (and NO, that isn't a lot). There's the Flash IDE and Flash Builder, which is SUPPOSED TO BE FOR DEVELOPERS. One would think that more time would have been spent of getting ELEGANT mobile publishing solutions into Flash Builder at this point. I'm tired of reading one massive pdf after another just to understand what the hell I'm supposed to be doing. AND.. on top of this.. they get simple, fluid, elegant solutions into the FLASH IDE in the meantime. iPhone, Android publishing with the click of a button in the Flash IDE? DONE! Months ago.. Flash Builder 4 with the same capabilities? Nothing. Command lines... Terminal windows.. give me a break.

Maybe you are looking for

  • Sample Quiz Application error in resource Bundle

    hi sdns , i am stuck with an error. please help me how to rectify this problem. 500   Internal Server Error   Web Dynpro Container/SAP J2EE Engine/6.40  Failed to process request. Please contact your system administrator. [Hide] Error Summary While p

  • How to enable report print or configure print server

    Hi All. Currently using lastest Apex version (4.1.x) with 11g XE. Where can i find info, example etc. to enable report printing? When i access this attribute section, i get a red warning message saying there is no print servver configure. Regards, Lu

  • Problems with autofill when editing address book entries

    When i try to change eg miller to Miller, anna to Anna etc 1) the initial letter remains lower case and 2) even worse, another iller/nna is added on to the end - milleriller, annanna etc. I've tried deleting the whole name and starting again - no joy

  • Replacement DVDs?

    I recently received a DVD box of Adobe Photoshop Elements 7.0 as a gift, but misplaced the DVD. I still have the DVD case, and the white serial sticker label with the original serial on it. I tried to download a trial copy (and use the serial), but I

  • Caching InitialContext

    I am using the Security features provided by WLS 8.1 on a Windows NT box. My resources in the container are secured in that they need the Context.PRINCIPAL and Context.CREDENTIALS set when I try to get InitialContext. I have to do a remote call to ge