Remove boundary in Flash CS6

I'm making something that uses up a lot of space, and the space boundaries are being a problem. Here's a picture of it: http://prntscr.com/2yykkb The object is not on the screen, but it exists and I need to see it so i can work with it. Any tips?

Place all of what's in that large visual inside a movieclip so that you can move it over to work on the parts that fall off the workspace.  You can also try zooming out.

Similar Messages

  • Flash CS6 was uninstalled during the removal of Muse

    My Flash CS6 was uninstalled when Muse was uninstalled! How do I get a new download of Flash CS6 in cloud's Application Manager?
    Whettenhall

    There you go .
    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    Mac: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774

  • How do I move Flash CS6 from an old computer to a new one?

    I installed CC and CS6 on my computer when it was first introduced years ago. Now I need to upgrade to a new computer. The CC on the new computer does not show Flash CS6 support. I require AS2 since I have created many apps with it for my customers and need to continue to support them. I do not intend to switch to AS3 because I have too many old apps to change over.
    How do I install Flash CS6 on my new computer so I can remove it from my old one and get rid of it?
    Thanks!

    You can install Flash CS6 on your new machine with your Creative Cloud subscription.
    Sign in with your Adobe ID on the page https://creative.adobe.com/products/flash. You can then toggle the version from CC to CS6 and click the blue Download button. This will make the Creative Cloud app download and install the CS6 version.

  • Any ideas for reducing lag in my animation (flash cs6)?

    I'm creating something for a local college in Flash CS6 and it lags in a couple spots (in the very beginning after clicking enter and after clicking on a location on the map) and it would obviously be really nice to get rid of that lag. The only thing i know to try in order to help with lag is to break down all grouped artwork and to convert tweens into frame by frame. I've done this and it hasn't changed anything so I was hoping someone else would have another idea. Ive uploaded the swf and flash file to dropbox. What is in the dropbox is not the final product I need to add the videos thats are going to be in it (they pop up once you press the play button) but other then the videos that is as complicated as the file is going to get. This lag started happening from the get go of working on this project once I had the barebones of the menu system figured out. It hasn't gotten any worse since then even after all the things I've added.
    Dropbox - Adobe Q
    Let me know if there is more information you want me to provide. Im really willing to try anything to sort this out.
    Thanks in advance.

    the following is an excerpt (Flash Game Development: In a Social, Mobile and 3D World),
    Optimization Techniques
    Unfortunately, I know of no completely satisfactory way to organize this information. In what follows, I discuss memory management first with sub-topics listed in alphabetical order. Then I discuss CPU/GPU management with sub-topics listed in alphabetical order.
    That may seem logical but there are, at least, two problems with that organization.
    I do not believe it is the most helpful way to organize this information.
    Memory management affects CPU/GPU usage, so everything in the Memory Management section could also be listed in the CPU/GPU section.
    Anyway, I am going to also list the information two other ways, from easiest to hardest to implement and from greatest to least benefit.
    Both of those later listings are subjective and are dependent on developer experience and capabilities, as well as, the test situation and test environment. I very much doubt there would be a consensus on ordering of these lists.  Nevertheless, I think they still are worthwhile.
    Easiest to Hardest to Implement
    Do not use Filters.
    Always use reverse for-loops and avoid do-loops and avoid while-loops.
    Explicitly stop Timers to ready them for gc (garbage collection).
    Use weak event listeners and remove listeners.
    Strictly type variables whenever possible.
    Explicitly disable mouse interactivity when mouse interactivity not needed.
    Replace dispatchEvents with callback functions whenever possible.
    Stop Sounds to enable Sounds and SoundChannels to be gc'd.
    Use the most basic DisplayObject needed.
    Always use cacheAsBitmap and cacheAsBitmapMatrix with air apps (i.e., mobile devices).
    Reuse Objects whenever possible.
    Event.ENTER_FRAME loops: Use different listeners and different listener functions applied to as few DisplayObjects as possible.
    Pool Objects instead of creating and gc'ing Objects.
    Use partial blitting.
    Use stage blitting.
    Use Stage3D.
    Greatest to Least Benefit
    Use stage blitting (if there is enough system memory).
    Use Stage3D.
    Use partial blitting.
    Use cacheAsBitmap and cacheAsBitmapMatrix with mobile devices.
    Explicitly disable mouse interactivity when mouse interactivity not needed.
    Do not use Filters.
    Use the most basic DisplayObject needed.
    Reuse Objects whenever possible.
    Event.ENTER_FRAME loops: Use different listeners and different listener functions applied to as few DisplayObjects as possible.
    Use reverse for-loops and avoid do-loops and while-loops.
    Pool Objects instead of creating and gc'ing Objects.
    Strictly type variables whenever possible.
    Use weak event listeners and remove listeners.
    Replace dispatchEvents with callback functions whenever possible.
    Explicitly stop Timers to ready for gc.
    Stop Sounds to enable Sounds and SoundChannels to be gc'd.

  • Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

    Hi,
    I have successfully submitted 2 versions of the application. There are 2 different versions for iPad and iPhone separately. These were developed using Adobe Flash CS6 and AIR SDK - 4.0.0.1628. The category is Lifestyle and app is free.
    Now I wanted to add new feature of push notification to both iPad and iPhone versions. I have successfully tested the development version with development profiles and certificates over iPad and iPhone.
    Before submitting the app to Appstore I was trying to test the Adhoc version with production environment and profiles but application was not installing to the iPad, it is the same iPad that is used for development. But after searching forums and other help Adhoc version was not installed to iPad the solutions that were tried are as under:
    1. Create new certificates and profile for Adhoc
    2. Change Entitlement tags in Application xml file
    3. Remove existing profiles from iPad to avoid error.
    4. Update OS version of iPad to 8.1
    But once I try to last point -  [4] even development version is not installing. Because there are no provision profiles installed.
    Can you please help/guide me how to fix it? I need to test both development and Adhoc versions on the iPad and iPhone.
    Some more information -->>
    // Development Entitlement key - it is working fine with development environment
    <Entitlements><![CDATA[
              <key>aps-environment</key>
                <string>production</string>
            ]]></Entitlements>
    //Adhoc Entitlement key - it is not working application does not gets installed, icon turns dark and keeps saying installing once you hit the App icon. I am trying to install app using iTunes, after publishsing in Flash CS6 for Adhoc.
    <Entitlements><![CDATA[
             <key>get-task-allow</key>
           <false/>
            <key>aps-environment</key>
                <string>production</string>
           ]]></Entitlements>
    // If I try installing using install application to connected device after publishing then the error is:
    Device Error: Please check if there is enough space on the device.
    But I have enough space on iPhone that I am testing. Remember development version is installing successfully and working fine for notifications.
    Thanks
    PS: I have also posted the same issue under AIR development but there is no reply -
    https://forums.adobe.com/message/6862357#6862357

    Resolved for iPhone   check here
    https://forums.adobe.com/message/6862357#6862357
    But iPad after updating to iOs8.1 still not installing even development build. I have changed SDK to latest one 15.0.0.302, any ideas?

  • 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).

  • Flash CS6 cant open play SWF files without importing and destroying them, how can I get around this?

    Flash CS6 can't open play SWF files without importing and destroying them, how can I get around this?
    I'm just trying to preview an swf file in flash like I have with all previous versions.

    What if my SWF loads external content from an online server?
    Not only does the current flash player prohibit such activity, it doesn't even pop open an error anymore saying there was an error connecting to an online source.
    Normally, I would simply drag the SWF into Flash and all connections would go through.  I could see traces, errors, and experience no issues.
    Now I can't even do that.  So what then?  You have crippled a fundamental use of the program, but THANK GOD we have that deco brush that nobody asked for.
    And for the record, the nature of my work benefits from not necessarily allowing the Flash Player to connect to online content.  The error it pops up?  That's simply another method of error checking that I require.  Updating the Flash Player options is not an option.
    Why would you even remove this key feature from Flash anyways?  It's been there for years ... has the ratio of people importing SWFs (a rather useless gesture in an increasing OOP world) really outweighed the people using Flash as a testing environment that much?

  • Flash cs6 text is not showing up.

    Hello,
    I just opened up flash cs6 and found out that the text tool isn't working right.  It lets me select the tool and place a text box, but the text is not showing up.  It is taking up space in the text box, but I cannot see it.  The alpha is 100% already, I don't know what's going on.

    As a workaround, if you don't want to be removing Microsoft Security updates until they have been fixed (this exact problem was introduced previously on MacOS and later rectified also) we have found that converting the fonts you have problems with into TTF via an application such as http://www.freefontconverter.com/ allows the fonts to function correctly.
    There are better ways of converting large volumes of fonts if you require to do so, but if you're simply having an issue with one or two fonts that you need until MS fix their update, we've found this to be a suitable workaround.

  • I have some problems with work in Flash cs6

    I have some problem with my game when I created it using adobe flash cs6
    When the duck hits the screen, like from right to left it shows
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
      at Duck/ducksmove()
      at flash.utils::Timer/_timerDispatch()
      at flash.utils::Timer/tick()
    This is the code so please help check which is wrong
    package  {
      import flash.display.MovieClip;
      import flash.utils.Timer;
      import flash.events.TimerEvent;
      import flash.events.MouseEvent;
      public class Duck extends MovieClip {
      var moveDuck:Timer = new Timer(10);
      var speedX:Number;
      public function Duck() {
      this.addEventListener(MouseEvent.CLICK,KillDuck);
      moveDuck.addEventListener(TimerEvent.TIMER,ducksmove);
      moveDuck.start();
      speedX = 10;
            function ducksmove(evt:TimerEvent):void
      this.x -= speedX;
      if (this.x <=0)
      moveDuck.stop();
      moveDuck.removeEventListener(TimerEvent.TIMER,ducksmove);
      this.parent.removeChild(this);
      function KillDuck(evt:MouseEvent):void
      var p:MovieClip = this.parent as MovieClip;
      p.setScore();
      p.updatecount();
      this.removeEventListener(MouseEvent.CLICK,KillDuck);
      this.parent.removeChild(this);
      moveDuck.addEventListener(TimerEvent.TIMER,ducksmove);

    You appear to be trying to remove the same object twice, first in the KillDuck function and then in the ducksmove function.  If it is removed already you can't try to remove it again because it is no longer in the display list.

  • Flash CS6 crashing on loading screen - everytime.

    Hi All,
    Ive just purchased Adobe Design and Web Premium.
    Ive managed to run other applications without any problem, like Photoshop 64bit, Illustrator 64bit, InDesign and Dreamweaver.
    However, everytime I tried to run Flash Professional CS6 it crashes when the loading screen appears.
    It says "Adobe Flash CS6 has stopped working"
    My system is running on Win 7 64bit
    Ive also updated my windows and ran Adobe Updates.
    Oh also tried uninstalling and clean up using the Adobe Creative Suite Cleaner
    Still it crashes... only Flash Pro. The rest aint got any problem.
    Would appreciate if there's any help or tips you can give.

    Is anyone esle still having this problem? I tried removing preferences and still got the error. I also uninstalled the entire CS6 install, ran the Adobe CS6 cleaunup tool and removed everything, reinstalled. I can get it to run if I run it as Admin, but that's annoying to click away the UAC prompt all the time and I don't like running programs as admin if I can avoid it for general security reasons..
    I thought it might be like Photoshop where it's incorrectly setup to run from a multi- hard disk environment like mine where the registry is setup to have user folders and files on a separate drive ( see this photoshop thread) but there doesn't seem to be any way of changing scratch disks in InDesign like the photoshop work-around.
    Anyway, here's my system info:
    Windows 7 Ultimate x64
    xeon x5550 ht
    8gb RAM
    ATI Firepro 1gb
    2 disks
         C: = windows system and software files
         D: = users folder

  • Flash cs6 crashes on exit

    Has any one else experanced Flash crashing on everytime it closes?
    I had flash cs5 installed, did a uninstall then installed cs6.
    Flash works fine as expected, although when I close the application I always get the following error:
    "FlashPro encountered a fatal exception.  FlashPro will now terminate.
    A log of the program's internal state at the time of exception has been saved in this file on your desktop.
    My system is running Windows 7 x86 (fully patched).
    I've tried removing all the files under and "C:\Users\Mark\AppData\Local\Adobe\Flash CS6\en_US\Configuration" although that hasn't seemed to help.
    you can see the log file here: https://dl.dropbox.com/u/9000077/FlashPro%20crash%20log%20%281%29.mdmp

    I would like an answer on this too.
    I just laid down some hard earned cash on CS5, and I installed Flash. I am running Windows 7 x64 Ultimate. It crashes on exit, no matter what. I tried everything, resetting preferences, running in compatibility mode, nothing works; it crashes on exit.
    In the Event Viewer, here is the error info:
    EventData
    Flash.exe
    11.0.0.485
    4badda9d
    unknown
    0.0.0.0
    00000000
    c000041d
    74c84cad
    2ec
    01cb3cf833ac4000
    C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    unknown
    Faulting application name: Flash.exe, version: 11.0.0.485, time stamp: 0x4badda9d
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc000041d
    Fault offset: 0x74c84cad
    Faulting process id: 0x2ec
    Faulting application start time: 0x01cb3cf833ac4000
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    Faulting module path: unknown
    Report Id: 784d59db-a8eb-11df-ad62-001d60544103
    When it crashes, Windows says that the program has stopped working and will close the program.
    Any answers Adobe?

  • Publish iOS app with Flash CS6?

    Hi,
    Is it possible to publish an iOS with the new icons sizes (120px..) with Flash CS6?
    Flash removes the new icon sizes from the app.xml every time I publish my app.
    Is it possible to prevent this?
    I tried to set the app.xml to read-only but then the app will not publish.
    Thanks

    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).

  • Flash CS6 professional iOS Player Settings will not open.

    Please Help.
    I am unable to open the Player Settings pane for iOS.
    I can get to the Player Settings for Android and everything else, but if I try to open player settings for iOS, at first nothing happens and then after a while Flash IDE crashes.
    It was working at one point yesterday. I was resolving an issue I had related to provisioning profiles. And then all of a sudden I am unable to get to this panel.
    I have run uninstall, and CC cleaner and removed all things Adobe from my machine and did a fresh reinstall of Creative Suite 6 Design and Web Premium.
    I started a brand new project and still, no Player Settings pane for iOS.
    Please Help!

    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    VM Regions Near 0x8:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
        __TEXT                 0000000000001000-0000000001b83000 [ 27.5M] r-x/rwx SM=COW  /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000095d1f907
    Java VM: Java HotSpot(TM) Client VM (20.65-b04-466.1 mixed mode macosx-x86)
    Current thread (000000002b98e400):  JavaThread "main" [_thread_in_native, id=-1604730456, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]

  • Flash cs6 installation

    hi,
    i can't download anymore Flash CS6 from CC because the Cloud recognizes the software as installed, but actually i removed it.
    any solution?

    Run the Creative Cloud Cleaner Tool, try again.
    Mylenium

  • BackgroundAlpha to 0 in flash cs6

    I am trying to load a Starling(stage3d) game.swf into a non Starling wrapper.swf.  I can get the game.swf to load and from trace commands can see that it's there but I can't see it visually.
    From what I understand the stage3d is behind the background of the stage.
    I've seen solutions posted saying that backgroundAlpha needs to be set to 0.  I am using flash cs6 and can't figure out, if this is the solution, how to set the backgroundAlpha to 0.
    Is there a way to set backgroundAlpha to 0?

    Only in a couple instances have I seen transparent possible. If this is embedded in a webpage you usually set the wmode parameter to "transparent" (see here) and it will be transparent. However as you know, Starling requires the wmode to be set to "direct" to work so you can't do that.
    Otherwise enhancers like Zinc or mProjector could turn SWFs into more functionally enhanced versions of a projector and have a transparent property you can trigger to remove the chrome from the projector overall.
    Otherwise I am unaware of any metadata or programmatic ways to set the actual background color of the stage to transparent. The stage does extend DisplayObject so it has an alpha property but that'd hide everything on the display list.

Maybe you are looking for

  • Adobe Media Encoder CC 2014 has NEVER opened on my computer.

    Can somebody please help with this? Process:         Adobe Media Encoder CC 2014 [468] Path:            /Applications/Adobe Media Encoder CC 2014/Adobe Media Encoder CC 2014.app/Contents/MacOS/Adobe Media Encoder CC 2014 Identifier:      com.adobe.am

  • I-phone 5 touch screen freezing

    My iPhone 5 keeps freezing and won't allow me to type then decides to shut down the text message it screen I am using. I have turned the phone off and on and keeps happening not all of the time but enough to become annoying, can this be fixed? I don'

  • Change field content of IDOC automatically

    Dear all, we have a little problem and I think that can be solved by changes incoming IDOCs. But I'm not that familiar with IDOCs, so my question: We get HR-Data from another system. Message Type: HRMD_A Basic Type: HRMD_A07 We want to change the pay

  • Yosemite memory out of control?

    Upgraded to Yosemite on MacBook Pro -- memory of kernel_task runs out of control (>6GB) in approx 48 hours after using -- initially did a clean install of Yosemite, and only loaded apps that are needed. Etrecheck reports the following with many proce

  • Cannot use any buttons or controls when runnning program

    When i run my program i cannot use any buttons (e.g. while loop stop,pause, ...) or any numeric controls. Also i cannost scroll or use tab controls. But the program itself is running normally.. i can see normal results as before. Problem is it used t