Regular and wide screen output viewing

Hi,
I was wondering if it is possible to create a project so that
it will be diplayed properly (page nicely filled and not having to
scroll) regardless if the audience is viewing the output on a
regular screen or on a wide screen.
I have a widescreen and at the moment I change the settings
of my computer to a lower resolution to record for 'regular'
screens. But is there a way to record so that I can cater to
widescreen and regular audiences at the same time?
thanks!
Jennifer

Welcome to our community, Jennifer
You might try simply linking to the .SWF as the output as
opposed to the HTML file. This normally causes the file to scale to
fit the browser size. However, you still may not see it completely
fill the area. There may still be blank areas on the sides or the
top and bottom.
Life is always a trade off, eh? Seems you fix one issue only
to see a different issue arise as a result.
Cheers... Rick

Similar Messages

  • Using Selection screen and selection screen output

    Hi All,
    I am trying to execute AT SELECTION-SCREEN and AT SELECTION-SCREEN output. Both the para's working fine seperately. But when I execute them together AT SELECTION-SCREEN output is not working. Please let me know how to solve this problem. Please see below for the code.
    PARAMETERS:  p_werks LIKE marc-werks OBLIGATORY MEMORY ID WRK,
                 p_lgort LIKE mard-lgort OBLIGATORY,
                 p_rlgort LIKE mard-lgort OBLIGATORY.
        PARAMETERS: p_boml TYPE c RADIOBUTTON GROUP mode user-command flag.
            SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
                PARAMETERS: p_aufnr LIKE aufk-aufnr MODIF ID cp2.
            SELECTION-SCREEN: END OF BLOCK b1.
    *SELECTION-SCREEN COMMENT 1(44) text-004 FOR FIELD p_cmpl.
        PARAMETERS: p_cmpl TYPE c RADIOBUTTON GROUP mode.
           SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
                PARAMETERS: p_matnr type marc-matnr MODIF ID cp1,
                            p_verid type afpo-verid MODIF ID cp1,
                            p_labst type mard-labst MODIF ID cp1.
           SELECTION-SCREEN: END OF BLOCK b2.
       PARAMETERS: p_mstr TYPE c RADIOBUTTON GROUP mode.
    AT SELECTION-SCREEN output.
      LOOP AT SCREEN.
        IF p_boml <> 'X' AND
           screen-group1 = 'CP1'.
           screen-active = '1'.
           MODIFY SCREEN.
        ENDIF.
        IF p_cmpl <> 'X' AND
           screen-group1 = 'CP2'.
           screen-active = '1'.
           MODIFY SCREEN.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    AT SELECTION-SCREEN.
      IF p_boml EQ 'X'.
        IF p_AUFNR EQ space.
            MESSAGE e000(z1) WITH 'Please fill Production Order.'.
        ENDIF.
      endif.
      IF p_cmpl EQ 'X'.
        IF p_MATNR EQ space  OR p_verid EQ space OR p_labst EQ space.
            MESSAGE e000(z1) WITH text-003 'Production Version & Quantity. '.
        ENDIF.
      endif.
    Thanks,
    Senthil

    Hi Senthil,
    As far as my knowledge is concerned AT Selection-Screen output and AT Selection-Screen wont work together.In this code you are trying to do the validation in AT Selection-Screen. Instead of that try doin your validations in Start-of-selection Event.
    i,e., modify your code as follows:
    PARAMETERS: p_werks LIKE marc-werks OBLIGATORY MEMORY ID WRK,
    p_lgort LIKE mard-lgort OBLIGATORY,
    p_rlgort LIKE mard-lgort OBLIGATORY.
    PARAMETERS: p_boml TYPE c RADIOBUTTON GROUP mode user-command flag.
    SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_aufnr LIKE aufk-aufnr MODIF ID cp2.
    SELECTION-SCREEN: END OF BLOCK b1.
    *SELECTION-SCREEN COMMENT 1(44) text-004 FOR FIELD p_cmpl.
    PARAMETERS: p_cmpl TYPE c RADIOBUTTON GROUP mode.
    SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS: p_matnr type marc-matnr MODIF ID cp1,
    p_verid type afpo-verid MODIF ID cp1,
    p_labst type mard-labst MODIF ID cp1.
    SELECTION-SCREEN: END OF BLOCK b2.
    PARAMETERS: p_mstr TYPE c RADIOBUTTON GROUP mode.
    AT SELECTION-SCREEN output.
    LOOP AT SCREEN.
    IF p_boml <> 'X' AND
    screen-group1 = 'CP1'.
    screen-active = '1'.
    MODIFY SCREEN.
    ENDIF.
    IF p_cmpl <> 'X' AND
    screen-group1 = 'CP2'.
    screen-active = '1'.
    MODIFY SCREEN.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    START-OF-Selection.
    Perform validation.
    form validation.
    IF p_boml EQ 'X'.
    IF p_AUFNR EQ space.
    MESSAGE e000(z1) WITH 'Please fill Production Order.'.
    ENDIF.
    endif.
    IF p_cmpl EQ 'X'.
    IF p_MATNR EQ space OR p_verid EQ space OR p_labst EQ space.
    MESSAGE e000(z1) WITH text-003 'Production Version & Quantity. '.
    ENDIF.
    endif.
    endform.
    Kindly reward if useful.
    Thanks,
    pavithra

  • Working with ProRez and wide screen 16x9

    So I am trying to edit HD down to SD using ProRez. FinalCut won't let me edit my sequence in real time unless I have it set to 720x480 with the Anamorphic check box clicked. The problem with this is that when I export out to quicktime and open it anywhere the video is now squished because quicktime is not recognizing that it's a wide screen file.
    If I make my sequence 853x480 it will export just fine but FCP makes me render every clip to have it play in the time line. Anyone else having an experience like this?
    I would love to be able to either edit with Square pixels at 853x480 or just have the widescreen work in 720.

    http://discussions.apple.com/message.jspa?messageID=9464915#9464915

  • LR and Wide Screen Monitors

    Probably a simple question so kindly bear with me on this one. I have the opportunity of picking up a wide screen monitor in the next couple of days at a reasonable price - 19" 1440 x 900. My question, how will LR appear on this size monitor - will it fill the screen or will I experience black banding at the top and bottom? I like the idea of the further width to increase the panels but hate banding even on TV

    Hi Alan
    I have the Dell 2407 monitor (1920 x 1200) which has the same aspect ratio (1:1.6) as your proposed monitor. I find this monitor "perfect" for LR - it looks like LR was designed with this aspect ratio in mind (consider that most digital cameras have a 1:1.5 aspect ratio).
    If you hide the left and right panels then you will only have a small "black band" on the left and right of the image. In all other situations this screen will be well utilized.
    Regards, Nigel

  • Portege R600 / A600 and Dual Screen Output

    Hi,
    Could you tell me if it is possible to output to dual screens on the R600 or A600 with any of the Toshiba docking solutions?
    I have been told it is possible however I was told today by Tosh sales that it is not possible to do. I'd like to do away with my home pc and office pc and just roam between the two with a notebook. However I do use an extended desktop on two screens and would need this to work.
    Any advice on this?
    Thanks,
    Paul

    Not sure if you mean two screens plus the laptop screen or two including the laptop, but If it's any help, I use a Slim Port Replicator with my R500 running Vista and have a second monitor plugged into its DVI output. The two screens work fine as an extended desktop.
    I also find it useful to install Ultramon (http://www.realtimesoft.com/ultramon/). This adds a task bar to the second monitor.

  • Can I adjust Video Media to Wide Screen viewing? HOW?

    Can I adjust Video Media to Wide Screen viewing? HOW?
    Thanks to anyone that will answer and help with this.
    Cheers!

    see my post: https://discussions.apple.com/message/8998807?messageID=8998807&amp%3b#8998807
    and last post here: https://discussions.apple.com/message/9985879#9985879

  • Wide screen capture and export

    Hi everyone.
    I'm using Adobe Premiere CS5 and have problem with my wide screen videos.I havent HD cam,just regular dv cam,and i made video in wide screen mode.Can someone tell me what settings i should use to get the best qualitty? I tried DV pal wide but wasnt really great,picture was smaller than screen,and if i strech it,its lower qualitty...tried some more options,but still i dont like it....Maybe it cant be really great without HD camcorder? Thanks for answer in advance.

    Im not sure if u asked for this,but this is from mediainfo:
    General
    Complete name                            : D:\montaza\Vanja\1.avi
    Format                                   : AVI
    Format/Info                              : Audio Video Interleave
    Commercial name                          : DVCPRO
    Format profile                           : OpenDML
    File size                                : 2.73 GiB
    Duration                                 : 13mn 7s
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 29.8 Mbps
    Recorded date                            : 2006-06-04 23:16:57.000
    Video
    ID                                       : 0
    Format                                   : DV
    Commercial name                          : DVCPRO
    Codec ID                                 : dvsd
    Codec ID/Hint                            : Sony
    Duration                                 : 13mn 7s
    Bit rate mode                            : Constant
    Bit rate                                 : 24.4 Mbps
    Encoded bit rate                         : 28.8 Mbps
    Width                                    : 720 pixels
    Height                                   : 576 pixels
    Display aspect ratio                     : 5:4
    Frame rate mode                          : Constant
    Frame rate                               : 25.000 fps
    Standard                                 : PAL
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Interlaced
    Scan order                               : Bottom Field First
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 2.357
    Time code of first frame                 : 00:00:01:23
    Time code source                         : Subcode time code
    Stream size                              : 2.64 GiB (97%)
    Audio
    ID                                       : 1
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : 1
    Duration                                 : 13mn 7s
    Bit rate mode                            : Constant
    Bit rate                                 : 1 024 Kbps
    Channel(s)                               : 2 channels
    Sampling rate                            : 32.0 KHz
    Bit depth                                : 16 bits
    Stream size                              : 96.1 MiB (3%)
    Alignment                                : Aligned on interleaves
    Interleave, duration                     : 999 ms (24.98 video frames)

  • Sharing NTSC Wide Screen When Shooting and Editing in 1440 Question

    I render as NTSC DVD Wide Screen the instructional videos I shoot in 1440. I do this so that I can then use Handbrake to create MP4 Chapters which I think uplod to S3 and build chapter playlists which my users find very valuable. The problem that I am looking for a solution to is this.
    The NTSC Wide Screen is only 720 px wide which scrunches the video. It looks so much better in 1440 then 720. It seems the only way to get to 1440 is to render as an MPEG but then I lose the chapter markers. So I know (or so I've been told) that I can render in AVI and preserve the chpater markers, but that takes 10 hours or so and the file size is just astronoimically large. Is there a way to create a 1440 (minimum) width DVD?
    Thanks in Advance,
    Dan

    Premiere Elements should output a widescreen DVD from a project set up for widescreen. You do have your project settings set to 1440x1080 AVCHD video, right?
    Have you checked the DVD files it outputs BEFORE you apply Handbrake to it? It could be that Handbrake is changing the pixel aspect ratio?
    Try using Share/Computer/AVI with a DV preset to output your 1440x1080 movie as standard definition video. Does it produce a widescreen video? (Again, it's vital that your original project be set up to match your original video specs in order for these tools to work!)

  • I was told of an application that will allow the use of a second screen to view my data and files, but I forgot its name. I'd like to make the connection because my LCD is broken.

    I was told of an application that will allow the use of a second screen to view my data and files, but I forgot its name. I'd like to make the connection because my LCD is broken.

    You don't need an application, just plug a compaitble monitor into the display port of your MacBook Pro, set the screen up in System Preferences>Displays

  • I have 2 screens at work and 1 screen at home. I was working on a power point presentation on 2 monitors. My window is now "stuck" when I Power Point. I cannot drag it back to a display or find any way to move it back into my view. Help!!!

    I have 2 screens at work and 1 screen at home. I was working on a power point presentation on 2 monitors with the presentation on monitor externally hooked up to my computer. My window is now "stuck" when I open Power Point. I cannot drag it back to a display or find any way to move it back into my view. Help!!!

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

  • I dropped my iphone 4s and the screen is black with some blue lines.  IS there a way to view my text messages on the computer?

    I dropped my iphone 4s and the screen is black with some blue lines.  IS there a way to view my text messages on the computer? 

    For instance, DigiDNA's DiskAid will let you extract your messages from the phone in human-readable format. Like .pdf.

  • Screen output without connection to user and other portal trouble

    I created filter. Saved it. If I tried edit it - it was allow. But after some time and after I used it in a query I trying edit the filter and can't do it! My rsplan portal page write to me:
    Screen output without connection to user., error key: RFC_ERROR_SYSTEM_FAILURE.
    ST22:
    Dynamic error:   DYNPRO_SEND_IN_BACKGROUND
    Short text:
         Screen output without connection to user.
    What happend?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTRD" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    user, transaction...
        Client.............. 100
        User................ "PI_JCO_RFC"
        Language Key........ "E"
        Transaction......... " "
        Program............. "SAPLSTRD"
        Screen.............. "SAPLSTRD 0302"
        Screen Line......... 0
        Information on caller of Remote Function Call (RFC):
        System.............. "########"
        Database Release.... 645
        Kernel Release...... 645
        Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
        Call Type........... "synchron and non-transactional (emode 0, imode 0)"
        Inbound TID.........." "
        Inbound Queue Name..." "
        Outbound TID........." "
        Outbound Queue Name.." "
    What happend? What I need to do? I try delete filter from query but it isn't make it editable.
    Another bug: I can delete this filter and can copy them into new filter. But when I delete it and try copy another filter to deleted technical name then system said that "element with same name already exist". How to delete the filter correctly?
    One more bug:
    I work with russian language. And on personalisation page of portal options I selected "Russian (Russia)" (There are variant simply "Russian" in list of langs but I tried it too with the same result) BUT I have only interface with russian lang and TEXTS of objects got for eng lang anymore (and in damp we can see that lang key = "E"). Where it must be corrected?
    And for last in this message: I can create an object or edit it but can see that object was last edited by PI_JCO_RFC. Is it right? So, how I will can see who change the object at last time?
    Help me please!

    >
    Deepti Maru wrote:
    > What object text you are talking about for which language is english but you want russian?
    I try describe it again.
    If I logon via SAPlogon with russian language in RSA1 I can see descriptions of objects for russian lang (and new objects which I will create will be with russian description if I enter it). In portal (rsplan) in personality I set russian language ang get the russian interface BUT it get descriptions for ENG and in this way I can't see any descriptions - only technical name because all objects was created with russian lang. So, what I need to do for get russian descriptions of objects in portal?
    And another trouble - when I create object (for example - aggregation level) in portal then I can't see descriptions of it in RSA1.
    And from this I have another question too. How I can (if it possible) use english interface and russian descriptions of objects in both portal and SAPLogon?

  • When I search a music artist in the itunes store and then click to view all albums the screen is blank.

    When I search a music artist in the itunes store and then click to view all albums the screen is blank. Why is itunes store not showing me all of the Albums?

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode

  • How to get a WIDE screen view in Laptop...

    I am using Sun Solaris 10 for x86 on Virtual Machine. But i am unable to get a wide screen view. I have a 15.4" screen laptop.
    Do i need to change any setting in my Vitual Box????
    Presently, i am getting a view having Aspect ration 1:1. i am looking for 16:9 aspect ration screen.

    Hey,
    Wide screen view for Solaris on virtual machine? I use the newest [virtualbox for windows|http://www.softsea.com/review/VirtualBox-for-Windows.html] version, what if you use vboxmanage setextradata resolution x*y? Look in the manual for the correct syntax. It might actually work. you can also try to force it in xorg.conf.
    Hope this tip can help.

  • At-selection screen output and radio button together

    Hi all,
    I want to make  a screen with radio buttons and a drop down menu on selection screen as soon as I check any button and click on Open from drop down menu the output should come according to the button cheked but the problem is that desired output is not coming.
    Please see if something could be done.
    Thanks,
    Shweta

    Hi,
    Here is the code see y it didnt responds,
    I made ZMENU2 in SE41 with Menu bar as OPEN , also activated buttons BACK and EXIT.
    tables : sscrfields.
    CONSTANTS : buttonselected TYPE c LENGTH 1 VALUE 'X'.
    DATA: ok_code LIKE sy-ucomm.
    SELECTION-SCREEN BEGIN OF BLOCK frame1 WITH FRAME TITLE text-001.
    SELECTION-SCREEN ULINE /1(60).
    PARAMETERS: first RADIOBUTTON GROUP rad DEFAULT 'X',
    second RADIOBUTTON GROUP rad,
    third RADIOBUTTON GROUP rad,
    fourth RADIOBUTTON GROUP rad,
    fifth RADIOBUTTON GROUP rad.
    SELECTION-SCREEN END OF BLOCK frame1.
    AT SELECTION-SCREEN OUTPUT.
      SET PF-STATUS 'ZMENU2'.
      If first = buttonselected and ok_code = 'OPEN'..
             WRITE 'You selected first button'.
        ELSEIF second = buttonselected and ok_code = 'OPEN'..
            WRITE 'You selected second button'.
        ELSEIF third = buttonselected and ok_code = 'OPEN'.
            WRITE 'You selected third button'.
        ELSEIF fourth = buttonselected and ok_code = 'OPEN'.
            WRITE 'You selected fourth button'.
        ELSEIF fifth = buttonselected and ok_code = 'OPEN'.
            WRITE 'You selected fifth button'.
        ELSEIF ok_code ='BACK'.
           LEAVE PROGRAM.
        ELSEIF ok_code ='EXIT'.
          LEAVE PROGRAM.
      ENDIF.

Maybe you are looking for