I need help getting my Intuos5 to work with Flash CS6

Can someone give me some help with this? I can't find a single thing on Google that helps me.
I installed Adobe Flash CS6 recently and I have been using my Intuos5 Large for a long time now with Photoshop CS6. The thing is, with Photoshop, it took forever to get working properly. It turned out that I needed to use the 64-bit version because my 64-bit system and tablet drivers won't work with 32-bit Photoshop.
Concerning Flash, it's the same problems as Photoshop. It refuses to recognize my tablets functions such as pressure and tilt sensitivity. It also has an annoying lag or lack of response if I do small, quick strokes. I would switch Flash to 64-bit mode, but there isn't one. I can't find the little stroke-like icon in Flash to turn on sensitivity either. I'm really confused. I've tried it with Flash CS5.5 and it's the same thing.
That's my issue, and I have tried restarting the software and rebooting many times as well. There doesn't seem to be much for options. This all leads to it probably being a 64-bit and 32-bit compatability issue
I'm running Windows 7 with more than enough power to maintain Flash CS6. It is possible that I may need to update my tablet driver since I did for Photoshop CS6, but it was a pain in the *** getting Photoshop to work until I used 64-bit mode. I may need additional files to mod the software.
I would really appreciate the help so I can begin to learn animation. It's my passion. Thanks, in advance.
Here are my relevant specs:
System Information
Time of this report: 9/4/2012, 01:32:48
       Machine name: LAPPY_TOPPY
   Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120503-2030)
           Language: English (Regional Setting: English)
System Manufacturer: TOSHIBA
       System Model: Satellite L675
               BIOS: Phoenix SecureCore Version 2.30
          Processor: Intel(R) Core(TM) i5 CPU       M 450  @ 2.40GHz (4 CPUs), ~2.4GHz
             Memory: 4096MB RAM
Available OS Memory: 3954MB RAM
          Page File: 2016MB used, 5890MB available
        Windows Dir: C:\windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
     DxDiag Version: 6.01.7601.17514 64bit Unicode
Display Devices
          Card name: ATI Mobility Radeon HD 5650
       Manufacturer: ATI Technologies Inc.
          Chip type: ATI display adapter (0x68C1)
           DAC type: Internal DAC(400MHz)
         Device Key: Enum\PCI\VEN_1002&DEV_68C1&SUBSYS_FD001179&REV_00
     Display Memory: 2735 MB
   Dedicated Memory: 1014 MB
      Shared Memory: 1721 MB
       Current Mode: 1600 x 900 (32 bit) (60Hz)
       Monitor Name: Generic PnP Monitor
      Monitor Model: unknown
         Monitor Id: LGD01CA
        Native Mode: 1600 x 900(p) (60.080Hz)
        Output Type: Internal

If you are moving from an existing Mac to a new Mac the easiest thing to do is connect the two Macs via a Firewire cable and run the Migration assistant. If you are moving files from a Windows platform or you don't want to use the Migration assistant review this article.
http://docs.info.apple.com/article.html?artnum=300173

