Flash 10 3D + Masking?

In Flash 10 Player with Flex 3.2 and Flex4.0 SDK I'm seeing
an issue where, whenever I set an object's z, scaleZ, rotateX, or
rotateY properties, any masking is ignored.
Anyone else aware of this issue?

To refine this a bit:
It seems that if object A is a 2D sprite with a mask, and
then objects B & C are 3D children of A, objects B & C will
be correctly masked by A's mask.
However, if A is positioned in 3D, the mask suddenly stops
working.

Similar Messages

  • Flash 8 Masking

    I have been using masking in Flash 8 to creating handwriting
    and drawing effects. A few weeks ago I had to replace my computer
    and ended up getting Vista as the OS, now the effect won't work any
    more. Are there any known issues with masking and Vista? If so, is
    there anything I can do to fix it, other than getting CS3?
    Thanks so much for any help!

    reposting to see if anyone has had this problem.

  • Flash Show Mask Question

    Hey Guys,
    I was wondering if a Flash person could help me with
    something. I am creating (or trying to at least) a Flash show that
    begins with a logo being slowly unmasked:
    http://riverahotelsouthbeach.com/allie/index.html
    But then I wanted to add photos of our hotel....kind of like
    what's on the other pages but I want to make it one show. Now I
    managed to make the masking effect work ( ok it's no Steven
    Spielberg effect but at least it works ).
    Now I inserted the actionscript on the mask timeline to stop
    the show from looping....
    But now when I go to insert a new layer with let's say
    Photo1..it won't show. I can see it work on my timeline but not
    when I test the show.
    I have my fla file here:
    http://riverahotelsouthbeach.com/all.../riviera_logo/
    Can someone help please? Thanks!!!!

    I use swfObject for Flash detection. It's easier to control
    than the Adobe solution and allows you to provide plain html
    alternate content:
    http://blog.deconcept.com/swfobject/

  • Flash gradient mask problem

    Having a bad day everything i do doesn't work today... I am trying to create a gradient mask but because its not on the main timeline also its in a nested swf, just can't get it working, this is what I was using and tried it with _parent.(instanceName) and _root
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask("mask");
    Any ideas
    Rich

    mask shouldn't be in quotes.
    if removing the quotes doesn't solve your problem what's the following show:
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask(mask);
     trace(clip);
    trace(mask);

  • How can I mask on flv file in flash cs4?

    Hi,
    I am new to Flash CS4. I saw one video on how to use flv file in flash and mask it. It is working fine when I am using the following option while importing a video file to flash:
    Load external video with playback component
    But when I tried with the following option it doesn't show the background, it shows only movie which is playing nicely. But not the background which has a bill board.
    Embed FLV in SWF and play in timeline
    It seems the mask is not working with this option.
    How to solve this problem? Please help.
    Actually it should be like the above.
    But when I am using the option Embed FLV in SWF and play in timeline while importing the flv video, getting the result like below: It is not showing the Bill board as above.
    See the layers created:

    Hi,
    I Tried with CS4 by creating mask layer and importing video , layers created were same as you have created and it is working for me .
    Here is the screen shot of the .fla file.
    Screenshot of .fla file

  • Flash Masks with multiple objects

    hey i was wondering if anyone knows whats with flash and
    masking an item to multiple graphics within a graphic
    IE i have a bunch of squares. they are each individual
    graphic objects. there are about 40 of these squares in another
    graphic called squareContainer
    im trying to mask a bitmap across squareContainer but when i
    do it it will only mask against one of the 40 or so squares - how
    do i get it to mask against all?
    -Carl

    I would also like to do this, any ideas?

  • New to Flash - Imported layers contain contents of lower layers?

    Hello.
    I have just started using flash, and know next to nothing about some of its functions, so I apologise if I appear to ask questions with obvious answers.
    Anyway, I am attempting to add animation to a previously created layered image, which I am importing from a .psd. The image is structured so that different layers contain translucent masks for objects below - e.g., an upper layer might contain a purple tint gradient which is overlayed on the layers below. I can open up this image in photoshop and it behaves as you might expect, but I'm having difficulties importing the image into flash. When I do, for some reason, the layer contents are modified so that some layers contain not only the contents previously in the layer, but the contents of everything below it, as if that layer and all layers below have been merged down into that one layer. The lower layers are still present, but any modifications made to them are not visible as they are blocked by lower layers. This does not seem to be true for all layers -  only those that previously contained elements with an alpha value anywhere between 0 and 255 - i.e., the mask layers. This makes it impossible to achieve my goal, as I am attempting to animate the objects beneath the masks.
    I'm not sure entirely why this is happening - it seems to be flash converting my layers in a very unintuitive manner. If anybody can help me figure out how to get around this, I would be very grateful. Possibly I could import each layer one at a time and re-arrange them in flash, but this would be very time consuming, especially considering that I may want to add animation to multiple similar files in the future. As such, if there is a way to get the layers to import correctly as arranged in the .psd, then this would be extremely useful.
    Thanks!
    [moved from AS3 forum - not AS related]

    What are you using to generate the PSD?
    Flash's mask support is a bit tricky. In most versions of flash it works as an on/off switch. If a layer is marked as a mask layer, if there is ANY data (transparent or not, white or black or any color), it considers that you want to show that portion of the layers it masks. If there is no bitmap data of any kind in the area, it will NOT show that.
    Pictures are much easier to explain. This behavior would be much different in Photoshop.
    In Flash, say you start with a giant ugly stock rainbow square as the graphic you wish to mask:
    Note in the timeline above I have a layer above named 'mask' and it's set to actually be a mask layer. In that layer I have this radial black/white gradient:
    If I pasted that into the alpha channel of a layer in Photoshop it would gradient the pictures transparency based on the black/gray/white. In flash, it doesn't care about that. All it cares about is there "is" or "is not" data. Since there's data in a larger region than the image it is masking, it will show the whole rainbow square below it, unlike Photoshop:
    There's the output, mask applied.
    Now if I actually cut a square of "bitmap data" out of the middle of the mask, Flash will dutifully clip that area so you can't see it. No data = can't see. So my new mask:
    Now due to there being "missing data" in that rectangular area it will cut out that portion of the rainbow box:
    Does this clarify a bit about the simplicity of masks?
    To get masks to work a bit more like Photoshop there's a bit of a code workaround we've all used for quite a long time. You can read it in many links of you search for AS3 gradient mask. Take a look at the code samples to see how.

  • Flash Builder or Flash Professional?

    Hey,
    Just wondering on your opinion of which should is better to use? Flash Builder or Flash Professional?
    Personally I want to drop flash profesiional and just keep developing in flash builder but before I do I want to know if I will lose any advantages or gain, and know if this is a good decision?
    I can code everything in flash builder good and love to work in the flash builder environment on desktop games AND mobile games sometimes.
    So what do you think I should do? Whats your opinion.
    Thanks

    Thank you... I guess I have a month or a year or so in front of me with what I have now, so I'm not looking to delve at this point if there is no advantage. Thanks for your opinion and time.
    I was also looking for a bit on vector graphics to import into flash for masks etc, and found another of your posts somewhwere that gave some insight... Having just installed Fireworks, I then found I can do the same from PaintShop - what I found was I can "break-apart" an image (in Flash) if I need to snip a little or can use png's directly as masks which I didn't realise before.
    So thanks again Mr K

  • Flash CS6 and Flash Pro CC questions

    I have the Adobe Creative Suite CS6, I just seen that Flash has a new version "Flash Pro CC" I need to know the following.
    WIll Flash Pro be available on its own? Or is there a CS7 Creative Suite coming?
    Main differences in Flash Pro CC  and Adobe Edge Animate?
    I do not see any of this info available as my business seems to be pointing to more app creation and HTML5 animation in the future. Adobe Edge is a good tool but there is no tool that can stand beside Flash when it comes to animating and I would hope that in some way shape or form, masks and some other features which were avaialble ONLY in Flash are now somehow integrated in Flash Pro?
    Any info appreciated.
    thx
    RD

    "edge is stictly an html animation tool.  flash pro is much more, but even in the realm of html publishing, i'm not sure there's anything that edge can do that flash pro cannot.  (there might be, i just don't know.)"
    This is a very good point as anyone who knows Flash would agree that it would be a godsend if Flash Pro CC would allow the user to create Flash based animations and then export to HTML5 while preserving the tools in Flash like masking which is not available in Edge. Having worked in Edge plenty of times it still requires alot of coding when you are doing button states and the overall nightmare of audio not being totally perfected to work in HTML 5 without 3rd party javascript libraries makes it difficult.
    So, Flash Pro CC is ONLY available in Creative Cloud for a subscription, correct?
    I have the new Lynda.com overview of Flash Pro CC and will have a look but in the meantime you are a Flash god and have helped me numerous times, many thanks !!!!
    RD

  • Animated logo -- and Flash export?

    Hi Folks -
    So, I'm working on animating this logo:
    http://giantmecha.com/uploadedimages/helpme.thumbnail_23554.png
    Seems simple, but I can't figure how to go about smoothly animating it. Behaviors? Keyframes? Help. =/
    Also, I'm hoping to use it for the web. So, my secondary question is: if I import the Motion file into After Effects, can I then simply export the animation as Flash?
    Any help would be greatly appreciated!
    Thanks.
    Evan

    Looks like a simple animation. If Flash is your target, I would do the whole thing in Flash using masks. You can take a Illustrator file and just mask and animate the layers.
    When you do this in Flash I think that you will find that your file size will be much smaller than producing a .flv or .mov file. Also your logo seems like it is all vector based, thus scalable.
    I wouldn't even think about bringing this into After Effects from Motion. No need to, too many steps than what is needed.
    You can however turn a Motion file that has been imported into After Effects in to a .swf file. There are limits, as somethings will not be exported a vector art. See Adobe website for infor. They have tutorial videos on the subject.
    Do you have Flash? With the new CS3, you can import your Illustrator/ Photoshop layers into Flash layers which you can then animate.
    Ed

  • Unable to render video in PSCS4 - Error Messages

    (Reposted here from CS Forum on a suggestion)
    I am unable to render video it seems. Despite having the latest QuickTime Pro in stalled and all updates to Vista 32 bit and to CS4 Design Premium, I get the following error message:
    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    This happens when, for example, I load 100 medium resolution JPEGs as an image sequence and choose File >Export > Render Video.
    If I OK through the error a couple of times I get a screen with output options, but usually some are greyed out. When I CAN put in QuickTime settings and choose export I get the following error:
    "Could not complete the Render Video Command because of a program error."
    When I have opened a support case it has regularly been closed after being told to get QuickTime 7.2 or higher.  GGGrrrr. I have QT 7.6.5 Pro installed.
    Any help much appreciated....I do have Premiere Elements 7 installed as well FYI.
    Also I have installed the latest Nvidia Driver each time I have tried working with video, had no improvement.
    NOTE related thread here that I opened previously on APE7. Am deleting the NVIDIA stuff again and rebooting to test if those Nvidia apps are cause.
    http://forums.adobe.com/thread/516453?tstart=0
    UPDATED- removing the NVIDIA apps had no effect- same exact errors on trying to File > Export > Render Video
    Thanks!  System Info below:
    Adobe Photoshop Version: 11.0.1 (11.0.1x20090218 [20090218.r.523 2009/02/18:02:00:00 cutoff; r branch])
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:15, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Processor speed: 2400 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce 9500 GT/PCI/SSE2
    OpenGL Drawing: Enabled.
    Video Card: NVIDIA GeForce 9500 GT
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Driver Version: 8.17.11.9562
    Built-in memory: 3070 MB
    Free memory: 1180 MB
    Memory available to Photoshop: 1632 MB
    Memory used by Photoshop: 80 %
    Image cache levels: 4
    Serial number: removed
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\Phil\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 289.2G, 122.5G free
      E:\, 298.1G, 50.0G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       adobe_epic.dll   Adobe EPIC   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       adobe_eula.dll   Adobe EPIC EULA   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2009/01/16-10:41:46   53.372607   53.372607
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt42.dll   International Components for Unicode   4, 2, 0, 0  
       icuin42.dll   International Components for Unicode   4, 2, 0, 0  
       icuuc42.dll   International Components for Unicode   4, 2, 0, 0  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       onOneActivationToolbox.dll   onOneActivationToolbox   1.0.1  
       onOneToolbox2.dll   onOne Toolbox2 Dynamic Link Library   2.2.0  
       onOneWelcomeDialog.dll   Essentials   1.0.0.1  
       OnOneWidgets.dll    OnOneWidgets dll   2.5  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       3D Studio 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Average 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BMP 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BackgroundFilter NO VERSION
       Bas Relief 11.0
       Camera Raw 5.6
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Cineon 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Collada 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Color Efex Pro 3.0 Complete 3.0.0.4175M
       Color Halftone 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Colored Pencil 11.0
       CompuServe GIF 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Conté Crayon 11.0
       Craquelure 11.0
       Crop and Straighten Photos 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crosshatch 11.0
       Crystallize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Cutout 11.0
       Dark Strokes 11.0
       De-Interlace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dfine 2.0 NO VERSION
       Dicom 11.0
       Difference Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Diffuse Glow 11.0
       Displace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Display NO VERSION
       Dry Brush 11.0
       Embed Watermark 3.0
       Entropy 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Extrude 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FXG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FastCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Fibers 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Film Grain 11.0
       Filmstrip 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Filter Gallery 11.0
       FineStructuresFilter NO VERSION
       Fisheye-Hemi 1 (Circle) v1.1.4 1.1.4
       Fisheye-Hemi 2 (Full Frame) v1.1.4 1.1.4
       Fisheye-Hemi 3 (Cropped) v1.1.4 1.1.4
       FocalPoint 2 2.0 (Suite 5.0)
       FocalPoint 2 Filter 2.0 (Suite 5.0)
       FocalPoint 2 Hidden NO VERSION
       FocalPoint 2 Hidden NO VERSION
       Fresco 11.0
       Fuji Pictrography NO VERSION
       Genuine Fractals 6.0 Professional Edition 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Batch 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Express 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Filter 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Format 6.0.4 (Suite 5)
       Glass 11.0
       Glowing Edges 11.0
       Google Earth 4 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone NO VERSION
       Halftone Pattern 11.0
       HotPixelsFilter NO VERSION
       IFF Format 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Ink Outlines 11.0
       Inkjet NO VERSION
       Inkjet: Canon NO VERSION
       Inkjet: Epson NO VERSION
       Inkjet: HP NO VERSION
       Inkjet: Lexmark NO VERSION
       Kurtosis 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lab Photographic NO VERSION
       Lens Blur 11.0
       Lens Correction 11.0
       Lens Flare 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lighting Effects 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Liquify 11.0
       MMXCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mask Pro 4.1 4.1.6 (Suite 5)
       Mask Pro 4.1 Select 4.1.6 (Suite 5)
       Mask Pro 4.1: Make Work Path 4.1.6 (Suite 5)
       Matlab Operation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Maximum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mean 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Measurement Core 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Median 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mezzotint 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Minimum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mosaic Tiles 11.0
       Multiprocessor Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       NTSC Colors 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Neon Glow 11.0
       Nik Selective Tool 2.0.4.2180
       Note Paper 11.0
       Ocean Ripple 11.0
       OpenEXR 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PCX 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PNG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PTLens 8, 7, 8, 11
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Paths to Illustrator 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PhotoFrame 4.5 Professional Edition 4.5 (Suite 5)
       PhotoFrame 4.5 Professional Edition Batch 4.5 (Suite 5)
       PhotoFrame 4.5 Professional Edition Hidden 4.5 (Suite 5)
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Professional Edition 2.5 (Suite 5)
       PhotoTools 2.5 Professional Edition Batch 2.5 (Suite 5)
       PhotoTune 3 3.0 (Suite 5.0)
       PhotoTune 3 Filter 3.0 (Suite 5.0)
       Photocopy 11.0
       Photographic & Dye Sub NO VERSION
       Photoshop 3D Engine 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Picture Package Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pinch 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pixar 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Plaster 11.0
       Plastic Wrap 11.0
       Pointillize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Polar Coordinates 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Portable Bit Map 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Poster Edges 11.0
       Radial Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Radiance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Range 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Raw Presharpening NO VERSION
       Read Watermark 3.0
       Reticulation 11.0
       Ripple 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Send Video Preview to Device 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ShadowsFilter NO VERSION
       Shear 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Silver Efex Pro 3.0.0.751
       Skewness 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       SkinFilter NO VERSION
       SkyFilter NO VERSION
       Smart Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smudge Stick 11.0
       Solarize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Spatter 11.0
       Spherize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Standard Deviation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       StrongNoiseFilter NO VERSION
       Sumi-e 11.0
       Summation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Targa 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Texturizer 11.0
       Tiles 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Topaz Adjust 3 3, 2, 1, 0
       Torn Edges 11.0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twirl 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       U3D 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Underpainting 11.0
       Vanishing Point 11.0
       Variance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Variations 11.0 (11.0x001)
       Video Preview 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Viveza 2 2.0.1.2180
       WIA Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Water Paper 11.0
       Watercolor 11.0
       Wave 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wavefront|OBJ 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wind 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wireless Bitmap 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ZigZag 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       nik Sharpener Pro 2.0 Selective NO VERSION
       onOneLibrary 4.0
    Plug-ins that failed to load: NONE
    Flash:
       Channels+Masks
       EMailer
       onOne
       onOne
       Treasure Trove
       Watermark
       Connections
       Kuler
    Installed TWAIN devices:
       WIA-Compact Flash  
       SilverFast Epson-SE (32 Bit)
       EPSON TWAIN 5

    I agree this is an issue with an Apple DLL.  The error you're getting suggests that the wrong version of the DLL is being used.  It means that the thing that is rendering the video is expecting the CoreFoundation DLL to have a particular function called CFCreateRepositoryPath but it's not there. 
    What could be happening is that there are multiple instances of this DLL on the computer and the PATH is leading to the wrong one.
    You might search your entire hard-drive and find where the CoreFoundation DLL exists and what version each is.  If there is only one version, then perhaps your version of QuickTime is actually too new.  Photoshop 11.0.1 came out a long time ago, and the version of QuickTime referred to in the support-ticket-closure response is also pretty old, so maybe the newest QuickTime is using a newer version of the DLL that Photoshop knows how to deal with.
    Searching my system for CoreFoundation. there is one smaller version of the DLL in Apple Application Support dated in November and then several larger ones in directories dealing with mobile phones like the iPhone, which I don't have one of, dated a few months earlier.
    I'm guessing the iPhone stuff came with iTunes, which I do have installed, though I don't really use it.

  • Unable to Render Video in PSCS4 Extended - Error Messages

    I am unable to render video it seems. Despite having the latest QuickTime Pro in stalled and all updates to Vista 32 bit and to CS4 Design Premium, I get the following error message:
    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    This happens when, for example, I load 100 medium resolution JPEGs as an image sequence and choose File >Export > Render Video.
    If I OK through the error a couple of times I get a screen with output options, but usually some are greyed out. When I CAN put in QuickTime settings and choose export I get the following error:
    "Could not complete the Render Video Command because of a program error."
    When I have opened a support case it has regularly been closed after being told to get QuickTime 7.2 or higher.  GGGrrrr. I have QT 7.6.5 Pro installed.
    Any help much appreciated....I do have Premiere Elements 7 installed as well FYI.
    Also I have installed the latest Nvidia Driver each time I have tried working with video, had no improvement.
    NOTE related thread here that I opened previously on APE7. Am deleting the NVIDIA stuff again and rebooting to test if those Nvidia apps are cause.
    http://forums.adobe.com/thread/516453?tstart=0
    UPDATED- removing the NVIDIA apps had no effect- same exact errors on trying to File > Export > Render Video
    Thanks!  System Info below:
    Adobe Photoshop Version: 11.0.1 (11.0.1x20090218 [20090218.r.523 2009/02/18:02:00:00 cutoff; r branch])
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:15, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Processor speed: 2400 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce 9500 GT/PCI/SSE2
    OpenGL Drawing: Enabled.
    Video Card: NVIDIA GeForce 9500 GT
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Driver Version: 8.17.11.9562
    Built-in memory: 3070 MB
    Free memory: 1180 MB
    Memory available to Photoshop: 1632 MB
    Memory used by Photoshop: 80 %
    Image cache levels: 4
    Serial number: 92218028076547366530
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\Phil\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 289.2G, 122.5G free
      E:\, 298.1G, 50.0G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       adobe_epic.dll   Adobe EPIC   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       adobe_eula.dll   Adobe EPIC EULA   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2009/01/16-10:41:46   53.372607   53.372607
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt42.dll   International Components for Unicode   4, 2, 0, 0  
       icuin42.dll   International Components for Unicode   4, 2, 0, 0  
       icuuc42.dll   International Components for Unicode   4, 2, 0, 0  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       onOneActivationToolbox.dll   onOneActivationToolbox   1.0.1  
       onOneToolbox2.dll   onOne Toolbox2 Dynamic Link Library   2.2.0  
       onOneWelcomeDialog.dll   Essentials   1.0.0.1  
       OnOneWidgets.dll    OnOneWidgets dll   2.5  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       3D Studio 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Average 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BMP 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BackgroundFilter NO VERSION
       Bas Relief 11.0
       Camera Raw 5.6
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Cineon 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Collada 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Color Efex Pro 3.0 Complete 3.0.0.4175M
       Color Halftone 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Colored Pencil 11.0
       CompuServe GIF 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Conté Crayon 11.0
       Craquelure 11.0
       Crop and Straighten Photos 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crosshatch 11.0
       Crystallize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Cutout 11.0
       Dark Strokes 11.0
       De-Interlace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dfine 2.0 NO VERSION
       Dicom 11.0
       Difference Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Diffuse Glow 11.0
       Displace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Display NO VERSION
       Dry Brush 11.0
       Embed Watermark 3.0
       Entropy 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Extrude 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FXG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FastCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Fibers 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Film Grain 11.0
       Filmstrip 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Filter Gallery 11.0
       FineStructuresFilter NO VERSION
       Fisheye-Hemi 1 (Circle) v1.1.4 1.1.4
       Fisheye-Hemi 2 (Full Frame) v1.1.4 1.1.4
       Fisheye-Hemi 3 (Cropped) v1.1.4 1.1.4
       FocalPoint 2 2.0 (Suite 5.0)
       FocalPoint 2 Filter 2.0 (Suite 5.0)
       FocalPoint 2 Hidden NO VERSION
       FocalPoint 2 Hidden NO VERSION
       Fresco 11.0
       Fuji Pictrography NO VERSION
       Genuine Fractals 6.0 Professional Edition 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Batch 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Express 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Filter 6.0.4 (Suite 5)
       Genuine Fractals 6.0 Professional Edition Format 6.0.4 (Suite 5)
       Glass 11.0
       Glowing Edges 11.0
       Google Earth 4 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone NO VERSION
       Halftone Pattern 11.0
       HotPixelsFilter NO VERSION
       IFF Format 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Ink Outlines 11.0
       Inkjet NO VERSION
       Inkjet: Canon NO VERSION
       Inkjet: Epson NO VERSION
       Inkjet: HP NO VERSION
       Inkjet: Lexmark NO VERSION
       Kurtosis 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lab Photographic NO VERSION
       Lens Blur 11.0
       Lens Correction 11.0
       Lens Flare 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lighting Effects 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Liquify 11.0
       MMXCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mask Pro 4.1 4.1.6 (Suite 5)
       Mask Pro 4.1 Select 4.1.6 (Suite 5)
       Mask Pro 4.1: Make Work Path 4.1.6 (Suite 5)
       Matlab Operation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Maximum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mean 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Measurement Core 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Median 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mezzotint 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Minimum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mosaic Tiles 11.0
       Multiprocessor Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       NTSC Colors 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Neon Glow 11.0
       Nik Selective Tool 2.0.4.2180
       Note Paper 11.0
       Ocean Ripple 11.0
       OpenEXR 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PCX 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PNG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PTLens 8, 7, 8, 11
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Paths to Illustrator 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PhotoFrame 4.5 Professional Edition 4.5 (Suite 5)
       PhotoFrame 4.5 Professional Edition Batch 4.5 (Suite 5)
       PhotoFrame 4.5 Professional Edition Hidden 4.5 (Suite 5)
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Hidden NO VERSION
       PhotoTools 2.5 Professional Edition 2.5 (Suite 5)
       PhotoTools 2.5 Professional Edition Batch 2.5 (Suite 5)
       PhotoTune 3 3.0 (Suite 5.0)
       PhotoTune 3 Filter 3.0 (Suite 5.0)
       Photocopy 11.0
       Photographic & Dye Sub NO VERSION
       Photoshop 3D Engine 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Picture Package Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pinch 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pixar 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Plaster 11.0
       Plastic Wrap 11.0
       Pointillize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Polar Coordinates 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Portable Bit Map 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Poster Edges 11.0
       Radial Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Radiance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Range 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Raw Presharpening NO VERSION
       Read Watermark 3.0
       Reticulation 11.0
       Ripple 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Send Video Preview to Device 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ShadowsFilter NO VERSION
       Shear 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Silver Efex Pro 3.0.0.751
       Skewness 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       SkinFilter NO VERSION
       SkyFilter NO VERSION
       Smart Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smudge Stick 11.0
       Solarize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Spatter 11.0
       Spherize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Standard Deviation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       StrongNoiseFilter NO VERSION
       Sumi-e 11.0
       Summation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Targa 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Texturizer 11.0
       Tiles 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Topaz Adjust 3 3, 2, 1, 0
       Torn Edges 11.0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twirl 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       U3D 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Underpainting 11.0
       Vanishing Point 11.0
       Variance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Variations 11.0 (11.0x001)
       Video Preview 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Viveza 2 2.0.1.2180
       WIA Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Water Paper 11.0
       Watercolor 11.0
       Wave 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wavefront|OBJ 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wind 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wireless Bitmap 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ZigZag 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       nik Sharpener Pro 2.0 Selective NO VERSION
       onOneLibrary 4.0
    Plug-ins that failed to load: NONE
    Flash:
       Channels+Masks
       EMailer
       onOne
       onOne
       Treasure Trove
       Watermark
       Connections
       Kuler
    Installed TWAIN devices:
       WIA-Compact Flash  
       SilverFast Epson-SE (32 Bit)
       EPSON TWAIN 5

    Thanks Peter, I will post there- somehow I could only find the CS forum when posting- I will
    look more carefully.
    I have not tried going down in QT version...I guess I could find older versions online huh?

  • Photomerge UI Not Working

    Photomerge UI not working in Snow Leopard. Shows up in the sys info of PSCS4, but not in File/Automate/Photomerge. What am doing wrong? Installed into //Applications/Adobe Photoshop CS4/Plug-ins/Automate. Clean install of SL & CS4, any help would be much appreciated.
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Mac OS 10.6.1
    System architecture: Intel CPU Family:6, Model:15, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 2
    Processor speed: 2400 MHz
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 2600 PRO OpenGL Engine
    OpenGL Drawing: Enabled.
    Built-in memory: 4096 MB
    Free memory: 608 MB
    Memory available to Photoshop: 3072 MB
    Memory used by Photoshop: 90 %
    Image cache levels: 4
    Serial number:
    Application folder: Working Drive:Applications:Adobe Photoshop CS4:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Backup RAID, 931.2G, 281.4G free
      Photos Drive, 931.4G, 251.2G free
      Working Drive, 297.8G, 284.7G free
      Cache Drive, 465.8G, 398.9G free
    Primary Plug-ins folder: Working Drive:Applications:Adobe Photoshop CS4:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adobe_caps.framework   adobe_caps   2.0.99.0   2.135373
       adobe_epic.framework   adobe_epic   3.0.1.10077   "53.352460"
       adobe_eula.framework   adobe_eula   3.0.1.10077   "53.352460"
       AdobeACE.framework   AdobeACE   2.14.21.1744   53.355610
       AdobeAGM.framework   AdobeAGM   4.19.26.1744   53.355610
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.4.401.1570   53.348206
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.4.401.1570   53.348206
       AdobeBIB.framework   AdobeBIB   1.2.01.1744   53.355610
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   53.355610
       AdobeCoolType.framework   AdobeCoolType   5.06.05.1744   53.355610
       AdobeCrashReporter.framework   AdobeCrashReporter   3.0.20080806  
       AdobeExtendScript.framework   ExtendScript   3.92.114.1661   53.351316
       adobejp2k.framework   AdobeJP2K   2.0.0.1570   53.100857
       AdobeLinguistic.framework      7863  
       adobelm.framework   adobelm   3.0.11.10077   53.352460
       AdobeMPS.framework   AdobeMPS   4.9.16.1631   53.350311
       AdobeOwl.framework   AdobeOwl   2.0.70   53.354161
       adobeowlcanvas.framework   AdobeOwlCanvas   2.0.70   53.354161
       adobepdfl.framework   AdobePDFL   9.0.0.1733   53.204060
       adobepdfsettings.framework   AdobePDFSettings   1.4  
       AdobeScCore.framework   AdobeScCore   3.92.114.1661   53.351316
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMP      53 . 352624
       AdobeXMPFiles.framework   AdobeXMPFiles      53 . 352624
       AdobeXMPScript.framework   AdobeXMPScript      53 . 352624
       aflamingo.framework   AFlamingo   1.0.404.1638   53.350580
       ahclient.framework   ahclient   1.3.12  
       aif_core.framework   AdobeAIF   1.0.00   53.352475
       aif_ogl.framework   AdobeAIF   1.0.00   53.352475
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   2.0.1.10077   2.0.1.10077
       amtservices.framework      2 . 0  
       asneu.framework   asneu   1.6.2  
       Cg.framework   NVIDIA Cg     
       data_flow.framework   AdobeAIF   1.0.00   53.352475
       FileInfo.framework   FileInfo      53 . 352624
       ICUConverter.framework   ICUConverter   3.61   "gtlib_1.1 CL#7223"
       ICUData.framework   ICUData   3.61   gtlib_1.1 CL#7223
       image_flow.framework   AdobeAIF   1.0.00   53.352475
       image_runtime.framework   AdobeAIF   1.0.00   53.352475
       LogTransport.framework      1.0  
       PlugPlug.framework   PlugPlug   1.0.0.73  
       registration.framework      2 . 0  
       wrservices.framework        
    Installed plug-ins:
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Accented Edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Angled Strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “BMP.plugin”
       BackgroundFilter NO VERSION - from the file “BackgroundFilter.plugin”
       Bas Relief 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Bigger Tiles 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©2004-2008 Adobe Systems Incorporated - from the file “Bigger Tiles.plugin”
       Camera Raw 5.5 (87), Copyright © 2009 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©2002-2008 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Color Efex Pro 3.0 Complete NO VERSION - from the file “CEP3Complete.plugin”
       Colored Pencil 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “GIF.plugin”
       Contact Sheet II 11.0x001  ©1997-2008 Adobe Systems Incorporated - from the file “ContactSheetII.plugin”
       Conté Crayon 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crosshatch 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cutout 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dfine 2.0 NO VERSION - from the file “Dfine2.plugin”
       Diffuse Glow 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dry Brush 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Extract 11.0x001  ©1993-2008 Adobe Systems Incorporated - from the file “ExtractPlus.plugin”
       FXG 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “FXG.plugin”
       Film Grain 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filmstrip 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “FilmStrip.plugin”
       Filter Gallery 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       FineStructuresFilter NO VERSION - from the file “FineStructuresFilter.plugin”
       Fresco 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HotPixelsFilter NO VERSION - from the file “HotPixelsFilter.plugin”
       IFF Format 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “IFF Format.plugin”
       Ink Outlines 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Measurement Core 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1993-2008 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mosaic Tiles 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Neon Glow 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Nik Selective Tool NO VERSION - from the file “SelectivePalette.plugin”
       Note Paper 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ocean Ripple 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       OpenEXR 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©2003-2008 Adobe Systems Incorporated - from the file “OpenEXR.plugin”
       PCX 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “PCX.plugin”
       PNG 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “PNG.plugin”
       Paint Daubs 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Pattern Maker 11.0x001  ©1993-2008 Adobe Systems Incorporated - from the file “PatternMaker.plugin”
       Photocopy 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PhotomergeUI 11.0x001  ©1999-2008 Adobe Systems Incorporated - from the file “PhotomergeUI.plugin”
       Picture Package 11.0x001  ©1997-2008 Adobe Systems Incorporated - from the file “ContactSheetII.plugin”
       Pixar 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Portable Bit Map 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radiance 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©2003-2008 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Rough Pastels 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       ShadowsFilter NO VERSION - from the file “ShadowsFilter.plugin”
       SkinFilter NO VERSION - from the file “SkinFilter.plugin”
       SkyFilter NO VERSION - from the file “SkyFilter.plugin”
       Smudge Stick 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spatter 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sponge 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       StrongNoiseFilter NO VERSION - from the file “StrongNoiseFilter.plugin”
       Sumi-e 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “Targa.plugin”
       Texturizer 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Torn Edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twain Acquire 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1992-2008 Adobe Systems Incorporated - from the file “TWAIN.plugin”
       Twain Select 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1992-2008 Adobe Systems Incorporated - from the file “TWAIN.plugin”
       Underpainting 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Water Paper 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Web Photo Gallery 11.0x001  ©1997-2008 Adobe Systems Incorporated - from the file “WebContactSheetII.plugin”
       Wireless Bitmap 11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]  ©1989-2008 Adobe Systems Incorporated - from the file “WBMP.plugin”
    Plug-ins that failed to load: NONE
    Flash:
       Channels+Masks
       Curves - Dialog
       Daily_PS_Tip
       Mode
       Untitled-1
       Connections
       Kuler
    Installed TWAIN devices: NONE

    >> If I choose auto....turns out as a "panorama" of only the middle image.
    If this is the case then maybe the images you are using to create the panorama are not clicked for this purpose. To create panorama using auto feature you should use images which have some degree of overlap between the images.
    In case you still want to create a panorama with images that were not clicked with this aim, you use the 'interactive' feature.
    >> and then goes to a blank editor screen.
    Do you mean that the images selected by you don't appear in the image strip as well?
    I suggest you go through PSE7 help link for Photomerge panorama. http://help.adobe.com/en_US/PhotoshopElements/7.0_Win/WSae2ea3b149d0c3591ae939f103860b3d5 9-7fcf.html
    In case you find PSE behaving differently from as described in the help file then there might be a problem.
    Let us know in either case.

  • Mask Layer not working in cropping to stage Flash

    I've read through umpteen Flash threads of frustrated users who export SWF and anything visible outside the stage appears in the SWF when opened in a browser.  None of the solutions have worked for me.  My file is called statement_onlineheader.fla.  It can be seen here http://www.mediafire.com/?yrmgnoynihw.  Anyone know why this does not work for me?
    I have my mask layer above a folder containing all other layers.  I have also tried moving the mask layer above individual layers.  Same result.  Stuff outside the stage appears in the exported SWF.

    Very true.  So what do you think is wrong with my file?  The top layer is marked "Mask" when I control-click it, and it doesn't matter if I put it over an individual layer or not.  The top layer is a rectangle the size of the stage, yet this layer (which is checked as a mask) does not mask what is below it.

  • Creating Mask In Flash CS3

    HELP!!!!
    I am about to pull my hair out.
    I am new to flash and would like to know how to create a
    mask. Could someone please send me the step by step instructions on
    what to do.
    Your help is greatly appreciated.

    On the stage, you do it the same as in previous version of
    Flash. Right click the layer your mask is on and select the 'mask'
    option. It will mask any layers grouped under it.
    In ActionScript you would do it like this:
    ** You need to have imported the Button class into your
    library, drag a Button component to the stage and then delete it.
    Try the code below in an empty flash file to see how it works.
    import fl.controls.Button;
    var masked:Shape = new Shape();
    var g = masked.graphics;
    g.beginFill(0xff0000,1);
    g.drawRect(0,0,300,300);
    g.endFill();
    addChild(masked);
    var masker:Shape = new Shape();
    g = masker.graphics;
    g.beginFill(0x000000,1);
    g.drawRect(150,150,50,50);
    g.endFill();
    addChild(masker);
    function applyMask(e:MouseEvent = null):void {
    masked.mask = masker;
    var myButton:Button = new Button();
    myButton.label = "Apply Mask";
    myButton.emphasized = true;
    myButton.width = 150;
    myButton.move(20, 20);
    addChild(myButton);
    myButton.addEventListener(MouseEvent.CLICK, applyMask);
    myButton.y = 325;

Maybe you are looking for

  • Extended notifications problem

    Hi experts, I am trying to configure extended notifications for around 7 to 8 different taks pertaining to different workflows. I could successfully do it for 1 task. Then after successful testing I did add more filters to the same configuration unde

  • How can I move music from my computer to my nano?

    I have music I've entered as a MP3 files and I cannot move them to my Nano?  Does anyone else have this problem?

  • Thousands of duplicate messages in Apple Mail

    On MacBook Pro: OS 10.6.8, Mail v. 4.6, using gmail as a POP (not IMAP) account: Messages are being duplicated by the thousands in Inbox, Sent, and Trash. This is happening on two MacBook Pros using a single email address. The more we delete the mess

  • Audio Midi Setup not responding

    Hello Experts, I have the following problem: My Audio MIDI Setup is not responding. It starts but I have no control over it and have to force quit it to exit the application. I have audio but I can't launch Logic Pro, Djay etc. PLS HELP!

  • Hi,,,im a newbie so be gentle with me...lol

    hi,,, im a newbie,,,be gentle with me...lol