Mac Projector, fullscreen but...

Hi
I'm making a CD-ROM to be compatible both Mac and PC.
Everything went well. Burnt the CD, one part Mac, the other PC. On
the PC, the Flash load as intended Full Screen, no border
whatsoever shown. But on Mac, the header of the window of the Flash
Player is showing. I don't see any option when publishing the
projectors to remove that. In the action track, I made the
Fullscreen command. It works on PC, but not on Mac.
So, any idea on how to remove that header? Thanks.

Well... it seems to be a bug / feature that apparently no one
ever came across. I saved the file as MX 2004 and created the
projector from the old MX2004 Flash application. The projector now
appears ok on Mac, that is without any window header.
...well, thanks to me I guess... ?

Similar Messages

  • Kiosk, Mac Projector FullScreen

    I've created a mac projector and it goes fullscreen but you
    still see the application window. How can I make a mac projector
    NOT show the application window and just go entirely fullscreen?
    This doesn't happen with a windows exe file nor with .swf. The file
    runs faster and smoother as a projector so finding a solution to
    this would be ideal.
    Thanks!

    you might hate it, but if you notice, he/she says it does go
    full screen already, so editing your orginal post to give the full
    screen commands, really isn't helping much, since he/she already
    gets it to go full screen, just that application window still
    appears. So whether you hate third party 'hacks' as you like to
    call it, or not, isn't really relevant here.

  • Change icon & window title - for Mac projectors? (but not Zinc)

    I need to change the icon and window title for a Mac projector made with CS5 (on Windows).
    I know there are a few solutions for the Windows exe.
    But I can't find an affordable solution for the Mac projector. Any ideas?
    I tried the Windows version of Zinc, it created exactly what I need for both the PC and Mac - but there's no way I'm paying $800+ for Zinc just to change the icon and window title.

    My feeling was that there was a residual window spec left
    over from a previous build. (You can go on adding windows via
    Project>Windows rightclick.)
    Now - if you Open <yourprojectname>.hpj the project
    summary is displayed in dialog format. The first line reads 'This
    file is maintained by HCW. Do not modify this file directly.'
    Nevertheless, it is possible to do so - doubleclick on any of the
    sections to bring up an editable dialog on its settings. There are
    buttons at right, too, that replicate several of the doubleclicks.
    I'm annoyed that I can't remember which file stores all this data
    in an accessible form.
    In the General tab of the resulting Windows dialog there are
    the options to Add, Remove and Include window types and enter/edit
    Title texts. It's worth having a look at what's shown here just in
    case there is an Include being copied from another (and possibly no
    longer available?) project file.
    Perhaps try this (having backed up, of course!!):
    1 Note the required spec for your second window.
    2 Open the .hpj windows dialog and Remove any and all windows
    apart from Main.
    3 Open the project and see if the ghost is still there.
    4 Is it??
    (No-one else going back this far?)
    Brian

  • Mac projector fullscreen without the title bar?

    Is that possible? I wrote a class to show my content full screen, but still get the title bar at the top when I open it on a mac.
    Can that be done?
    Thanks a lot!
    Here is the AS I have in my class:
    package com.viscira.utils.fullscreen
         import flash.display.MovieClip;
         import flash.display.StageDisplayState;
         import flash.display.Stage;
         import flash.display.StageScaleMode;
         public class FullScreen extends MovieClip
              public function FullScreen():void
              public function goFS():void
                   stage.displayState = StageDisplayState.FULL_SCREEN;
                   stage.scaleMode = StageScaleMode.NO_SCALE;

    JFrame frame=new JFrame();
    frame.setUndecorated(true);
    ...but then you get no titlebar AND no border
    so you'll have to add your own border if you want one.

  • MAC projector won't go fullscreen

    has anyone found an effective work around for the fullscreen
    bug w/ MAC flash 8 projectors?
    i'm using the fscommand("fullscreen", "true"); and it still
    won't work - the title bar at the top remains.
    i have read many threads on this topic and tried several of
    the possible solutions and still nothing works. there are several
    threads on this topic... is adobe working on this for a possible
    future update?
    i really don't want to have to backwards convert all my files
    to professional 2004 just to do MAC projectors!!!
    i have a single frame file w/ all the interactivity/animation
    based on actionscripting. g5, flash 8
    please advise
    thanks
    jason

    i'm using 10.4.7, dual 2.5g, 3g ram - flash 8 professional
    i just found a work around using a combo of threads. i got it
    working on a new empty file and on my current working file.
    make a 3 frame movie.
    don't put anything in the first two frames except this
    actionscripting:
    in frame 1, put fscommand("fullscreen", "true");
    in frame 2, put fscommand("fullscreen", "false");
    in frame 3, put fscommand("fullscreen", "true");
    and then continue on w/ the rest of your actionscripting in
    this frame and on...
    placing the three toggling fscommands all in the same frame
    did not seem to provide enough time for flash to react.
    i realize this is ugly w/ the flashing notfull/fullscreen. i
    hate writing code and building files like this... but it does work.
    the flashing doesn't really show up on a PC either, which is nice.

  • Fscommand exec on mac to open pdf works in a cs3 projector file but not in a cs5 projector file

    Hi,
    I could succesfully open a external pdf with the following command in Flash cs3 on a Mac:
    fscommand("exec", "test.app");
    test.app (inside an fscommand folder) is an apple script that opens the pdf inside the fscommand folder, to make it work I needed to copy the fscommand folder into the MacOs Folder of the Mac Projector File. The same steps don't seem to work with Flash cs5. I can't downgrade my cs5 project to cs3.
    Is this problem a bug in Flash cs5?
    Has anyone solved this problem?
    Thank you.

    I had this same issue today - could not get a mac projector, FP 10, built in cs5, to run fscommand("exec", "test.app") no matter what I tried. I also couldn't find any definitive threads via google, so here's everything I know about fscommand("exec") for anyone who's looking.
    I wanted to run a custom batch (.bat) file on windows and a custom applescript file on mac. I needed to restart a legacy, cross-platform kiosk application on a click (unfortunately could not use AIR).
    On the Mac (Flash CS5) - First off - Flash CS5 on Mac did not work no matter what I tried
    I also tried opening up the .app package contents and copying the fscommand folder into that, with no luck.
    You have to create the projector in CS4 (I down-saved to CS4 and used my PC running CS4 to publish) and put the "callee" .app in a folder named fscommand alongside the projector.
    I used these directions to create an .app of my applescript that restarts my projector: http://soapbox.lafayette.edu/node/517
    Here's the applescript I wrote:
    tell application "kiosk"
        -- kill the "caller" app if running
        quit
    end tell
    set myFile to (path to me)
    tell application "Finder"
       -- the delay wasn't needed in practice, but might be of help
       -- delay 1
        open application file "kiosk.app" of container of container of myFile
    end tell
    Now when I call
    fscommand("exec", "restart.app");
    on a mac, my kiosk restarts as expected.
    For PC peeps, I used this awesomely simple solution on windows (Flash CS4)
    http://www.northcode.com/blog.php/2007/08/07/Conquering-FSCommand-EXEC-Part-1-Proxy
    I put two files in my fscommand folder (at the same directory level as my projector):
    - restart.exe (proxy.exe from above link renamed)
    - restart.bat
    The .bat file simply has 1 line that starts my projector (in the parent folder):
    ..\kiosk.exe
    I call
    fscommand("exec", "restart.exe");
    and then have a 1 second timeout to kill the first "caller" projector. I wrapped the function as it didn't seem to work otherwise:
    setTimeout(function(){fscommand("quit");}, 1000);
    Yes, this means that I have two instances of the kiosk running at the same time for about 1 second.
    Apologies if my response was slightly off-topic, but I hope the info helps someone avoid losing a whole evening on a pressing deadline like me!

  • Fullscreen Mac Projector crashes when opening PDF

    I'm working on a CD-ROM project that will have Mac and PC projectors. The projectors will open up various PDF files on the CD in an app like Adobe Reader (as opposed to a web browser).
    Right now when I test the Mac projector, running in Flash's fullscreen mode, on machines using OS 10.6 and 10.7, the projector crashes intermittently when switching from flash to Acrobat / Reader to view the PDF file.
    I'm publishing from a mac using CS5.5 and AS2. When I deactivate fullscreen mode in flash, no crashes occur.
    The method for calling the PDF files is Applescript with sample code being:
    tell application "Finder"
      activate
              open document file "argyle-console.pdf" of folder "fscommand" of disk "anees"
    end tell
    I'm curious if anyone else has run into this issue and if they've found a workaround. Thanks in advance.

    Then you should probably post on the Microsoft Mac forums since it's their software you're having issues with:
    http://answers.microsoft.com/en-us/mac

  • Mac Projectors not working at all

    Hey all,
    This issue is very frustratring... I am simply trying to
    publish a Macintosh projector from a PC running Flash CS3. It
    creates an app folder fine, but when I drag it over to any of the
    several Macs in our office it doesnt run. I also tried to publish
    from another PC with Flash installed and got the same results.
    The weird thing is that nothing happens at all when launched,
    no error messages, nothing. However the icons in the dock do slide
    over for a split second, as if to make room for the projector icon,
    but then snap back in place.
    Our copies of Flash are fully updated and there is nothing
    complicated in the SWF - just text. Any ideas?
    Thanks.

    Never had a problem going from a Mac to a PC, but I have seen
    folks here who regularily have problems going from PC to Mac. I
    can't quite remember what the answer is -- do a search in these
    forums because I think I have seen an answer.
    If I remember correctly (and that is a big IF), maybe zipping
    the Mac projector and then brining it over?

  • Mac projector file looking for movie

    Hi
    I am using Director 11.5 and am having a problem with the Mac projector file.
    I am creating the files on a PC. I then copy the file across to the Mac.
    When I load the file and click on the first linked file it can't find it and keeps asking for the file.
    I have checked and double checked that the file is there in the Publish settings and that I have spelt it correctly.
    However everytime I click it asks for the Movie.
    Any ideas?
    Thanks
    Graham

    Hi Graham,
    1) How sad that no one has answered this post yet... I used to love Director but am now so disillusioned with the lack of documentation and support for it... that being said...
    2) I'm certain this answer is too simplistic to be helpful, but without knowing any more about your settings/etc., I can only offer the most obvious response: is there any chance that the path is the problem? Is the movie linked by an absolute path? When it asks for the movie, does it show a path (e.g., one that's on your pc but not your mac) where it's looking. I remember using relative paths with Director 8 and having to change the path to an @ to denote that it needs to be relative. That's my best guess for now.
    I hope that it helps just to have received a response, if you're even checking this post anymore... it has been a while since you wrote it.
    Best of luck... maybe it's time for all of us to move on to something else...

  • CS5 AS2 mac projector screen flicker–no flicker from CS3 projector

    I've been working on a flash project for a while using a G5 PowerPC, 10.4.11, Flash CS3 using AS2 and publishing a mac projector/Windows exe. Mac projector has always worked fine. So has the exe. I just upgraded to an iMac, Snow Leopard 10.6.8, AMD card and Flash CS 5.5 v11.5.0.325.
    I'm using the same CS3 AS2 flash file from the old G5 CS3 setup on my new Snow Leopard Mac CS 5.5 setup. When I publish it, the mac projector flickers like crazy. It looks to be an animated png issue. But I have never had that problem on my old slow G5 - the projector always played perfect, no flicker.
    On this CS5.5 generated projector, the flickering occurs on the splash - large png files, but my G3 never had one issue. Also, my small png rollovers flicker - not just the animation. And the screen flickers non stop when there's no mouse activity.
    I copied over a backup of my CS3 generated projector onto my new computer and played it to see if it was a graphics card issue. No flicker! The CS3 projector plays perfect on my new Mac. All content within the two projectors are identical - What gives?
    Why is CS5.5 generated projector flickering, but the exact same file from a CS3 generated projector works perfect on BOTH computers?
    I've spent several hours searching for the answer but can't find a flicker issue similar to mine.
    I don't have bitmap caching enabled. I didn't change any of the default settings in CS5.5. I just copied the CS3 file to my new computer and published it, then I got instant screen flicker. I don't know what other settings to change for projectors. Never had performance issues with projectors or exe files, no matter how old the computer was that was playing the file.
    This must be a Flash setting issue, but I can't find it.
    By the way, the cs5.5 genertated exe file plays like a champ - no issues.
    Ideas?

    I also tried publishing the projector in flash player 9 and 10 to see if that would make a difference. It did not. I was publishing in flash player 8 on my old G5 computer and that's what I published it as through CS5.5 as well. That didn't work either. I'm search for some sort of fs command AS2 issue when using CS5.5 to see if I need to change the code, but have not found anything yet.
    It's the full screen mode that is causing the flicker though - only when published from CS5.5. Full screen mode works out of a CS3 projector on both computers.
    Screwy.

  • CS5.5, Mac projector .app not publishing

    I built a Flash project in CS5.5.
    When I pubish I get a .swf and a Windows .exe file but the Mac Projector .app file will not publish even though it's checked off in the Publishing menu.
    I do not get an error message.
    Is there a way to find Publishing errors with CS5.5. Or is there any other way to monitor the Publishing so I can see if there's a problem?
    At one point during my development I ran into an bug(?) where an .addEventListener(VideoEvent.COMPLETE) wasn't working. This thread had a couple of solutions.
    http://www.kirupa.com/forum/showthread.php?370085-VideoEvent-COMPLETE-is-not-working-in-cs 5-5
    I ended up changing my flash player version in the Publishing settings to Flash Player 10.0 & 10.1 to fix the problem.
    I'm not sure if that is effecting the publishing of the .app
    Thanks in advance for any suggestions.
    Zak

    I built a Flash project in CS5.5.
    When I pubish I get a .swf and a Windows .exe file but the Mac Projector .app file will not publish even though it's checked off in the Publishing menu.
    I do not get an error message.
    Is there a way to find Publishing errors with CS5.5. Or is there any other way to monitor the Publishing so I can see if there's a problem?
    At one point during my development I ran into an bug(?) where an .addEventListener(VideoEvent.COMPLETE) wasn't working. This thread had a couple of solutions.
    http://www.kirupa.com/forum/showthread.php?370085-VideoEvent-COMPLETE-is-not-working-in-cs 5-5
    I ended up changing my flash player version in the Publishing settings to Flash Player 10.0 & 10.1 to fix the problem.
    I'm not sure if that is effecting the publishing of the .app
    Thanks in advance for any suggestions.
    Zak

  • Can't print member in Mac projector made with MX 2004 Win

    I have been using a homemade educational app for years made in D8 for Windows, but need to make it available for the Mac now.  I also own 8.5 and MX 2004, but never needed any of the features until now. MX 2004 can create a Mac projector, but I have been having one problem after another with this conversion. I had been using POM lite in D8 WIndows, but it will not work in the MX 2004 Mac projector. After spending hours looking for the free POM lite for Mac, it seems that it now costs $150? For such a basic feature that should be native in Director, I need a solution to print members that does not require an extra. Can some please help me?
    There is apparently a way to do it using a Flash object  http://dasdeck.de/staff/valentin/lingo/flash_print/, but after spending several days trying to port the applicable code to my app, I could not get it to work. I do not work in Flash although I have tried, so it was a miracle that I got the flash_print as far as I did. If anyone has a working example using just the print member portion or could tell me why I was able to get it to work in author mode but was getting a Director Player Error in the test projector on Windows:
    Director Player Error
    Handler not found in object
    #getNextHighestDepth
    Script Error. Continue?
    I would greatly appreciate it.
    Actually, I am about to cry so at this point so any working solution other than printFrom (because some of my text members are more than one page and are in scroll bars) or paying for an xtra would be greatly appreciated - thank you!

    OK, I removed the Flash Agent and Flash Options and the include in projector box is now showing checked.  Yes, I am authoring this in Dir MX 2004.  I am using the Flash Asset xtra that came in Schmidt's demo.  It is newer and the size is different from what I had installed. The Flash Asset in my Dir 2004 installation which is version 10.1 (I seem to have the 10.1 update, but not 10.1.1) is dated 9/9/04 and is 804 KB. The one in the flash_print demo is dated 2/7/06 and is 1560 KB.  When I run one of the .dir files from my app with the 9/9/04 Flash Asset I get an error when I click Print. I can't remember the exact error message, but it sounded like something was missed.  So, I thought maybe I needed the newer Flash Asset.  After, replacing the original Flash Asset with the newer one the error went away and the Print dialog box pops up.  When I create the projector - you both are right something is not there.  Could it be the .1 update that's needed?  Is the Flash Asset in Schmidt's demo Xtras folder not the right one for MX 2004? Could something else be missing?
    Btw, here is the code for my print button:
    -- CREATE INSTANCE     -- I created a parent script with the name PRINT_CLASS .  I also inserted a Flash object named swf on the stage.
      printDoc = script("PRINT_CLASS").new(sprite("swf"))   
      -- ACTIVATE AUTO-PAGEBREAK
      printDoc.mSetAutoPageBreak(true) 
      -- PAGE 1
      printDoc.mAddPage() 
    -- ADD LONG TEXT THAT CAUSES AUTOMATIC PAGE-BREAKS
      tLongText = ""
      repeat with i = 1 to 1
        put member("ARListPrint").text after tLongText
      end repeat
      tFormat = ["leftMargin": 10]
      tSettings = ["wordWrap":1, "autoSize":"left"]
      y = printDoc.mAddText(tLongText, 28, 28, 500, 0, tSettings, tFormat) 
      -- DEACTIVATE AUTO-PAGEBREAK (for now not compatible with HTML mode!)
      printDoc.mSetAutoPageBreak(false) 
      -- ADD HTML TEXT
      tHtml = member("html").text
      tFormat = ["leftMargin": 10]
      tSettings = ["html": 1, "wordWrap":1, "autoSize":"left"]
      printDoc.mAddText(tHtml, 28, y, 500, 500, tSettings, tFormat) 
    -- PREVIEW -> save all pages as bitmaps in castLib "preview"
      --  repeat with i = 1 to printDoc.pPageCnt
      --    img = printDoc.mGetPreview(i, true)
      --    m = new(#bitmap, member(i, "preview"))
      --    m.name="Page" && i
      --    m.image = img
      --  end repeat 
      -- PRINT!
      printDoc.mPrint() 
      -- CLEAN UP
      printDoc.mDestroy()
      printDoc = 0

  • Cursors don't change - ButtonMode=true - CS6 Mac Projector

    Hi All,
    The problem is that in a Flash Projector created from CS6, the hand / finger cursor does not appear when rolling over buttons, only when in Full Screen mode.
    I have created a test FLA here to demonstrate the problem (you have to compile as MAC App then manually go to full screen mode). Is this a known problem?
    Thanks in advance.
    Simple FLA download here (5.4kb)
    The timeline has 1 frame and the stage has a single movieclip buttonMC containing 1 rectangle only. The first frame has the following code. I have also tried adding .mouseChildren = false:
    buttonMC.addEventListener(MouseEvent.CLICK, Clicked);
    buttonMC.addEventListener(MouseEvent.ROLL_OVER, MouseOver, false, 0, true);
    buttonMC.addEventListener(MouseEvent.ROLL_OUT, MouseOut, false, 0, true);
    buttonMC.buttonMode = true;
    buttonMC.useHandCursor = true;
    function Clicked(event:MouseEvent) {
              trace("Clicked");
    function MouseOver(event:MouseEvent):void{
              trace("MouseOVer");
    function MouseOut(event:MouseEvent):void{
                trace("MouseOut");

    Thanks for your idea. We are using the latest version of Flash CS6 downloaded from the Cloud licensed account. This doesn't mention 11.3 in the targetted Flash Player versions.. also we are publishing to Mac Projector so we don't target Flash Player specific Flash Player versions..
    I tried using fullScreenInteractive anyway but it didn't work.

  • Why can't OS 10.5.6 create a usable Mac Projector doc

    My colleague and I both have the same setup (below) except he works with OS 10.4 and I work with OS 10.5 (both with latest versions of repective OS). Here's the problem:
    OS 10.5.6 user---When I create a Mac Projector with via Publish it has a greyed icon with a greyed warning (not useable). When double clicking on it I get a message '  You can't open the application "name" because it is not supported on this architecture.' Also when playing a swf doc (non-Projector) made from the same file the wide pans (about 500k in size) pans sometimes come up on my screen as simple red boxes with no picture in them.
    OS 10.4 user---My colleague can make a Mac Projector via Publish using the same settings as I use and all is fine, and it is the same size as the unusable file I create (above). He then zips the Mac Projector file and ftps it to me. When it is unzipped his Mac Projector files plays fine on my computer (the OS 10.5.6 above).
    Is there something in OS 10.5 which is causing this and is Adobe and Apple working to fix it ... or is there a fix already? Thanks.
    Also, we have both installed Flash Player 10 and are trying to use it, but this version no longer appears in the Appliciation folder but somewhere under Library/Preferences. How can we bring it up to know that we are actually playing swf docs from v. 10 and check the 'info' on it? Could my not using Flash Player 10 be related to the 'red box' problem above?
    jim
    Info on both both of our setups:
    2x3 GHz Dual-Core INtel Xeon
    12 GB RAM
    CS3 Suite with Adobe Flash CS3
    30"  Apple Screen
    Flash Player in Flash Pref - v. 9 (lastest available in CS3)
    Flash Player Used for viewing: v. 10

    Ricardo,
    Don't create a special folder or volume. Don't move the folders. Don't rename the folders. Let Adobe install install its software at its defaults. If you must have the software in a different location, create and use aliases instead. Or put your Adobe apps in the Dock. That is the probably the most reliable way to install, update and manage Adobe apps.
    Neil

  • Mac projector looking for shockwave?? from CD

    Just got Director 11 for a hybrid cd and all works fine until
    I try to run from cd. Authoring on XP and burning standard hybrid
    disc on Mac 10.4. with older version of Toast (5). Director
    publishes the 2 projectors fine and no problems with pc version.
    The mac projector plays fine from hard drive or usb drive but not
    from cd. Is this just a hybrid cd issue or something deeper?

    Hi BSpero,
    I saw the problem with D11. I thought it was resolved in D11.5. I'm not sure if you can create a hybrid DVD - ie. a DVD that reads differently on a Mac (sees Mac only files) as compared to a PC (sees Windows only files).
    Here's the Toast page on burning a disc
    http://kb.roxio.com/search.aspx?URL=/content/ET6000102&PARAMS=set-locale=en
    You can burn a CD so that a PC user sees an ISO-9660 format and Mac users see HFS CD. I'm suggesting you burn/create an CD image that does not have ISO-9660 for the Mac side.
    MacImage could be used. See:
    http://www.macdisk.com/mimhyben.php3
    Hope that helps.
    Dean
    Director Lecturer /  Consultant / Director Enthusiast
    http://www.deansdirectortutorials.com/
    http://www.multimediacreative.com.au

Maybe you are looking for

  • Connected to wifi but can't access internet

    My MacBook connects to the internet through wifi, but ipod, iphone and ipad only connect.  Even though the bars are there indicating connection, I can't access the internet on any of the 3 devices.     When I reset the router it the devices can acces

  • How do you size a picture in Photoshop Element 11

    How do you size picture's to be sent in a email? On the old version I could figure it out be now on this version I can find where to do this. Also how do you make a collogues in Photoshop Elements 11 Thank you for your help, Jack Frowein

  • Customs Declaration for Export- Organization View not showwing legal unit

    Hi All, System has generated customs document for invoice, I have open it in change mode and going to Organization tab(view) Document type CULOEX Foreign Trade Org xxxxx Legal unit    - no legal unit showing blank actually system has to pick legal un

  • Since my last update of Photoshop CC 2014 the performance is down.

    Since my last update i can't use CC 2014 no more. The Performance is to slow. For example: If i use the select tool, the select process takes a long time. I use win7. My grafic processor is the  NVS 5200M/PCIe/SSE2 Thanks for your help!

  • Can't print certain documents in os 10.3.9

    Help anyone. I have many documents done in Appleworks 6. Certain documents print and others don't. The documents are not the problem because I sent one to an iMac and I had no problems printing it there. I print on a Lexmark Optra S1855 network print