Similar Messages

  • Need help getting Apple Extreme to work with Be box

    Anyone able to give an idiots guide to getting Apple Extreme to work with Be Box wireless modem?
    Used to have Orange (Wanadoo) broadband with Livebox wireless router, which i had my AE wired up to and it worked fine. Signed up with Be* and managed to get their wireless router working and communicating with my Mac OK. When i hooked up AE the green light came on but i can't manage to get my Mac to find it.
    Any help would be very appreciated.
    Thanks.

    Hello Orang Hutan. Welcome to the Apple Discussions!
    What is your connectivity goal for the 802.11n AirPort Extreme Base Station (AEBSn)?
    o Connect it directly to the Be Box wireless router via Ethernet, or
    o Connect it wirelessly to the Be Box's wireless network?
    If it is to go the wireless route, do you want the AEBSn to extend the wireless range of the Be Box?

  • Need to get wireless remote to work with Flash Presentation... HELP!!!

    I know almost nothing about Flash or Powerpoint.  I was given a Flash presentation I need that I'd like to show at meetings using my new wireless remote, but I can't get it to move forward & backward between slides (works fine using arrow keys on the laptop keyboard - Windows XP Pro).  The remote works fine with Powerpoint presentations, so I know the remote is ok.  Is there some setting/command I need to allow my Flash presentation to work with my remote, or do I need a special remote?  I already talked to the remote tech support (Keyspan/TrippLite) and they were totally unfamiliar wirh Flash and simply said that their unit works with Powerpoint as advertised, which was true, but they couldn't help me with Flash presentations.  Can anyone out there help me??  Thanks very much!

    Ok, I'm officially retarded.  I followed the link you gave me, which led to another link about fullscreening (a .zip file) which I decompressed and ran then escaped out of it.  I then looked at the gobbledygook programming language code and I found where it said "trapallkeys" but still haven't the slightest idea how to get my remote to work.  Is there some utility file which I can run which already has this "trapallkeys" function compiled into a nice simple executable that I can run prior to or in conjunction with my Flash presentation which will let my wireless remote controller flip through my slides?  I'm sorry, but please don't expect me to understand what...
    package
    import flash.display.Sprite;
    import flash.display.StageDisplayState;
    import flash.display.StageScaleMode;
    import flash.events.KeyboardEvent;
    import flash.events.MouseEvent;
    import flash.ui.Keyboard;
    import flash.system.fscommand;
    public class FullscreenDemo extends Sprite
    public function FullscreenDemo():void
    fscommand("trapallkeys", "true");
    stage.showDefaultContextMenu = false;
    stage.displayState = StageDisplayState.FULL_SCREEN;
    stage.scaleMode = StageScaleMode.SHOW_ALL;
    stage.addEventListener(KeyboardEvent.KEY_DOWN, onStage_KEY_DOWN);
    quitScreen_mc.visible = false;
    quitScreen_mc.yesBtn_mc.addEventListener(MouseEvent.CLICK, onQuitYes_CLICK);
    quitScreen_mc.noBtn_mc.addEventListener(MouseEvent.CLICK, onQuitNo_CLICK);
    quitScreen_mc.yesBtn_mc.buttonMode = true;
    quitScreen_mc.noBtn_mc.buttonMode = true;
    function onStage_KEY_DOWN(evt:KeyboardEvent):void {
    if (evt.keyCode == Keyboard.ESCAPE) {
    quitScreen_mc.visible = true;
    function onQuitYes_CLICK(evt:MouseEvent):void {
    fscommand("quit");
    function onQuitNo_CLICK(evt:MouseEvent):void {
    quitScreen_mc.visible = false;
    means.  That may be all I need to solve my problem, but it's in a language I just don't understand.  Could you or somebody out there please break this down for a newbie??  Thanks very much!   :-)   :-)

  • I need help getting Mini Bridge to work in PS CS6

    I have already tried deleting the folder and rebooting the computer, I have tried creating a new user account, I have tried uninstalling and reinstalling the entire package and I cannot get Mini Bridge to work at all. It just keeps going to "Mini Bridge waiting for Bridge CS6..." and then never finds anything. I am having this issue on both my Macbook Pro Retina 15 and my MacBook Pro 13 (Early 2011 model). I cannot seem to find any other solutions to this problem online. I also made sure that both Macbooks are fully updated as well as all CS6 software titles. Please help me fix this!
    I also made sure I added it to the exceptions list in the firewall too.

    Moving the discussion to PS forum
    You can also follow the solution suggested in http://helpx.adobe.com/photoshop/kb/error-waiting-for-bridge-cs5.html
    they may help

  • Need help getting LCD monitor to work with G4 GeForce4 MX

    I have a G4 that I haven't been using and want to get running again. It has a Nvidia GeForce4 MX video card. I had a huge CRT monitor and want to use a ViewSonic VX1935wm which I got a deal on. When I hook the monitor up it says that the resolution is out of range.
    I can boot with my old monitor and change the connection and then get the LCD to work but only at certain resolutions.
    Do I need to get a new video card, or can I get an adaptor? What kind of card should I get if it needs to be replaced? Or what other kind of monitor would be supported by this video card?
    Here is the webpage for this monitor: http://www.viewsonic.com/products/lcddisplays/xseries/vx1935wm/

    thanks for the links.
    switchResX does something, but it doesn't solve the problem. i can now switch to the "optimum" resolution of 1440x900, 60hz. but when i restart the computer, it still won't work! i continue to get the "out of range" message and have to boot with my crt and then switch cables to do anything. also, the fonts in the finder menus look terrible, you can see the jagged lines.
    displayConfigX won't let me test that high of a resolution without registering the product.. needless to say, i don't want to pay money if the results are going to be the same as with SwitchResX.
    I sent an e-mail to ViewSonic support. Is it typical to have these problems? I am getting more and more confused as I learn more about this.

  • I need help getting my nano to work with my mac!

    I just got a mac for christmas, and I would like to get all of my music on to my mac. when i try and sync, it will not work. I want all of my songs to go into I tunes, so that this can become my new i-tunes computer. I have a nano. Can anyone help me with thiss???

    If you are moving from an existing Mac to a new Mac the easiest thing to do is connect the two Macs via a Firewire cable and run the Migration assistant. If you are moving files from a Windows platform or you don't want to use the Migration assistant review this article.
    http://docs.info.apple.com/article.html?artnum=300173

  • Need help getting filezilla ftp to work with a windows server

    Trying to connect to a windows based server through FTP, I've downloaded Filezilla when I launch it takes several minutes to ask me for a address and username... I input but nothing happens. I would like to use MAC ftp option but I'm not sure it works upstream like I want it to...
    Please Help.
    J.
    Message was edited by: MindBlendMedia

    This doesn't appear to have anything to do with Apple Remote Desktop, Apple's application for managing networked Macs, so this probably isn't the most appropriate forum for this question. I'd suggest you ask in the Mac OS X 10.4 Networking forum; you'll be more likely to get a quick and accurate answer there.
    Regards.

  • HT4241 I need help getting my converter to work with my Phillips LCD TV. Anyone have any suggestions?! I have Mini-DP to HDMI converter.

    I bought the adapter several months ago, and I've just now had the opprotunity to use this. I'm open to all suggestions! Please help if you can!

    Hold the Option key down as you click the sound icon on the menubar.  Select the output device for sound there or in System Preferences > Sound > output tab.
    Regards,
    Captfred

  • AIR SDK 17 (BETA) is not working with Flash CS6

    Hi,
    The latest AIR SDK 17 is not working with Flash CS6.
    I tried to publish and install an iOS app to my connected device via USB but I always get an error "Check if iTunes is installed".
    The latest stable AIR SDK 16 is working fine, and yes, iTunes is installed on my PC.
    DETAILS:
    - Flash CS6
    - AIR SDK 17
    - System: Windows 8,1
    - iPodTouch with iOS 8.1
    REPRODUCE:
    Open new AIR iOS template and publish/install it to a USB connected iOS 8.1 device.
    Anyone else got that error?

    I was getting this intermittently.   Not a super problem.   A remove and install in iTunes gets it loaded (after you tell ITunes where it is).

  • I need help getting my printer to work

    I need help getting my printer to work

    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Want-Good-Answers-Ask-Good-Questions/td...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I need help getting this program to work.

    K. I don't pay much attention in my AP Comp Science Class.. but my teacher said if i can get this program to work i get an a for the semester... The program is Metrowerks Codewarrior IDE.. we are running it on windows 98 i think. She said she can't get it to compile.. so i guess it just needs to be able to input simple java programs (i.e. loops, just the regular crap) and compile them and run them...i have no clue what is wrong with it.. it could just need a patch...or we may just be going about it the wrong way...any help would be SUPER appreciated...

    K. I don't pay much attention in my AP Comp Science
    Class.. but my teacher said if i can get this programYou better did.
    to work i get an a for the semester... The program is
    Metrowerks Codewarrior IDE.. we are running it on
    windows 98 i think. She said she can't get it toAtleast be sure of the OS.
    compile.. so i guess it just needs to be able to
    input simple java programs (i.e. loops, just the
    regular crap) and compile them and run them...i have
    no clue what is wrong with it.. it could just need aEven we don't.
    patch...or we may just be going about it the wrong
    way...any help would be SUPER appreciated...Nothing in your thread really speaks of the problem. And since you mentioned homework, there's hardly anyone to be interested in that.
    Regards
    ***Annie***

  • Need help getting this code to work

    I am trying to get this code to work using "if else statment" but it will only do the first part and not do the second part in the else statement. Can anyone help me out? Here is the code:
    var R1 = this.getField("Registration Fees1");
    var R2 = this.getField("Registration Fees2");
    var R3 = this.getField("Registration Fees3");
    var R4 = this.getField("Registration Fees4");
    var R0 = 0
    if (R0 == 0)
      event.value = Math.floor(R1.value);
    else
      event.value = Math.floor(R2.value + R3.value + R4.value);
    I did notice that if I fiddled around this this part:
    if (R0 == 0)
    sometimes I can get the second part to work but not the first. I need it to do either or and this is getting frustrating.
    I might also not even need "var R0 = 0". I put that there for the condition part. If that is what is causing the problem, I can take it out. But then what would the condition be? For this form, the default is 0 and then the calculation follows by user clicking on different prices. The first part is if they want to pay for the full conference and the second part is if they want to pay for either Monday, Tuesday or Wednesday or 2 of the 3 days. Is it possible to get this to work with both parts together? I am still stuck on getting just one or the other working. Any help would be greatly appreciated. Thanks in advance.

    I have posted this on another message board and a user by the name of gkaiseril offered this solution but it hasn't worked either.
    // all four days
    var R1 = this.getField("Registration Fees1").value;
    // Monday
    var R2 = this.getField("Registration Fees2").value;
    // Tuesday
    var R3 = this.getField("Registration Fees3").value;
    // Wednesday
    var R4 = this.getField("Registration Fees4").value;
    var Fee = 0
    event.value = ''; // default value
    if (R1 != 'Off') {
      Fee = Number(R1) + Fee;
    } else {
      if(R2 != 'Off') {
         Fee = Number(Fee) + R2;
      if(R3 != 'Off') {
         Fee += Number(R3);
      if(R4 != 'Off') {
         Fee = Number(R4) + Fee;
    event.value = Fee;

  • Need help getting guest access to work.

    I have searched and Googled and found very little about enabling temporary guest access on an AEBS.
    What I could find said just type in "the PIN number." OK, what PIN number? It appears that the device seeking access is supposed to supply it somehow and then I type it in while using the Airport Utility. I see no such number on the device. I also tried the "first one to try" method and got nowhere.
    In both cases I was using an iPhone that wanted to use my network. Does this work with iPhones?
    Many thanks,
    -dan

    This thread http://discussions.apple.com/thread.jspa?messageID=4088108&#4088108 looked helpful but I can't get guest access to work for my son's guest using a Dell XP laptop (using Dell wireless management) despite allowing timed access. Neither the PIN nor the first attempt option allowed him on the network without giving him our password.
    It's still not clear if or when this will work. At the very least, the documentation is terrible.

  • Trying to get wireless remote to work with Flash Presentation... HELP!!!

    I know almost nothing about Flash or Powerpoint.  I was given a Flash presentation I need that I'd like to show at meetings using my new wireless remote, but I can't get it to move forward & backward between slides (works fine using arrow keys on the laptop keyboard - Windows XP Pro).  The remote works fine with Powerpoint presentations, so I know the remote is ok.  Is there some setting/command I need to allow my Flash presentation to work with my remote, or do I need a special remote?  I already talked to the remote tech support (Keyspan/TrippLite) and they were totally unfamiliar wirh Flash and simply said that their unit works with Powerpoint as advertised, which was true, but they couldn't help me with Flash presentations.  Can anyone out there help me??  Thanks very much!

    Hi, and thanks so much for responding!  I have the Keyspan PR-EZ1 and I don't think it allows me to "map" keys since when I called their tech support, they didn't mention that as an option.  I'm really new at this, but I just noticed - as I was sitting right here on my browser earlier, I pressed the remote's slide-changing keys and my web page scrolled up and down!  Just now I tried it and my insertion point cursor moved up and down!  So I guess these buttons must be "mapped" to the up and down arrows.  How nice it would be if I could somehow figure out how to switch them to the left and right arrows.  A colleague of mine told me just an hour or so ago that when she bought her Logitech wireless remote, it had the same problem with Flash presentations.  But one day, out of the blue, it "fixed" itself and now does Flash fine.  (I didn't ask her if it still does Powerpoint though.)  She has no idea how or why and doesn't care.  Her remote is a discontinued model though (sigh).  Anyway, maybe it'll be worth my while to make another call to tech support and ask about key mapping.  Maybe a more advanced model might allow this function.  Thanks for the spark!

  • Need Help - Mac Mini no longer works with LG Television

    Sometime ago (maybe about two months), my Mac Mini quit working with my LG Plasma HD TV. Currently, when I try to use the Mac Mini with the television, the screen displays a "no signal" message.
    The Mac Mini is a one year old Intel Core Duo and is connected using a DVI to HDMI cable.
    I've troubleshooted:
    1. Connected the Mac Mini to our 42" Sharp Aquous LCD - it displays fine.
    2. Taken the Mac Mini to the Genius bar. It displayed on the genius' Apple display w/no probs.
    Since then, I've tried:
    1. Reinstalled/rolled back to Leopard DVDs (no updates applied) - No luck
    2. "Driving" the Mac Mini via Screen Sharing using my MacBook and monkeying with the Display preference pane. While screen sharing, I tried using SwitchResX, too (not too certain of the settings though) - No luck.
    Of note:
    1. Before the trouble began, I was pleasantly surprised to see "LG" (automatically) listed as the display in the Display preference panel. Support was literally plug and play. Currently, when I drive via Screen Sharing, "LG" is no longer listed. Alternatively, when I connect to the Sharp Aquous, the Display preference panel DOES list "Sharp" as the display.
    Any ideas?

    I'd be interested in any resolution here. Here's my story:
    I have a Mac Mini model MA723LL/A and a Haier P42LV6-T1 42" HDTV plasma with VGA and HDMI inputs. I first attempted to hook the Mac to the plasma TV using the DVI->VGA adapter that came with the Mac. I got no image at all on the TV, and the TV claimed 'No Signal'.
    Then I used a DVI->HDMI adapter, and hooked the Mac to the TV thru the HDMI port. I got a picture and was happy. I setup iTunes, got the wireless working, surfed the web a bit and all was OK except the resolution seemed wonky. So I opened the Mac's settings panel to adjust the resolution, and as soon as I opened the settings panel, the screen went blank, with the TV claiming 'No Signal'. I shut off the Mac and rebooted, and from that point forward, what happens is this:
    press On Button->
    Apple Boot Screen->
    MacOS 10 loading->
    desktop For About 1 millisecond->
    screen goes blank with TV claiming 'No Signal'
    I hooked the Mac to my Dell 20" LCD monitor thru the monitor's DVI input and got a great picture. I tested all the resolution settings, and everything was fine. I have tested the Mac on the TV with all available resolution settings and it's always the same story (see above for sequence)
    I'm kinda at the end of my rope. The Mac seems to be changing something on its video output at the end of its bootup, but I have no clue what. Has anyone seen anything like this? Any advice at all?

Maybe you are looking for

  • Filter Coding Issues

    I've been following (roughly) the simple virus scanner interface that SUN provides, and adapted it into a slightly heavier weight filter that interfaces with libclamav. At first both were compiled using GCC, and I thought due to some of the weird pro

  • Java Message Mapping : Dynamic FileName and Directory for ASMA

    How to Put Dynamic FileName and Directory for ASMA Properties of File Receiver adapter in Java Message Mapping ??? I know How to Do this in UDF , But In Java Type Message Mapping . How to do this ???? Regards PS.

  • How we create RFC in SAP R/3

    Hi all. I want to create a iview and when i click on preview or Deploy, it shoud display screen of Transcation SE11. I think we can do this by creating RFC of transcation(SE11). So Please tell me- How we create RFC in SAP R/3 for transcation SE11. I

  • Not showing transactions for creating follow up transaction for service tic

    Hi, I created copy copy control settings for transactions for service ticket.initially i created service ticket and saved the document.after that i clicked on follow up button and i am trying to selct transactions.but i am not able to see any transac

  • Material Split Valuation : Procurement Domestic & Import

    Dear CO Experts, I m in a situation where my client has a Raw Material (RM), which is procured domestic & also imported. This RM is attached to a single FG in a BoM. Do differentiate domestic & import procurement, they have used Split Valuation. The