PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.flash > EXE for Kiosk, how to fill screen?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
EXE for Kiosk, how to fill screen?

Réponse
 
LinkBack Outils de la discussion
Vieux 25/06/2008, 16h45   #1
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut EXE for Kiosk, how to fill screen?

How can we make the Flash exe fullscreen.
We are using Flash for a touch screen Kiosk.
If we go fullscreen, the user cannot click on anything, nor do they have a
keyboard to type "escape".
How do we fill the screen without the Flash Player showing?
Also video playback, for this HD monitor, seems poor unless we are full screen
and playing an EXE rather than a SWF.


  Réponse avec citation
Vieux 25/06/2008, 16h55   #2
rritchey
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

Place this line of code in the first frame actions:

fscommand("fullscreen",true);
  Réponse avec citation
Vieux 25/06/2008, 16h57   #3
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

If we go fullscreen, the user cannot click on anything, nor do they have a keyboard to type "escape".

  Réponse avec citation
Vieux 25/06/2008, 16h58   #4
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

We need to still respond to mouse events (the user touching the screen).
  Réponse avec citation
Vieux 25/06/2008, 17h00   #5
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

It would almost work if we could enlarge the Flash player larger than the screen and position it so the sides and top menu bar were not showing, but the app starts up off centerk when in the player.
  Réponse avec citation
Vieux 25/06/2008, 17h28   #6
rritchey
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

MouseEvents should still fire after you go fullscreen.

There could be issues if your code depends on the position of things on the
stage, and you are using:

stage.scaleMode = "noScale";
stage.align = {{anything but}}"TL";

I have noticed that once the player goes fullscreen, the "stage" object is the
entire screen, not the stage that was in the Flash IDE, and, therefore, if the
stage is aligned to the center, the 0,0 of the stage becomes the upper left
corner of the screen, not the actual 0,0.....

If you want the users to be able to exit out of the application, without a
keyboard, then all you need to do is add a button to close it, using the quit
fscommand.

fscommand("quit");

  Réponse avec citation
Vieux 25/06/2008, 18h38   #7
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

on our system the mouse events are not processed in full screen mode, are you using Flash CS3?
  Réponse avec citation
Vieux 25/06/2008, 20h33   #8
rritchey
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

I just built a very simple project in Flash CS3 (Actionscript 3) to test this:

on the stage I placed a MovieClip called "btn" and a textField called "txt"

import flash.events.MouseEvent;

fscommand("fullscreen","true");

btn.addEventListener(MouseEvent.CLICK,doClick);

function doClick(evt:MouseEvent):void {
txt.text = "The mouse event worked";
}

Then I published it as an EXE and ran it. The mouseEvent fired fine in
fullscreen mode.

Next I converted it to an AS2 project:

fscommand("fullscreen","true");

btn.onPress = function(){
txt.text = "The mouse event worked";
}

.. and published it as an EXE. The click function fired no problem. So, I am
guessing that the problem is with the touch-screen software (that which tells
the computer that a mouse event happened when the screen is touched). Sounds
like a compatibility issues between the fullscreen command and the touch-screen

I might look into support from the touch-screen manufacturers, as well as
continue the search for some sort of note about this in the flash community.

  Réponse avec citation
Vieux 26/06/2008, 11h26   #9
FlashJester Support Team
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

We haven't tired it but try using FlashJester Jugglor this might you.

Download a FREE evaluation copy from

http://www.jugglor.com

and bring your projector file into Jugglor.

Try the various Window Options in Setup Settings.

Hope it s.


--
Regards
FlashJester Support Team

e. - support@flashjester.com
w. - www.flashjester.com

"This has been one of the most impressive and thoroughly pleasant
experiences of customer support I have ever come across - astounding!"
Director - hedgeapple

  Réponse avec citation
Vieux 26/06/2008, 20h05   #10
CHAOS'|nc.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

but the evaluation version lets us save it?
  Réponse avec citation
Vieux 26/06/2008, 20h25   #11
Scott_K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: EXE for Kiosk, how to fill screen?

I did try it. It was interesting, but I need the Kiosk to play on a Mac Mini.

What I have working now, is, Adode AIR. I now have a native application that I
can maximize with a transparent window background, and thus I have my Kiosk
screen.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h34.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14312 seconds with 19 queries