Adobe Dreamweaver Forums



Last 10 THreads :         Mac CS4 Find Replace (Last Post : ottoworks - Replies : 0 - Views : 1 )           »          Multiple Projects on Same Server (Last Post : cmullins@cfsloans.com - Replies : 2 - Views : 4 )           »          dynamic text gets highlighted (Last Post : NedWebs - Replies : 3 - Views : 4 )           »          Publish a 3d scenes as web pages (Last Post : openspark - Replies : 1 - Views : 5 )           »          Adding database RDS Login Dreamweaver 8 Coldfusion 8 (Last Post : Daverms - Replies : 5 - Views : 6 )           »          Dumb CSS question re: graphic alignment (Last Post : meinmichigan - Replies : 0 - Views : 1 )           »          Burn to a CD (Last Post : vodesjardins - Replies : 3 - Views : 4 )           »          Format numbers with leading zeros (Last Post : NedWebs - Replies : 1 - Views : 2 )           »          Event listener (Last Post : NedWebs - Replies : 3 - Views : 4 )           »          mouseover slide menu! ... help! (Last Post : openspark - Replies : 1 - Views : 2 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Director
 
Tags: , ,



Reply
  #1 (permalink)  
Old 07-21-2008, 06:42 PM
box86rowh
 
Posts: n/a
Diggs:
Default Director 11 + Adobe AIR

Hello all,
I have built an application in adobe air that i would like to run fullscreen
as a kiosk. Can I create the kiosk functionality using director 11? If so,
can someone point me to how I can get started?
Thanks
Jason



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-24-2008, 05:40 PM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

box86rowh wrote:

> I have built an application in adobe air that i would like to run fullscreen
> as a kiosk. Can I create the kiosk functionality using director 11? If so,
> can someone point me to how I can get started?


Hi Jason,

Are you asking if you can use Director to make your AIR application run full
screen?
Or are you just interested in how you'd go about creating a full screen
application with Director?

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au


Reply With Quote
  #3 (permalink)  
Old 07-28-2008, 07:03 AM
box86rowh
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

I can make it fullscreen, I would like to take advantage of the kiosk features in director, like blocking hot keys (ctrl alt del) etc..
Reply With Quote


  #4 (permalink)  
Old 07-28-2008, 01:50 PM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

box86rowh wrote:

> I can make it fullscreen, I would like to take advantage of the kiosk features in director, like blocking hot keys (ctrl alt del) etc..


You can link to AIR from Director but can't have an AIR app embedded in Director. Does that answer your question?

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au

Reply With Quote
  #5 (permalink)  
Old 07-29-2008, 10:07 PM
box86rowh
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

if I create a kisok style app in director and link it to my air app, will I be able to block the user from closing the air app?
Thanks
Jason
Reply With Quote
  #6 (permalink)  
Old 08-01-2008, 09:31 AM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

box86rowh wrote:

> if I create a kisok style app in director and link it to my air app, will I be able to block the user from closing the air app?


Hi Jason,

How would you normally exit your AIR Application? Do you have a keyboard with the application? Do you wnat to block certain keys?

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au

Reply With Quote


  #7 (permalink)  
Old 08-01-2008, 01:08 PM
Meliora Software
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

> if I create a kisok style app in director and link it to my air app, will I
be able to block the user from closing the air app?

yes, you need to create a *stub* Director projector not visible to users. That
stub projector would disable hot keys like CTRL+ALT+DEL and run your AIR
application on start.

Reply With Quote
  #8 (permalink)  
Old 08-01-2008, 03:15 PM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

Meliora Software wrote:

> > if I create a kisok style app in director and link it to my air app, will I

> be able to block the user from closing the air app?
>
> yes, you need to create a *stub* Director projector not visible to users. That
> stub projector would disable hot keys like CTRL+ALT+DEL and run your AIR
> application on start.


I'd assume you'd need the Director projector in the background to be set to
'Animate in Background' so it is active while the AIR application is running. Would
also need the exitLock property to be set to TRUE to prevent exiting from the
projector. I'd still test.

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au

Reply With Quote
  #9 (permalink)  
Old 09-28-2008, 03:48 AM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

box86rowh wrote:

> if I create a kisok style app in director and link it to my air app, will I be able to block the user from closing the air app?


Hi Jason,

How would you normally exit your AIR Application? Do you have a keyboard with the application? Do you wnat to block certain keys?

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au

Reply With Quote


  #10 (permalink)  
Old 09-28-2008, 03:48 AM
Dean Utian
 
Posts: n/a
Diggs:
Default Re: Director 11 + Adobe AIR

box86rowh wrote:

> if I create a kisok style app in director and link it to my air app, will I be able to block the user from closing the air app?


Hi Jason,

How would you normally exit your AIR Application? Do you have a keyboard with the application? Do you wnat to block certain keys?

regards
Dean

Director Lecturer / Consultant / Director Enthusiast
http://www.deansdirectortutorials.com/
http://www.multimediacreative.com.au
email: d.utian@unsw.edu.au

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:51 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk