Screen-based documents in CS5

Hi all,
Just fired up Flash CS5 to a surprise.  My screen-based SWF from years ago will no longer load.
Searching around, I couldn't find an easy answer . . . how does one achieve the equivelant of nested screens in CS5 now?
I have outer chrome that's common to all screens and switch between nested screens to show different shared form screens that get populated with content from a database.  Short of duplicating the shared content over and over, how do you get the layered effect I'm after?  Does everyone simply jump around on the master timeline?  Or does CSS play a role here?

I'm not sure if this will help at all, but there were a couple of Presentation templates added to CS5 that may help answer some questions or generate some ideas. Go to File > New, choose Templates, and go to the Presentations category to find the FLAs.

Similar Messages

  • Screen based document max dimensions

    Hi,
    I'd like to create a flash screen based document/application
    that will automatically load when the CD that contains it is put
    into the disc drive of a computer. What do you have to do to make
    this happen?
    I was also wondering if anyone knew how to make it so that
    the flash document automatically opens to fill the full screen of
    the monitor. How would this be affected if the user had a wide
    screen? Would it better to set the size of the window that the
    flash file will open in to an absolute set of values (for example
    set the size of the window to 800x600)?
    Any insight would be appreciated.
    Thanks!

    for full screen, you put the code below in 1st frame of your
    movie:
    fscommand("fullscreen", true);
    for autorun, you need to create a autorun.inf file put in the
    root of your cd
    more info about autorun.inf
    http://www.phdcc.com/shellrun/autorun.htm
    http://autorun.moonvalley.com/autoruninf.htm

  • Jump from alv report to qa03 screen based on PRUEFLOS field

    Hi experts,
    I developed one alv report ,in that one field name is PRUEFLOS (inspection lot number).I want to jump from alv report
    to QA03 screen based on PRUEFLOS field.I wrote in this way but i didn't get.
    FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
      CASE SELFIELD-FIELDNAME.
        WHEN 'PRUEFLOS'.
          READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
          SET PARAMETER ID  'QLS' FIELD T_FINAL-PRUEFLOS.
          CALL TRANSACTION 'QA03'   AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.
    what is the problem ?pls help me in this.

    Hi Ram,
    Recheck:
    1) You have passed 'FORM USER_COMMAND' in 'I_CALLBACK_USER_COMMAND' while calling f.m. for ALV displa, and
    2) You have checked the value of user command, i.e.
    FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
    CASE SY-UCOMM.
    WHEN '&IC1'.
    CASE SELFIELD-FIELDNAME.
    WHEN 'PRUEFLOS'.
    READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
    SET PARAMETER ID 'QLS' FIELD T_FINAL-PRUEFLOS.
    CALL TRANSACTION 'QA03' AND SKIP FIRST SCREEN.
    ENDCASE.
    ENDCASE.
    ENDFORM.
    Regards,
    Birendra

  • Problem with opening cs4 document in cs5.5

    I have quite a big document of a catalog, created in InDesign cs4. It contains many layers and different master pages. When I open this document in cs5.5 layers and master pages get completely confused and the document looks completely different. When I created the inx-file in cs4 and opened it in cs3 everything was alright. Does anybody know what the problem in cs5.5 could the problem? Am I doing sth wrong?

    I've been looking at the file, and it is indeed a puzzlement.
    There is some good news, however. I don't know why it is happening (perhaps a bug, and maybe John would like to take a look at this, too), but it looks like the Paper-filled rectangle from Hinweise layer on the right of Master Ee is being copied to the left half of the actual document spreads on random layers. The pages that seem to be blank are easy to spot in the Page panel (22, 24, 26 & 32) and you can simply Cmd-Shift click on the rectangles on those pages to override and your text and graphics will be revealed. I'm not immediately picking up any other problems scanning quickly through the pages. For a quick and dirty get it done solution, I think this will work, though I would use the .inx file rather than the .indd for the conversion in CS5.5.
    I've looked through the file history, and it is long. This started out in 2007 in CS2 and has gone through updates in CS3 and CS4, and been recovered from crashes at least 4 times (which might have something to do with the strangeness). I also think there are a lot of extraneous unused frames on many of the pages. If it were my project, I'd probably clean it up as much as possible in CS4, even going as far as recreating the master pages in a new document and then going page by page and doing a copy/paste in place of all non-master objects into the new file if you don't want to spend the time to place everythign again from scratch, which in my opinion would be a better idea (I tried moving the pages to a new file, but that didn't make any difference in the CS5.5 conversion). You could also rebuild from Scratch in CS5.5.

  • CS4 document in CS5: Text is underlayed yellow

    Hi,
    when opening a CS4 document in CS5, some text is now underlayed yellow. Strangely, almost always just headings and not all words or even letters.
    Can anyone tell me what this means and which settings are responsible for this?
    Thanks!

    Just found the answer to my own question, and a resulting new question.
    Preferences > Composition tab was a good tip.
    If the "replace glyphs" box is checked AND the text uses CAPITAL LETTERS, either through a paragraph or character format or using the All Caps icon in the tool bar, the text is underlayed yellow. Sometimes all letters of all words, sometimes all letters except the first letter of a word...
    Also, some combinations of letters in regular "Body" text are also underlayed yellow, e.g. letter combination "fi" or "fl" anywhere in a word. Changing the font does not make any difference.
    This seems to me quite strange behavior... What is it supposed to mean? Are CAPITAL LETTERS or letters like "fi" or "fl"now glyphs? Is this "normal" CS5 behavior?

  • Having trouble opening document in CS5

    I am trying to open a document in CS5, says I need plug ins. I found the appropriate plug ins in the adobe extentions manager but they are locked. Help?

    That error message is generally shown when you try to open an INDD file
    that was created in a later version of InDesign

  • How to change the number of items displayed on the screen based on user input

    I need to place a number of input clusters on the user's screen based on the number of input types he will have.  Is there an easy way to do this?  (Say I have 3 different electrodes, I want to be able to add information for each then take this information and add it to a database, this case adding three new record sets to the database.  If I only have one electrode though, I only want one cluster on the screen and only one recordset will be added to the database)
    Message Edited by Vitamin on 01-11-2007 12:36 PM

    Place your clusters in a 1D array and create a property node for the array. You can use the Number of Rows property to control how many elements are shown. Wire the array into a for loop to index it.
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
    Try to take over the world!

  • When I try to open CS4 document in CS5 it is changing all my type to outline type???

    Has anyone else experienced when you open a CS4 document in CS5 that it changes your formatted text into outline text?

    It shouldn't.
    Maybe you should give us some more info...

  • Changing the selection screen based on the option in list box option

    Hi Experts,
    I have a list box parameter in my selection screen,
    i have four options and i am changing my selection screen based the option selected.
    see my code below,
    at selection-screen output.
      GS_VRM_VALUES-KEY = '1'.
      GS_VRM_VALUES-TEXT = TEXT-S02.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '2'.
      GS_VRM_VALUES-TEXT = TEXT-S03.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '3'.
      GS_VRM_VALUES-TEXT = TEXT-S04.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '4'.
      GS_VRM_VALUES-TEXT = TEXT-S05.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      CLEAR: GS_VRM_VALUES.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          ID                    = 'P_DROP'
          VALUES                = GT_VRM_VALUES
      EXCEPTIONS
        ID_ILLEGAL_NAME       = 1
        OTHERS                = 2
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    LOOP AT SCREEN .
        CASE P_DROP .
          WHEN '1'.
            IF SCREEN-GROUP1 = 'M2' OR
              SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '2'.
            IF SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '3'.
            IF SCREEN-GROUP1 = 'M2' OR
                SCREEN-GROUP1 = 'M4' .
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '4'.
            IF SCREEN-GROUP1 = 'M2' OR
            SCREEN-GROUP1 = 'M3'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN OTHERS.
            IF SCREEN-GROUP1 = 'M2' OR
               SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
          screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
        ENDCASE.
      ENDLOOP.
    my problem is when i change the option in the list box, the particular modify group ie, the screen is getting changed only after i press enter, So please suggest me how i can change the screen without pressing enter.

    Hi,
    without using VRM_SET_VALUES...you just create one data element by going se11....create one domain for it...now give the values in the "value range" tab....and at the time of declaration just write ..
    PARAMETERS var1 TYPE <your created data element>
                        AS LISTBOX VISIBLE LENGTH 20
                        USER-COMMAND onli
                        DEFAULT <one value>.
    You will get the same effect as list box....and make it mandatory..
    Arunima

  • Hi there, I currently subscribe to Adobe Pro Subscription (yearly) and I also subscribe to Adobe PDF pack (monthly).  I only require Adobe to read and create PDF documents such as converting word/excel document or a web based document.  Can someone tell m

    Hi there, I currently subscribe to Adobe Pro Subscription (yearly) and I also subscribe to Adobe PDF pack (monthly).  I only require Adobe to read and create PDF documents such as converting word/excel document or a web based document.  Can someone tell me if I'm doubling up as I'm not sure of the differences between the products and would like to save a few dollars.

    Acrobat Pro can do a lot more than the PDF Pack online service.
    Try if you can do everything you need with PDF Pack; otherwise keep Acrobat Pro.

  • Packaging document in CS5 hangs or is extremely slow

    I am attempting to package a document in CS5 to send to a client. However, CS5 seems to hang in the near the end of the process. It has been nearly 30 minutes now and the dialog box still reads: "Saving the document... Open Document 'document-title.indd' Has anyone else experienced this issue? Is there something I can troubleshoot? Could this be a font issue? Please help.

    It was a font issue. Conflict with Apple's Helvetica Neue and my OpenType version. Read other threads and placing the OTF version in the InDesign Font folder solved this issue and packaging took less than 30 seconds.

  • Based document series need to be copied to target document

    Hi,
    There are 4 document series for every marketing document as Manufacturing - Series 1, Trading - Series 2, Retail - Series 3, Wholesale - Series 4, Shoppers - Series 5.
    Now User A is been given permission / authorization for document series 1 and 2 which is for Manufacturing and Trading and user B is given permission for document series 3,4 and 5 for Retail, Wholesale and Shoppers. Now when user B makes a sales order in say Wholesale which is document series 4 and then makes a delivery based on the sales order it is seen that in delivery note he has to again select the document series manually which is series 4 Wholesale. Why it is not possible to copy the based document series to the target document.
    Again for example user A makes PO in series 1 which is Manufacturing and then makes a Good Reciept PO then again he has to select the document series in the target document as 1 manually.
    Is there any way by which the base document series can be copied to the target document without manually selecting the same as its creates a mess if the user forgets to select the document series in the target document....Means SO is made in in Wholesales and Delivery is done in Shoppers. No default series also can be done as in any series as per requirement the user does the base document and he wants that once he put the series in the base document then automatically while doing the target document the base document series should be selected.
    Kindly let me know is there any possibility in SBO 2005B.
    Regards,
    Kamlesh

    Dear Shamseer,
    Default series has been set for that particular user. But for that user only 2-3 series are defined as per clients requirement. Now user wants that once in the base document the series is selected. All the corresponding target document should come with the same series ( Note all marketing document has the same series name but have diffrent series number )
    Regards,
    Kamlesh

  • OSX Dims Screen based on Content

    I've been noticing that my screen appeared to be dimming randomly (or at least it seemed random at first). I search the web and found tons of people complaining about the same behavior, and adjust their energy settings and ambient light settings, but none of it worked. Their Macs kept on occationally changing the screen brightness.
    Idleness wasn't the issue: During my tests I was actively using the computer (and I'm plugged in)
    Ambient Light: There was no change in ambient light, so it wasn't this either (and I disabled this setting and the behavior persisted).
    However, what has changed is the contents of my screen. If I go to a website with really dark graphics, or go full screen on some movies, the screen brightness turns down. I can reproduce this "dimming" effect consistently... and then I found this:
    http://www.macrumors.com/2013/01/22/apple-granted-patent-on-methods-for-dimming- screens-based-on-content-needs/
    Apple has a patent that allows them to dim screens based on their contents. I am certain this is what is affecting our screen brightness. This is meant to be a power saving feature according to the patent, but it is SUPER annoying. What I can't figure out is how to turn this setting off...
    Any help would be great.

    http://www.youtube.com/watch?v=KZQTul8k-OM

  • Render a xfa-based document in workspace

    Hi,
      I'm wondering if process management can handle rendering of a xfa-base document and xml data inside workspace without Forms being installed.  I did a quick test by installing livecycle without forms and it failed to render a xfa-base document.  On the other hand, it worked with forms being installed.
      Looking closely, workspace is calling "Render PDF Form" to render the pdf and the subprocess will eventually call a forms component to do the merging of data.  Just want to ensure my findings is valid, and process management cannot handle xfa-base workflow without forms.
    Thanks,
    Justin

    You are correct.  Forms is needed to render an xfa-based document.  Note that you can create a custom Render process that will merge the xml data with a PDF form using the importData operation of the FormDataIntegration service.

  • Configuring Accounts Screen Based on BP Roles

    Hi Experts ,
    We have a requirement where we would like to configure the screen based on BP Roles .
    That is ,
                    If we have BP Role as "Prospect " we should be able to display only few fields .
    For other BP roles we should have different screens .
    Can any one let us know how do we approach this ?
    Regards
    VB

    Hi,
           I think that you know how to maintain different configs based on pfcg role, component usage, ui object and sub-object. If that method cannot help you, create dummy ui object types in configuration(SPRO). Next, create different configs using the config tool based on the UI objects. Note: You can also use existing UI objects, with some thought. Next, in the controller class of the view, redefine the method "DO_CONFIG_DETERMINATION" if required and depending on bp role, load different configurations.
    Look at this thread to see how to use this method to load configurations.
    [Changing Screen configuration based on field.;
    Regards,
    Arun Prakash

Maybe you are looking for

  • Sky Broadband with OS 8.6

    Hi all, hope someone can help because I've run out of things to try! My mum is using my old iMac G3 (333MHz) running OS 8.6. It still works fine, and she goes online via dialup. However, she's just signed up for the Sky TV deal which includes free br

  • How to know which bit version (32 or 64 bit) of jdk

    hi, i have installed java in my system and i would like to know whether it is 32 bit platform or 64 bit plaform of jdk. by using java -version we can know the jdk version ,in the same way do we have any command to know the bit version ? could you ple

  • Java Bean Not Working

    i am installing 10.1.2 on redhat3 update 7 When i run my OCIConnectionPool bean or any bean following error occurs [oracle@appserver beansource]$ java OCIConnectionPool libgcj-java-placeholder.sh This script is a placeholder for the /usr/bin/java mas

  • Zen Micro Headphone Jack problems-are the new ones

    Gonna buy a Zen Micro Photo 8GB player-had one of the 5gb ones a year and a half ago and the headphone jack went on that-have the problems with the headphone jack been sorted out in the new ones?

  • Strange syslog from Prime Infrastructure 2.1

    Been getting alot of these syslog messages. I think perhaps a system job is failing but I don't know where to start to troubleshoot. 09 03 2014 11:23:13 [pi-ip-address] <LOC7:ERRR> 09/03/14 11:23:13.484 ERROR [jobmanager] [seqtaskexecutor-12371] ERRO