Change projector caption

Hi,
when i run my flash file (exe file in fact), the flash
projector display
its own caption "Adobe flash player 9".
instead of that, i would like to display my own caption like
" hello
world" for example.
how can i do that ?
thx.
RAF

Yes I've tried jugglor some months ago but didn't like it
since the end-user would need to have installed Flash Player in
order for the .exes to run. Maybe I'll retry the new version
sometime.
I don't use swf studio, Used it a little and it messed my
system twice.
And yes, I sometimes use Resource Hacker for the title bar
and menu, but my point would be not to need to hack into the Adobe
runtime to actually customize something...
Finally AIR looks like Adobe is trying to re-invent the
wheel. Doesn't appeal to me. Plus it needs
another runtime, in order for the
standalone apps to work... why not integrate all that into
Flash Player? The users will start getting confused...
My point would be to make all the work via Flash. Not
external wrapper apps, not AIR runtime required etc. I make my
movie/application>I go to Publish settings>Check .exe/.app
option>Define my projector preferences>Publish and I am done.
Why Adobe can't just issue a Flash Extended version which would
have more options for desktop applications, like they did with
Photoshop Extended and 3D.

Similar Messages

  • How to change the caption of a field with a button?

    I have serious trouble, don't know why, in order to change the caption of a field.
    I can't do it with a button as in any other way...dropdown list, ecc...
    Assumes that we have a button and "on click" i want to change the caption of a numeric or text field.
    form1.ppp.Button1::click - (FormCalc, client)
    NumericField1.caption.value.text.value = "whatever you want to set it to";
    TextField1.caption.value.text.value = "whatever you want to set it to";
    xfa.form.form1.ppp.NumericField1.rawValue = xfa.form.form1.ppp.NumericField1.rawValue + 1;
    The numerical value inside the numericalfield1 is increased each click...but the caption still the same.
    Why this happen?
    I check many threads on this forum and on google and i still find these samples...
    please help.
    Thank you

    Yes, it is. Also in preview i checked "dynamic XML". is it right?
    i try to download this sample while searching in the forum to solve my problem
    https://acrobat.com/#d=pxtis4z3OxCqWxajZwDS2Q
    i try to add to that form my code and it's work!! i can't undersand why...
    Below you can find my PDF...i can't understand why here the same code doesn't work
    http://www.hsc350.it/download/Untitled2.pdf
    Thank you again!

  • Cannot Change Photo Caption in Lightroom 2.3

    I am not able to get Lightroom 2.3 to change the caption of photos taken with a Sony A100.  The caption reads "Sony DSC."  All of my efforts to change this caption to something else have failed, including use of the "Save Metadata to File" command.  While the program initially reflects a change or deletion in the caption at first, when I navigate away from the photo and then return, it always reverts to "Sony DSC."  If someone can suggest a different approach or a workaround it would be much appreciated.  Note that this does not seem to be a problem with Photoshop Elements 6.  I have not yet tried to see if I can make this change in Bridge yet. Thanks.

    I have given up trying to find a solution in LR.  It stubbornly overwrites "Sony DSC" on every photo I import and wipes out all changes I try to make in the caption field. I have not found a direct fix in LR, causing me nothing but frustration. But I have found a workaround which sounds complicated but is really quite simple.  The key is to import via the import utility in PS Bridge rather than with the LR import dialogue.  You wipe out the description field which contains "Sony DSC" in Bridge.  Then you synchronize the folder in LR.  Problem solved.  Here are the steps for Windows users.
    Step 1:  Create a Custom Template in Bridge.  (a) Go to Tools - Create Metadata Template; (b) In the "Create Metadata Template" dialogue box: (1) under the "IPTC (IIM, legacy)" tab, place a check in the box next to "Description" and leave the field to the right blank (make sure no other boxes are checked); (2) under the "IPTC Core" tab, place a check in the box next to "Description" and leave the field to the right blank; (c) In the "Template Name" field replace "Untitled" with "Clear Sony DSC" (or whatever you want to call your template).
    Step 2: Import your photos with the import tool in Bridge (the key is not to import with LR).
    Step 3: (a) navigate to the newly imported file of images; (b) in Metadata view click on the top image in the folder and shift click on the last image in the folder to select all; (c) right click on one of the selected images and click on "File info . . .; (d) In the dialogue box that appears, click on the down arrow next to the "Import" button; (e) one of the options should be "Clear Sony DSC" (or whatever you named your template), click on that: (f) an "Import Options" dialogue box will appear, with three choices.  Choose the first of the three "Clear existing properties and replace with template properties."  (Note this will only overwrite "Sony DSC" in the description fields of the metadata and leave those fields blank and will not overwrite any other metadata.); (g) That will return you to the File Information dialogue box. Click the "OK" button at the bottom.  Bridge will now take some time overwriting the description fields in the metadata attached to your images.
    Step 4:  Go to LR.  In the Develop module navigate to the folder in which this new folder of images was placed by Bridge.  In the top menu go to Library - Synchronize Folders. Lightroom will now capture this folder of images in your LR catalogue and the attached metadata but thankfully not the troublesome "Sony DSC", so you should be free to edit the caption field in LR.  Do not use "Import Photos from Disk at this seems to recreate the problem and results in duplicate images.
    Let me know if this works for you. 

  • Change the caption property to TextField

    Hi
    I have a TextField
    I need to change the value of it Caption Property in Run Time
    Who is that?
    Thanks all

    You can do this using some simple JavaScript or FormCalc script on an event.
    Let's say you wanted to change the caption of a field at the click of a button. You could use the following JavaScript on the button's Click event:
    TextField1.caption.value.resolveNode("#text").value = "test";
    You could also use the following FormCalc script:
    TextField1.caption.value.#text = "test"
    I've attached a sample form which has a button and a text field on it. Clicking on the button will change the text field's caption to "test".
    Stefan
    Adobe Systems

  • Can I change the Caption (name) of the button Go for the dashboard prompt

    Hi,
    Can I change the Caption (name) of the button Go for the dashboard prompt
    I need to change the name of the button to Set Prompt Values.
    i did not see an option to do this
    Thanks

    Hello Yusuf,
    First follow the forum Etiquette, see this http://forums.oracle.com/forums/ann.jspa?annID=939
    You have to close the answered threads...
    And regarding your question
    Go to *{OracleBIDir}:\oraclebi\web\msgdb\l_en\messages*
    Open globalfiltermessages.xml file.
    Find this text
    <WebMessage name="kmsgGFPGo"><TEXT>Go</TEXT></WebMessage>Now edit the Go which is there between the TEXT tags..
    Ex: i am editing Go to Confirm
    <WebMessage name="kmsgGFPGo"><TEXT>Confirm</TEXT></WebMessage>Save this file and just restart your presentation service.
    Check your dashboard prompt now...
    (Editing this post from here)
    As per your requirement edit should be:
    <WebMessage name="kmsgGFPGo"><TEXT>Set Prompt Values</TEXT></WebMessage>Edited by: Kishore Guggilla on Jul 18, 2009 2:45 AM

  • Can I change the captions font?

    Is it possible to change the captions font in PSE5? Also, is it possible to change the location of where the caption prints on photos? If so, how is this done?

    > In the User Guide it is in Chapter 8, Managing files and catalogs. The section heading is "Adding captions and notes."
    Yes those are Creations - I believe that one is a slide show and the other is a calendar.
    When doing the PRINT (click on printer icon), then choosing Individual as the type of print and checking Caption in the options, I believe that the only choice is to have the caption printed below and to the left of the photo.
    Are you using the entire page of paper after you print or are you cutting out prints - like multiple 4x6 prints from one piece of paper?
    If you are using the entire page of paper, then try this - start with CREATE and then choose PHOTO LAYOUT and pick a simple layout with no background. After the layout contents display you will have the ability to place the text wherever you wish ON the photo as well as change the color and the font.
    You will be working in the Editor workspace for the Photo Layout and if you have never used the Elements Text Tool it may seem a little strange at first.
    Now with this photo layout you can do more complex backgrounds and embellishments. However if you do not choose any background when you start the photo layout, it will look similar to doing a Print.
    So I suggest that you look at the Photo Layout function and see if it looks like it will be beneficial for you.

  • Still cannot change radio caption color by script

    Hello,
    I've been trying to follow advice seen in other threads when developers wanted to inactivate radio button choices by script, and also turn the caption grey. What I'm finding is I can deactivate the choice but I just cannot turn the caption grey.
    If the exclusion group is named "MyRadioChoice" and the choices are (say) "Choice1", "Choice2", "Choice3" and due to other user input Choice3 becomes inapplicable, then the wisdom is this should work:
    MyRadioChoice.Choice3.access = "readOnly";
    MyRadioChoice.Choice3.caption.font.fill.color = "192,192,192";
    The first statement works, the choice can no longer be clicked. But the second does not work, I just can't change the caption color. THe script does not throw any errors, it just plain doesn't work. Can anybody help?

    You were right. That problem was driving me crazy. Thank you for the solution.

  • Change dimension caption

    Hi,
    I've created a new appset by copying the APPSHELL which includes an entity dimension. The caption for this is "Entities for Planning, Consolidation and Ownership".
    I have tried, several times by now, to change this. Each time I selected the entity dimension in the admin console, clicked on "Modify dimension", changed the name and confirmed. Each time I got no error message.
    However, the caption is still the original one.
    Has anyone seen this before and knows what to do so I can change the caption?
    Thanks,
    Arnold

    Hi Arnold,
    Have you tried Processing & Refreshing the Dimension and check again?
    Thanks,
    Abhishek Khatti
    Edited by: Abhishek Khatti on Jun 23, 2011 3:12 AM

  • Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Of course! Here ya go
    For the record, I did create a new project with only two slides to try and duplicate the issue. I had the same problem. I unchecked the Mouse Click Sound check box, republished and the slide auto advanced. I'm wondering if a default sound file was somehow moved or deleted? I discussed uninstalling and reinstalling C7 onto my laptop, but that's a frustrating solution haha

  • Ghost text is changing the caption to gray italics

    I'm using this script:
    form1.page17.table1.Table7.Row3.DateField6[0]::enter - (JavaScript, client)
    this.fontColor = "0,0,0";
    this.font.posture = "normal";
    form1.page17.table1.Table7.Row3.DateField6[0]::exit - (JavaScript, client)
    if (this.isNull)
      this.fontColor = "153,153,153"; // a gray colour
      this.font.posture = "italic";
    form1.page17.table1.Table7.Row3.DateField6[0]::prePrint - (JavaScript, client)
    this.format.picture.value = "";
    form1.page17.table1.Table7.Row3.DateField6[0]::postPrint - (JavaScript, client)
    this.format.picture.value = "";
    form1.page17.table1.Table7.Row3.DateField6[0]::ready:form - (JavaScript, client)
    this.execEvent("exit");
    this.format.picture.value = "null{'" + this.assist.toolTip.value + "'}";
    That I gratefully found at this blog: Adding Ghost Text to LiveCycle Designer forms on the adobe.cookbooks.com web site.
    I can get the ghost text to work just fine, however when I just used it in a TextField, it changes the caption to the gray italic text. What is causing this and how do I correct?
    Thanks,
    MDawn

    Hi Margaret,
    Sorry about that, mouslander is right the line "this.caption.font.posture.value = "normal";" should have been "this.caption.font.posture = "normal";" without the .value bit
    If you want to do this in Designer, you can with the Font palette.
    Click the little arrow and update the Value to italic and the 40% gray (153,153,153) and set the caption to black, normal.
    Regards
    Bruce

  • Changing photo caption fonts

    I am using the template elegance with photos. I want to change the font of the image captions from italics to regular and change the color to black so the lettering shows up better. Can this be done globally, or do I have to change the captions one at a time?
    Thank you.

    oh jim! you are a perfectionist!
    here is a quote from sboben who makes templates at http://11mystics.com ! she says:
    Jean that's one of the things you can't change yet using the iWeb interface. There are a few of those elements on various pages like that. They can be changed in the template XML, but that's a very technical process that requires messing with core application files.
    so, if she finds it difficult jim, then is suggest you make text-boxes yourself! you could also try this link and fiddle with .css files:
    http://discussions.apple.com/message.jspa?messageID=1596652#1596652
    max

  • How to change the caption in data entry selection screen??

    using cats0009 i populated the data into wbs desc and a/a desc but
    but i am not able to change the name(caption of additioanl field) as 'wbs description'. and A/A desciption.
    can anyone please help me out how to do this...

    You don't mean selection text do you? Can you be more specific?

  • Changing button caption on runtime in WAD

    Hi,
    I have a button in WAD; with the caption "Show  Detail Report".
    On clicking, it shows the detail report, at the bottom of the same screen.
    I want the caption of the button to be changed as "Hide detail report" on clicking.
    On clicking again, the detail report at the bottom should be hidden and the caption of the button  should be changed as "Show  Detail Report".
    Its like Show/Hide button.
    I thought of using java script. But how to get the current caption of the button in the Script?
    Is there any way to achieve it, without using code?
    Thanks in advance.
    Regards,
    Suresh.

    Hi Suresh,
    You can acheive it by using same concept which we used for hide the detail report.
    Detail: -
    Create two button hide detail report & Show detail report.
    behind Show detail report use below two functions
    1) Display "Hide Detail Report"
    2) Hide "Show Detail Report".
    vice versa.
    I hope you know how to hide objects in WAD.
    Regards,
    Ashish

  • Change the caption of a TextField with JavaScript

    Hi,
    I'm working on an multi language form with the Livecycle Designer 8.2.
    My form includes a couple of Text fields with captions in English. I've implemented a button to change the language of the captions into French through a "click" JavaScript Event.
    But I'm still not able to perform the caption language change with my code:
    Myform.multilang.bt_english::click - (JavaScript, client)
    xfa.resolveNode("tf_site.caption.value.#text").value = "French Caption";
    Has there anybody an hint for me?

    Is you form a dynamic or static PDF? Ensure that it is dynamic.

  • Change projector title in taskbar

    Hello,
    I'm developing a hybrid application in Flash deployed on
    CDROM. My client want's that the taskbar title should reflect the
    application's name rather than "Macromedia Flash Player 8". The
    same is true for the Mac projector.
    Any idea how this is done? Any help would be appreciated.
    Thanks in advance.
    Nitin.

    That would be a waste of money when you get free tools that
    do the same
    thing.
    No need for buying third party tools like SWiSHstudio and
    Jugglor to change
    icons or title bar .. to suggest to do that is irresponsible.
    But if you DO need other features, then look at programs like
    SWISHstudio,
    Jugglor and SWF studio.
    For what you're asking, don't bother paying for software.
    Save you money.
    Jeckyl

Maybe you are looking for

  • HP LaserJet Enterprise P3015 Printer

    Hi everyone. I take star from 1 st.     Sorry about my grammatic errors.  2-nd.   I have a problem with my printer- HP Laser Jet  P 3015.    They print not 45p/min . His speed of printing is 21-25 p/min.    OS: Win 7 64-bit. Driver - ok .    Technika

  • UPLOAD MASTER DATA FROM SAP GL TO ACCOUNT DIMENSION

    hi how can i upload master data (chart of account) from BW 0GL account info object to BPC Account Dimension ? how can i upload the hierarchy, there is no hierarchy in ECC for the chart of account

  • ITunes 10.3.1.55 opens when iPod plugged in

    Hello, I have iTunes configured to not open automatically when I plug my iPod touch 4G in, but it still opens automatically when I plug it in. I am unable to enable or disable the checkbox to Open iTunes when this iPod is connected. Has anyone else b

  • Changing resolution settings in OfficeJet

    Hi everyone. I'm scanning a few old family pictures, size is approximately 5x3 inch. The scanned picture I get is very small, 900x600 give or take. I need to print those pictures in a photobook and this size is way too small. Is there a way to get bi

  • Cannot check in files or undo checkout

    Robohelp HTML 7.0 indicates that some files are checked out but when I try to check in it says: "Nothing to CheckIn, files are identical". When I try to check in from Robosource Control the same message appears. And I can't unCheckout as well. The sa