ActionScript 3.0 :: Timer Script Between Frames Of Kiosk File?

Feb 10, 2009

So I have a series of kiosks I'm converting to AS3. On one frame is an animated clip (serving as screensaver), and on the second frame is an interactive clip. Clicking the screensaver forwards to the interactivity.In AS2, I used to set a timeout for not clicking on the screen to go back to the animation frame like this (with this code on actions layer in second frame):

ActionScript Code:
var timeoutID:Number;
function timedOut () {

[code].....

View 5 Replies


Similar Posts:


ActionScript 3.0 :: First Timer/replay Frames?

Oct 2, 2011

first time in interactive media class and flash.following the book but having a problem. just trying to get it to -stop at frame x and replay/loop from frame y rather than keyframe the same action over and over.(e-card project)

View 2 Replies

IDE :: Stop Random Timer On Frames?

Jan 4, 2010

I can't seem to find one. All I get are date timers. how to do timers?

I'd like my movie to randomly stop on a frame every minute.

Let's say: after one minute, randomly jumps to another frame

View 3 Replies

Make Flash Banner Change Frames On A Timer?

Aug 12, 2009

I recently just made a flash banner where you can click buttons to change frames. I also want to add the ability for it to automatically change frames after 7 seconds. I've put all of the pictures on the same frame and gave them frame labels. What would be the actionscript code I should use to make this work, along with making the buttons still functional? Also, how can I put buttons to go to the last frame from the first, and first to the last, while still making them stop at every frame? I keep trying and nothing's working.

If you'd like a more in-depth look, I've provided the .FLA file here:

[URL]

View 2 Replies

ActionScript 3.0 :: Timer To Change Frames Not Working Correctly?

Oct 8, 2009

I am having a big of trouble with this code to change frames on my timeline. I thought my code below would work fine but its not. For some reason it will go to frames 1-4 (4 is the last frame) then it will go back to 1 again just fine as its supposed to... but then will jump to 3 then back to 1... all random instead of staying in sync.  I have attached both my as2 version and my as3 version. My as 2 is working perfectly. I can define the amount of time a frame will pause for on each frame.

here is my as 3 code;
stop();
var frameTimer:Timer = new Timer(1000);frameTimer.addEventListener(TimerEvent.TIMER,

[code]......

View 3 Replies

ActionScript 3.0 :: Make Flash Banner Change Frames On A Timer?

Aug 11, 2009

I recently just made a flash banner where you can click buttons to change frames. I also want to add the ability for it to automatically change frames after 7 seconds. I've put all of the pictures on the same frame and gave them frame labels. What would be the actionscript code I should use to make this work, along with making the buttons still functional? Also, how can I put buttons to go to the last frame from the first, and first to the last, while still making them stop at every frame? I keep trying and nothing's working. If you'd like a more in-depth look, I've provided the .FLA file here: [URL]

View 4 Replies

AS2 :: Exit Kiosk Mode (IE) With It?

Feb 2, 2010

I am trying to create a button that will close Kiosk Mode (IE), but havent been able to find an example any place. I have tried using the fscommand function but do not get any results, and i think this is because when i launch kiosk mode i am launching the swf instead of the htm file.

View 1 Replies

Flex - Kiosk GUI Layout?

Sep 11, 2010

I need to develop a GUI for a self-service kiosk. The kiosk will take food orders (i.e pizza, burgers, salads) and provide the ability to pay using a credit card. Can anyone suggest the best GUI layout or approach? I want to make it intuitive and simple. I want to minimize the number of button clicks. If you can provide examples,

View 2 Replies

Professional :: Connecting A Kiosk To Server

Jan 3, 2012

i am self-taught and i have pretty good as3 and mxml skills and have worked with Flash Pro and Flex, but only for my own stuff at home. i have only done local AIR stuff that don't require sending and getting data from a server now someone has asked if i could build him a kiosks/server system, and i want to dive into that the kiosks would be deployed in stores and have touchscreens displaying pictures, movies, banners and accept user control and data.i plan to build his remote controlling software in Flex and the kiosk AIR apps in Flex or Flash pro.the kiosks should periodically connect to the server to see if updates are available  and download swf, jpeg and movie (mp4? flv?) files to the local filesystem (no live streaming is needed)also, user created data (forms only) should be sent to the server - i guess xml.[code]can all this be in as3 alone or do i need stuff like php also?also, would i be able in the controlling flex app to determine if specific kiosks are offline?

View 1 Replies

Hardware Acceleration For Video On Jugglor Kiosk

May 24, 2009

We are doing our second kiosk using Flash and Jugglor. The system uses a 1024x786 touch screen (15") for user input and a 1366x768 Flatscreen (37") for information display.The program is created in Flash with a stage that is 2390x768 (2390=1366+768) We use a 2-headed nVidia card and their drivers split the info onto the proper screens.Works swell! In this iteration, we are using more full-screen hi-def on the info screen and I can't, for the life of me, get a solid answer as to the best way to take advantage of hardware acceleration for hi-def video playback in the CPU (Intel/XP) or the graphics card.

I know that most DVD players are able to do this, but there is enough stammering on the flash playback to suggest that the video is not getting a full boost from the silicon.

[Code]...

View 1 Replies

Developing Interactive Kiosk That Needs Two Separate Displays?

Oct 20, 2011

I need to create a game for an interactive kiosk. The game is fairly basic, it will most likely be done in flash/AS3 (I believe this is the best choice for this kind of game) UNLESS the dual display requirement is far easier to accomplish with a different technology. The kiosk consists of two displays, both of which need to show separate content from within the same game. Here's the question: How can I (or anyone) create a flash game that utilizes two separate displays for different content? (This is not just a wider field of vision for the game, the two screens will show different things.)

My Idea (probably not the best):
Design the game on a canvas twice as wide as one of the monitors, then split the canvas in half and code the game to output different things to each half of the screen. Then run the monitors in "extended desktop" mode or something like that, and make sure that the split between the two desktops occurs in the middle of the game canvas. The two displays are being fed from the same machine and same graphics adapter. The whole "kiosk" is powered by one single machine.

View 4 Replies

Flash :: StageVideo Makes Mouse Appear On A Kiosk

Dec 1, 2011

I'm developing a kiosk in AS3 that utilizes StageVideo (publishing for FP 10.2 on a Mac Mini). It works fine, except as soon as StageVideo is engaged the mouse becomes visible. This is a public kiosk so I need the mouse to stay hidden.

View 1 Replies

ActionScript 2.0 :: Kiosk Movie - Start Over After Idle

Jul 29, 2004

I have looked all over, but I cannot find an example of this. I have a kiosk movie, and I want it to return to Frame 1 if no one uses it for a couple minutes. How to do this?

View 2 Replies

ActionScript 2.0 :: Flash Touchscreen Kiosk Program?

Dec 22, 2009

i have created a program in flash to run on several touchscreen kiosks here in my city. its a simple flash presentation and uses basic actionscript 2.0 for navigation etc. and its all working fine. now, the organizers want me to create a hit counter that can track how many people are using the kisosk services. so basically, each time someone hits the home button, a "hit" should be generated.

now i know of some scripts that use flash and PHP that can do that, but unfortunately i dont know how i can use it. The program that runs on the kisosks is just a flash file rendered as an exe and installed on the machines. i know basic PHP but as far as i am aware of, u need to run PHP through some HTML pages to be able to use it. besides, you would also need a php server to be able to get the hit counter working.

so my question is, is there a way to have the hits generated and stored in some kind of file (text, or xml or anything)? it has to be generated from within the swf file and stored to the (text, XML?) file.

View 1 Replies

Xml :: Transitions Between Different Menus In A Flash Based Kiosk Application

Aug 16, 2010

I want to know how to design a Flash CS4(AS3) based kiosk application where the screen changes according to the user events(to change the screens like this). Preferably use xml to describe the application.

View 1 Replies

Php :: Create A Kiosk App Displaying A Movie And A Few Contact Links?

Feb 14, 2012

I'm trying to create a web based welcome display for a building entrance. The project would include:

1) A wmv movie play constantly on the digital display until some visitors touch the screen (this can be played either locally or on the internet, but it has to be able to go to number 2 when visitors touch the screen)

2) A couple of buttons with department names show up for visitors to choose who they are here to see

