Features missing from Adobe Connect 9, 16x9

I saw a preview of Adobe Connect 9 at the Adobe Connect Federal User's Group meeting yesterday. Product looks great and well worth the trouble to upgrade. Unfortunately, two of my wish list items weren't addressed. For Adobe Connect 9, it's still a 4x3 world for video and for Share Pod presentation of PDFs (they can't fill the screen on a 16x9 display). The PDF issue is especially irritating, since it should be a really easy fix for Adobe. I work in an organization where bandwidth is a problem and 50-60" conference room displays and spreadsheets are popular, so I really need PDFs to fill the screen. I asked Peter Ryce to intercede, but I'll take any help I can get from any corner. Can someone at Adobe, or anywhere else, PLEASE produce a PDF viewer pod that will go full screen on a 16x9 display?

You asked durrning Adobe's shutdown week, so the answer is slow in comming. As I recall, I had to log out and log back in for the new version 9 features to wake up, but it may have been a browser cookie issue. If you truly don't have Connect 9 (you can double check by mousing over the "Help" link on the login page and it will show your version of Connect), then you should call support at 800-945-9120.

Similar Messages

  • MPEG-2 option missing from Adobe Media Encoder (ver7.2.0.43)

    Hi all,
    Having an issue getting the MPEG-2 option for our Creative Cloud installation, specifically in Media Encoder's presets.
    The following steps were recommended on another Adobe forum addressing this issue:
    1.Uninstall Adobe Premiere Pro or the Creative Suite.
    2.Run the cleanup script found here: http://www.adobe.com/support/contact/cscleanertool.html
    3.Reinstall Adobe Premiere Pro or the Creative Suite.
    4.Launch Adobe Premiere Pro.
    5.When prompted for activation during launch, ensure that the computer is online and complete activation.
    If the computer cannot be brought online, complete the offline activation during the first launch of the software. Do not choose to activate later.
    6.After Activation, close and restart Adobe Premiere Pro.
    We have been able to run through steps1 to 4, however the Activation option in #5 does not appear at all (must be activation is included as part of our CC license).
    Without the option to deactivate/activate Premiere how can we go about getting the MPEG-2 option to appear?
    Thanks again

    Hi Jim,
    I'm having the same problem of the mpeg 2 codecs missing from adobe media encoder.  I have 2 computers and on both of them the mpeg 2 options for encoding have disappeared today.  Can you please help? 

  • Import an FLV file from Adobe Connect into Premiere Elements 12?

    The Adobe Connect support staff recommended that we use Adobe Premiere Elements to edit the FLV file that we exported out of their software.  We purchased Adobe Premiere Elements 12 based on that advice.  Now we see that FLV files are not on the list of supported import files. 
    How can I import an FLV file from Adobe Connect into Adobe Premiere Elements 12 for editing?

    Welcome to the forum.
    Over the years, I have used Moyea's Flash Importer plug-in for PrPro, and it has worked perfectly. With about PrPro CS 4, IIRC, Adobe did add an FLV Importer, so Moyea began to suspend development of that plug-in. Then, with the release of the CC version of PrPro, they dropped FLV completely.
    Now, Moyea does have other programs, but I do not know if any of them are plug-ins for PrE. However, many of their programs can create, edit and output FLV.
    There is also a (free, if memory serves) FLV converter, FLV to AVI, which I used to convert FLV files, before I discovered the Moyea plug-in for my PrPro.
    I would look into Moyea, to see if there is anything, that will work as a plug-in to PrE, http://www.video-to-flash.com/products/, and if not, explore a program, such as FLV to AVI: http://www.pazera-software.com/products/flv-to-avi-converter/
    Good luck,
    Hunt

  • Open files from adobe connect in adobe premiere

    i tried to import a flv-file from adobe connect in adobe premiere pro cc and premiere pro cc tells me that there is no media in this file. how can it be possible that two programs from one company wont accept files from each other?

    Hi SAPDeveloper,
    Sorry for the trouble. I have heard that files created from Connect do not work well in Premiere Pro natively. I suggest you try to transcode the file in Media Encoder or VLC and continue from there.
    If you have time, please file a bug addressing this issue: http://www.adobe.com/go/wish
    Thanks,
    Kevin

  • Having issues with importing a FLV from Adobe Connect. Either the file is too large to import, the file corrupt or the sound will not play. In the Flash Pro 5.5 version it can only be viewed with sound but will not import so it cannot be converted, the ne

    Anyone have a clue how I can open or convert the Adobe Connect FLV file?

    I'm searching for an answer to almost the same exact problem, using almost the same exact hardware and software. Has an answer been found?
    The files that I'm trying to burn come from eMusic, and they are formatted mp3. Recently, (after the iTunes update to 9.2.3?,) they would not drag and drop from iTunes into Toast. From several different discussions I've tried working around this by dragging to the desktop first then dragging and dropping to Toast, going to Toast from a programmer's homemade help window, " iToons," and today, after talking with Apple support, going directly to Toast from my eMusic folder. Alas, all recordings do not perform like they use to. Sometimes they play and sometimes not. There is one I managed, that is listenable, but sometimes I have to put it in my car stereo over and over again as it gets ejected with an error code, sometimes, finally it takes it... Some of the recordings on other disks I've burned are not clean - they have white-noise sounds creeping in... I use to have none of these problems. One time as I was listening to a CD that managed to play, and it just stopped playing... Is there an answer out there to get back to how it use to be? Thanks for you help.

  • Retrieving information from Adobe Connect XML API

    Hello guys. I'm very newbie working with Adobe Flex and Connect API...
    I'm trying to get some informations from an Adobe Connect Pro Server using API.
    I made a HTTP request to the server and I'm receiving the right response from the server (I see from the response body in network monitor).
    In the function that I'm handling the results, I need to get the fields TYPE and SCO-ID, from the XML that I received.
    The problem is... when I walk through the response, to get those values, flex can't understand that one of the fields in the response are named by SCO-ID...
    This is the function I'm trying to use...
    protected function breezeSCO_resultHandler(event:ResultEvent):void
         var step:int;
         var tempObject:Object = new Object();
         //Walking through the result trying to find the data that I want to use
         for (step= 0; step < event.result.length; step++)
              if(event.result.results.shortcuts.sco[step].type == "meetings")
                   tempObject.code = event.result.results.shortcuts.sco[step].sco-id; //This is the line that flex gives an error: "1067: Implicit coercion of a value of type String to an unrelated type Number."
                   tempObject.type = event.result.results.shortcuts.sco[step].type; //This line give me the right information
    Here's an example of the response in browser...
    <results>
         <status code="ok"/>
              <shortcuts>
                   <sco tree-id="11002" sco-id="11024" type="shared-training-templates">
                        <domain-name>http://192.168.0.233</domain-name>
                   </sco>
                   <sco tree-id="11006" sco-id="11449" type="my-courses">
                        <domain-name>http://192.168.0.233</domain-name>
                   </sco>
                   <sco tree-id="11003" sco-id="11023" type="shared-meeting-templates">
                        <domain-name>http://192.168.0.233</domain-name>
                   </sco>
              </shortcuts>
    </results>
    I believe that the error is because the minus signal that identifies the field, because when I removed the '-id' from the field, the error goes away.
    Anyone can give me any idea of how to get this value? I can't rename the field name, cause it's an XML response from the Adobe Connect Server...
    Thanks, and sorry about my english!

    Well... I found that others Web Services of the Adobe Connect have the same minus signal to identified the fields on the XML that is returned from the server, like the url-path that have the url for the meeting room. And I can't get those values too.... =/
    <sco sco-id="11451" source-sco-id="" folder-id="11450" type="folder" icon="folder" display-seq="0" is-folder="1">
         <name>Meus modelos</name>
         <url-path>/f11451/</url-path>
         <date-created>2011-02-10T11:40:52.983-02:00</date-created>
         <date-modified>2011-02-10T11:40:52.983-02:00</date-modified>
    </sco>
    Any tips?

  • Adobe Presenter presentation won't load from Adobe Connect server.

    I created a slideshow using Adobe Presenter 8. It was successfully published to our Adobe Connect server. However, when accessing it via the URL on Connect, the presentation never loads. The status wheel just spins and spins. Can you please assist us in troubleshooting this issue? Thanks.

    If you extract the zip, then launch the index.htm file it should play in your browser. The viewer.swf file can work as well, but you may have needed to associate it to your browser to get it to work.
    If you expereince the same behavior when playing locally, I'd suspect that Connect is not the issue.
    It may be something as simple as an image on the first slide (possibly within the first three slides) that is causing the issue. You might try right clicking on the images in PPT and doing a Save Image As... and saving it as a JPG (even if it already is) and then re-inserting the image.
    You can also try breaking the presentation into smaller groups of slides and publishing them untill you find the offending slide(s) and then modifying the slides to resolve the issues.

  • Combine PDF feature missing from right click option Acrobat Pro 9/Windows 7

    I combine PDF's all day long and need this feature. I had it on my old computer and since moving over to the new computer I do not have the option to combine PDF's when right clicking on PDF documents. I have searched the forum and found other fixes, however none have worked, I have uninstalled and re-installed three times as well and no luck. Does anyone have any other ideas for fixes for this. I need this feature.....
    Message was edited by: chesty21

    Found this it worked for me :
    http://acrobatusers.com/forum/pdf-creation/right-click-option-combine-supported-files-miss ing a known issue caused by the context menu handler not being registered (tends to result from patches and installs when Windows UAC is active).
    It's
    From the Start menu, choose 'All Programs' > 'Accessories, and *right-click* on 'Command Prompt'Select 'Run as Administrator' and approve the UAC window (if one is displayed)
    If you have 64-bit Windows, in the command window type the following and press Enter, including the quotes:
    regsvr32 "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu64.dll"
    On 32-bit Windows, type this instead:
    regsvr32 "C:\Program Files\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu.dll"
    You should see a message saying it was successful. Close the command prompt window, and your context menus should be back up and running. .

  • MPEG-2 codecs missing from Adobe Media Encoder CS6 installed with Creative Cloud Membership

    Some people who have downloaded Adobe Media Encoder with Premiere Pro CS6 as part of a Creative Cloud Membership subscription have a problem in which the MPEG2, MPEG2-DVD, MPEG2-Blu-ray, Dolby Digital, & MXF OP1a codecs are missing.
    To fix this issue, install the Adobe Media Encoder CS6 (6.0.1) update. Choose Help > Updates to install the update.

    It's true. We reached the conclusion that the version CS6 is inferior, a step back,  than 5 or 5.5. What's good about it, is the Audution CS6, which is a great replacement for the flawed Audition CS5 accompanying Suite 5.5. You can almost forget the Soundbooth ... Soundbooth ... hmmm, better not comment, but anyway, the most polite thing that i can say it, is that it is a demonstration of how a company decides that its users are not able to think and not able to learn or understants anything. Anything else that i want to say about Soundbooth can not be written here ....
    Adobe has demonstrates this development cicle along all this years. The products takes an uphill curve of development, and suddenly, goes back, showing wrong decisions was taken. So after some time , the products starts to evolve again . CS6 shows this stop evolving point. Now we have to wait untill new uphill curve of development starts again.
    Well, but like their predecessors AA CS6 still not are good enough to dispense Audition 3, but it is a good outcome for the Suite CS5.5 Audition at least was a sign of improvement in this Creative Suite CS6
    Many of the features and effects that have been deliberately taken out of version 5, now returned in 6, (some) showing that at Adobe at least recognizes when misses badly. But the optimal effects panel of AA3 did not return, some effects of AA3 as fade in and fade out did not come back in AA 6, the optimum VST support of AA3 to not are present in AA6 like many VST we have here that was expensive, you do not work in 6, thus, by these and other reasons we can still not dispense AA3.
    Maybe in CS7 we users cam be satisfied.

  • Files missing from Adobe Applications support folder

    I now receive this message when starting Photoshop CC:  One or more files in the Adobe Applications Support folder, necessary for running Photoshop, are missing.  Please run the Photoshop installer and re-install Photoshop.  After looking through some older posts on this, it looks like there is a way to just replace the missing folder.  I need help on what is the most current and best way to fix this problem.  I am running an iMac with OS X 10.8.5.  I did just uninstall CS4 from my machine this morning.  I am not sure if this plays a roll.

    You said there was an error (indicating missing files and that you need to reinstall), then you say it crashes.  Well, which is it?  And if there is a crash, what does the detailed crash report say?

  • Pc cannot install purchased photo elements 13.  Error message appears:  File archive part missing from Adobe Photo Elements 13.  You need all parts in the same folder in order to extract Adobe Photoshop 13.  please download all parts.

    Cannot install my download due to above error message.

    Hi revbos,
    Apologies for your incovinience.
    Requesting you to please go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us. When you click on download button (after selecting your OS details), it should open a new browser window (which will launch the Akamai installer automatically). Please cancel any installation or error shown.
    The newly opened browser page will look something like this:
    As highlighted, please click on these links (one by one) and see if it downloads the required files. The downloaded files will be compressed with 7z format. If you have some extracting tool (like WinZip) try extracting it. If you don't have it, download 7z. Its a free utility from Microsoft. Once downloaded and installed, you will be able to extract file and locate the PSE setup.
    Please let me know if you face any issues.
    ~Surendra

  • ITunes Radio features missing from one computer to the other..

    I upgraded my home iMac to iTunes 11.1 and when I click on a radio station, I have a scroll bar to choose from top hits to finding more music. I upgraded my work computer the next day, and that feature is not there. On my home iMac, I have the a star in the upper left and I can choose play more like this, don't play again, or add to wish list. On my work computer I only have add to wish list. I've searched preferences, and I can't find anything to turn on those abilities. Maybe I just need a second eye, or perhaps it's just a bug for now in day to day updates?
    Bryan

    Yeah, I'm experienced the same problem. Don't see the Play More Like This and other Playlist customization features.  I wonder if the features are only available to iTunes Match members?

  • TOOLS menu option missing from Adobe X Standard docs when opened in IE10

    Hi,
    A few of our users are having issues where any Adobe X document they open in Internet Explorer is missing the Tools menu bar on the top right of the document.
    If they open the document in Adobe directly, the Tools menu appears.
    It's only when opening in IE that the problem occurs.
    Enable third-party applications is checked in Internet Options > Advanced.
    I don't have this on my machine - IE displays the Tools menu correctly - so I can only assume it's a plug-in or a setting I'm missing on the users' machines.
    Any ideas?
    Cheers!

    Slightly confused - why wouldn't it be available? Is it a limitation of the browser being unable to activate the plug-ins which are part of Adobe Acrobat X Standard? It's just functionality for altering the layouts of PDFs, page numbering, etc. Should be fairly standard?
    Tools menu when opened directly in Adobe:
    No Tools menu when opening in browser:

  • Search feature missing from Acrobat reader?

    I loaded a PDF file out to my Touchpad but there does not appear to be any search feature in the Acrobat reader?   Am I doing something wrong? 
    Post relates to: HP TouchPad (WiFi)

    I agree and made the suggestion.  Maybe if enough of us ask, the feature will be implemented. 
    Go to the Software Manager, click on Adobe Reader, click on "report a problem", click the drop down and choose "other". 
    Also, try the feedback:  http://www.hpwebos.com/us/company/feedback.html

  • Features missing from Camera Raw 8.1

    I have PS CC (PS only).  Updated to ACR 8.1.  I am not seeing Camera Raw 8.1 as a filter (drop-down from the main Filter menu) option, nor do I see the Radial filter (within ACR - no elipse icon), nor do I see the Upright from the main Filter menu within Lens Corrections.
    Why?

    I've got ps cs6 13.1.2 and acr 8.1.0.43:
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:7, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 4
    Processor speed: 2333 MHz
    Built-in memory: 3994 MB
    Free memory: 458 MB
    Memory available to Photoshop: 3373 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: False.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Unavailable
    OpenGL Version: 2.1
    Video Rect Texture Size: 4096
    OpenGL Memory: 1772 MB
    Video Card Vendor: Intel
    Video Card Renderer: Intel(R) Q45/Q43 Express Chipset
    Display: 2
    Display Bounds: top=0, left=-1280, bottom=1024, right=0
    Display: 1
    Display Bounds: top=0, left=0, bottom=1050, right=1680
    Video Card Number: 2
    Video Card: Intel(R) Q45/Q43 Express Chipset
    Driver Version: 8.15.10.2302
    Driver Date: 20110211000000.000000-000
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Video Mode: 1280 x 1024 x 4294967296 colors
    Video Card Caption: Intel(R) Q45/Q43 Express Chipset
    Video Card Memory: 0 MB
    Video Card Number: 1
    Video Card: Intel(R) Q45/Q43 Express Chipset
    Driver Version: 8.15.10.2302
    Driver Date: 20110211000000.000000-000
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Video Mode: 1680 x 1050 x 4294967296 colors
    Video Card Caption: Intel(R) Q45/Q43 Express Chipset
    Video Card Memory: 1773 MB
    Serial number: 91190634285419944673
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\craigv\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 223.5G, 132.2G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/09/10-12:31:21   5.0.4   79.517869
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1686  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.0.20577   2.1.0.20577
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       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   12.0  
       LogSession.dll   LogSession   2.1.2.1681  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
    Required plug-ins:
       3D Studio 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       Angled Strokes 13.0
       Average 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 8.1
       Camera Raw Filter 8.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Clouds 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Collada 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Embed Watermark 4.0
       Entropy 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Extrude 13.0
       FastCore Routines 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Maximum 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mean 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Measurement Core 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Median 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mezzotint 13.0
       Minimum 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       MMXCore Routines 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Picture Package Filter 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Pinch 13.0
       Pixar 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Range 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.1.2
       Shear 13.0
       Skewness 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       STL 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Sumi-e 13.0
       Summation 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Variations 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       WIA Support 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       Wind 13.0
       Wireless Bitmap 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Noiseware 2.3.0.9
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

Maybe you are looking for