Hierarchy viewer - restart flash player

Hi,
I have created a hierarchy viewer to see the connections between customers and when I start the app, the first time I see the hierarchy viewer I can see it correctly, like
Parent
     Customer (Searched)
         Child
         Child
but when I want to see other customers hierarchy I can only see the Parent. I have to expand the tree to see the searched customer and, if has them, the childs.
Is there anyway to, lets say, restart Flash player so it presents the tree like it does initialy?
Thanks
I'm using jdev 11.1.1.7.1

This is the code of my HV.
<dvt:hierarchyViewer id="hv1" var="node"
                         value="#{bindings.ProfileRoot1.treeModel}"
                         selectionListener="#{bindings.ProfileRoot1.treeModel.makeCurrent}"
                         layout="hier_vert_top"
                         levelFetchSize="#{bindings.ProfileRoot1.rangeSize}"
                         styleClass="AFStretchWidth"
                         summary="Family Members" displayLevelsAncestor="0"
                         nodeSelection="multiple" displayLevelsChildren="2"
                         partialTriggers="cl2"
                         dontPersist="#{bindings.ProfileRoot1}#{bindings.ProfileRoot1Iterator}">
      <dvt:link linkType="orthogonalRounded" id="l3"/>
      <dvt:node type="view.tree.ProfileRoot view.tree.ProfileRootChilds view.tree.ProfileRootChildsChilds"
                width="233" height="330" id="n4" showExpandChildren="true"
                shape="roundedRect"
                inlineStyle="background-color:#{node.Recid==bindings.Recid.inputValue? ( pageFlowScope.ProfileFamilyMemberBean.defaultNodeColor) :''};
                             border-color:#{pageFlowScope.ProfileFamilyMemberBean.defaultNodeColor}; border-style:solid; border-width:3px;">
        <f:facet name="zoom100">
          <af:panelGroupLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                               layout="vertical" id="pgl45">
            <af:panelGroupLayout layout="horizontal" id="pgl48">
              <af:panelGroupLayout id="pgl52">
                <af:image source="/render_image?id=#{node.Recid}&amp;typ=101"
                          styleClass="AFHVNodeImageSize75" id="i12"/>
              </af:panelGroupLayout>
              <af:spacer width="5" height="5" id="s25"/>
              <af:panelGroupLayout layout="vertical" id="pgl50">
                <af:panelGroupLayout id="pgl1" layout="vertical"
                                     halign="right"
                                     valign="top" styleClass="AFStretchWidth"/>
                <af:outputText value="#{node.Salutation}" id="ot32"/>
                <af:commandLink id="cl1"
                                actionListener="#{pageFlowScope.ProfileFamilyMemberBean.DisplayNodeInformation}"
                                styleClass="AFHVNodeTitleTextStyle"
                                text="#{node.FullNameDisplay}"/>
                <af:outputText value="#{node.Recid}" id="ot18" visible="false"/>
                <af:outputText value="#{node.Parentid}" id="ot9"
                               visible="false"/>
                <af:panelLabelAndMessage label="#{viewcontrollerBundle.MOBILE_NO}"
                                         id="plam2">
                  <af:outputText value="#{node.Mobile}" id="ot12"/>
                </af:panelLabelAndMessage>
                <af:panelLabelAndMessage label="#{viewcontrollerBundle.EMAIL}"
                                         id="plam3">
                  <af:outputText value="#{node.Email}" id="ot16"/>
                </af:panelLabelAndMessage>
                <af:commandLink text="commandLink 1" id="cl2"
                                actionListener="#{pageFlowScope.ProfileFamilyMemberBean.NodeInformation}"
                                visible="#{node.Recid ne bindings.Recid.inputValue}"
                                partialSubmit="true"/>
              </af:panelGroupLayout>
            </af:panelGroupLayout>
            <af:spacer height="5" id="s24"/>
            <dvt:panelCard effect="slide_horz" styleClass="AFHVNodePadding"
                           id="pc7">
              <af:showDetailItem text="Profile Information" id="sdi14">
                <af:panelFormLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                                    id="pfl15">
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.MEMBER_NO}"
                                           id="plam4">
                    <af:outputText value="#{node.Membershipnumber}" id="ot3"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.NATIONALITY}"
                                           id="plam5">
                    <af:outputText value="#{node.NationalityDisplay}"
                                   id="ot44"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.DATE_OF_BIRTH}"
                                           id="plam6">
                    <af:outputText value="#{node.BirthdayDisplay}" id="ot45"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{bindings.ProfileRoot1.hints.Assocno.label}"
                                           id="plam7">
                    <af:outputText value="#{node.Assocno}" id="ot46"/>
                  </af:panelLabelAndMessage>
                  <af:outputText value="#{node.Pmsid}" id="ot36">
                    <af:convertNumber groupingUsed="false"
                                      pattern="#{bindings.ProfileRoot1.hints.Pmsid.format}"/>
                  </af:outputText>
                </af:panelFormLayout>
              </af:showDetailItem>
              <af:showDetailItem text="Profile Information 2" id="sdi15">
                <af:spacer height="2" id="s22"/>
                <af:panelFormLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                                    id="pfl16">
                  <af:outputText value="#{node.StatusEdit}" id="ot8"
                                 visible="false">
                    <af:convertNumber groupingUsed="false"
                                      pattern="#{bindings.ProfileRoot1.hints.StatusEdit.format}"/>
                  </af:outputText>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.CATEGORY}"
                                           id="plam8">
                    <af:outputText value="#{node.Category}" id="ot7"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.TYPE}"
                                           id="plam9">
                    <af:outputText value="#{node.TypeDisplay}" id="ot28"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.SUBTYPE}"
                                           id="plam10">
                    <af:outputText value="#{node.SubtypeDisplay}" id="ot41"/>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.STARTE_DATE}"
                                           id="plam11">
                    <af:outputText value="#{node.StartDate}" id="ot43">
                      <af:convertDateTime pattern="#{bindings.ProfileRoot1.hints.StartDate.format}"/>
                    </af:outputText>
                  </af:panelLabelAndMessage>
                  <af:panelLabelAndMessage label="#{viewcontrollerBundle.END_DATE}"
                                           id="plam12">
                    <af:outputText value="#{node.EndDate}" id="ot47">
                      <af:convertDateTime pattern="#{bindings.ProfileRoot1.hints.EndDate.format}"/>
                    </af:outputText>
                  </af:panelLabelAndMessage>
                </af:panelFormLayout>
              </af:showDetailItem>
            </dvt:panelCard>
          </af:panelGroupLayout>
        </f:facet>
        <f:facet name="zoom75">
          <af:panelGroupLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                               layout="vertical" id="pgl41">
            <af:panelGroupLayout layout="horizontal" id="pgl47">
              <af:panelGroupLayout id="pgl42">
                <af:image source="/render_image?id=#{node.Recid}&amp;typ=101"
                          styleClass="AFHVNodeImageSize75" id="i11"/>
              </af:panelGroupLayout>
              <af:spacer width="5" height="5" id="s28"/>
              <af:panelGroupLayout layout="vertical" id="pgl43">
                <af:outputText value="#{node.Recid}" id="ot11" visible="false"/>
                <af:outputText value="#{node.Parentid}" id="ot14"
                               visible="false"/>
                <af:outputText value="#{node.Salutation}" id="ot40"/>
                <af:outputText value="#{node.FullNameDisplay}" id="ot4"/>
                <af:outputText value="#{node.Membershipnumber}" id="ot27"/>
                <af:outputText value="#{node.NationalityDisplay}"
                               id="outputText2"/>
              </af:panelGroupLayout>
            </af:panelGroupLayout>
            <af:spacer height="5" id="s23"/>
            <dvt:panelCard effect="slide_horz" styleClass="AFHVNodePadding"
                           id="pc8">
              <af:showDetailItem text="Contact " id="sdi16">
                <af:panelFormLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                                    id="pfl13">
                  <af:outputText value="#{node.GenderDisplay}" id="ot5"/>
                  <af:outputText value="#{node.Email}" id="ot17"/>
                  <af:outputText value="#{node.Mobile}" id="ot42"/>
                </af:panelFormLayout>
              </af:showDetailItem>
              <af:showDetailItem text="Address " id="sdi17">
                <af:spacer height="2" id="s26"/>
                <af:panelFormLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                                    id="pfl14">
                  <af:outputText value="#{node.Category}" id="ot38"/>
                  <af:outputText value="#{node.TypeDisplay}" id="ot39"/>
                  <af:outputText value="#{node.SubtypeDisplay}"
                                 id="outputText3"/>
                </af:panelFormLayout>
              </af:showDetailItem>
            </dvt:panelCard>
          </af:panelGroupLayout>
        </f:facet>
        <f:facet name="zoom50">
          <af:panelGroupLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePadding"
                               layout="horizontal" valign="middle" id="pgl51">
            <af:panelGroupLayout layout="vertical" halign="center"
                                 styleClass="AFStretchWidth" id="pgl49">
              <af:image source="/render_image?id=#{node.Recid}&amp;typ=101"
                        styleClass="AFHVNodeImageSize50" id="i10"/>
              <af:spacer height="2" id="s27"/>
              <af:outputText value="#{node.Recid}" id="ot33" visible="false"/>
              <af:outputText value="#{node.Parentid}" id="ot22"
                             visible="false"/>
              <af:outputText value="#{node.FullNameDisplay}" id="ot19"/>
              <af:outputText value="#{node.TypeDisplay}" id="ot34"/>
              <af:outputText value="#{node.SubtypeDisplay}" id="ot24"/>
              <af:outputText value="#{node.Membershipnumber}" id="ot6"/>
              <af:outputText value="#{node.Mobile}" id="ot35"/>
            </af:panelGroupLayout>
          </af:panelGroupLayout>
        </f:facet>
        <f:facet name="zoom25">
          <af:panelGroupLayout styleClass="AFStretchWidth AFHVNodeStretchHeight AFHVNodePaddingSmall"
                               layout="horizontal" valign="middle" id="pgl44">
            <af:panelGroupLayout layout="vertical" halign="center"
                                 styleClass="AFStretchWidth" id="pgl46">
              <af:outputText value="#{node.Recid}" id="ot23"/>
              <af:outputText value="#{node.Parentid}" id="ot29"/>
              <af:outputText value="#{node.FullNameDisplay}" id="ot20"/>
              <af:outputText value="#{node.Membershipnumber}" id="ot10"/>
              <af:outputText value="#{node.Category}" id="ot21"/>
              <af:outputText value="#{node.TypeDisplay}" id="ot37"/>
              <af:outputText value="#{node.SubtypeDisplay}" id="ot25"/>
            </af:panelGroupLayout>
          </af:panelGroupLayout>
        </f:facet>
      </dvt:node>
    </dvt:hierarchyViewer>

