Help with full screen

I have created 5 separate swfs, when i publish them i check
off html and full screen. when the menu screen opens it still has
the menubar and address bar. when i click on my links to go to the
specific section nothing changed. In the menubuilder do i need to
link the secton html file that has fs.html as the final part of the
link? If so, when i do this it opens a screen saying click here to
open file in full screen. is there a way to by-pass this link so
the course will open automatically in full screen view.
Please right me back at
[email protected]

Full screen mode and dual monitors don't get along. The problem is the Mac has always treated the second display as an extension of the main display. This being the case, fullscreen would logically span both displays which might work if the two displays were the same size and resolution but that is often not the case. So the work around right now is for a program in fullscreen mode to pretend that the other display doesn't exist. We can hope that in 10.8 the OS will see each display as a different workspace and then you can have what you want.

Similar Messages

  • Need help with full screen slideshow image quality

    I am looking to display some images with full screen slideshow. The images I add are very large, over 5000 wide. When I publish the site some images retain their quality while others lose it and look like crap. Why would this be and how can I fix it. I tried to resize them to the 2560x1707 that muse does, and then add them. This doesn't change the end result of poor quality.

    Go to Assets Panel and locate the image you want to use at original size. Right click the image and chose 'Import Larger Size'.
    See if that helps retain quality for that image, since Muse does not resize/interpolate that image for you.
    Cheers,
    Vikas

  • Help:How to publish a Flash with full screen HTML

    Please, guys, be kind enough to teach me how to publish a
    Flash with full screen size in HTML. I have tried to search the
    board, but so far no luck.
    Originally, I want my .SWF to keep changing its background.
    The solution I got was placing colored stage-sized rectangles on
    the bottom layer. Then I don't want the viewers to see the HTML
    area where I cannot seem to control smooth color changes.
    So, after I construct a Flash file with backdrop-color
    changing by the method I mentioned above, how do I publish it with
    full screen mode in HTML, as you can see
    here? Help!
    Thanks in advance, guys.

    Here's an AS2 and a AS3 version I got from David Stiller
    2 small details you have to add 1 in publish settings set Dimensions to percent 100 100
    and in the html set <style>body {margin: 0; padding: 0}</style>
    // AS2
    import flash.display.BitmapData;
    Stage.align = "TL";
    Stage.scaleMode = "noScale";
    var tile:BitmapData = BitmapData.loadBitmap("tile");
    function fillBG():Void {
      beginBitmapFill(tile);
      moveTo(0, 0);
      lineTo(Stage.width, 0);
      lineTo(Stage.width, Stage.height);
      lineTo(0, Stage.height);
      lineTo(0, 0);
      endFill();
    fillBG();
    var listener:Object = new Object();
    listener.onResize = fillBG;
    Stage.addListener(listener);
    // AS3
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var bmp:Tile = new Tile(50, 50);
    var tile:BitmapData = new BitmapData(50, 50);
    tile.draw(bmp);
    function fillBG(evt:Event = null):void {
      graphics.beginBitmapFill(tile);
      graphics.moveTo(0, 0);
      graphics.lineTo(stage.stageWidth, 0);
      graphics.lineTo(stage.stageWidth, stage.stageHeight);
      graphics.lineTo(0, stage.stageHeight);
      graphics.lineTo(0, 0);
      graphics.endFill();
    fillBG();
    stage.addEventListener(Event.RESIZE, fillBG);
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • Lack of All format playable Video player with Full Screen STRETCH feature

    I am a big fan of Nokia and i know Windows phone is the world best smart phone.im using Lumia 820. but in my highend Lumia devices lack of a
    All format playable Video player (like mkv etc.)officially from Nokia or Microsoft.pls this is very important thing for all Lumia user for HD movie experience.pls update current video player.now I'm using Moli player but there is 1
    vital feature is missing...this is Full Screen STRETCH...when i play movie using Moli player on my phone screen upper and lower portion appear black bar.It mean Ascept ratio not match.This is very important for full screen movie exp.But  this
    feature is also available on Android  MX player.
             So,I request you please update current video player with
    Full Screen STRETCH feature for windows phone user.Thank you.

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Creating a FLV video player with full screen option

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3258016930_5977304
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi!
    I am trying to create a video player that will allow full
    screen functions
    like what we can see on youtube. I know how to create the
    window and the pop
    up but the only problem I am having is having the original
    video in the
    small screen to pause or go silent when the full screen mode
    is activated.
    How can get it done?
    Thank you.
    °K.
    --B_3258016930_5977304
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Creating a FLV video player with full screen
    option</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    <BR>
    I am trying to create a video player that will allow full
    screen functions =
    like what we can see on youtube. I know how to create the
    window and the pop=
    up but the only problem I am having is having the original
    video in the sma=
    ll screen to pause or go silent when the full screen mode is
    activated. How =
    can get it done?<BR>
    <BR>
    Thank you.<BR>
    <BR>
    <BR>
    <B>&deg;K.<BR>
    </B> </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3258016930_5977304--

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Website with Full Screen Background Images

    I'm trying to create a website with full screen background images (or  possibly, a video) that will crop to the browser window. It's also  important that the image be center-justified. The Die Antwoord site does  pretty much what I'm trying to accomplish. I'd also like to know how  they can use such high resolution images. If I try to use a high res  image, the file size is enormous. Another site that uses similar  technology only with a video is the TV on the Radio site.
    I  am fairly new to Flash so please forgive me if this is a rudimentary question.  Any help will be greatly appreciated.

    Hi Bob,
    Thanks for your reply.
    What I'm concerned about is the crispness of my full-page images. Am I right in assuming with a PDF folio, static images won't be as crisp? Is there a way to maintain its sharpness?
    M

  • X220:Graphics problem with full screen videos

    I have got my X220 laptop last month. I am facing problem while playing youtube videos full sceen.
     videos can be seen best with smaller window but there is major graphics problem with full screen.
    Can someone help on this?
    I am using Windows 7 Enterprise edition.
    Thanks

    what do you mean by major graphics problem, please elaborate.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Problem with Full Screen

    Ok I am getting problems with full screen graphics on some computers.
    I am writing an internet based RPG and this is really eating into my time...
    Can any one explain why my graphics will not show some times (works others) with the exact same code running....
    I am using a BufferStratagy with a frame.
    Any help would be gladly apreashiated thank you in advance,
    Phibred

    Not a thread issue, no thread on this side of the program and yes there is a media tracker. However I have learned that my problem was that my screen does not like to flip to 800x600 for java applications for some reason thx any way.

  • Embed with full screen

    Hi, i will try to sum this up...
    what i need help with is embedding with full screen, how do i
    do that? like for ins-tents a youtube video, now i know they don't
    have any "full screen" button on their video as you embed it, but i
    want to make a costume one, like i make a link under the video
    "full screen" then you press it and the video will adjust to your
    IE or Firefox browser,, I've seen many sites to that for example
    www.all-aboutsp.com.
    and my second question, how do i embed a video from another
    website but yet use my own Player like www.southparkzone.com ?
    thanks in advance

    nobody can?

  • Lion Screen Sharing with Full Screen apps on Remote Lion

    Has anyone figured out how to EASILY work with multiple desktops and full screen apps on the remote mac when Screen Sharing with one Lion mac from another?  All of the standard methods of switching between desktops and full screen apps (swipe, cmd + <arrow>, etc) all take place on the the local Mac, and not the remote one. 
    The only real effective methods I have found so far are using the dock (not elegant with full screen apps), and removing an app from full screen.  Either way, these methods are clumsy and do not compliment the new features that Lion provides. 

    You're not going to believe this.
    Problem was on my buddy's end.  The  slash key "/" was stuck down on her keyboard.
    Sometimes the solution is so far out of normal troubleshooting, you're luck if you ever find it...
    Nothing to see here, move along...

  • Not able to get the minimize maximized and close button and its running with full screen mode.

    Hi
    My Thunderbird is running with ubuntu OS and while using some shortcut key my thunderbird mailbox switched to full screen mode. now i am not able to resize it's view and also not able to see minimize, maximize and close buttons on top left corner.
    Please help me out.
    Thanks

    I'm also running Ubuntu. Not sure how you got there, but you can try a Control-Q to quit. Then restart it and hope in comes back normal.

  • Problem with full screen playback

    Everything works fine until I go to preview in full screen. I hit the space bar to play the viewer and nothing happens. If I move the mouse over to where the play button is in the viewer window before the screen goes full and click where it was, it will play.
    The spacebar works fine when not in full screen mode. Any ideas?
    Im running FCE 3.0 in a PB 1.5 ghz with 2 gigs of ram running 10.4.8. I have not changed anything about my system that i know of (except the normal updates) since i did my last project last year and the full screen worked fine then.
    Thanks for any help.
    John

    By previewing fullscreen on your Powerbook, you're stretching video that is 720x480 to fit a 1280x854 screen. Recipe for ugliness.
    I'd recommend just setting your Canvas to 100% and viewing it at native resolution.
    I saved a different window layout for this on my Powerbook. It has a keyboard shortcut assigned to it, so I have one layout for basic editing, and another layout to blow it up to 100% for viewing.

  • Issue with full screen apps quitting

    I am having problems when I exit a full screen app on OSX Mountain Lion!!! It does't happen all the time but when it does the only way I could fix it is log out and log back in!!
    The problem is when I quit a full screen app the desktop it created to open the full screen app on remains blank and doesn't close so I end up with my 2 desktops and blank desktops which is really annoying when I want to switch between desktops or other full screen apps!!! Anyone else having this problem?? PLEASE HELP!!!
    I am using a Retina Display Macbook Pro!

    So this is what I get in Mission control when I exit a full screen app ( look at the blue safari thing ) and when I press it I get this:
    Anyone else having this problem?? Plz help if you know a way to fix it!!

  • Issue with Full Screen & Input languages (Mavericks 10.9.1)

    I have two issues with the latest (Version 8.0.24308) Microsoft Remote Desktop from the Mac App store:
    1. If I tick the connection entry "Start session in fullscreen" option, after connect the desktop slips upwards like on the screenshot (below on the link)
    2. The default input method switches to Latvian after connect (never used Latvian anywhere...).
    On my Mac:
    - System language: Hungarian
    - Input language: Hungarian
    On the server:
    - System language: English
    - Input language: Hungarian (default) + English
    +: the app doesn't supports Retina display resolution :(
    Screen Shot link:
    db.tt/yYKN0arM

    Hi,
    1. The version 8.0.24308 offers updated functionality for full screen mode to users of OS X 10.7+:
    OS X native: The native full screen feature for the Mac OS X version.
    Custom: The custom full screen mode enables the multi-monitor feature in order to provide a better experience for users of Mac OS X versions 10.7 and 10.8.
    Important information for users of 10.9: if you have disabled "Displays have separate Spaces" in Mavericks
    (System Preferences > Mission Control) go to Preferences > Resolution in the Microsoft Remote Desktop client and configure the setting using the same option.
    Please try the OS X native mode and see how it works.
    2. The OS keyboard locale, is suggested to the remote PC. Therefore, please check the keyboard locale.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Having Problem with Full Screen Videos Appearing with 1" Vertical Borders

    I have a MAC running on Leopard and a PC with Windows Vista
    Home Basic and Explorer.
    I cannot get YouTube to go full screen without the vertical
    borders appearing.
    I have the current version of Adobe.
    I need help on both systems. My Java is enabled and I've
    already checked and unchecked Enable Hardware Acceleration.
    This is not a Window Box problem. Its happening on all
    videos.
    Thank you for your help.

    This could a RAM case, as when the phone is doing something and RAM goes down, it starts to close certain apps. Personally if all you wanted was a name on txt msg alerts I would recommend iSMS or ThreadSMS. AFAIK both works on on non-touch phones (iSMS was originally for s60v3) and not only do they provide the senders name on the text alert, they also let you view your messages in conversation view (iphone style) and are free...XD
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

Maybe you are looking for

  • When I first load Firefox, it comes up with an error message about "script". Can you help me?

    <blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/846741]]</blockquote> I just double click on the Icon, and it seems it takes forever to load. After this action, an error message comes up with a statement that it is trying

  • Oracle 8.1.7.4 on redhat 7.3 : tablespace creation never ends

    Hi, We're running Oracle 8.1.7.4 on Redhat 7.3. System memory is 256 MB (2x128). After increasing memory to 1Go (2x512) we're facing a strange problem. Tablespaces re-creation hangs, we first drop and then create tablespaces reusing datafiles : DROP

  • Slideshow with Text and Music

    I am not sure what program (if any) will do this. We need to make a presentation .... photos, with some text and music. I know you can do the slideshow in iphoto.....with music...but not sure about the text portion. Any advice or pointers would be GR

  • Oracle DB 10g r2 & Microsoft SQL Server 2008

    Hello, I have a need to load data from Oracle 10g r2 to SQL Server 2008 and vice versa. I am new to heterogeneous connectivity. How do I connect to SQL Server from Oracle and vice versa(connect Oracle from SQL Server). The Oracle version : Oracle Dat

  • Need Explanation about code ABAP

    Hi, what does mean this code : *if not SOURCE_ENTETE-MONAT is initial. *BBKPF-MONAT = SOURCE_ENTETE-MONAT.   *endif.                                 i find it in LSMW (step number 5) what does mean exactly initial i want to integrate some FI document