3) After the visitor touch on one button, an email is sent to the department

4) the site should go back to the number 1) again

My experience is html, css, php, javascript, and some Flash, but I'm open to learn new skills. Can someone please suggest some good ways to build this site? Is there any tutorials or good sites I can learn from, that would be a bonus. Edit: so I'll use html5 and javascript. I have a couple of further questions, Since this is going to be a kiosk, the same movie is going to be played constantly, everytime after the customer has contacted us, the 'thank you' page is going to show briefly and go back to the first movie page. My question is how can I not let the movie load again and again everytime when there is a customer?

Because the local data space for the display is going to be limited. I've been thinking if I just create one page for the whole process and use a javascript slide to make each page as a div, so the movie div is going to be hiden so it doesn't need to be reloaded again, would that fix number 1) data space concern? I'm thinking of using a horizontal slide like [URL] How can I make the last div (thank you) to show about 5 secs and go to the first div (movie) again?

View 2 Replies

ActionScript 3.0 :: Definition Of Base Class Kiosk Was Not Found

Mar 26, 2011

I'm trying to get initKeys to trigger. 'kiosk' is my base class.
I'm getting error 1017: The definition of base class kiosk was not found.
project_folder/me/radbourne/kiosk.as

Code:
package me.radbourne {
import org.actionscript.*;
public class kiosk extends MovieClip {
public function kiosk() {
CustomKeyboard.initKeys();
[Code] .....

View 1 Replies

ActionScript 2.0 - Flash - Export From .fla File Symbol's (frames) To Separate File And Use It

Nov 17, 2011

I am very new to ActionScript. I have a .fla file which contains the AS2 code for the frames. What I need to do is that I have to export this code as a separate file. There may be a separate file(or class file) for each frame code. Is it possible to me do it automatically without losing animation interactivity and functionality? Or is there any other way?

View 1 Replies

ActionScript 3.0 :: Create Browser Window On Top Of Flash (SWF) Content For Kiosk?

Oct 21, 2010

Here's what I'd like to know: is it possible to run a SWF in a browser (as a kiosk), then have a separate browser window load on top of the SWF so it looks like it's part of the SWF?

[Code]...

View 2 Replies

ActionScript 2.0 :: Loading Frames On One .swf File From Another .swf File

Feb 2, 2009

[URL] I'm using 2 .swf files. The Main.swf file loads the portfolio.swf file when you click on the Portfolio tab. On the portfolio.swf page I have 4 buttons that go to different frames on the portfolio.swf file The buttons do not work when you click on them and I have no idea why.

View 4 Replies

Flex :: Asynchronously Poll A File Using A Flash Timer Without Blocking The UI?

Jun 26, 2009

I have a flex application that repeatedly polls a remote XML file to detect changes, but I've found that once the file hits a certain size, the poll blocks the UI and makes the page unresponsive for a short time.

Is there any way to ensure that the call made to the server or the event from the flash.utils.Timer class runs asynchronously to the main UI thread?

View 3 Replies

Flash - Timer Object With TimerEvent.TIMER Event Globally Accessible To All Objects?

Feb 16, 2012

I am working on a very simple game in Flash. I want to make all the animations framerate agnostic, so that I can change the framerate without affecting the flow and speed of the game.I read somewhere that if you want to do that, you simply create a Timer object and attach an event listener to this timer.

What if I have many objects that have to listen to the same timer? See the code to understand what I am trying to do. At this stage nothing breaks, but the event does not fire.Here is the Main class, the one that runs on swf execution:

public class Main extends MovieClip {
private static var _stage:Stage;
private static var _timer:Timer;

[code]....

View 1 Replies

Cannot Remove Internal Frames Of File

Jan 5, 2011

I am a high school student who has an assignment to develop a Flash Video.  My goal is to make a really cool Flash Video by downloading a Youtube video of paintballers and then converting their images to a line drawing and then animating the line drawing.  Well the problem is that after I've imported the FLV into Flash CS5 I find it impossible to edit out an internal chunk of the video.  Every time I try to remove a chunk of the video, it ONLY DELETES A SECTION FROM THE END OF THE VIDEO!

Now, it should be a simple process, select the chunk, Edit->Timeline->Remove Frames

It seems so obvious that I don't mean to delete the END of the video, I mean to delete the highlighted section.  What's the point of highlighting a section if you're just going to delete "X" amount of frames on the end?  Shouldn't this feature be called, "Delete frames from end of video"?

View 1 Replies

Professional :: Cannot Delete Frames From FLA File

Jul 20, 2011

I am very new to flash. I have a marketing video with audio that is very long, I need to delete frames 20 - 1430 from the .fla to make it shorter. I hope I'm using the terminology correctly, I essentially want to cut out frames 21 - 1429; all the images, the audio and the frames themselves, essentially make it be like they were never there. I can't even seem to select the frames properly. I followed these instruction: [URL]. Then edit/timeline/remove frames and nothing happened. The frames are still there. I have the full Creative Suite Master collection 5.5, so it doesn't have to be in flash.

View 5 Replies

Work A Flash File That Has Over 16,000 Frames?

Feb 25, 2010

im planning to create a movie file that might have over 16,000 frames?i know this sounds silly but,i have already created 14 scenes which is just over 15,500.i have created the 15th scene but it stopped playing because i know maximum number of frame we can have is 16,000. is there any way around this problem? its a huge presentation im doin and there is loads of stuff going in it.

View 2 Replies

ActionScript 3.0 :: Different Between Frames And External File?

Feb 12, 2009

IS the code used for AS3 in the frames so much different from the code used in the external .as files? Because when I try something simple in an external file, it doesn't work. For example, if I try to dynamically make textfield box, and set it to input :

Code:
var textInput:TextField = new TextField();
textInput.type = TextFieldType.INPUT;

I just get errors. Why is this? And is there some place I can find a guide for like.. how to write in the external as files (even though that's a very broad area..)

View 5 Replies

IDE :: Rollover Button And Loop Frames In A Different SWF File?

Feb 20, 2010

I have two buttons and an swf file (a movie I created in After Effects). I want to do the following: When the page loads I would like the swf file (the TV) the stay frozen on frame 1 (the picture of the child's face). When the mouse is rolled-over the "Home" button, I want the swf file (the TV) to play frames 2-59, and loop on these frames until the mouse is rolled-off the "Home" button. When the mouse rolls off of the "Home" button I want the swf file (the TV) to instantly go back to frame 1 and stay on frame 1 until the mouse rollsover another button. If the mouse rolls over the "Products" button, I want the TV to loop frames 60-109, and again instantly go back to frame 1 when the mouse is rolled-off the "Products" button. I will use these buttons as a template, copy and paste them, so that I can easily make different segments of the TV play when different buttons are rolled-over.

View 2 Replies

ActionScript 3.0 :: Difference Between Timer.stop() And Timer.reset()?

Aug 27, 2008

What is the difference between Timer.stop() and Timer.reset() functions because it seems that the 2 functions do the same thing? I image Timer.stop() to stop the timer and when Timer.start() is called the timer starts from where it stopped. For example, if I have a 3 sec. timer (3000 ms). If I stop the timer after 2.5 sec. and start the timer again, I would expect the timer to expire/trip within .5 sec.

View 1 Replies

AS3 :: Android - Delay Timer Execute And Start Timer?

Nov 29, 2011

I have a ActionScript 3.0 project and I have a timer that is running on 1000 millisecond intervals. I would like to delay this timer for 1500 milliseconds perform an action and start the timer again after the delay. I thought I could do this easily, but I'm having trouble, would it be better to stop the timer and perform the action and then listen for the action to be completed to start the timer again?

View 1 Replies

Actionscript 3 :: Reduce Timer's Time While Timer Is Running

Mar 6, 2012

In my case, the timer I make doesn't reduce its time whenever a function is called. What code will I change or add in order to reduce the time in my timer? [code]At this point the timer.start(); is placed on a frame so that the timer starts as it enters the frame.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved