Flash not going entirely fullscreen. Space at bottom and top

I am running Arch 64bit and I noticed that whenever I go fullscreen on a flash video, I have a space around the video and it does not go completely fullscreen. I experiencing this on the current firefox in pacman.  I have flash version:
bash-3.2$ pacman -Qi flashplugin
Name : flashplugin
Version : 10.0.22.87-1
URL : http://www.adobe.com/go/getflash
Licenses : custom
Groups : None
Provides : flashplayer
Depends On : mozilla-common libxt gtk2 nss curl
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : flashplugin-beta
Installed Size : 12396.00 K
Packager : Pierre Schmitz <[email protected]>
Architecture : x86_64
Build Date : Wed 25 Feb 2009 04:43:44 AM EST
Install Date : Mon 13 Apr 2009 04:34:58 PM EDT
Install Reason : Explicitly installed
Install Script : No
Description : Adobe Flash Player
I do not think that it is the version of flash causing the problem because I have the same version running on a 64bit Fedora as well. Here is a screenshot of what I am talking about:
I searched the forums first and did not find anything like what I am experiencing. I also looked through the flash settings and I did not see where it mentions fullscreen. If it matters, I am running Openbox.
Thanks
Last edited by securitybreach (2009-04-19 18:49:05)

You should not force the aspect ratio in mplayer or any other player otherwise you get a distorted video (how much depends on how much you deviate from the correct aspect ratio). The only case where you need to force an aspect ratio is if the video is encoded with one aspect ratio and it should be displayed with another aspect ratio but these are very rare cases as most videos you find will display correctly.
Getting a video of the same size may be related to how much upscaling flash allows you to do, if you have a 320x240 video and you upscale it to a 1200x1024 monitor it will look terrible so one way to make it look less bad is to limit upscaling to 2x or 3x. It may also be the case that it is not even doing any upscaling (to avoid loosing quality with any resize), just showing you the whole video in the original resolution but centered in the screen and without anything else distracting you.

