BG color in fullscreen

I'm using:
fscommand("AllowScale", false);
fscommand("FullScreen", true);
...to autoplay my projector file fullscreen, but I'm not sure
how to set the background color around the stage and my objects
outside the stage are also showing up on screen so I'd need to set
some kind of viewable dimensions.
Any thoughts?

Here's a little function you can use to mask the stage:
function stageMask(clipRef:MovieClip, maskDepth:Number) {
var ref = clipRef.createEmptyMovieClip("stageMask",
maskDepth);
ref.lineStyle(0);
ref.beginFill(0xFFFFFF);
ref.moveTo(0, 0);
ref.lineTo(Stage.width, 0);
ref.lineTo(Stage.width, Stage.height);
ref.lineTo(0, Stage.height);
ref.lineTo(0, 0);
ref.endFill();
clipRef.setMask(ref);
In frame 1 then just do:
stageMask(this, 100);
Dave -
Adobe Community Expert
www.blurredistinction.com
http://www.adobe.com/communities/experts/

Similar Messages

  • Pages 5 can't change background color in fullscreen

    There's no option to change background color when in fullscreen mode anymore.
    Did I miss something or did apple just...get rid of it?????why???

    Hi, Mark,
    Under the Format menu select Advanced and the click on Make Master Objects Selectable. Now click on the red area. You'll notice little faint x's at the corners. In the Arrange menu click on Unlock. Now you can edit the color. (In this case a gradient.) When you finish, go back and Lock it again and deselect Make Master Object Selectable.
    Walt

  • Inverted color on fullscreen flash vid, both chrom[e/ium] / firefox

    I'm getting a "glitchy" fullscreen image for flash videos (TED, YouTube, Facebook). This occurs with chromium-browser-svn and Firefox 3.6. Both are up to date (I update regularly with pacman -Syu).
    The minimized video looks fine but fullscreen view creates a video that has what looks like inverted pixels as well as an extremely wide format (only half or so of the video fits on my screen).
    Are there suggestions of where I can check for this issue? Is it Xorg? Something with my video driver? What troubles me is that Firefox (at least used to) rely on a flash plugin, whereas Chrome has it built in... The fact that this occurs in both strikes me as odd.
    Thanks,
    John

    I'm getting a "glitchy" fullscreen image for flash videos (TED, YouTube, Facebook). This occurs with chromium-browser-svn and Firefox 3.6. Both are up to date (I update regularly with pacman -Syu).
    The minimized video looks fine but fullscreen view creates a video that has what looks like inverted pixels as well as an extremely wide format (only half or so of the video fits on my screen).
    Are there suggestions of where I can check for this issue? Is it Xorg? Something with my video driver? What troubles me is that Firefox (at least used to) rely on a flash plugin, whereas Chrome has it built in... The fact that this occurs in both strikes me as odd.
    Thanks,
    John

  • How to change the background color in fullscreen mode?

    I would like it to be grey or white. Is there anyway to change it from black?

    Full screen mode shouldn't be showing any tools or panels. It's basically a preview mode. Is the image you uploaded of Full Screen mode or full screen with menus? [middle button]

  • Is there any way to get the black background color back in fullscreen mode?

    The current background color in fullscreen mode is grey and it's distracting.  It used to be black.  Is there a way to change the color outside of the document boundaries?

    AndyboyMac wrote:
    The only way you can get themes for your ipod is by a jailbrake, jailbraking is illegal, and yes,, you can downgrade your iOS.
    Jailbreaking is actually not illegal due to exemptions in the DMCA documentation (http://en.wikipedia.org/wiki/IOS_jailbreaking#cite_note-22).
    I've got no explanation on to why the trusty interface for the old iPod style app was butchered, unfortunately (I think we're all at a loss, besides someone being given too much free reign). I came here to supplement the original question with, another alternative question:
    Is there a way, similar to downgrading 3rd party apps, downgrade the Music app or restore the old iPod app as an additonal app? Without jailbreaking?
    < Edited By Host >

  • Floating Footer ; help me stick the little guy to the bottom Once and For all

    Hey there
    have floating footer in browsers : I have tried couple of things but not yet got it to stick
    here is the website
    www.huntfilms.ie
    and here is the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
              background-color: #3366CC;
              text-align: center;
              margin-top: 25px;
    html, body {
              margin: 0px;
              padding: 0px;
    #wrapper {
              background-color: #3366CC;
              text-align: left;
    #header {
              background-color: #000;
              height: 95px;
              border-bottom-width: thin;
              border-bottom-style: solid;
              border-bottom-color: #FFF;
              background-image: url(titleforwebby.png);
              background-repeat: no-repeat;
              background-position: center;
    #veimo1 {
              background-color: #3366CC;
              height: 450px;
    #content1 {
              background-color: #3366CC;
              height: 475px;
              width: 820px;
              margin-right: auto;
              margin-left: auto;
              margin-top: 15px;
    #vimeoinside {
              background-color: #696;
              height: 450px;
              width: 420px;
    #vimeotester {
              background-color: #369;
              height: 350px;
              width: 350px;
    #finalvimeo {
              background-color: #3366CC;
              height: 250px;
              width: 250px;
    #dropper {
              background-image: url(morebosrder.png);
              background-repeat: repeat-x;
              background-position: center bottom;
              height: 105px;
    #footer {
              background-color: #333;
              height: 95px;
              border-top-width: thin;
              border-top-style: solid;
              border-top-color: #FFF;
              position:fixed
                        bottom : 0 ;
                        left: 0 ;
    #apDiv1 {
              position:absolute;
              width:397px;
              height:450px;
              z-index:1;
              top: 100px;
              color: #FFF;
              font-family: Tahoma, Geneva, sans-serif;
              font-size: .8em;
              left: 702px;
              float: right;
    #apDiv2 {
              position:absolute;
              width:386px;
              height:115px;
              z-index:1;
              font-size: .75em;
              color: #FFF;
              font-family: Tahoma, Geneva, sans-serif;
              left: 285px;
              top: 126px;
              text-align: justify;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="dropper">
        <div id="header"></div>
      </div>
      <div id="veimo1">
        <div id="content1"><object width="400" height="380" align="right"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=17962693&server=vimeo.com&show_title=0&show_byline= 0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=17962693&server=vimeo.com&show_title=0&show_byline= 0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0" width="400" type="application/x-shockwave-flash" height="380" allowfullscreen="true" allowscriptaccess="always" align="right"></embed></object>
          <div id="apDiv2">
            <p>Welcome,</p>
            <p>Hunt Films was set up in January 2011 by documentary maker Barry Hunt.</p>
            <p>Barry received training in TV and Video Production with FÁS in Tralee, Co Kerry. During this training Barry produced a series of short films about local artists. In 2006 he worked as assistant editor on the successful RTÉ drama series, ‘Love is the Drug’.</p>
            <p>Since 2010 Barry has embarked on solo projects producing two entertaining half hour documentaries. 'Liberation', explores the world of pigeon racing in Dublin. This film was very well received at the Galway Film Festival 2011 and is due for broadcast on Setanta Sports. More recently Barry produced 'The Gregory Seat', a documentary which follows Maureen O'Sullivan’s campaign to be elected in the 2011 General Election.</p>
            <p>Barry looks forward to producing more documentaries. He is interested in human stories and hopes that this will form the basis of his future work. At present, Barry is developing projects for film festivals and general broadcast.</p>
          </div>
        </div>
      </div>
    </div>
    </body>
    <div id="footer"></div>
    </html>

    Still can get to work
    http://www.huntfilms.ie/
    body {
    background-color: #79BAEC;
    text-align: center;
    margin-top: 25px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-right-color: #000;
    border-bottom-color: #C09;
    html, body
    #wrapper {
    background-color: #325C74;
    text-align: left;
    min-height: 100%;
    margin-bottom: -160;
    position: relative;
    #header {
    background-color: #000;
    height: 95px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CC66CC;
    background-image: url(titleforwebby.png);
    background-repeat: no-repeat;
    background-position: center;
    #veimo1 {
    background-color: #325C74;
    height: 450px;
    #content1 {
    background-color: #325C74;
    height: 475px;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    #newvimo {
    background-color: #325C74;
    height: 420px;
    width: 320px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.8em;
    color: #FFF;
    padding-right: 10px;
    text-align: justify;
    padding-left: 15px;
    padding-top: 15px;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #FFF;
    #footer1 {
    background-color: #000;
    height: 120px;
    position: relative;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #C6F;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFF;
    font-size: 1.1em;
    #vimeoinside {
    background-color: #696;
    height: 450px;
    width: 420px;
    #vimeotester {
    background-color: #369;
    height: 350px;
    width: 350px;
    #finalvimeo {
    background-color: #3366CC;
    height: 250px;
    width: 250px;
    #dropper {
    background-image: url(morebosrder.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 103px;
    #writing {
    background-color: #325C74;
    height: 500px;
    width: 440px;
    float: right;
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 20px;
    #apDiv1
    #apDiv2
    #clearfooter
              !galwayff.png|height=70|width=70|src=galwayff.png!        
              Welcome,
              Hunt Films was set up in January 2011 by documentary maker Barry Hunt.
              Barry received training in TV and Video Production with FÁS in Tralee, Co Kerry. During this training Barry produced a series of short films about local artists. In 2006 he worked as assistant editor on the successful RTÉ drama series, ‘Love is the Drug’.
              Since 2010 Barry has embarked on solo projects producing two entertaining half hour documentaries. 'Liberation', explores the world of pigeon racing in Dublin. This film was very well received at the Galway Film Festival 2011 and is due for broadcast on Setanta Sports. More recently Barry produced 'The Gregory Seat', a documentary which follows Maureen O'Sullivan’s campaign to be elected in the 2011 General Election.
              Barry looks forward to producing more documentaries. He is interested in human stories and hopes that this will form the basis of his future work. At present, Barry is developing projects for film festivals and general broadcast
    Hunt FIlms is a Certified registered name under the Registration of Business Names Act , 1963. Ireland
                All work is write protected and © Hunt Films 2011
    [Home | homt.html]
    [Contact | contact.html]
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    </script>
      </body>
      </html>
    </div

  • Embedding external links in FC?

    Hi all,
    I was wonder if it's possible to embed external links such as Vimeo in Flash Catalyst. If so, I'd love to know how. If not..why not?
    Thanks,
    -Eva

    Do you mean linking to an external url like http://vimeo.com/7174318 from a button? Or do you mean that you want to embed something like this:
    <object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7174318&server=vimeo.com&show_title=1&show_byline=1 &show_portrait=1&color=00ADEF&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7174318&server=vimeo.com&show_title=1&show_byline=1 &show_portrait=1&color=00ADEF&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p><a href="http://vimeo.com/7174318">Flightpattern</a> from <a href="http://vimeo.com/revoid">Gwen Vanhee</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
    In Flash Catalyst you can add an interaction to a item that will allow you to open a new web page, however, you can not embed a swf from another domain without dealing with some security issues.
    Does that help?
    Chris

  • Floating Footer in Safari

    Hi there made website www.huntfilms.ie but the footer is floating in safari ; that is it is not sticking to the bottom of the page
    anyone any ideas
    regards
    Barry code below
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
              background-color: #5b678c;
              text-align: center;
              margin-top: 25px;
    html, body {
              margin: 0px;
              padding: 0px;
    #wrapper {
              width: 930px;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              position: relative;
              text-align: left;
    #header {
              background-color: #000;
              height: 95px;
              width: 930px;
              background-image: url(titleforwebby.png);
    #MainNav {
              height: 40px;
              width: 930px;
              background-color: #000;
              border-bottom-width: thin;
              border-bottom-style: solid;
              border-bottom-color: #FFF;
    #shadow {
              height: 10px;
              width: 930px;
              background-color: #F0C;
              background-image: url(reggie.png);
              background-repeat: no-repeat;
              clear: both;
    #contentwriting {
              background-color: #5b678c;
              height: 330px;
              width: 425px;
              float: right;
              padding-top: 45px;
              padding-right: 0px;
              padding-bottom: 20px;
              padding-left: 35px;
    #vimeospace {
              height: 490px;
              width: 470px;
              background-color: #5B678C;
              float: left;
              border-right-style: none;
              border-bottom-style: none;
    #footernav {
              background-color: #5B678C;
              height: 95px;
              width: 165px;
              clear: none;
              float: left;
              padding-right: 00px;
              padding-left: 45px;
    #rightsfooter {
              height: 95px;
              width: 250px;
              background-color: #5b678c;
              font-family: Tahoma, Geneva, sans-serif;
              font-size: .75em;
              clear: none;
              float: right;
              background-image: url(setanta.png);
              background-repeat: no-repeat;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv1 {
              position:absolute;
              width:380px;
              height:414px;
              z-index:1;
              text-align: justify;
              font-size: 0.75em;
              color: #FFF;
              left: 18px;
              font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
              top: 164px;
              border-right-width: thin;
              border-right-style: none;
              border-right-color: #FFF;
              padding-right: 0px;
              border-left-width: 0px;
              border-left-style: none;
              padding-left: 5px;
              background-color: #5b678c;
    #apDiv2 {
              position:absolute;
              width:16px;
              height:186px;
              z-index:1;
              left: 670px;
              top: 283px;
              border-right-width: thin;
              border-right-style: solid;
              border-right-color: #FFF;
    #apDiv3 {
              position:absolute;
              width:830px;
              height:35px;
              z-index:1;
              left: 86px;
              color: #FFF;
              font-size: .8em;
              top: 761px;
    #apDiv4 {
              position:absolute;
              width:200px;
              height:56px;
              z-index:1;
              left: 76px;
              top: 694px;
    #apDiv5 {
              position:absolute;
              width:692px;
              height:34px;
              z-index:1;
              left: 219px;
              top: 705px;
              font-size: .60em;
              color: #FFF;
              font-family: Tahoma, Geneva, sans-serif;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">Content for  id "header" Goes Here</div>
      <div id="MainNav">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="home.html">Home</a>      </li>
          <li><a href="sample.html">Sample Work</a></li>
          <li><a href="Contact.html">Contact</a>      </li>
    </ul>
      C</div>
      <div id="shadow"></div>
      <div id="contentwriting"><object width="400" height="320"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=17962693&server=vimeo.com&show_title=0&show_byline= 0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=17962693&server=vimeo.com&show_title=0&show_byline= 0&show_portrait=0&color=00adef&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="320"></embed></object></div>
      <div id="vimeospace">
        <div id="apDiv1">
          <p>Welcome,</p>
          <p>Hunt Films was set up in January 2011 by documentary maker Barry Hunt.</p>
          <p>Barry received training in TV and Video Production with FÁS in Tralee, Co Kerry. During this training Barry produced a series of short films about local artists.  In 2006 he worked as assistant editor on the successful RTÉ drama series, ‘Love is the Drug’.</p>
          <p>Since 2010 Barry has embarked on solo projects producing two entertaining half hour documentaries. 'Liberation', explores the world of pigeon racing in Dublin. This film was very well received at the Galway Film Festival 2011 and is due for broadcast on Setanta Sports. More recently Barry produced 'The Gregory Seat', a documentary which follows Maureen O'Sullivan’s campaign to be elected in the 2011 General Election.</p>
          <p>Barry looks forward to producing more documentaries. He is interested in human stories and hopes that this will form the basis of his future work. At present, Barry is developing projects for film festivals and general broadcast.</p>
        </div>
      </div>
      <div id="footernav"><img src="galway.png" width="75" height="65" /></div>
      <div id="rightsfooter"></div>
      <div id="twitter"></div>
      <div id="vimeoline">
        <ul id="MenuBar3" class="MenuBarHorizontal">
          <li><a href="home.html">Home</a></li>
          <li><a href="sample.html">Sample Work</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </div>
      <div class="twiitervimeobox"><img src="vimeo_button.png" width="70" height="60" /><img src="twitterbutton.png" width="80" height="60" hspace="45" />
        <div id="apDiv5">Hunt FIlms is a Certified registered name under the Registration of Business Names Act , 1963. Ireland. All work is right protected and © Hunt Films 2011.</div>
      </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    You have two footers in your CSS so I don't know which one you are talking about.  However, to fix any footer you could add the following code to your footer CSS:
    position: fixed;
    bottom: 0;
    left: 0;
    I am assuming you are not targeting IE6 so I won't bother with it.
    GL

  • How can I change fullscreen background color, so that it is the same when viewing on mac and iPad? I want this to be able to use MathType in widget text.

    How can I change fullscreen background color, so that it is the same when viewing on mac and iPad? I want this to be able to use MathType in widget text.
    As an example, html widget has white background on iPad, and black on mac. The same goes for interactive widget.
    The MathType text inserted is inserted as a image, and will have the same color when in fullscreen as when not. So I need the textcolor to be the same in both views. Anyone know how to fix this?

    We're still not communicating. This is why I wanted an example .iba.
    Here's a re-creation of my own, going off what you described. You said "all html widgets and all gallery widgets" have this problem. So I inserted a blank HTML widget and a blank Gallery widget, and typed into both. Inserted a MathType equation into both. I don't see any difference when I preview it on my Mac compared to the preview on the iPad. I want to help, but I can't help if I can't duplicate the issue.
    I've attached the screen shots and the .iba file [link to .iba file].
    Feel free to email me directly at bobm at dessci dot com. If you're uncomfortable giving some information here, tell me anything you want in email. I work for the "MathType company", Design Science.

  • PS CC 2014 gets stuck while going fullscreen (F key) with color plugins(eg. magicpicker/coolorus/kuler) enabled. Please Help.

    Hello,
    I am using Photoshop version 2014.2.2 (20141204.r.310x64) and Extension Manager version 7.3.2.39 running on a Windows 7 64-bit operating system with a Quadro K3000m graphics card and 16gb ram.
    I have a very peculiar problem which I am not able to find the solution for.
    If I have a color plugin enabled and I go fullscreen using the F key, photoshop gets stuck and it will only close when forcefully shut down using the task manager. No amount of waiting restores photoshop back. I first thought it was just one plugin - Magicpicker but then I removed it and installed Coolorus and still the same thing happened. Finally I tried Adobe Color and the same thing happens.
    I am unable to find a solution anywhere. It would be of great help if anybody can shine a light on this issue.
    Warmly.

    To rule out third party plugins, hold Shift while starting Photoshop. If that fails to help, try turning off GPU acceleration in the preferences and restarting Photoshop,
    Benjamin

  • Ps CC: Color Shift On Second Monitor When Using FullScreen Mode

    I have been suffering from a new issue since re-calibrating my external NEC Multisync monitor with an i1 Pro calibrator.
    Though colors across the system as a whole are improved over similar calibrations with a SpyderPro4, whenever I use the full-screen mode in Photoshop CC (using the F key), the color shifts radically red.
    I have tested the other solutions of disabling graphics processing and OpenGL/OpenCL to no avail.
    Some testing has revealed that in full-screen mode the colors most-closely resemble the profile for the connected Macbook Pro Retina.
    Is Pshop loading the wrong ICC profile just when switching to Fullscreen? I can usually get the correct profile back if I command-tab to another program and back again, but this is an unnecessary workaround.
    Any advice would be much appreciated.
    Alex

    this kind of thing just cannot happen with a high-end Eizo or NEC PA - with these units, there is no video card calibration LUT at all, because it's handled internally in the monitor.
    Dag, that's what we expect. But why are the LUTs on the graphics card slightly modified?
    The programs Display Profile, Calibration Tester (and Calibration Loader) belong to the GMB ProfileMaker package.
    Best regards --Gernot Hoffmann
    P.S.:
    Perhaps it works like this:
    In advance to an actual calibration by ColorNavigator, the program writes these modified values with
    equal "deviations" for R,G,B into the graphics card LUTs. Either as a marker or as numerical preparation
    for the hi-res correction in the monitor itself.

  • [KDE] Img viewer fullscreen backgrd color dark grey instead of black

    I've noticed that while running native qt image viewers in KDE to view images in full-screen mode the background color is set to dark grey instead of pure black. If a run a gtk image viewer I get a black background.
    In xfce4 this is corrected since most qt image viewers will display a black background, with the exception gwenview.
    This leaves me wondering if there is some setting I must fiddle with...

    That slider only affects the color of the background in non-fullscreen mode, at least on my end...
    edit: furthermore just tried the Fedora Live CD and this issue is not present. So I can only conclude something must be wrong with KDE setup...
    Last edited by snoxu (2013-05-05 17:40:54)

  • In the fullscreen mode of Pages 5.0, how do i change the background color?

    in the old Page, when going to fullscereen mode  it`s a black color of window.

    Oh!  I understand now.  See screenshot below.  It's called "Character Fill Color":

  • Color Resolution Presets and Final Cut fullscreen playback of 2.35:1

    I have sent a project from Final Cut Pro to Color. In Color's resolution settings, I have selected the 2k 2.35 setting to achieve a wider image. Once I finish Coloring and rendering and I send the Color project back to Final Cut Pro, the aspect ratio is a perfect 2.35:1 wide image.
    HOWEVER, when I use the Digital Cinema Desktop preview playback function (basically full-screen playback), Final Cut plays my footage back at 2.35:1, but stretched to fit 16:9. This is what it looks like in full-screen: http://gallery.me.com/amirij#100115/Screen-20shot-202009-09-04-20at-203-58-52-20 PM&bgcolor=black
    Why is it doing this and how can I fix it? I assume it's a setting, but can't find it...
    Thanks in advance:
    Johnny Amiri

    1) Color correction, especially when done with separate application from the NLE, should be done AFTER picture lock. There are some measures if there are tweaks after, but they aren't 100%. Always wait to color correct until after you have picture lock. But you can render out of Color, media with handles, so you can do minor tweaks. And if you add new shots, make those into separate projects, send them to Color, grade, and send back.
    2) You need to either read the manual, or look for a tutorial on Color. It goes through all the steps. Send to Color...grade in Color...render...then SEND TO FCP. That'll send a new sequence to FCP.  Not a rendered out QT file...the full sequence.

  • Framerate problems playing HD in fullscreen.

    I am watching an HD video purchased from the iTunes store. The video plays perfectly (both within iTunes or with Quicktime Player directly) at actual-size. However, if I put the video in Fullscreen mode in either player, the video becomes choppy, especially in high action scenes. It seems almost like it is dropping frames.
    The odd thing is that the video is 1280x720 and my screen resolution is 1280x1024, so bringing it to Fullscreen is not resizing the video at all.
    I have looked into the video and advanced options in Quicktime and experimented with the DirectX settings as well disabling full-screen controls, but to no avail. I was hoping for a frame-drop control, an option to sync frame-rate to my monitor, or anything else other media players often have, but no such options exist for Quicktime.
    I would like to play the video in Fullscreen to remove the bright colored Quicktime frame. Is there a known fix for this?

    If you weren't playing a DRM-encumbered movie, I would say to use an external player such as VLC.
    So, you played with the Advanced DirectX settings -- did you try just disabling "Enable Direct3D Video acceleration"?
    You could also check if your video card drivers are up-to-date.

Maybe you are looking for

  • Maven Plugin not accepting values from a property file.

    Hi, I want to create javadocs using maven. It works fine when i provide all the absolute paths in the pom. But when i try to provide paths by reading a property file then the maven-javadoc-plugin does not get the paths from this property file. The pr

  • MDM Custom attributes

    Hi gurus, I'm working with SRM-MDM Catalog 1.0 I'm facing this problem. I have imported some item with custom attributes (MDM Import Manager), i have mapped fields and values. In MDM Data Manager items are present but the custom atributes are not pre

  • How Do I install Creative Suite 3 on my new Imac?

    I purchased an un-opened box Creative Suite 3 Web Standard. to insatll on my new Imac and it won't install. What am I doing wrong? Adobe Tech support willnot help since its an older version.

  • Latest OS update 10.2.1.2102

    I have updated to OS 10.2.1.2102 on my Z10 and my wife's Q10, no problems at all with the updates nor since. Question: What is new in this latest update? Solved! Go to Solution.

  • Loop through a table

    Is it feasible to write code that loops through a table in a form? I'm currently writing separate sections of code for each row of a five-row table to validate data entries.