Position projector in full screen

Dear Frends,
Can anyone help me out here.
I want to be able to place my projector window on any given
position on the screen when its in full screen.
is there any way to do this
Best regards
Jerrel Smith

Hello thanks for the quick response.
I use windows vista and Internet Explorer 9
Adobe Flash Player 11.5.502.146
*      <http://www.youtube.com/watch?v=cTl3U6aSd2w&html5=True> HTML5 video  and  <http://www.youtube.com/watch?v=cTl3U6aSd2w> Non-HTML5 video
*     is also not working
When I go to the time line with my mouse I see the small movie.
Thanks  Jeroen van den beuken
Van: Chris Campbell [email protected]
Verzonden: donderdag 24 januari 2013 23:45
Aan: jeromba
Onderwerp: in full screen the movie is playing i can hear the sound but there is now picture
Re: in full screen the movie is playing i can hear the sound but there is now picture
created by Chris Campbell <http://forums.adobe.com/people/chris.campbell>  in Using Flash Player - View the full discussion <http://forums.adobe.com/message/5020767#5020767

Similar Messages

  • Projector's "Full Screen" viewing action script for Flash Cs5.5

    How do I set a Projector to "Full Screen" viewing on Flash Cs5.5
    Knowing that it already has action script.
    I have tried to add FSCommands on top, to no avail.

    stage.displayState="fullScreen";

  • Flash Player 10.1 - Projector exits full screen when opening an external PDF via FSCommand

    I am finding that when I am in Full Screen mode and launching a PDF via a FSCommand, the projector will exit full screen mode.
    I remember this being an issue in Flash Player 9, but 10 resolved the issue. Recently, with 10.1, the issue has come back.
    For the full screen, I am using the code below on the first frame.
    fscommand("fullscreen", "true");
    fscommand("allowscale", "True");
    Thanks.
    - Mike

    Praveen,
    Im in the same boat. - Im trying to open a mac projector .app from inside another .app by using Fscommand "exec".
    After reading this
    http://www.morgadinho.org/2007/03/12/launching-an-app-with-fscommand-on-mac-os-x/
    have created applescripts with .app extension inside Fscommand folder, but to no avail.
    Have heard anything/ had any resolution yet?
    james

  • Full Screen problem opening PDF on PC projector

    Using Flash CS3 on Mac - creating both Mac and PC projector files to go on a CD presentation
    Ok I have come across the following problem.
    When the CD is inserted the presentation starts automatically (on PC) and gives a list of PDFs which can be opened using EXEC fscommand. All works fine with the Mac version but on the PC version the Flash projector opens in Full Screen Mode and runs ok until I choose to open a PDF, then the presentation changes to Windowed Mode!!!
    Is there any way to stop the PC version of the projector leaving Full Screen Mode when a PDF is selected
    Any help would be appreciated

    hi Hordika,
    Thanks for Posting!
    Try Checking with Background Programs.
    Try Following a Clean Boot Procedure
    http://support.microsoft.com/kb/929135
    Hope this helps
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How to prevent full screen video in projector

    I'm creating a flash presentation as a standalone Projector in full screen mode...
    stage.scaleMode = "noScale";
    stage.displayState = "fullScreen";
    Problem is that I want to have small video players in this full screen Projector, but I DO NOT want the videos to display full screen. I want the videos to display at their preferred size. However, since the stage mode is full screen, the video automatically goes to full screen as well.
    How do I prevent this?
    Thanks

    my_FLVPlayback.fullScreenTakeOver = false
    So obvious I could kick myself.
    PS - Adobe pay-per-incident technical support = useless. Don't pay some guy who doesn't know the program to look up keywords in the help.

  • FLV full screen Projector with buttons?

    Full disclosure: I'm a very basic level user!
    Trying to create a Projector which contains FLV files and
    other on-screen elements.
    I have a button "myFSButton" on screen which switches the
    Projector to Full screen.
    However when the button is clicked the FLV file plays full
    screen rather than enlarging the
    entire stage to full screen. I'd like to have the entire
    interface zoom to full when the button is
    pressed.
    I've tried a couple of different was to switch to full
    screen, but both have the same effect.
    First using fscommands:
    function gofull(event:MouseEvent):void
    fscommand("fullscreen", "true");
    mytempfsbutton.addEventListener(MouseEvent.CLICK, gofull);
    Second using stage.displayState:
    function gofull(event:MouseEvent):void
    stage.displayState = StageDisplayState.FULL_SCREEN;
    mytempfsbutton.addEventListener(MouseEvent.CLICK, gofull);
    Any help would be greatly appreciated!
    (Also, I apologizefor the pasted code. The "Attach Code"
    button wasn't worrking for me.
    Thanks!

    Thanks for the reply! I think I'm starting to head in the
    right direction now.
    I tried the revised code you provided, and kept getting an
    error saying:
    "1120 Access of undefined property myFLVPlaybackControl."
    (Again, I'm a graphics guy doing code...so obvious things
    sometimes slide past me!)
    After looking at the livedocs links you provided (Thanks for
    that too!!! It was a Big help!)
    I ended up with the code looking like this:
    import fl.video.FLVPlayback;
    var myFLVPlayBackControl:FLVPlayback = new FLVPlayback();
    function gofull(event:MouseEvent):void
    //Set fullScreenTakeOver of FLVPlayBack to false
    myFLVPlayBackControl.fullScreenTakeOver=false;
    stage.displayState = StageDisplayState.FULL_SCREEN;
    myfsbutton.addEventListener(MouseEvent.CLICK, gofull);
    It still does the same thing though. Video goes full screen
    and covers up
    the buttons and other on-screen elements. All the livedoc
    info seemed to point to this as a
    way to go full screen in a browser.
    Is it possible that creating a Projector rather than an .swf
    is causing this not to work?

  • Full Screen in MX2004

    Okay, I've found a few of the commands I now need to make a
    Projector run
    full screen, (grumbles about how it used to be a default
    option in the
    Projector Settings and why did they have to go and make it
    difficult now?)
    but I'm obviously missing something. Here's what I've got so
    far:
    on prepareMovie
    _movie.stage.drawRect = rect(0,0,1152,864)
    _movie.stage.rect = rect(-1152,0,0,864)
    _movie.stage.titlebarOptions.visible = FALSE
    _movie.stage.appearanceOptions.border = #none
    _movie.stage.resizable = FALSE
    end
    (The movie is to run on a second monitor at 1152x864, the
    laptop I'm running
    is at 1280x800.) There are still a few problems. First, the
    movie appears
    at first on the laptop screen and then moves over to the
    other monitor after
    loading. Second, a border still appears around the movie
    initially, but
    goes away after going to a different frame. Finally, and most
    annoyingly,
    the movie doesn't quite reach to the bottom of the screen.
    There's about a
    20-pixel gap at the bottom through which you can still see
    desktop, and it
    cuts off the bottom of the movie. What am I missing here?

    > It's in the Property Inspector. Make your stage window
    active, ensure
    > there are no sprites selected and open the PI. The last
    of the 3 available
    > tabs is named Display Template. And it was added for D10
    Sure, it'd figure they'd hide everything in a completely
    different location
    from all the other Projector settings...
    Okay, some other related questions -
    Moveable sprites no longer work at all - they just disappear
    when you click
    them. I'm guessing they're jumping offstage somewhere,
    unaware that the
    screen size and location has changed. Is there any way to
    avoid this
    problem? Or do I have to completely give up using Moveable
    sprites and code
    the drag-and-drop stuff manually?
    I noticed an option for "Icon" in the Display Template tab -
    I got all
    excited because I've always hated how difficult it was to use
    a custom icon
    for a Director projector. Unfortunately, it doesn't seem to
    work, I still
    get the same old Director icon for the projector. I guess I
    still have to
    use the old technique of changing the icon for projec32.skl
    before making
    the projector? That's kind of a disappointment.
    Finally, is there a way to control what monitor something
    displays on? I
    know I can use the desktopRectList, but it seems I have to
    hard-code which
    monitor it uses - e.g. on this computer, it's
    desktopRectList[2], but on my
    other computer I'm testing this on, I have to use
    desktopRectList[1],
    because they're swapped in position, and if somebody else
    with only one
    monitor tries to run this executable, of course it won't work
    at all if I
    use [2]. The way most programs do this is that whichever
    monitor you ran
    the program from is the one it opens up in, but I don't know
    of any way to
    tell Director where the icon was when the user double-clicked
    it (since this
    of course happens before the movie even opens, and thus I
    can't check for
    stuff like that via script.) Also, using the desktopRectList
    is a real
    problem if someone's on a widescreen monitor, because it
    stretches
    everything to fit - I'd prefer it to be letterboxed somehow.
    How do you go
    about making this sort of thing more universal when you can't
    predict what
    kind of monitor setup your users will have?

  • The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my doc

    The HUD Inspector in Full Screen View seems to position at the right margin of the image as a default(?)  If I toggle the button in the top right of the HUD it 'unlocks' and I can drag it to where I prefer -- at the left margin; (for over a decade) my dock has resided at the right margin so all my slider manipulation over countless editing sessions in Aperture has been ingrained to work at the left margin -- but, the vast majority of the time, the HUD overlaps the image I am editing in this 'unlocked' mode. 
    Every occasionally I enter Full Screen View and it positions on the left margin *without* superimposition...(!) My great joy is modulated into aggravation, however, should my tracking cursor drift all the way 'out of bounds' -- to call in the hidden pane of adjacent images sequenced in the library... This dramatically shrinks the Full Screen display and re-locks the HUD; if I toggle the switch to re-xpand the image it re-positions at the right margin!!!!  I SOOoooooo wish I knew how to control the default 'locked' margin of the HUD in Full Screen View...

    Drag it over to the Left. Then lock it there.

  • How to adjust the position of an image in a full screen slideshow

    Hi I'am using a full screen slideshow composition on my page and muse is not letting me adjust the position of the image to the top, middle or bottom of the frame under the fill option when the image is selected in the slideshow.
    I also find it very buggy when previewing the page in a browser, some time it re-sizes the image only larger but never scales down proportionately, only on rare occasions. Why does this happen? 
    Can someone please help ASAP I need to get this site done by tomorrow.
    Thanks,
    Gary

    Welcome to Apple Support Communities.
    The effect you're looking for is 'Scale'
    In Keynote '09, 5.1.1 select the graphic.
    Click Inspector in the tool bar, Build Inspector (3rd icon from the left), (Build In and Build Out are both set to None for this step) Effect, Action, and then Scale.
    It rescales ('zooms') the selected item (image) up or down from 0% to 200%
    Clicking on the More Options button at the bottom opens a drawer to the left, and gives you more control over how the build occurs, whether they happen automatically, timed, or when you click, and re-order build steps.
    At 200%, double the original size, resolution could be a problem. There is a workaround, because it also scales smaller, down to 0%. So I would scale the graphic down 'small' as the first step to fit at the bottom, (even hide it behind a background-colored box) as you scale it down, and then at the end, scale up to full size to fill the screen at 'normal' resolution.
    In the attached example, I use a 'scale' up to go from 100% to 130% on a map, and use arrows and a flashing line to point out the road where a specific business is located with 12 steps. Some elements in my slides have been intentionally obscured. For simplicity, I've eliminated showing any steps but the initial title and the scale.

  • Subtitle text position off when in full screen

    I'm adding captioning/subtitles to my video (FLVPlaybackCaptioning) using dfxp.xml files. Everything works great when the video plays at it's initial resolution (640 x 360). The positioning of the captions is perfect. But I've included a Full Screen button and when the video goes full screen, the captions appear but their position is off. They are higher on the screen and they actually move upward 1 or 2 lines after they initially appear. I cannot seem to control this and am not sure why it only happens in full screen mode. In the component inspector I have set autoLayout to true and to false and it does not effect the captions one way or another. I cannot seem to find any support for this. Any help greatly appreciated.

    I've worked around this by placing the captions in a Text area below the movie. It works fine. But when I go full screen the captions remain the same size since I have had to turn off AutoLayout to get them to display in the Text Area. Anyone know how I can resize the captions automatically when the user clicks Full Screen?

  • Remote desktop 8.0.14 (and prior) full screen RDweb session, screen pushed down by Mac Menu bar, mouse pointer on wrong position

    Hi
    On Mac OS X 10.10 Yosemite, there is a clear bug on the Microsoft Remote desktop app when
    a) remoting into a Windows server that is set to display full screen
    b) when you are logging in using a RDweb server aka RDS 2012.
    After logging in to the remote server, the full screen representation of the server desktop has the following issues:
    - The Mac Launchpad is still visible over the Windows desktop, making that part of the Windows desktop impossible to reach.
    - The published screen is pushed down about 15 pixels. It is pushed down by the Mac's menu that also remains visible.
    When I directly remote into the same server using traditional direct RDP (Not via the RDweb, gateway setup) the screen positions correctly. 
    I guess: Somehow the Remote desktop app  (8.0.14) does not seem to get the message from the server that this is a full screen session? Is there some information that the connection Broker or Gateway is not passing allong to
    the client? 
    I have replicated this many times. It is the same whether I connect to a 2012 server or to a 2008 server.
    Bart

    Hi,
    For a try you can use URI scheme for the specified desktop screen or full screen and check the result. You can refer the following article for information.
    Remote Desktop Client URI Scheme Support
    https://technet.microsoft.com/en-us/library/dn690096.aspx
    Apart if you have RD Gateway setup then you can try the option for RD Gateway to uncheck “Bypass RD Gateway for Local address” and verify result.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How do I position the back and next buttons in a full screen lightbox

    I'm working on a portfolio website, and it has five sections (each section is 1440px wide).  I am trying to put in a full screen lightbox for some images.  When I adjust the settings for the lightbox, I am just keeping the Back and Next buttons.  However, when I put the buttons in one place, they either appear in a different position in the browser, or just don't appear at all.  Maybe there's a technique I am missing with regards to putting the buttons in a place most computer browsers will be able to find it.  (Pictures of the problem are below, and they use the sample pictures for the slideshow, but it doesn't make a difference what pictures are in there. 
    Muse document.  The arrows are pink and can be seen on the left and right sides.
    Web Browser Preview.  No arrows, even though they're in the Muse document.

    I see that you are using a long page with slideshow in lower section of the page. Navigation arrows are placed around 3200 , so when you will scroll the page down you can view the next and previous buttons.
    Try to change navigation arrows and then check.
    Thanks,
    Sanjit

  • Appearance on screen (via projector) when presenting  - full screen or not?

    How do I control / determine how keynote uses the "full screen" to run a presentation? I am anxious that when I have to run it through a projector it will appear too large or too small - any tips re using Keynote with a projector - as I have not done that yet but will have to soon.
    Also - what does the slide size on the initial drop down box control? using this I can make the photos I bring in very large, but to large to be practical - what is the purpose of this sizing control?

    << How do I control / determine how keynote uses the "full screen" to run a presentation? I am anxious that when I have to run it through a projector it will appear too large or too small - any tips re using Keynote with a projector>>
    Once the computer and projector are connected and operating, first go to System Preferences > Displays and click on the button "Detect Displays." This will show you the current settings for the resolution of both displays. Adjust these if/as necessary to produce a proper image on both your computer and the projector.
    One useful tool to check and adjust these settings is to use a "test pattern" slide. You can find several from which to choose (and copy) by searching Google for the words "test pattern." (The old "Indian Head" test pattern is always fun.)
    Next, if you will be using the projector for presentation to your audience and your computer display for your Presenter Notes, be sure that "Mirror Displays" is NOT checked in the System Preferences > Displays > Arrangement window.
    Now, in the Keynote Preferences > Slideshow Preferences menu, check the box "Scale slides up to fit display." This will ensure that your slides fill the projection display properly. Then check the button "Present on Secondary Display" to assign your presentation to the projector and in the Keynote Preferences > Presenter Display Preferences menu check the box "Use alternate display to view presenter information; this will put the Presenter notes and cues onto your computer monitor.
    You also might want to try checking all of the other boxes in this menu; the information this will put on your screen will be very helpful while making your presentation.
    Good luck.

  • IPhoto 6 Unable to Zoom in Full Screen Mode when using projector

    When in full screen mode in iPhoto 6 I am able to zoom quite nicely but when I attach a projector I lose the slide for zooming. How do I zoom in full screen mode when using a projector?
    Mac Book   Mac OS X (10.4.9)  

    ParkerT
    Given that the zoom works normally, this is not an iPhoto issue. The problem lies in the interaction between your MacBook and the Projector. You might have more luck posting on the MacBook forum
    Regards
    TD

  • Does anyone know why- when I iport a one minute video project into Final Cut X from I Movie the resolution that looked alright in IMovie full screen becomes worst in final cut, full screen...but clear when it is in still position?

    Does anyone know why- when I import a one minute video project into Final Cut X from I Movie the resolution that looked alright full screen in I Movie instantly becomes worst on full screen in Final Cut X...but clear again when I stop it to still position?

    I'm new to video editing but I think I recall seeing an option in FCPX which lets you choose the video quality for the preview window. I think the window reduces the quality when playing back for performance reasons and so perhaps that is why it seems to have less quality when moved over to FCPX? Just a possibility, I'm sure one of the more experienced users can confirm or deny this theory.

Maybe you are looking for

  • How much RAM can I put in my mid 2010 17" MacBook Pro?

    Hello- I'd like to upgrade my memory. Would anyone happen to know how much RAM (the max amount) I can place into my mid 2010 MacBook Pro 17"? Thanks-

  • New added disk in vm virtual box not shown in solaris

    hi, I have added new disk in VM virtual box to use it for asm, using storage tree in Vm virtual box i have added two new disks but after that when i start my OS (solaris 10) and use format command it only shows my one disk not the added disk which i

  • I've installed snow leopard and now my MX860 won't scan

    I've recently installed snow leopard and now my Canon MX860 won't scan.  I've reinstalled the scan driver from the Canon website.  Any other ideas?

  • Is this legit?

    Server Maintenance Tonight Starting on Monday, March 03, 2014  We are doing some maintenance tonight to improve our system. Therefore, you are required to verify your account. You need to Click Here to verify your account. As always, our apologies fo

  • JRun 4.0 initialization in iPlanet-WebServer fails

    We are facing problem with JRun 4.0 initialization in iPlanet Web Server 6.0SP9. Recently sun patch was applied with details as follows: NAME: Solaris 8 Recommended Patch Cluster DATE: Oct/04/06 And after this we have observed the JRun 4.0 initializa