Shift/F12 launches Dashboard instead of Flash Publish Settings

How do I use shift/f12 within a program such as Flash?
I can't find anywhere in my preferences where f12 is assigned.
My Preferences -> Dashboard & Expose settings don't have anything selected for Dashboard. The option "-" is selected which would lead me to belief f12 should not be launching the Dashboard. I don't use the Dashboard widgets and nothing else is selected in my preferences encouraging it to take over my screen.
In my Preferences -> Keyboard & Mouse -> Keyboard Shortcuts settings the Dashboard option is unchecked and dimmed gray and nothng else is set f12 or shift/f12.
How do stop f12 launching Dashboard so I can use it in Flash?

Can you create the keyboard shortcut in the system preference?

Similar Messages

  • Actionscript 2 and Flash Publish Settings

    Hi Everyone,
    I have posted a couple questions as of late and received fantastic support from other members (Thanks K-Glad).
    I do have what I'm assuming to be a basic question however I cannot find an answer for it.
    I added some login script to a page as listed below.
    stop();
    eval("$version");
    appname="mikesapp"
    loadVariablesNum("http://bars.bevinco.com/mike/newlogin.php", 0, "POST");
    //This verifys the users status and forwards them to the portion of the website they are authorized to access. Frame 100 = Regional Access, Frame 200 = Franchise Access, Frame 300 = Employee Access and Frame 400 = Denied Access and Back Button
    this.onEnterFrame = function () {
        if(_root.checklog == 100){
            _root.gotoAndStop(5);
        if(_root.checklog == 200){
            _root.gotoAndStop(10);
        if(_root.checklog == 300){
            _root.gotoAndStop(15);
        if(_root.checklog == 999){
            _root.gotoAndStop(20);
    My Question
    When testing this movie, I found that it was not moving to the section of the flash file that is relative to their "authorization level". I.E. I manually had my PHP echo back to flash, advising that REGIONAL ACCESS was used therefore it should be move this user to FRAME 5 of the file.
    I found that it was staying stuck on the first frame and not moving beyond the 1st frame which I thought had something to do with the stop(); that is listed at the top of the actionscript.
    However, when I changed the FLASH PUBLISH settings from Flash Player 8 to Flash Player 6, it works flawlessly.
    I attempted to publish using Flash 7 however it appears FLASH 6 is as high as I can go without loosing it's functionality.
    I'm curious WHY and will this limit our users from using the site if they have a lower version of Flash installed on their CPU?
    I have attached the project FLA file and the PHP file, being used on the server to manually tell this file that a REGIONAL has signed in or someone with "100" level status.
    As always, thanks in advance to anyone that has taken the time to read this post.
    Cheers,
    Mike

    checklog is a string (even though it looks like a number to you).  flash 6 allowed quite a bit more code sloppiness than later versions.  so, it's very common for users to find publishing for fp6 works, while publishing for fp's higher breaks their code.
    you should use:
    this.onEnterFrame = function () {
        if(_root.checklog == "100"){
    delete this.onEnterFrame
            _root.gotoAndStop(5);
        if(_root.checklog == "200"){
    delete this.onEnterFrame
            _root.gotoAndStop(10);
        if(_root.checklog == "300"){
    delete this.onEnterFrame
            _root.gotoAndStop(15);
        if(_root.checklog == "999"){
    delete this.onEnterFrame
            _root.gotoAndStop(20);

  • What can we use instead of flash player.?

    What can I use instead of flash?

    You're looking into the wrong forum.
    If you're trying to put apps on an iPad, you should check Adobe Digital Publishing Suite on www.adobe.com. (This has nothing to do with PDF and this forum.)

  • OBIEE 10g Dashboard Design- Embedding BI publisher report

    Hello all,
    i am trying for a specific layout functionality in the dashboard page.
    i want to display all the (BI publisher) report links in one section and upon clicking on each link the report should open in another section but in the same dashboard page.
    like i will create two dashboard columns where one would display report links and other would have section for the report display.
    please help me in acheiving this functionality as this is an important requirement for the client.
    thanks in advance.

    Hi,
    From the available Dashboard Objects select BI Publisher Report.. and browse your report in Publisher...
    for more see my earliear post:
    https://forums.oracle.com/forums/thread.jspa?messageID=9897741&#9897741
    Check here :
    http://gerardnico.com/wiki/dat/bip/configuration_bip
    All steps are described.
    The Integration Step of Oracle BI Presentation Service is in this paragraph.
    http://gerardnico.com/wiki/dat/bip/configuration_bip#integration_of_oracle_bi_presentation_service
    Thanks
    Deva
    Edited by: Devarasu on Sep 30, 2011 10:08 AM

  • Getting Microsoft Visual C++ Runtime Library error while launching Dashboard 4.0

    Hi All,
    I just installed BO Dashboard 4.0 on my Windows system successfully and when I tried to launch Dashboard icon (which is at desktop), it gave me error message :"Microsoft Visual C++ Runtime Library: RunTime Error! Program :C:\....This application has requested the Runtime to terminate it in an unusual way. please contact the application's support team for more information."

    Hi Renu,
    Please see Note 1676695 - Assertion Failed Exception for shared_ptr.hpp when installing .NET runtimes for Business Objects 4.0
    This can happen if you do not have the VS 2005 C++ Runtimes installed.
    Download the VS 2005 C++ runtimes (http://www.microsoft.com/download/en/details.aspx?id=3387) and install, then run the .NET runtimes installer again.
    Login with administrator in the system and perform the below activity.
    Re Install the Microsoft Visual Studio
    Check the latest patch available from the SAP Market Place www.service.sap.com/swdc
    Re Install the Dashboards.
    Or below thread
    BO Dashboard 4.0 SP02 or SP04(W/ FP03)
    Thanks,
    Daya

  • Flash CS5.5[Publish Settings]: How to include custom Metadata tags in swf?

    In Flash CS5, the 'Publish Settings' for the fla had an 'Export SWC' checkbox that took care of that.
    The option is missing. Why was it removed and how can  that be done in 5.5?

    Thanks sinious, but, it doesn't work.
    Let me elaborate on what I want to do:
    I'm trying to create a swf in Flash CS5.5, that's using a flex library (swc) that relies on Metadata tags (anotations).
    I need to use the metadata tags in my as3 code (in the fla), and They need to be compiled into the swf (by Flash CS5.5 compiler...).
    Although, when I load that swf, the metadata tags aren't compiled into it (I'm using describeType to check if tags are available in the swf).
    In flex, I would use the '-kepp-as3-metadata+=' compiler setting to do that, in Flash CS4 & CS5 I used the 'Export SWC' in the publish settings, but that's removed (WHY???).
    Checking XMP Metadata didn't change that, the tags are still not included in the compiled swf.
    Anyone?

  • Dashboard autorun of BI publisher report

    We have a BI publisher report which is set NOT to auto run in BI Publisher. This report is embeded in OBIEE dashboard.
    Problem:
    Whenever user navigates to the dashboard, it autoruns with default settings. Is there a to stop the auto in the dashboard so that it only runs when user clicks on the "Go" in the prompt.

    Try Stijn's approach at the end of this thread... It'll work.
    Dashboard prompts - immediate start to search

  • Showing image instead of flash for mobiles?

    I am just wondering if it is possible to show an image instead of flash content for mobiles?
    I want to allow the adobe sniffer to do its thing when it is people using pc and mac browsers and direct them to the plug in page to download the flash player if they need it, but is there a way to sniff for a mobile / smart phone browser and if they cant view flash it will show an image instead?
    Any help appreciated.

    You can use Javascript to detect the browser and platform for any given user. You can then parse that information to push the content that you want to use for the result. You can find a good write-up with example code here: http://www.quirksmode.org/js/detect.html

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • Pass a parameter from BI Dashboard Prompt to BI Publisher Report

    Hi.
    How Can I pass a parameter (value) from BI Dashboard Prompt to BI Publisher Report for an Integrated BI Publisher Report in BI Dashboard? Is there a guide/documentation about this?
    (10g and 11g)
    Thank you bye

    Hi ,
    check the below link ,
    http://blogs.oracle.com/xmlpublisher/entry/running_bip_reports_in_biee_wi
    will be help..we have to pass the presentation variable name to the bip parameter.
    Thanks,
    Ananth

  • Openning a Link from MS Office OneNote 2007 launches MS Internet Explorer althoug FireFox is my default Internet browser. Any idea how to cause OneNote 2007 to Launch FireFox instead?

    Openning a Link from MS Office OneNote 2007 launches MS Internet Explorer althoug FireFox is my default Internet browser. Any idea how to cause OneNote 2007 to Launch FireFox instead?

    Below is how it is being done.  This worked perfectly for years. MS Office 2007 does complain that the file extension does not match the data format (it's a tab delimited text file but I'm pretending it's an Excel file so they'll be prompted to view it as a spreadsheet in Excel) but you just click open and it works fine.  This issue with IE is new.  Let me know if you have any more ideas.
    <CFSETTING ENABLECFOUTPUTONLY="Yes" SHOWDEBUGOUTPUT="No">
    <!--- variables used for separating cells with tabs, and for new rows --->
    <CFSET tabchar=chr(9)>
    <CFSET newline=chr(13) & chr(10)>
    <!--- tell browser it's an Excel file --->
    <CFCONTENT TYPE="application/vnd.ms-excel">
    <!--- tell Internet Explorer to open as Excel file --->
    <CFHEADER NAME="Content-Disposition" VALUE="filename=myfile.xls">
    <!--- get data --->
    <CFQUERY NAME="getinfo" DATASOURCE="mydsn">
        select fieldone, fieldtwo
        from mytable
    </CFQUERY>
    <!--- output column headings --->
    <CFOUTPUT><CFLOOP INDEX="q" LIST="fieldone,fieldtwo">#q##tabchar#</CFLOOP>#newline#</CFOUTPUT>
    <!--- output database records --->
    <CFOUTPUT QUERY="getinfo">#getinfo.fieldone##tabchar##getinfo.fieldtwo##newline#</CFOUTPUT>

  • Can PSE10 be configured to launch LightRoom instead of Organizer?

    Is there a configuration option or other method to change the behavior of PSE10\PRE10 when clicking on "Organizer" to have it launch Lightroom instead? I have moved over to Lightroom but am in the habit of clicking on Organizer
    Thanks,
    Joe..

    The usual method is to set up the PSE10 Editor under the Lightroom External handling tab (Edit à Preferences)
    You can then select an image in the Lightroom Library and send it directly with the Lightroom Develop settings into the PSE Editor for further editing e.g. using layers etc which Lightroom doesn’t have. The sequence is normally:
    1) Ctrl+E in the Lightroom Library
    2) Edit in Elements; then Ctrl+S to overwrite Lightroom export copy
    3) Ctrl+W to close in Elements and update Lightroom thumbnail.
     

  • My name is displayed instead of my publishing company's name......

    My name is displayed instead of my publishing company's name for my books in iBookstore. I cannot find where to change it in iTunes Connect.
    Any suggestions (besides opening a ticket)?

    Best to put that type of question to your legal counsel, I think.
    Ken

  • Error navigating from OBIEE Dashboards 11g to BI Publisher

    Environment: WebLogic Server 10.3.5 OBIEE 11.1.1.5 AIX 6.1
    Browser: IE8 (company standard) and others like Firefox
    Hitting the links on browser in OBIEE dashboard to create a Published Report in BI Publisher, I get the following error:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MS-RTC LM 8; InfoPath.1; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.5.30729)
    Timestamp: Tue, 21 Feb 2012 20:39:23 UTC
    Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
    Line: 85
    Char: 1
    Code: 0
    URI: http://<servername>:9704/xmlpserver/editor/report.jsp?_xmode=2
    I can login directly by using http://<servername>:9704/xmlpserver/login.jsp
    Any help would be appreciated.

    hi,
    I have the same issue but only with one user.
    Have you solved the issue?
    thanks in advance
    Rosario

  • Air 3.6 not available in publish settings after install - Flash CS6

    After installing Air 3.6 beta, Flash CS6 does not have Air 3.6 available in the publish settings - target. Highest available target is Air 3.4.
    System: Mac Book Pro-Retina, OS - X Lion.

    This is a mystery to me. On my Mac, I have Flash CS6 installed, and it told me at install time it was installing AIR3.5 at the same time. However, in the Flash Publish options, I only have AIR3.2 available?????
    I installed AIR 3.6 Beta, and it told me it was upgrading AIR3.5 to 3.6 huh ???? but still not available anywhere I can find it. I can't find it anywhere, and still only have AIR3.2 in the \Applications\Adobe Flash\CS6 directory, and in Publish settings.

Maybe you are looking for

  • View with Bind Variable and ADF table

    Hi all, Please note what i have noticed. I created a view with a bind parameter, overriden the prepareSession of my Application Module to set the bind parameter and execute the query. I then created a simple jsf page and included the view as an adf r

  • MR11 : error CKMLGRIR013 for a po of a material UNBW

    Dear. I try to run MR11 for a purchase order with goods receipt of a material UNBW. The system send this error message when I try to post clearing. Error during reading of material ... or material locked      Message no. CKMLGRIR013 Can you help me ?

  • Problem with creating VM

    Hi! I installed VM server and VM manager on 2 machines. I mouned ISO DVD disk on VM server as -> /tempexp/FULL_ISO/RHEL4-i386-ES.iso 2.2G 2.2G 0 100% /var/www/html/linux and when I run virt-install command [root@Oracle-VMS tmp]# virt-install -d What

  • Can my old IPhone be used to boost ram on a PC or Mac?

    Well, I have an old iPhone 3GS and soon enough this 4 will be retired as well. That being said I know that both of these devices are still quite worthy of use in various functions. I wouldn't get anything for turning them back into the store and I ho

  • Execute and CanExecute with Delegate

    Hi, I'm trying to create a reactive UI and i have to use Execute and CanExecute to enable/disable buttons. In my app i have 3 button, validate, refuse and delete. My problem appear when i use the button delete; i get an error from function CanExecute