SWF Investigator Reading Wrong Version Number

Using CS6 to publish out at v10.3 though when I load my swfs into SWF investigator it's outputting v12. When I publish my files at v11, SWF investigator is outputting v15. Anyone else have this issue? This is not the case when I use CS5. Workarounds? We have an internal system checkpoint that blocks any files over 10.3 so this is blocking our workflow.
Much appreciated in advance.

Adobe recently changed the versioning structure for SWF files. This blog entry gives a bit of an overview: http://blogs.adobe.com/airodynamics/2011/08/16/versioning-in-flash-runtime-swf-version/

Similar Messages

  • SSL "SSL3_GET_RECORD:wrong version number" error using Mail

    I have set up an SSL proxy and I am trying to send a message through it to my mail server.
    The proxy's log shows a "SSL3GETRECORD:wrong version number" error whenever Mail tries to send a SSL message.
    I have been told that this error means that the proxy's certificate is using SSL3 but Mail is using a different version of SSL.
    Does anyone know what version of SSL Mail uses, or how to change it to use version 3?
    Thanks,
    James.

    That's peculiar. Sounds like you're experiencing issues communicating over SSL somewhere.
    Can you share some details with me? Feel free to ping me at andrl {at} microsoft.com
    Some things that'll help troubleshoot:
    - When and where are you seeing the error? Please provide a stack trace if you have one.
    - Is your host behind a proxy that has https disabled? Is this running on Azure or somewhere else?
    - What version of openssl, node.js, and documentdb client are you running?
    * To find the version of openssl - run "openssl version" in a terminal.
    * To find the version of node.js - run "node -v" in a terminal.
    * To find the version of documentdb client - look inside the package.json for your project.

  • [svn:fx-trunk] 8265: fix the textlLayout swf to contain the version number as well as the build number

    Revision: 8265
    Author:   [email protected]
    Date:     2009-06-25 15:30:56 -0700 (Thu, 25 Jun 2009)
    Log Message:
    fix the textlLayout swf to contain the version number as well as the build number
    Modified Paths:
        flex/sdk/trunk/build.xml

    Thats good news.

  • AppManifest.xml is being generated with the wrong version number

    I am having a interesting problem which is preventing me from submitting an update to my app to the Windows Phone Store. I have done this 100 times and something is wrong with visual studio building the .xap file. Steps I am taking:
    Update all version references in project settings and appmanifestWM to 1.4.0.0
    Build Release version
    Copy .xap from /bin/release
    Upload as an app update to windows phone dev site
    What happens is that the current version of the app (1.3.1.0) is still listed as the version of the app that the submission page is parsing out of the version (1.4.0.0) .xap file. I unzipped the xap file and looked at the appmanifest files and found that
    the AppManifest.xaml has the correct version number but the AppManifest.xml still has version 1.3.1.0. If anyone could help me resolve this issue it would be greatly appreciated.

    Thanks for your reply. I believe it is a bug with my solution because I have now tried all of these steps on two computers and uploaded using two different browsers and I still get a AppManifest.xml file that has version 1.3.1.0. I will copy and paste the
    unzipped code from the AppManifest.xml file.
    <?xml version="1.0" encoding="utf-8"?>
    <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
    <!--
    THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
    Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
    For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
    -->
    <Identity Name="50523CameronStair.MyDebts" Publisher="CN=FA4BA529-B82F-4A0F-A35C-6700BC51B3E1" Version="1.3.1.0" ProcessorArchitecture="neutral" />
    <mp:PhoneIdentity PhoneProductId="c805a27c-951f-4c0d-a831-1126f9a70563" PhonePublisherId="51beaec0-db37-4002-81de-5e138a756b34" />
    <Properties>
    <DisplayName>MyDebtsApp</DisplayName>
    <PublisherDisplayName>Cameron Stair</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
    </Properties>
    <Prerequisites>
    <OSMinVersion>6.3.1</OSMinVersion>
    <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
    </Prerequisites>
    <Resources>
    <Resource Language="EN-US" />
    </Resources>
    <Applications>
    <Application Id="App" Executable="AGHost.exe" EntryPoint="MainPage.xaml">
    <m3:VisualElements DisplayName="My Debts" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="A debt tracker app." ForegroundText="light" BackgroundColor="#464646" ToastCapable="false">
    <m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png"></m3:DefaultTile>
    <m3:SplashScreen Image="Assets\SplashScreen.png" />
    </m3:VisualElements>
    <Extensions>
    <Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask">
    <BackgroundTasks>
    <Task Type="systemEvent" />
    </BackgroundTasks>
    </Extension>
    </Extensions>
    </Application>
    </Applications>
    <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
    <InProcessServer>
    <Path>AgHostSvcs.dll</Path>
    <ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" />
    </InProcessServer>
    </Extension>
    </Extensions>
    <Capabilities>
    <m3:Capability Name="contacts" />
    </Capabilities>
    <build:Metadata>
    <build:Item Name="TargetFrameworkMoniker" Value="WindowsPhone,Version=v8.1" />
    <build:Item Name="VisualStudio" Version="12.0" />
    <build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Professional 2013" />
    <build:Item Name="OperatingSystem" Version="6.3.9600.16384 (winblue_rtm.130821-1623)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="12.0.31101.0" />
    <build:Item Name="ProjectGUID" Value="{C805A27C-951F-4C0D-A831-1126F9A70563}" />
    <build:Item Name="MSAdvertising" Version="6.1" />
    <build:Item Name="MakePri.exe" Version="6.3.9600.17298 (winblue.141024-1500)" />
    </build:Metadata>
    </Package>
    As you can see the package version being generated is wrong. Can you explain where exactly in the solution that value is taken from? I thought it was from WMAppManifest but I could be wrong. 
    Edit: In looking at the code above and then rereading what I wrote I realized my blaring error. I completely forgot that Silverlight 8.1 apps have an appxmanifest as well and that data is drawn from that as well as WMAppManifest. I never updated the version
    in that appxmanifest. Thank you for the help and I apologize for my stupidity.

  • CS6 returns wrong  version number?

    Hi all,
    In Javascript, "apps" global object return "photoshop-60.032".
    alert(apps);
    result is below...
    fireworks-10.0,fireworks-11.0,fireworks-12.0,aftereffects-11.0,ame-4.0,ame-5.0,ame-6.0,aud ition-5.0,bridge-2.0,bridge-3.0,bridge-4.0,bridge-5.064,devicecentral-1.0,devicecentral-2. 0,devicecentral-3.0,dreamweaver-10.0,dreamweaver-11.0,dreamweaver-12.0,dreamweaver-9.0,enc ore-6.0,estoolkit-2.0,estoolkit-3.0,estoolkit-3.5,estoolkit-3.8,exman-2.0,exman-5.0,exman- 6.0,flash-10.0,flash-11.0,flash-12.0,flash-9.0,flashbuilder-4.5,flashcatalyst-1.0,illustra tor-13.0,illustrator-14.0,illustrator-15.0,illustrator-16.064,incopy-8.0,indesign-5.0,inde sign-6.0,indesign-7.0,indesign-8.0,photoshop-10.0,photoshop-11.032,photoshop-12.032,photoshop-60.032,prelude-1.0,premierepro-6.0,stockphotos-1.5,switchboard-2.0
    Is this correct?
    Ten

    Thank you for your rely.
    But in this time, I need to access specifier to use BridgeTalk. And I need to know It is only me or not. (something wrong in my installation or not? )
    After that, I read some documents, and find this version number in Javascript tool guides. It's correct response and maybe Adobes mistake.
    Ten

  • More issues with 5.2.0.26.3 - wrong version number reported?

    Fresh build, patched to 5.2.0.26.2 no problem.
    Then, patch the box to 5.2.0.26.3:
    exc2-acs-1402/admin# acs patch install 5-2-0-26-3.tar.gpg repository networktools-patch
    Installing ACS patch requires a restart of ACS services. Continue?  (yes/no) yes
    Stopping ACS.
    Stopping Management and View.......................
    Stopping Runtime......
    Stopping Database....
    Cleanup.....
    Stopping log forwarding .....
    Installing patch version '5.2.0.26.3'
    About to install files
    Removing old war
    Removing old war
    Removing old war
    /opt/CSCOacs/patches/5-2-0-26-3
    Patch '5-2-0-26-3' version '5.2.0.26.3' successfully installed
    Starting ACS ....
    To verify that ACS processes are running, use the
    'show application status acs' command.
    exc2-acs-1402/admin# show application status acs
    ACS role: PRIMARY
    Process 'database'                  running
    Process 'management'                running
    Process 'runtime'                   running
    Process 'view-database'             running
    Process 'view-jobmanager'           running
    Process 'view-alertmanager'         running
    Process 'view-collector'            running
    Process 'view-logprocessor'         running
    Reload, have a look at show version:
    exc2-acs-1402/admin# show version
    Cisco Application Deployment Engine OS Release: 1.2
    ADE-OS Build Version: 1.2.0.182
    ADE-OS System Architecture: i386
    Copyright (c) 2005-2009 by Cisco Systems, Inc.
    All rights reserved.
    Hostname: exc2-acs-1402
    Version information of installed applications
    Cisco ACS VERSION INFORMATION
    Version : 5.2.0.26.2
    Internal Build ID : B.3075
    Patches :
    5-2-0-26-3
    5-2-0-26-2
    Have a look at the version number - patch successful but version shows 5.2.0.26.2?
    Thanks
    Rob

    It shows that patch 3 is installed, but as you point out, the version is reported as 5.2.0.26.2
    What does the GUI show?
    It may be a cosmetic big, you should open a TAC case so we can confirm.

  • Flash detects wrong version number in one account

    I have an iMac G5 with 2 user accounts on it. I go to http://www.adobe.com/software/flash/about/ to test the Flash version.
    In the main (admin) user account, it displays 10.1.102.64
    In the second (managed) account, it displays 9.0.20.0
    I tried uninstalling and reinstalling Flash, deleted Flash and Safari preferences. Nothing changes. The second account still detects Flash 9 and doesn't play any video.
    Suggestions welcome

    This path lead me to finding some other outdated apps/plug-ins in the second user's account that caused some minor problems.
    I suspect migration assistant may have installed them when I moved that account from an older iMac G4 onto the iMac G5. So the lesson of the day is: check the user's library and not just the system library.

  • Wrong version of an entity bean object being updated

    We are having a problem with an entity bean that uses bean managed persistence. The "order" entity bean has
    been used as part of our Order Routing System for the last 2 years with no problems. The entity bean is
    accessed via calls from a "Order Manager" session bean. No change has been done to the entity bean but the
    frequency of calls from the session bean to update the entity bean have increased significantly.
    The "order" entity bean wraps an Order object that contains order properties (i.e. id, quantity, price,
    version, etc). The entity bean has a "void setOrder(Order param)" function that writes the Order to a database
    and a "Order getOrder()" function that clones and returns the internal Order object. The "ejbLoad()" function
    reads the Order object from the database and the "ejbStore()" function is not implemented.
    The "OrderEntityPK ejbFindByPrimaryKey()" function checks if the order entity primary key (an "int") exists
    on the database.
    We are using the SilverStream 3.5 application server as our EJB container. According to the SilverStream manual
    it does not maintain a pool of idle/unused entity beans, instead it instantiates beans as requested.
    Our problem is:
    1) The wrong version of the entity object is sometimes being updated (i.e. an old instance of the order entity is being
    picked up and updated on the database).
    2) We sometimes get a TransactionRequired exception thrown when we have concurrent updates to two different
    objects of the entity bean.
    Any idea as to what our problem could be?
    Thanks in advance for your help,
    The following are the main code snippets:
    Original Code
    Session Bean A
    Method 1 --- gets entity Bean B and calls a method on a different object passing this entity bean
              in as a parameter to enable a method on this bean to be called.
    EntityBean lOrderEntity = findOrderEntity(callerUnixLogin, currOrderId);
                   currOrder = lOrderEntity.getOrder();
                   //Logic to update the currOrder object via a method call.
                   persistManager.persistOrder(lOrderEntity, callerUnixLogin, currOrder, psTransactionType);
         persistManager.persistOrder Method:
                   lOrderEntity.setOrder(callerUnixLogin, order);
         findOrderEntity method:
    OrderEntity lOrderEntity = null;
              OrderEntityBeanPK orderPK = new OrderEntityBeanPK(orderId);
              try
                   if (orderEntityHome == null)
                        connectToOrderEntityBean(callerUnixLogin);
                   lOrderEntity = orderEntityHome.findByPrimaryKey(orderPK);
              ... etc
    Current Code
    Session Bean C
    Method 2 ---- calls method 1 in Session Bean A
    Calls to method 2 above happens in quick succession.
    OrderEntityBean class
    ... important methods ...
         private Order order = null;
         public OrderEntityBeanPK ejbFindByPrimaryKey(OrderEntityBeanPK primaryKey)
              throws FinderException, RemoteException, DBOException
              try
                   orderObjectManager.orderIdExists(primaryKey.orderId);
              catch (OMOrderValidationException exc)
                   throw new FinderException(exc.getMessage());
              return primaryKey;
         public void setOrder(String userUnixLogin, Order newOrder)
              throws EJBException, RemoteException, DBOException, OMFormattingException, OMOrderValidationException
              callerUnixLogin = userUnixLogin;
              int version = newOrder.getOrderVersion().intValue();
              if (order.getOrderVersion().intValue() == version)
                   order = null;
                   order = newOrder;
                   Integer newVersion = new Integer(version + 1);
                   order.setOrderVersion(newVersion);
                   newVersion = null;
                   order.setSysUser(callerUnixLogin);
                   orderObjectManager.updateOrder(callerUnixLogin, order);
              else
                   Debug.Print(userUnixLogin, "OrderEntityBean.setOrder: wrong version number for order " + newOrder.getOrdId() +
                        ": expected " + order.getOrderVersion() + " and got " + newOrder.getOrderVersion(), 0);
                   throw new OMOrderValidationException("wrongVersion", order, order.getOrdId(), IName.Order.VERSION, newOrder.getOrderVersion());
         public Order getOrder()
              throws EJBException, RemoteException
    return ((Order)order.clone());
    The following transactions exists for the entity bean ...
    Required:
         create and setOrder methods
    Not Supported
         findByPrimary and getOrder methods

    "The entity bean has a "void setOrder(Order param)" function that writes the Order to a database"
    This functionality should be performed in the ejbStore method().
    "a "Order getOrder()" function that clones and returns the internal Order object."
    Sounds reasonable, except for the cloning part.
    "The "ejbLoad()" function reads the Order object from the database"
    Cool.
    ""ejbStore()" function is not implemented."
    Whoops. Looks like your setOrder method is doing too much. It should do the inverse of getOrder (namely, setting the interal Order object), nothing more. Defer the persistence code to the ejbStore method.
    "According to the SilverStream manual it does not maintain a pool of idle/unused entity beans, instead it instantiates beans as requested."
    Manual? What's that? Assuming that is correct, better hope you don't ever get a high load. You might wanna look into JBoss.
    "2) We sometimes get a TransactionRequired exception thrown when we have concurrent updates to two different objects of the entity bean."
    How can you have concurrent access to two different objects?? Concurrency is inherently applicable to only one object.
    In summary:
    Write your beans properly, ejbLoad populates the bean with data, ejbStore persists the bean's data.
    Get a better (and possibly free) appserver.

  • WRT54G Version number not shown on sticker underneath the device?

    Hi All,
    First post.. I had looked through the FAQ w/o any answers.
    I have had my WRT54G for at least 3 years and had previously upgraded my firmware to 4.20.7.. just wanted to upgrade it again to 4.21.1 but acutally did not realize which version of the firmware I last used. Looking at the sticker underneath the device, it only shows WRT54G but does not show a version number... are there any other places where the version number is shown? I looked all over but was unable to do so.
    I supposed my version must be the "earlier" ones... are they "bad" consequences for flashing the wrong version number's firmware?
    Thank you all in advance.

    If it does'nt have a version with the model number of your router...then it is a version 1.... you can also verify this by the serial number....you can lookup wikipedia and find WRT54G there....they have a listing of these serial numbers with corresponding version numbers....but if you can see now that it does not have a version, pretty sure its a version 1....
    "You tried your best and you failed miserably! "

  • Getting the Test Stand version number of an old sequence file

    A customer wants a small change to a previous deployment.
    They have returned the original sequence file to me but the deployment is about two years old.
    Is there anyway that I can get the TestStand Version number from the old sequence file so that I will know which version to save it in.
    I am currently using TestStand 4.2.1.83. 
    Thanks,
    Sean
    Solved!
    Go to Solution.

    As Sean stated back in 2010, you can also read the version number in clear text. You can read some parts of the file in a text editor, the version number is one of those....
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • SWF name and version number for bug reports

    Hi,
    When users report issues we ask for a screen dump , but we would like the course version number and the SWF name to appear in the screen footer.
    We have looked at a number of options, but we are a bit stuck. 
    SWF name
    1/ Pipwerks mentions a Cp variable called cpORGSWFPath 
    "Informational variable. Provides the file name for the project’s main SWF. Appears to duplicate functionality of cpOrgSWFPath.NOTE: This value can only be obtained when the project uses an external skin. " for CP5
    http://pipwerks.com/2010/08/23/complete-list-of-variables-for-adobe-captivate-5/
    Does anyone know how to access this ?
    2/ We could manually enter it in the cpInfoprojecttname field, but it wont change if we update the file
    Version Number
    1/ The Scorm manifest creates a version number. Can I get the information from Scorm ?
    2/ My backup plan is to use fields intended for other purposes
    e.g cpInfoprojecttname, cpInfoDescription
    the following are not used
    - cpInfoCourseId
    - cpInfoCourseName
    http://forums.adobe.com/message/3201125
    rgds Renovator

    That's a recent version of Logic 9 correct?
    The problem centers around a name length limitation in all versions of Logic except 9.1 and upwards (I think it's Logic 9.1)  You've named an audio file with more than 30 (or 31) characters in Logic 9, unfortunately Logic 8 can't read the long name and sees it as a shortened name and a disk sector location.
    #23B269  is the location of the file on the disk and if you would've created the project in 8 including the long name, Logic 8 would've written the file to disk as "heather reco#23B269.wav" and would've been able to find it.
    To be on the safe side, when creating files in Logic 9 for use in 8, keep the file names under 29 characters, including spaces. Re-linking has to be done by hand, load the audio files needed into the bin and drop then in the correct track locations, Logic 8 will not be able to find the files with long names.
    This used to play **** when moving projects, a home studio person finished his CD, unaware he/she uses long file names. Copies all projects and files to an external disk and takes it to a professional studio for mixing. OOPS!! The file names with the sector locations are no longer valid, the sector location has changed... the project loads with scraps of files from different projects or loads with incomplete files.

  • How to read the product version number of the installer properties programmatically

    In my application (.exe) I want to read the product version number
    (e.g. 1.0.9), which I entered in the application builder. (Installer
    Settings -> Properties). Is that possible with LabVIEW? The revision
    number of the VI doesn't help me much, because it is increased each
    time I save the VI.
    Thanks for answers
    Dave

    The verison number you entered in the application builder (Installer Settings -> Properties) is the version associated with the installer not the exe.
    One way to keep track of a version associated with a LV exe is to include a subVI in your exe that stores and returns this value. You'd just have to update it yourself before building your exe.
    Deborah

  • How to read the product version number of the installer properties programmat​ically

    In my application (.exe) I want to read the product version number
    (e.g. 1.0.9), which I entered in the application builder. (Installer
    Settings -> Properties). Is that possible with LabVIEW? The revision
    number of the VI doesn't help me much, because it is increased each
    time I save the VI.
    Thanks for answers
    Dave

    I found it...  Here:
    http://forums.ni.com/ni/board/message?board.id=170​&view=by_date_ascending&message.id=183843#M183843

  • Find System File or Registry Key that shows Adobe Reader version number

    I am deploying Adobe Reader throguh SCCM 2012. I currently have Adobe Reader setup as a package where there are two programs: The Adober Reader XI MSI and the 11.0.6 msp update file. I have it setup to where on new deployments the Reader XI MSI installs first then installs the msp update file. I now am trying to convert this to an application and I have one issue. When you setup an application, you have to setup a clause to indicate the presence of the application. I have the clause setup already for Adobe Reader 11.0 MSI to install but I cannot find any file or registry key that would list the version number to point the application to know if that version of Adobe Reader has been installed on the computer or not. If anyone has any suggestions on how to do this it would be greatly appreciated. Thank You.

    http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/identify.html?highlight=guid

  • How to export swf file in different versions of flash like (6,7,8,9) ?

    Hi,
        System Specification :
        -XP with SP3
        -MS Office 2003
        -Flash V.10
        -Xcelsius Engage 2008 ( 5.3.0.0 )
        -Xcelsius Build number 12,3,0,670
       When I export output in swf format then xcelsius generating swf file of version 9.  I want to export swf file in different versions of flash like (6,7,8,9) .  I tried to install older versions of flash to do this but I am not able to open xcelsius in older version. I am getting error saying 'Install latest flash player'.
    Is there any way to export  swf files in different  versions?
    Is this build is compatible with only flash 10?
    Thanks,
    Ganesh

    Xcelsius only support Flash version from 9 on. There is no way to export to 6,7 or 8.

Maybe you are looking for

  • Error code message not appearing

    Hi, I tried to create a set of labview error codes codes using tools-> edit error codes.  A created a few test errors and saved the file in  C:\Program Files\National Instruments\LabVIEW 2009\user.lib\errors  The file called test-errors.txt appears a

  • Oracle version on solaris 10

    Hi, Which oracle version we can install on solaris 10, execpt oracle 10g? Thanks. Best Regards.

  • Sound crackles on my new imac

    I bought this item a week ago now, and ever since I got it the sound keep crackling i notice it a lot when I am playing a DVD or Runescape :S it's doing my head in!! the crackling sounds like I am spam clicking my play/pause button :S  it but i ain't

  • Problem with CS5 extended saving jpegs

    I'm trying to save 8bit tiff files (2400x1374pixel 300dpi) with no layers, paths etc as a jpeg in CS5 but even with the jpeg quality slider set to 0 it is still giving me a file size over 400kb. The tiff files were coverted to 72dpi @ 900pixel wide. 

  • DNG conversion failed

    system: Vista Ultimate x64 version 6 SP2, 8gb. ram,  Video ATI Radeon HD 3600.               CS6 version 13.0.1, Bridge 5.0.2.4 x64, Camera raw 7.0.0.308      When trying down load files from D7100 with  Adobe photo down loader, I get this message "