FLASH SECURITY FLAW / FLASH 10.1 BETA

Re: Regarding the Flash security flaw, on the advice of an expert I installed ver 10.1 beta but now I can't stream audio. The players all say i need flash to play. But since I installed 10.1, don't I already HAVE Flash?

Hi, Yes you do have the Flash Player, however the 10.1 is a prerelease and is still a "work in progress" This will be the next version of Flash Player when the final release comes out which I don't know yet when that will be.
You can read about it here and if you want to Uninstall 10.1 and Install the shipped version, which is 10.0.45.2, page down until you see Uninstallers.
http://labs.adobe.com/downloads/flashplayer10.html
This is a thread that gives a little more info:
http://forums.adobe.com/thread/653155?tstart=0
Thanks,
eidnolb

Similar Messages

  • How to update Flash Builder 4 beta 2 so that it remains compatible with snapshots?

    I have Flash Builder 4 beta 2 STANDALONE installed on my Mac (MacOSX 10.6) and I just upgraded my Flex SDK to the latest stable snapshot (4.0.0.13875). Now it seems that the visual designer is not very happy with this upgrade.
    And in "Using Gumbo builds with Flex Builder" (http://opensource.adobe.com/wiki/display/flexsdk/Using+Gumbo+Builds+in+Flex+Builder) it is said that "Please note that the release of a milestone build will usually have an associated automatic update to Flex Builder that will include all relevant files."
    The question is how do I get that automatic update? I've tried Help/Software Updates/Find and install.../Updates for existing features, but it didn't find any updates. Any idea how I can revive my Design mode?

    There are no updates for Beta 2.
    You're probably seeing one of two issues with the latest nightly build:
    1) playerglobal.swc change http://forums.adobe.com/thread/559312?tstart=0
    2) Namespace change from xmlns:mx="library://ns.adobe.com/flex/halo" to xmlns:mx="library://ns.adobe.com/flex/mx"
    Jason San Jose
    Quality Engineer, Flash Builder

  • Adobe Flash Player 11 Beta

    For anyone having system lock up issues due to Safari not responding or locking up. It may be due to Adobe Flash Player. The Adobe Flash Player 11 beta may be your answer. I have been using this beta for the past 2 days and have not had the random lockups, high CPU usage and heat related issues from high CPU temperatures when Safari would stop responding locking up my system.
    Hopefully, this may help others with similar or same experience. The Mac OS X 32bit and 64bit installers are the same.

    Answering this.

  • Flash Builder 4 Beta 2 ---- Data Management Problem

    Flash Builder 4 Beta 2 ---- Data Management Problem
    I have a simple datagrid, a PHP service and a MySQL database. When I run the code I get multiple(7) records returned to the datagrid.  Once I enable Data Management and run the exact same code, I only get 1  record returned.
    Is there a setting in Data Management that affects the number of records returned?
    Here is the MXML code I am testing. 
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                         xmlns:s="library://ns.adobe.com/flex/spark"
                         xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768" xmlns:carasgndataphp="services.carasgndataphp.*">
          <fx:Script>
                <![CDATA[
                      import mx.controls.Alert;
                      import mx.events.FlexEvent;
                      var inptdata:String = "1";
                      protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
                            getAsgnDataResult.token = carAsgnDataPHP.getAsgnData(inptdata);
                ]]>
          </fx:Script>
          <fx:Declarations>
                <s:CallResponder id="getAsgnDataResult"/>
                <carasgndataphp:CarAsgnDataPHP id="carAsgnDataPHP" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
                <!-- Place non-visual elements (e.g., services, value objects) here -->
          </fx:Declarations>
          <mx:DataGrid x="115" y="91" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getAsgnDataResult.lastResult}" width="558" height="298">
                <mx:columns>
                      <mx:DataGridColumn headerText="A" dataField="numAsgn"/>
                      <mx:DataGridColumn headerText="T" dataField="numTopic"/>
                      <mx:DataGridColumn headerText="U" dataField="numUnit"/>
                      <mx:DataGridColumn headerText="P" dataField="numProblem"/>
                      <mx:DataGridColumn headerText="TP" dataField="PType"/>
                      <mx:DataGridColumn headerText="P" dataField="numSeqPresent"/>
                      <mx:DataGridColumn headerText="F" dataField="numSeqFeedback"/>
                      <mx:DataGridColumn headerText="D" dataField="numDelay"/>
                      <mx:DataGridColumn headerText="ID" dataField="idAsgnData"/>
                      <mx:DataGridColumn headerText="IDP" dataField="idProblem"/>
                </mx:columns>
          </mx:DataGrid>
    </s:Application>

    Hello,
    Data Mangement expects unique values for id property.This issue may occur when you select 'Identity' property in Data Mangement wizard which is not unique in the Table.For eg:, you have selected 'name' field as identity property. And your MySQL database table has multiple rows with identical values for 'name' column.
    Can you verify if you have similar setup?
    Thanks,
    Radhakrishna

  • Flash Builder 4 beta 2, Managed objects and IUID

    Hey Everyone,
    I just installed Flash Builder 4 beta 2, I am getting compiler errors now on my managed data service classes that implement IUID:
    [Managed]
    public class Foo implements  IUID {
    private var uid:String;
      public function set uid(value:String):void {
                this.uid=value;
    The compile error is on the above setter and says: [Managed] requires 'uid' to be of type 'String' , not sure what I am doing wrong here, and this was working on beta 1, any ideas?
    Thanks.

    Did you try a full clean and build?  Also try a new test app to reduce the number of possibilities.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Builder 4 Beta RDS issue

    I cannot connect to ColdFusion via RDS with my Flash Builder 4 beta 2. I have no issue connecting to CF via RDS in dreamweaver CS3.
    However whenever I try to connect to a CFC via "connect to DataService" and I get "Enter RDS password and user name".. I always get "Authentication faliure. The supplied username or password may be wrong". I created 2 users for RDS in the CF 9 adminstrato.. and it would not accept either username/ password combo. I even tried using RDS with no authentication and rebooted the pc each time.
    I had no issue doing a very basic connection to a cfc like in the HelloCF example.. yet db connectivity fails.. idea of whats' the issue here?
    Thanks!

    Hi,
    Can you access your CFC from the browser?
    i mean like http://localhost:8501/MyCFC.cfc in the browser would open something like:
    http://localhost:8501/CFIDE/componentutils/cfcexplorer.cfc?METHOD=getcfcinhtml&PATH=/MyCFC .cfc&NAME=MyCFC.cfc
    Now replace METHOD=getcfcinhtml to METHOD=getcfcmetadata.
    If this displays some text as the result like:
    'C:\ColdFusion8\wwwroot\WEB-INF\cftags\component.cfccomponentWEB-INF.cftags.componentWEB-INF.cftags.componentC:\ColdFusion8\wwwroot\MyCFC.cfcAT_TestcasesFiles.LogicTesting.BookServiceTestAT_TestcasesFiles.LogicTesting.BookServiceTestnoBookgetItemremoteanytrueitemcomponent'
    If this itself throws an error, then you would be hitting
    http://bugs.adobe.com/jira/browse/FB-23626 , which showed up authentication error though CFC had problems.
    This has been resolved in the latest pre-release build.
    If you do not have access for the pre-release build please send a mail to rkrishna AT adobe DOT com.
    Hope this helps please let us know if you still face issues.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Flash Builder 4 Beta Annoying - Keep imports organized - default feature - fix

    I Began using Adobe's Flash Builder 4 Beta and started coding Actionscript code; I imported classes and at time intervals, Flash Builder 4 beta deleted my unused imported classes. It was really annoying since I imported all of the classes I need in the project. I think that the Flash Builder 4 should have this option turned off by default. I searched around the internet and found this to fix it. GO TO: Window -> Preferences -> Flash Builder -> Editors -> Actionscript Code. Uncheck "keep imports organized". See the image below. Hope it helps someone.

    Hi Pat
    That is the "Mark Occurances" feature. Click into the editor window, then on your toolbar you should see the "Mark Occurances" button, looks like the tip of a yellow highlighter. Toggle it off and that goes away. Obviously something some folks like on, others hate, but since you can toggle it shouldn't be a big deal.
    Sincerely
    Mark R. Jonkman

  • Flash 64-bit Beta stalling?

    I tried loading the Flash 64-bit Beta version on my MacBook Core 2 Duo 2.2.  It seems to work and doesn't necessarily hang forever.  However, there are certain pages (especially one particular local newspaper site) where it just stalls for 10-15 seconds.  I see a blank spot on these pages where the Flash content is supposed to be until it finally completes.  When it's out of the stall, it seems to work pretty well.
    It's gotten to the point where it was too annoying and I uninstalled it and reinstalled the 32-bit version.  It seems to be working fine now.
    Is this something that might be unique to my setup or perhaps to the websites I visit?  Right now I figure I'll pass on the current Beta version and will try it again once they have a more stable version.

    I don't think you are unique if one additional data point is a valid basis   I was using the 11 betas up until the US Open Tennis.  Then while watching the Open on espn3.com the live feed would fail (loose the feed in a way I never saw before).  Put back 10 and that stopped happening.  That is the only basis I have for my experience with the 11's failing if that is any help.

  • ***URGENT*** - Problem Installing Flash Builder 4 beta

    Hi folks,
    I'm really having a trouble with Installing FLASH BUILDER 4 beta on my WinXP SP2, 1.5 Ghz processor, 256 Mb RAM, 1.12 GB free on C drive, 1.26 GB free on H:drive, and 1 GB free on D drive.
    But still i'm getting this prompt by Installer files I dowloaded from Adobe Labs for Flash Builder 4 beta.
    Do i need more Hard Drive space ?
    I have attached the jpeg image of the prompt.
    Please Help me with this. I have a client with a project to build on Flash Builder 4 beta & only got 3 days to deliver.
    thanks in advance.
    regards
    Ronny Depp

    Firstly, are you serious ?
    virtually no hard disk space(the install files need to extract with enough space to actually then install the software)
    virtually no ram  256mb is barely enough for windows XP to start up. How are you going to run Flashbuilder
    1.5ghz cpu - hmmm I don't think flashbuilder will run on a pda....
    delivering a project in 3 days with beta software that you are obviously unfamiliar with...sounds almost like a mastercard ad
    $100 for a cpu, $100 for some ram, $100 for some hard disk, look on the clients face when he saw the result- priceless...
    hate to take the mickey, but I couldnt let something like this slide by it was just to easy
    David.

  • Why has installing Flash Player 11 Beta 64-bit affected downloading of "pdf" documents??

    I recently installed Flash Player 11 Beta 64-bit, and Active-x for Windows 64-bit – for Internet Explorer only.
    The downloading of xxx.pdf documents was immediately affected.  The downloading was “garbage” into a Microsoft Word document with the suffix .pdf.  Help!
    Op System:  Vista; Explorer 9.0.8112.16421 64 bit version

    Our installer would not have any affect on how pdf files are registered in the system  The best think to do is make sure the default program association with pdf files is Acrobat Reader.  IE should pick up on those settings.

  • Changes from Flash Builder 4 Beta 2 to Flash Builder 4 Premium

    I have a Flex app that started in Flash Builder 4 Beta 2 and when the beta expired, we bought Flash Builder 4 Premium.
    Before, when programmatically changing the selected index of a Spark DropDownList, the change handler was called, so in cases where I didn't want that to happen, I had to remove the event listener and add it again after a small setTimeout.
    In the new version, it seems that when I change the selected index programmatically, the change handler is not called, so if I want it to be called, I have to call it manually, which is also fine. I just want to confirm that this different behavior was an actual change that was made and isn't caused by some kind of other change I made to my code.
    Is there a list of feature changes from the beta to the release version? Thanks!
    -Travis

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • (Urgent!) Uninstalling Flash Builder 4 Beta 2

    Hi,
    I'm having problems uninstalling Flash Builder 4 Beta 2.  There is no uninstall app in the Flash Builder folder for some reason.
    If I remove to the Trash and try installling and running the new Trial version, it gives me the error "An error has occurred. See the log file..". The contents of the log file are : "!SESSION !SESSION " ??
    Is there anyway to remove the previous version manually?
    Some details on my setup :
    OSX 10.5.8.
    I think Java 1.6..
    But this might a problem as when i try to launch OSX Java Preferences it gives me the error "Cannot launch Java application, java.lang.NullPointerException".
    I'm pretty stuck and can't get either to to work ( The old Beta 2 version gives me a Flex Licence error ). I just need to get the new trial insalled so I can upgrade completely.
    Any help would be much appreciated.
    Thanks
    Jamie

    Hello,
    Data Mangement expects unique values for id property.This issue may occur when you select 'Identity' property in Data Mangement wizard which is not unique in the Table.For eg:, you have selected 'name' field as identity property. And your MySQL database table has multiple rows with identical values for 'name' column.
    Can you verify if you have similar setup?
    Thanks,
    Radhakrishna

  • Upgrade from Flash Builder 4 Beta 2 to Flash Builder 4 Premium

    Hi guys,
       How do i just upgrade from Beta 2 to premium?  Does the install utility for Premium take care of it? or do I need to some how uninstall and install Flash Builder 4 premium?  I currently have Flash Builder 4 Beta 2 installed as a plugin to my current Eclipse IDE, and I do not want to start all over again as there are quite of few settings/plugins already installed in Eclipse that I want to keep, and not waste more time duplicating the whole process.
    Thanks
    Jay

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • [svn] 2417: SDK-16048 - No longer open flash10 namespace for Flash Player 10 Beta 2 and onwards

    Revision: 2417
    Author: [email protected]
    Date: 2008-07-09 11:57:25 -0700 (Wed, 09 Jul 2008)
    Log Message:
    SDK-16048 - No longer open flash10 namespace for Flash Player 10 Beta 2 and onwards
    Reviewer: Pete
    Bugs: SDK-16048
    QA: Yes, please run tests related to -target-player=10, e.g. make sure 'z' property is accessible. Make sure that these tests will run when this change is merged to trunk.
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16048
    http://bugs.adobe.com/jira/browse/SDK-16048
    Modified Paths:
    flex/sdk/branches/3.0.x/lib/asc.jar
    flex/sdk/branches/3.0.x/modules/asc/src/java/macromedia/asc/util/ContextStatics.java

    Step 1: uninstall Avast  See how it is as that is a known culprit
    Step 2: Chrome does not play well with OS X and is also sighted as a leading cause
    Step 3: DropBox has been a processor or network hog though less so than the above two.
    The Community you want(ed): MacBook Pro

  • Flash player 9 beta does not install on opera 9 mac (intel)

    Hi All,
    I installed the latest opera 9 on my new intel mac. Then I
    tried to install the flash player 9 beta for intel mac. the player
    was correctly installed on all the browers (firefox, sarafi) except
    opera. There was no error messages shown during installation, but
    when I tried to view flash content in opera, there is just simply
    nothing showing (getting a blank area instead). Any idea what the
    problem is?
    Cheers,
    Larry

    just a follow up.
    Does anyone have any idea why the beta flash player 9 can not
    be installed into opera on mac intel?
    Or there is something wrong with my installation?
    please help,
    Thanks

Maybe you are looking for

  • How can I make sure iTunes doesn't stop updating my podcasts

    OK I'm subscribed to multiple podcasts, but I don't always get a chance to listen to them so some of them will stop updating and it says something like "iTunes has stopped updating this podcast because you haven't listened to any episodes lately". Ho

  • Problem in Converting Ms Word document while usining Star office 9

    i open very Complicated Word document using many styles format ,fonts,Pictures i lose my margins and the document need to be aligned and arranged again.But when i save it by .rtf i get 95% of the document structure please advise.

  • Help with Errors in JAVA

    I support a web site that utilizes the Sun Java viewer for viewing real estate documents. A very small percentage of our users will get the error: "Invalid tiff header, not mm or ii" when they try to view an image they have purchased. An even smaller

  • BlackBerry Playbook & Q5 BlackBerry World Issues

    My playbook and my q5 wont connect to blackberry world and in playbook I cant upgrade nor purchased anything is there a problem with my blackberry id or is this a problem with blackberry MOD EDIT: Subject changed to reflect a new topic

  • Why is the music store so slow

    I downloaded the new version of itunes and it is still running SOOOOO slow