Similar Messages

  • How do I view Adobe Flash Player documents in my min ipad?

    I want to view the seating chart at www.ticketmaster.com and it comes in Adobe Flash Player, but I cannot see it as the mini ipad does not support this sw.  Can you tell me how to solve this issue, especially, when it is a standard in the web community for displaying documents.

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • How to view adobe flash player on I Pad 4

    How can we view Adobie flash sites on I Pad 4

    Look into browsers that support flash. I see puffin, skyfire and iswiffer recommended

  • With every restart I have to reload flash player

    Every time my pc restarts flash player has to reload; any suggestions why?
    Thanks,
    Mike

    See: http://forums.adobe.com/thread/1267823
    If that fails to resolve it, you may need to also delete the Flash Player folder from your  [User]/Library/Preferences folder
    Toaccess it from Finder, hold the "Option" key and click Go>Library
    Holding the "Option" key

  • Flash Player 10.2.152.26 won't install/function. Help?

    System is a 2 year old Dell Inspiron
    desktop with 204GB of free space running Windows Vista (32 bit).  Security consists of Microsoft Security Essentials, Spybot Search & Destroy, Windows Defender (although Defender has recently refused to open after restart) and, as of yesterday, Malwarebytes Anti-Malware.  A full scan yesterday with MBAB resulted in 4 items being detected and quarantined.  A quick scan today yielded nothing.  Security level is set to medium.  Internet zone is set to medium.  Active scripting is enabled in both trusted sites and internet zone.
    When I download Flash Player from the Adobe site or run it from the computer it appears in Program & Features but will not play video clips or other feeds that require it.  No error messages are displayed during download.  Adobe.com/software/flash/about indicates that Flash Player is not installed.  I have tried turning off both Windows Firewall and the pop-up blocker during download/installation and this makes no difference.
    One odd thing - Video clips in Real Player that were originally viewed with Flash Player and then downloaded will not play unless Flash Player appears in Programs & Features.  So apparently Real Player recognizes that Flash Player is present (in some form).
    Any help greatly appreciated.

    Hi, I think you need to follow this procedure and do so carefully. Use the links from here, not from your email. If Malwarebytes is  just the standalone on your Desktop, then you don't need to disable it. However read over these instructions regarding Spybot. If you use the SD Helper, disable it also(was TeaTimer) Where you see Spybot in the instructions, this should be included also. Just a FYI, MSE automatically disables Windows Defender.
    First download and SAVE the FP Uninstaller to your Desktop:
    http://kb2.adobe.com/cps/141/tn_14157.html 
    Next go to this Archived site   http://kb2.adobe.com/cps/142/tn_14266.html     Download the Flash Player 9.0.280 21.8 MB to your Desktop. This is a zipfile.
    Look for and extract: Internet Explorer flashplayer9r280_winax.exe and put it on your Desktop.  (1.46 MB)
    Download the FP Installer for IE and SAVE to your Desktop:(latest version)
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    Once you have those on your Desktop, Using the Administrator Account, you will CLOSE all browser windows.
    Disable Spybot.
    Look in your system tray(area near the clock) for any instant messengers, aol, yahoo, etc and Disable them.
    Run the Uninstaller and when it is finished, Reboot(restart) your computer.
    Check and make sure Spybot is still Disabled.
    Run the Installer for vs 9 and when finished, Reboot your computer
    Test your browser here and you should be able to see the Flash logo animation(spin) and the version of Flash Player should be listed.
    http://www.adobe.com/software/flash/about/ It should be vs 9
    Now you will run the Uninstaller again to Uninstall vs 9, when finished, Reboot your computer
    Check and make sure Spybot is still Disabled.
    Run the Installer for vs 10.2.152.26 and when finished, Reboot your computer.
    Then test your browser and you should have vs 10.2.152.26 now Installed. If you can see the Flash logo animation(spin) then most likely you have Shockwave Flash Object in the IE addons, so check that and make sure it is Enabled..
    You will want to Print these instructions out to make it easier to follow.
    If you have any questions, let me know.
    Thanks,
    eidnolb

  • Work-around for flash player hangs/freezes during initialisation...

    Hello all,
    Are you also facing the problem that the flash player hangs/freezes during execution of an xcelsius file? Try if the following work-around works also for you.
    I am (was) facing the same problem: a swf file about 1474 kb with many components, generated with Xcelsius 5.3.2.0., trying to view with flash player 10.1.82.76. Did also hang/freezed! The file was originally build with version 5.3.0 and worked o.k. then...
    The work-around which works for me is the following: I had all my components organized in groups. After ungrouping them all (which I think is a major drawback) and exporting it to swf, the report works! File size is more or less the same...
    Maybe you can give this work-around a try for your own work....
    So I think the SAP/Adobe bug has something to do with grouping of components or grouped components build in an earlier version of Xcelsius 2008... The following test that I will perform is ungrouping the components and then re-grouping them again in version 5.3.2.0....
    Greetings
    Erik-Jan Vriens

    Thank you for sharing this. Had a similar problem before and did some tinkering around with the file and all of a sudden it worked again. Fair bet it was exactly that as well.
    In general Xcelsius performance goes down the drain if you start using many components. It is to be expected, somewhat, I guess. Various bugs also pop up because components do not always seem to play nice.
    One thing I have found as well is that if you are doing a waterfall approach of constructing with a bunch of iterations in the implementation phase, you may end up with a bunch of components that were there early on. Sometimes they start messing up over time, because you've been playing with the data below or with the chart itself. E.g. on line charts label start distorting, or the frames flicker. In radiobutton boxes the boxes are not aligned properly. Checkbox labels are clipped at the end until you hover over them etc..
    Solution: remove the components, add anew. If not too many components with a tough spreadsheet below, export Excel, start a new.

  • Flash player doesn't work with Vk (video or photos)

    I have the latest version for my pc and my browser (I've also tried to uninstall and reinstall), but it's been 2 weeks now that this message appears: "the latest version of flash player is required to view videos. (flash player has better functionality)". I've clicked the link, reinstalled the plugin and activated it. What can I do? (i have no problem with other video players).
    (ps:sorry for my bad english)

    1 (800) 833-6687
    Mon-Fri 6am-7pm (PST)
    $39.99 (prepaid) per call even if they can't resolve your issue

  • Flash player not working in IE7

    I'm not sure why this is happening but recently the flash
    player stopped woring with some instances of flash content but not
    others. For instance, I can't view the flash content on the
    Adobe.com home page but if I go to the Adobe Studio home page the
    flash content works just fine. I have no idea what's causing this
    problem or where to begin fixing it. I can't even view teh Flash
    Player advanced settings because they require flash. Anyone else
    having trouble like this with IE7?

    Chris,
    I agree that system configurations and installed software
    differences are likely culprits. Last week I upgraded my laptop
    from IE6 to IE7, shutting down all apps and disabling virus and
    spyware stuff. No problems seeing Flash player stuff.
    However, Monday morning I got a pop-up message on my desktop
    from Microsoft that an important upgrade was waiting... click here
    to install upgrade. Not knowing why the "auto update" feature
    didn't kick in, I did the sheep thing and just followed
    instructions - "click to upgrade". I had several programs open on
    my desktop (PhotoShop, Flash 8, MS Office, 3 browsers, etc), along
    with my "High" security level of virus suite protection. Then I
    discovered I was upgrading to IE7 - not what I wanted to do just
    then, but oh well.
    When the upgrade was completed, I discovered some sites did
    not display Flash content! Now, I have no idea which of the 95
    processes shown in the Task Manager could have been responsible,
    but I doubt that it was Flash Player 9.
    I think my system and Registry stuff is pretty clean, at
    least better than the average PC user. Yet, I had a problem.
    Interference caused by something, and all without any warning
    messages, etc.
    I will never know the cause of this problem, only that an
    uninstall and re-install from Adobe and all was well.
    Now I remember why I hate computers!

  • Flash player 8 will not load into internet explorer

    Hello,
    I can not view the flash player 8 swf in Internet Exployer 6.
    I can view player 7 and can view the player 8 in another computer
    but not my main development computer. Anyone else having this
    problem?
    Thanks in advance for any advice you can give.
    Keith

    Hello i have the same problem since two months ago and i
    installed the Opera browser and now i cure see flash again.
    I still cant see the flash on my IE but i cure on my opera
    and firefox browser, and there free so you should pick a copy of
    one of this two browsers.
    Or your going to have to Re-installed you operating
    system,

  • Adobe Flash player, when will be available for downloading, really frustrated

    Adobe flash player, when will be available for mac, iPhone, iPad. I am really frustrated. My friends are posting each other comic moments with kids or holiday events and I am always left out because I have iPhone. Also, I am unable to watch live tv on iPad when my husband watching football as unable to view without flash player.
    It seams like apple is a bit behind with some part of technology, when will be available for download
    Frustrated
    Rosie

    It has never not been available for Mac.
    It will very likely never be available for iphone/ipad/ipod.
    Do a forum search.  This is dicsussed over and over and over and over and over and over and over again on these forums.
    Adobe is working on a versin that will not require any download at all to watch flash content.

  • Why is the color offset on Flash Player in my Firefox, even after reinstalling both Firefox and Flash Player?

    I have the latest version of Flash Player, the latest version of Firefox and my system is a Windows 7 64-bit. Every time I view a Flash Player window, the green color is offset down about one-quarter of the window. This makes it difficult to use Firefox to watch Flash content. This does not happen on any other browsers I have.

    When I click that link, it goes (as it should from a U.S. IP Address) to the hyperlinked page 87, which is where the English portion begins.
    Your browser or International settings may prevent it from doing so, but I have nine machines that ALL parse the link the same way.

  • Flash Player stopped working for Chrome in Windows 8

    Randomly, the flash player stopped working for Chrome. I run a Windows 8 system. Everytime I go to a website that uses the flash plugin (youtube, video streaming websites) a bar pops up telling me that the plug in will only work in the desktop. I've never encountered this problem before.
    I have:
    1. Checked to see if I needed updates. I'm all updated.
    2. Reinstalled Chrome to try and fix it, to no avail.
    Additionally, when I view the Flash Player settings from my control panel, under Advanced Settings, it says that the plug in version is not installed. However, I'm unable to click on that or click on the settings that say "Allow Adobe to install updates (recommended)".
    What is going on? I really disllike running Chrome from the desktop and would like this to be fixed.

    sherylt7 wrote:
    Randomly, the flash player stopped working for Chrome. I run a Windows 8 system. Everytime I go to a website that uses the flash plugin (youtube, video streaming websites) a bar pops up telling me that the plug in will only work in the desktop. I've never encountered this problem before.
    I have:
    1. Checked to see if I needed updates. I'm all updated.
    2. Reinstalled Chrome to try and fix it, to no avail.
    Additionally, when I view the Flash Player settings from my control panel, under Advanced Settings, it says that the plug in version is not installed. However, I'm unable to click on that or click on the settings that say "Allow Adobe to install updates (recommended)".
    What is going on? I really disllike running Chrome from the desktop and would like this to be fixed.
    Chrome uses its own "proprietary" build of Flash Player, so you WON'T see any plugin in your control panel for it. You verify that it's enabled by typing "chrome://plugins" in your Chrome address bar. I'd provide a screenshot but I've REMOVED Chroime from EVERY system I have because it uses WAY TOO MUCH processor and  it was launching by itself in the background on my Win 8 machine. I won't tolerate that out of ANY software.

  • 5/4/2012 - Flash Player 11.3 Beta 3

    This beta release provides access to the Flash Player 11.3 runtime for Windows, Mac OS and Linux desktop environments. The key features and benefits of Flash Player 11.3 are:
    Full screen keyboard input — This feature enables support for all keyboard keys available to an embedded SWF running inside of a page without full screen mode( except for  ‘Esc’). It allows developers to determine if the app is in full screen, whether full keyboard input is allowed, and whether the app is able to request full screen (determined by the embed tag parameter).
    Low latency audio support for streaming audio through NetStream — This feature aims to reduce latency for high quality streaming audio playback. It addresses a very special use case of cloud gaming, where the game is rendered at a server and audio and video are streamed to the client.
    Protected Mode for Firefox — Flash Player Protected Mode is a new security enhancement designed to limit the impact of attacks launched from malicious SWF files against Adobe Flash Player when running in Firefox 4.0+ on Windows Vista and higher. This feature is comparable to the Flash Player Protected Mode in Google Chrome browser, Protected Mode in Adobe Reader, and Office 2010 Protected View.
    Flash Player background updates (Mac) — New versions of the runtimes can now be delivered more effectively to the end user with this enhanced updating mechanism (Background update is only available in the release versions of Flash Player).
    Low latency audio support (Sound API) — This enhancement reduces the latency for Sound.play method and changes to volume and pan on SoundTransform. The latency of SAMPLE_DATA event should also be reduced considerably.
    Texture Streaming for Stage3D — Provides an ability to upload coarser, lower quality textures on the GPU first and then progressively improve them as more data becomes available.
    You can find instructions for getting started with this release here: Flash Player 11.3 Labs Page
    We encourage you to let us know what you think over on our 11.3 Labs forums

    This beta release provides access to the Flash Player 11.3 runtime for Windows, Mac OS and Linux desktop environments. The key features and benefits of Flash Player 11.3 are:
    Full screen keyboard input — This feature enables support for all keyboard keys available to an embedded SWF running inside of a page without full screen mode( except for  ‘Esc’). It allows developers to determine if the app is in full screen, whether full keyboard input is allowed, and whether the app is able to request full screen (determined by the embed tag parameter).
    Low latency audio support for streaming audio through NetStream — This feature aims to reduce latency for high quality streaming audio playback. It addresses a very special use case of cloud gaming, where the game is rendered at a server and audio and video are streamed to the client.
    Protected Mode for Firefox — Flash Player Protected Mode is a new security enhancement designed to limit the impact of attacks launched from malicious SWF files against Adobe Flash Player when running in Firefox 4.0+ on Windows Vista and higher. This feature is comparable to the Flash Player Protected Mode in Google Chrome browser, Protected Mode in Adobe Reader, and Office 2010 Protected View.
    Flash Player background updates (Mac) — New versions of the runtimes can now be delivered more effectively to the end user with this enhanced updating mechanism (Background update is only available in the release versions of Flash Player).
    Low latency audio support (Sound API) — This enhancement reduces the latency for Sound.play method and changes to volume and pan on SoundTransform. The latency of SAMPLE_DATA event should also be reduced considerably.
    Texture Streaming for Stage3D — Provides an ability to upload coarser, lower quality textures on the GPU first and then progressively improve them as more data becomes available.
    You can find instructions for getting started with this release here: Flash Player 11.3 Labs Page
    We encourage you to let us know what you think over on our 11.3 Labs forums

  • 4/18/2012 - Flash Player 11.3 Beta 2

    This beta release provides access to the Flash Player 11.3 runtime for Windows, Mac OS and Linux desktop environments. The key features and benefits of Flash Player 11.3 are:
    Full screen keyboard input — This feature enables support for all keyboard keys available to an embedded SWF running inside of a page without full screen mode( except for  ‘Esc’). It allows developers to determine if the app is in full screen, whether full keyboard input is allowed, and whether the app is able to request full screen (determined by the embed tag parameter).
    Low latency audio support for streaming audio through NetStream — This feature aims to reduce latency for high quality streaming audio playback. It addresses a very special use case of cloud gaming, where the game is rendered at a server and audio and video are streamed to the client.
    Protected Mode for Firefox — Flash Player Protected Mode is a new security enhancement designed to limit the impact of attacks launched from malicious SWF files against Adobe Flash Player when running in Firefox 4.0+ on Windows Vista and higher. This feature is comparable to the Flash Player Protected Mode in Google Chrome browser, Protected Mode in Adobe Reader, and Office 2010 Protected View.
    Flash Player background updates (Mac) — New versions of the runtimes can now be delivered more effectively to the end user with this enhanced updating mechanism (Background update is only available in the release versions of Flash Player).
    Low latency audio support (Sound API) — This enhancement reduces the latency for Sound.play method and changes to volume and pan on SoundTransform. The latency of SAMPLE_DATA event should also be reduced considerably.
    Texture Streaming for Stage3D — Provides an ability to upload coarser, lower quality textures on the GPU first and then progressively improve them as more data becomes available.
    You can find instructions for getting started with this release here: Flash Player 11.3 Labs Page
    We encourage you to let us know what you think over on our 11.3 Labs forums

    Please post problems and issues with the beta release in the beta forum.

  • Managing output size in flash player 10

    I have created a SWF movie but when I maximise flash player 10 it blows the frames up to about 250%.
    How can I force it to only make them 100% size when maximising?

    Hi and thanks for your response.
    I have answered ur questions in order as asked.
    * Yes I test in Flash using ctrl/enter - the pages are all centred on the stage during creation of the file and they all appear IN FULL during the flash test
    * Yes I use the maximise icon in the top right corner of the flash player application.
    * I have also tried using the publish feature which is at this point set to create the html file for me. I will copy and paste the code for the html file at the bottom of this reply, however I would also like to have this as just a standalone swf video that plays in flash player which means that I need to solve the problem of the FLASH PLAYER sizing as well. ( I was going to distribute to some ppl as a standalone video via email NOT as a video in a web page )
    * When I talk about them being cut off - what I mean is that the images are all being cut off along the right hand side of the image so that part of the image is missing.  and no there is no scroll bar to view the remainder of the image.
    * When I talk about them being cut off - what I mean is that the images are all aligning to the left side of the page (I assume this is probably also part of the web page coding?) but they do NOT do this when I test or view in flash player.
    * The flash stage dimensions are currently set at 550px x 400px - the larger images that are being cut off are 912x609
    This is the page code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
              <head>
                        <title>new holly memorial project</title>
                        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                        <style type="text/css" media="screen">
                        html, body { height:100%; background-color: #ffffff;}
                        body { margin:0; padding:0; overflow:hidden; }
                        #flashContent { width:100%; height:100%; }
                        </style>
              </head>
              <body>
                        <div id="flashContent">
                                  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="700" id="new holly memorial project" align="middle">
                                            <param name="movie" value="new holly memorial project.swf" />
                                            <param name="quality" value="high" />
                                            <param name="bgcolor" value="#ffffff" />
                                            <param name="play" value="true" />
                                            <param name="loop" value="true" />
                                            <param name="wmode" value="window" />
                                            <param name="scale" value="showall" />
                                            <param name="menu" value="true" />
                                            <param name="devicefont" value="false" />
                                            <param name="salign" value="" />
                                            <param name="allowScriptAccess" value="sameDomain" />
                                            <!--[if !IE]>-->
                                            <object type="application/x-shockwave-flash" data="new holly memorial project.swf" width="500" height="700">
                                                      <param name="movie" value="new holly memorial project.swf" />
                                                      <param name="quality" value="high" />
                                                      <param name="bgcolor" value="#ffffff" />
                                                      <param name="play" value="true" />
                                                      <param name="loop" value="true" />
                                                      <param name="wmode" value="window" />
                                                      <param name="scale" value="showall" />
                                                      <param name="menu" value="true" />
                                                      <param name="devicefont" value="false" />
                                                      <param name="salign" value="" />
                                                      <param name="allowScriptAccess" value="sameDomain" />
                                            <!--<![endif]-->
                                                      <a href="http://www.adobe.com/go/getflash">
                                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                                                      </a>
                                            <!--[if !IE]>-->
                                            </object>
                                            <!--<![endif]-->
                                  </object>
                        </div>
              </body>
    </html>
    Further information:
    After reading your last reply further and being able to understand a little more of it I have gone and made a new test project and set the stage to the correct size for those larger images that I was having problems with.
    When I tested this in flash player this time the maximise button brings about the correct size as I wanted it to be (100% image size surrounded by the flash players border area).
    testing it in the html page brings about the same (correct image size and full display) however the images are still left justified instead of centred in the webpage. Can you show me where I would correct this please?
    I then have 1 further question:
    Now that I know what has caused the image sizing issue do I need to recreate the project from scratch with the correct stage size ? or can I change the stage size in the existing fully completed project?
    If I have to recreate the project from the beginning - can anyone tell me if there is a way when importing the images to the stage that I can get them all to centre themselves in the stage automatically by default (when I created the original project I had to do this one by one and there are approx 40 images)
    Test project html page code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
              <head>
                        <title>flash project test</title>
                        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                        <style type="text/css" media="screen">
                        html, body { height:100%; background-color: #ffffff;}
                        body { margin:0; padding:0; overflow:hidden; }
                        #flashContent { width:100%; height:100%; }
                        </style>
              </head>
              <body>
                        <div id="flashContent">
                                  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="912" height="609" id="flash project test" align="middle">
                                            <param name="movie" value="flash project test.swf" />
                                            <param name="quality" value="high" />
                                            <param name="bgcolor" value="#ffffff" />
                                            <param name="play" value="true" />
                                            <param name="loop" value="true" />
                                            <param name="wmode" value="window" />
                                            <param name="scale" value="showall" />
                                            <param name="menu" value="true" />
                                            <param name="devicefont" value="false" />
                                            <param name="salign" value="" />
                                            <param name="allowScriptAccess" value="sameDomain" />
                                            <!--[if !IE]>-->
                                            <object type="application/x-shockwave-flash" data="flash project test.swf" width="912" height="609">
                                                      <param name="movie" value="flash project test.swf" />
                                                      <param name="quality" value="high" />
                                                      <param name="bgcolor" value="#ffffff" />
                                                      <param name="play" value="true" />
                                                      <param name="loop" value="true" />
                                                      <param name="wmode" value="window" />
                                                      <param name="scale" value="showall" />
                                                      <param name="menu" value="true" />
                                                      <param name="devicefont" value="false" />
                                                      <param name="salign" value="" />
                                                      <param name="allowScriptAccess" value="sameDomain" />
                                            <!--<![endif]-->
                                                      <a href="http://www.adobe.com/go/getflash">
                                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                                                      </a>
                                            <!--[if !IE]>-->
                                            </object>
                                            <!--<![endif]-->
                                  </object>
                        </div>
              </body>
    </html>
    Message was edited by: vampyricus due to further information

Maybe you are looking for

  • A server with the same hostname could not be found!

    Hi macusers, I saw that error on multiple threads but I found none related to my issue. So, before ignore it let's describe it: Two MAC Mini: one early 2009 and second late 2010. Both OS 10.9.1, MacKeeper installed, 6+Gb for RAM. Both uses the same r

  • SetAttribute not updating field in table or database

    Hi I'm using Jdev 11.1.2.3.0, I have a table where only one attribute is editable (There's also a condition on whether it is editable or not). The table is in editAll mode. Basically I launch a business action that should multiply this attribute in A

  • Unsolicted update in communication channel

    I received a counter update in my communications channel for the following post: https://forums.oracle.com/thread/2569282 I'm neither tracking or following the discussion or space and I have not been participating in that discussion. I also have not

  • Classic planning application properties

    Hello, How to view created classic planning application properties as what options had selected when creating application from Classic Application Wizard, Select, Calendar, Currencies, Plan Types, etc. Regards.

  • Archive icon is not seen in fcx 10.1.1

    Hi, i have noticed that if create an archive of any drive or card connected, fcx 10.1.1 cannot see it when trying to import, do I miss something? 10.0.9 works perfectly.