Similar Messages

  • Why do I get window adobe flash' NOT INSTALLED AFTER I HAVE JUST UNINSTALLED AND THEN REINSTALLED IT

    why do I get a "correct version of adobe flash not installed"message after I have uninstalled and reinstalled the program several times.  It worked on this computer for the last six months?

    What is your operating system, version & edition?
    What is your web browser?
    What is your Flash Player version?
    What are you doing when you get that message?
    [topic moved to Flash Player forum]

  • Hello... How can I un-activate Lightroom 5?  It also shows up on my Adobe Account and I'd like to have it removed from there.  I am not going to be using the program and I want to give it to someone fully intact.  Thanks... David

    How can I un-activate Lightroom 5?  It also shows up on my Adobe Account and I'd like to have it removed from there.  I am not going to be using the program and I want to give it to someone fully intact.  Thanks... David

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

  • How to use Percent_Rank to knock out the bottom and top 10% of query?

    Hi,
    I'm trying to use Percent_Rank to knock off the bottom and top 10% of a query result, and then take an average of what's left.
    The query is of the form:
    SELECT 'Average Resolution Time Days' Service_Time_Type,
    ROUND(NVL(AVG(NVL(hds.hds_working_duration(jr.date_lodged, jas.job_close_date),0)),0),2) Time_Days
    FROM hds.hds_job_request jr, hds.hds_job_assignment jas
    WHERE jr.job_id = jas.job_id
    and jas.job_close_date is not null
    AND jas.job_close_date >= '01-JAN-2006'
    AND jas.job_close_date < '01-NOV-2006'
    I would like to add a: WHERE PERCENT_RANK ?????? BETWEEN 0.10 and 0.90, but I can't work out how to use it, can someone help?
    Thanks
    Adam
    Message was edited by:
    Adam Sawyer

    I worked it out:
    This is the query I ended up with:
    SELECT 'Average Resolution Time Days' Service_Time_Type,
    ROUND(AVG(duration),2) Time_Days
    FROM
    SELECT hds.hds_working_duration(jr.date_lodged, jas.job_close_date) duration,
    round(percent_rank() over (order by hds.hds_working_duration(jr.date_lodged, jas.job_close_date)),2) pr
    FROM hds.hds_job_request jr, hds.hds_job_assignment jas
    WHERE jr.job_id = jas.job_id
    AND jas.job_close_date IS NOT NULL
    AND jas.job_close_date >= '01-JAN-2006'
    AND jas.job_close_date < '01-NOV-2006'
    WHERE pr BETWEEN 0.1 AND 0.9
    ORDER BY 1
    Thanks for all your help
    Cheers
    Adam

  • Flash not rendering correctly in IE using Spry and SWFObject.

    Hi,
    Tools that I'm using (Flash, Spry and SWFObject)
    I just finished converting portions of the image gallery to a
    video gallery using FLV Files.
    It works great in FireFox and Opera, I guess all mozilla
    based browsers.
    Now my problem is that I pass the Path variable to Flash for
    it to load the FLV file using SWFObject.
    Code:
    <div spry:detailregion="dsVideos"
    class="AccordionPanelContent">
    <div id="flashcontent"> You need to upgrade your Flash
    Player. </div>
    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("VideoPlayer.swf", "videoplayer",
    "427", "288", "8", "#161616");
    so.addVariable("video", "{@path}");
    so.write("flashcontent");
    // ]]>
    </script>
    </div>
    The FLV files won't load at all in IE meaning the variable is
    not going thru when Flash is rendered for a second time.
    So I added another variable just to see Flash reaction once
    the page loaded for the first time.
    Code:
    so.addVariable("Variable1", "I Love This Bug!");
    I added Variable1 to the Flash Movie as a textbox and It
    loads in a split second for the first render but when Spry loads it
    datasets and renders the region where Flash resides the variable
    doesnt go thru and Flash gets a undefined variable.
    When Spry renders that region the video variable is not going
    thru and no video is shown. :(
    Any suggestion?

    Don -
    Have you had any success here? I've been trying to get any
    kind of Flash
    to load properly in IE in a spry:region (or :detailregion),
    and have
    failed entirely.
    I added spry:state="ready" to the div with the Flash movie,
    but no fix.
    I've tested with both IE 6 and IE 7 beta, and with FP 8 and
    FP 9.
    I have a few test pages (everything works great in FireFox):
    - www.imagicdigital.com/portfolios/video_state7.html
    (uses SWFObject to write the movie, with spry info as
    FlashVars)
    IE: Flash movie is hidden. No FlashVars are passed.
    - www.imagicdigital.com/portfolios/video_state7_noso.html
    (same page as above, but with the standard Object/Embed tags,
    no SWFObject)
    IE: Flash movie is hidden. No FlashVars are passed.
    - www.imagicdigital.com/portfolios/video_state7a_noso.html
    (same page as above but with hardcoded FlashVars)
    IE: Flash movie is hidden. No FlashVars are passed.
    - www.imagicdigital.com/portfolios/video_state7b_noso.html
    (a Flash movie with no FlashVars at all)
    IE: Flash movie is hidden.
    - www.imagicdigital.com/portfolios/video_state7c_noso.html
    (same as 7a but with spry:region removed from the flash div)
    IE: Works perfectly. Flash movie shows up, FlashVars are
    passed.
    I noticed a few things:
    - In IE, the spry:debug generated markup shows FlashVars="",
    empty.
    - I don't see an innerHTML fix call for the FlashVideo div,
    even if I
    make it into a spry:region instead of detailregion. Can this
    help omehow?
    - In IE 7, if I right-click where my flash movie is supposed
    to show up,
    it does become visible (with no FlashVars). However, IE often
    crashes
    after that, either right away or on window close. The error
    shown in
    the alert is "Out of Memory at Line 56". This is both with
    and without
    passing FlashVars.
    NOTE: This error was just recently discussed on the SWFObject
    mailing
    list. Geoff Stearns found a sort of bug in FP 9 that was also
    causing
    this same error when 2 Flash movies were embedded with
    SWFObject and
    each making different ExternalInterface calls. He fixed it by
    removing
    the function written by Flash when it loads called
    "__flash_unloadHandler()". Link to the relevant discussion
    thread:
    http://lists.deconcept.com/htdig.cgi/swfobject-deconcept.com/2006-July/000795.html
    It would be great (crucial, I think) to get Spry to work with
    SWFs. Any
    ideas or progress? Thanks in advance.

  • Labview XY graph with space between data and top/bottom of graph

    In Labview, how do I modify the properties of the XY Graph so that there is some empty space (of say 1 unit) between the top and bottom of my graph and the data points I'm plotting. For example, I have a sine wave and when its autoscaled, the top point is at the very top of the graph but I want some space between the top of the graph and the highest point of the sine wave.  I could "unautoscale it" and edit the minimum and maximum to be 1 above and below the data points but is there a way to set it so it stays that way regardless of the data points that I input?
    Thanks,
    Kevin

    elset191 wrote:  
    I don't know how big of a cushion it gives, but it's there.
    if you want to programmatically set it you can also do this (as I learned a bit ago right here on these forums!)
    Message Edited by for(imstuck) on 05-24-2010 03:45 PM
    Message Edited by for(imstuck) on 05-24-2010 03:46 PM
    CLA, LabVIEW Versions 2010-2013
    Attachments:
    graphScale.PNG ‏9 KB

  • I want to remove "full screen" and set it back to where I can see the tab bar at the bottom and top of my screen. I want Firefox to go to Google - not Yahoo

    I think I am clear about what I want as stated in my question above. Please help

    Right-click the empty space next to the Firefox button and choose 'Customize', then click 'Restore Default Set'

  • Rescheduling bottom and top down

    Hi friends,
    we have around 25 levels of bom and every level has 8-10 items. when we execute either bottom up multi order or top down multi level heuristic, even though i select all the levels it scheduled only one level above we cannot reschedule one by one levels so is there any setting where it reschedules multiple levels simultaneously.
    Regards
    vinay

    Hi,
    In the seetings for the heuristics SAP_PP_009 (txn /SAPAPO/CDPSC11), there is a setting available under 'Basic Settings' called 'Component Check'. Please try the option 'Check Other Components'. Kindly read the help around that topic as well.
    Also check the parameter 'Execute Single-Level Planning' in the heuristics SAP_PP_010.
    Regards,
    Senthilrajan
    Edited by: Senthil_APO on Oct 5, 2009 11:27 AM

  • Position buttons at bottom and top, but right of region's title

    Could someone indicate how to modify form region's template (maybe also CSS?) to place buttons on top and botton of a form region, but to have top buttons right of the region's title instead of below it?
    Of course, if it's possible :o)
    Igor
    P.S. I use a variation of theme 15.

    Hi, I have the new 17 and I think I know what your speaking of, approx 1/16 of an inch or so at the borders it is brighter, and noticibly so, I think you diagnosed it right...it is simply the backlight reflecting back in at the edges....I think the reason is that the new powerbooks are substantially brighter and there is simply no where for the light to go.....it is so thin in there I kind doubt they could put flocking material in it to keep this from happening. I decided I could live with it fine and don't even notice it anymore....the display is so beautiful in my opinion. if you pursue this though please let me know what they say. Scott

  • HT4097 Suddenly a black three fingers wide line is diving my screen and it's not going !? What shall I do ? Is it a software problem or screen?

    My iPad screen is dividd by black line! It's dividing my page and not going!? Tried to off and restart nothing changed ?
    What shall I do ?

    An online service for what?  Apple handles all service on the iPhone.  Using a 3rd party voids the warranty and eliminates the ability for out of warranty servicing as well.
    FYI, the iPhone has no hard drive, so I'm not sure what problem you actually have, but it's definintely NOT a hard drive problem.

  • Show bottom border in First page and top border in next page for rectangle in SSRS

    Hi,
    I have rectangle  inside that Text box and tablix are there, where the text data spans to multi pages (2 or 3 Pages) , so the Bottom border in first Page will go off and in other pages both bottom and top border will be not visible, and where the text
    data ends in that page we can able to see the closed rectangle bottom border. .“OmitBorderOnPageBreak”
    property is set to false only.
    Kindly send me if any expressions is there and how to set it, Kindly do the need.

    Hi Anand,
    According to your description, you have a rectangle in your report, and there are tablix inside this rectangle. Now the issue is that there is no border on the bottom of first page and there is no border on the top of new pages when the tablix break to multiple
    pages, right? If I have anything misunderstand, please point it out.
    I have tested it on my local environment, and got the same results as yours. It seems this is default setting of Reporting Services. If there is border on the bottom of first page and there is border on the top of new pages, then this rectangle became
    multiple rectangles. 
    The workaround for this issue is that add page header and page footer for your report, and add a line to them respectively. Then run this report, it looks like there is border on the bottom of first page and there is border on the top of new pages.
    Thank you for your understanding.
    Regards,
    Charlie Liao
    TechNet Community Support

  • FLASH PLAYER 10.3.183.7  DOES NOT WORK IN FULLSCREEN

    FAO:  Mr CHRIS CAMPBELL
    Hello Chris
    You're probably getting this from all angles but the newest update to Flash Player  (10.3.183.7)   JUST DOES NOT WORK PROPERLY.
    I keep my browsers up to date and as of today (5 Sept 2011)  Flash  WORKS in "small pane in browser" mode (for example, in Youtube)  BUT GOES BLANK AS SOON AS FULLSCREENED.
    Note that overlay captions and the pause / play graphics DO all work - it is only the video decompression that doesn't - leave screen blank and black.
    This is BOTH in FireFox 7.0  and in latest Google Chrome:  I have carefully uninstalled & replaced Flash form the links you posted here and IT STILL DOES NOT WORK in fullscreen.
    You really should NOT release new version of auto-updating code like this that are not properly tested:  this has mucked up video viewing for millions of people needlessly.
    Is it because of the new accelerator support ?   who knows.    This is a mid-life Toshiba Satellite Pro   (we don't all go out and buy new PCs every ten weeks like you developers do)  and it has a P4 and standard onboard Intel 82852 graphics: perfectly fine up to last week.     But it has 64MB of graphics space and I see that 10.3.183.7  now "requires"   128MB ?       You just cannot make assumptions like that :  I bet there are  50 million plus PCs out there with 64MB (or less) VGA RAM.  
    Adobe is a lovely product,  but this is a complete and utter  bal*ls-up  as we in the UK call it:      please excuse my anglo-saxon directness.    Sort it out, please.
    Mike,  London,  exasperated
     

    Hi Chris
    Thanks for your rapid feedback.
    YES  -  you are right  - turning off hardware accelerate FIXES it on this machine.   
    (For anyone else trying this,  note that if your PC is busy you may not be able to get the Right-click menu to work while the video is displaying,  so PAUSE it first,  then right click in the pane,   choose "Settings",  and UNtick the hardware acceleration tickbox.  Then unpause, and bob's your uncle.)
    Interesting:  Chris -  I also notice that   Not All Videos Do it     -  some are fine (adverts seem to be,  on youtube)  -  but this (below) is an example of the one which will not fullscreen with the HW acceleration on  (nice watching, too  :-)
    http://www.youtube.com/watch?v=lb3VWZj_I6g&list=PL0F01AFE18471E7B8&index=1
    NB  Might it have anything to do with the transcoding YouTube are supposedly doing,  over to VP8 ?     I wonder if they change the content of the stream,  when you choose fullscreen perhaps ?   And so perhaps confusing the HW accelerator which may not know VP8 ?
    Thanks again for rapid response.   GOOD LUCK ALL
    Mike H
    London

  • When I turn on or restart my Macbook Pro Retina 15", my entire screen flashes completely bright yellow for a few seconds and then it goes to the normal Welcome screen.  How do I fix this??

    Hi Everyone,
    This problem just started today.  When I turn on or restart my Macbook Pro Retina 15" (Mid 2012 version), my screen is light gray like normal, and then after a few seconds my entire screen flashes completely bright yellow for a few seconds, and then it goes to the normal Welcome screen (where I choose to login as myself or a guest user).  This suddenly started today and has not stopped since.  This keeps happening every single time I turn on or restart my computer.
    Yesterday I installed all the Mavericks and other updates that were available in the App Store, so I'm wondering if this is related to that since this never happened prior to my doing those updates yesterday.  When I first installed the new OS X Mavericks (10.9.3) update, it went through the whole installation process (took about 10 minutes), and then during the installation I got an error message saying that it couldn't verify my iTunes application that was on my laptop, and then my laptop finished installing the updates.  Then once my laptop restarted, the App Store "Updates" section said that I had to do the whole OS X Mavericks (10.9.3) and iTunes (Version 11.2) updates all over again.  So my laptop did the whole installation again (took about 10 minutes, but this time I didn't get that "iTunes error message" during the installation process). 
    Now, when I go to the App Store "Updates" section, it says the following under "Updates Installed in the Last 30 days":
    -Digital Camera RAW Compatibility Update (Version 5.05) installed May 15, 2014
    -OS X Update (Version 10.9.3) installed May 15, 2014
    -iTunes (Version 11.2) installed May 15, 2014
    -OS X Update (Version 10.9.3) installed May 15, 2014
    -iTunes (Version 11.2) installed May 15, 2014
    -Security Update 2014-002 (Version 1.0) installed April 22, 2014
    I'm wondering if this flashing bright yellow screen upon bootup is related to the fact that my laptop installed the OS X Update and the iTunes Update two times each?  Or is this new problem totally unrelated?  It's just that this problem started a day after these 2 updates were installed twice.
    My Macbook Pro Retina 15" (Mid 2012 version) is otherwise working fine at least as of now.  The only issue so far is this flashing bright yellow screen every time I turn on or restart my computer.
    If anyone could please help me fix this so that my bootup screen doesn't flash completely bright yellow anymore, I would be forever grateful! 
    Thank you so much for reading this and for any help you can provide. 
    hope everyone is well,
    Elaine

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • Flash Player Not Displaying Only White Space

    I have a WP 3.0.2 site. When I try to embed a swf file I have uploaded, all I get to show up, in either a post or a page, is a white area the size of the height & width paramaters. In order to play the flash video, I need to  right click and select "play" from the menu so watch the movie.
    I am trying to figure out what I am doing wrong or why there are not play, pause stop, controls showing up and why the video preview image does not show up either
    I am pulling my hair out over this one.surprised
    NOTE; The WP SWFObject Plug-ins do not help with this. I have tried many of them to no avail.
    [code]
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"  WIDTH="550" HEIGHT="400" id="Lesson1P1">
    <param name="play" value="false" />
    <param name="menu" value="true" />
    <param name="quality" value="low" />
    <param name="scale" value="exactfit" />
    <param name="wmode" value="window" />
    <param name="src" value="http://idaho-humanrightsed.org/wp-content/uploads/2010/08/citizen_en_l1_p1.swf" />
    <embed type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" width="550" height="400" src="http://idaho-humanrightsed.org/wp-content/uploads/2010/08/citizen_en_l1_p1.swf" wmode="window" scale="exactfit" quality="autohigh" swliveconnect="true">
    </embed>
    </OBJECT>

    Thanks for your help. I have tried something new and here is what I have:
    http://idaho-humanrightsed.org/lesson-video/GYL-L1-E.html
    You have to right-click on the white space and select PLAY from the menu to get it to play
    Is there a way to get a player to disply with a background image so it is more inturitive.We do not have the source code to edit the swf files so we have to work with these as they are.
    Thanks!

  • Flash not working in photo booth.

    The flash in photo booth on my iMac is not working.  When I take a pic, the screen flashes but the pic is still dark.  Was working fine yesterday.  I did install the latest osx today.  That's the only changes since then.

    In case anyone is interested in your screen flash not working in the Yosemite or Maverick photo booth application, I finally called Apple today and he kept insisting it was working on his - I asked him to take a pic with the screen flash enabled and then disable it and he said it came out the same. And rationalized that it was because he was in a well lit room. I kept telling him in my old photo booth from system 10.6.8 that my face was lit up and my husband had reflections from his glasses so we went from him wanting me to reinstall my software (I refused since both computers were having the same problem - one using Yosemite and the other using Maverick)  to him finally going into HIS partitioned disk that has system 10.6.8 on it to discover that the flash there reflected off HIS glasses too. Bottom line is he admitted there has to be some flaw that prevented the photo booth flash from working for Maverick and Yosemite. Whew, finally validation!
    Martha

Maybe you are looking for