ActionScript 3.0 :: Disable A Computer's Screensaver When A Flash Program Is Running?

Mar 27, 2009

Is there any way to disable a computer's screensaver when a flash program is running?
It's for a program that I run locally (converted .swf to .exe).

The program is also used on other computers so changing stuff in the registry or something like that isn't really what I'm looking for.

I tryed changing mouseX but it's read-only..

View 2 Replies


Similar Posts:


Possible To Get Computer Name Where Flash Program Is Running?

Jun 19, 2009

Is it possible to get computer name where the flash program is running? Not on the website, the swf will be run directly on the PC.

View 2 Replies

Flash :: Professional - CS4 Running Slow - Computer Or The Program?

Jun 21, 2010

Ever since I installed Flash CS4 on my computer, it runs fine for a while before becoming really slow to respond and a pain to use, so I have gone back to using Flash 8 which runs fine. Is this a problem with my computer or the program?

View 3 Replies

ActionScript 3.0 :: Shared Objects - Disable Running It On Other Computer?

Feb 2, 2009

i have password protected SWF files. Afters entering right password is stored into readers computer SO with UID identifier. I need restrict numbers of computers, where can be used one ID (as to reader can't give his ID to unauthorized readers. This method is ok by the time, when authorized reader give his SO to the unauthorized.Existing some method, how i can find how much computers have stored SO with the same UID? Or how i can block using SO on unauthorized computer?

View 0 Replies

Tools - Screensaver With Flash Running On Win And Mac?

Aug 1, 2011

I was asked to create a screensaver capable to run on both win and mac. I am ActionScript developer, so I prefer to solve this using Flash/SWF. I know this is possible using several tools:Projectors such as Zinc or SWF Studio (os independent, $$$)Converters creating screensavers that use the Flash Player (one converter per os necessary, requires Flash Player on user machine, freeware)Adobe Air created screensavers (os independent, requires Air on user machine, no costs)I do not have control over the machines the screensaver will run. So everything needs to be simple and safe. I would go for option 2, but I am not sure if the tools I discovered are reliable.What tool you recommend to create the screensaver descibed using existing SWF files?Is there another (single) tool to create the screensaver without using Flash/AS/SWF?

View 1 Replies

Actionscript 3 :: Optimise A Computer For Running Flash?

Apr 7, 2011

I'm looking into ways to squeeze performance out of a flash installation.The installation has a huge stage size, 2800px x 2100px, is on a high spec machine, but I'm experiencing low frame rates.I'm wondering what the optimal set up is for a machine running this? Would flash prefer it if the system was set to optimise for background processes etc?

View 2 Replies

Professional :: Feature To Disable System Screensaver & Power Saving Features

Nov 20, 2007

Please provide the feature to disable the system screensaver & power saving features while a video object is currently playing a video. I get this request all the time when developing video players and now that the netflix player provides this feature it is becoming a must have in the online video market. If you know other solution which does not require .net, silverlight , or any other browser plugin besides flash please let me know.

View 1 Replies

ActionScript 1/2 :: Possible To Determine If A Program Is Installed On The PC Running The Flash?

May 2, 2011

I use Flash to develop a movie that runs when a user installs a new version of my companies software, and allows the user to access the user documentation and software installations at the click of a button.  I use ActionScript to control the flow of the movie based on radio buttons that the user selects so that they are only provided with information relevant to them.I have been asked if Flash can determine whether a program is installed on the user's computer which can then be used to determine the flow of the movie.

View 1 Replies

ActionScript 1/2 :: Determine If A Program Is Installed On The PC Running The Flash?

Jun 25, 2009

I use Flash to develop a movie that runs when a user installs a new version of my companies software, and allows the user to access the user documentation and software installations at the click of a button.  I use ActionScript to control the flow of the movie based on radio buttons that the user selects so that they are only provided with information relevant to them.
 
I have been asked if Flash can determine whether a program is installed on the user's computer which can then be used to determine the flow of the movie.

View 2 Replies

ActionScript 3.0 :: Flash - Send A String (or Number) From A Website To A Server Running A C++ Program

Jun 17, 2010

I have found little to no flash to C++ documentation, let alone Flash to C++ over the internet. What I want to do: -Have flash send a string (or number) from a website to a server running a C++ program -The C++ program will receive the data and do something with it -After that, the C++ program would send back a response -Flash would then accept the response My goal is to make a simple MMO, but I can't start it without a server program to handle the players. I don't need a super-complicated example, just something simple, kinda secure and coded in AS3 and C++.

View 0 Replies

Flex - Adobe AIR Program Can To Index All Images On A User's Computer?

Jun 7, 2010

What is the fastest way for a Adobe AIR program program to index all images on a users' computer? Using Open Source ActionScript-3, MXML Libs and classes.

Fastest - Same pc configuration, different time (seconds) To index - get a list of absolute links (like c://bla-bla/file ) and save them into file (index.txt) All images (like JPEGs, PNGs)

View 1 Replies

ActionScript 3.0 :: Get The Host Name Of The Computer Running An AIR Application?

Nov 2, 2011

I am writing an AIR desktop application which needs to know the host name of the compute on which it is running.

How do I get the host name?

View 3 Replies

Professional :: Security Warning Running SWF File On A Computer / When Accessing Internet

Apr 8, 2011

I want to distribute an SWF file to be run on computers, not the internet.However, I want to be able to access the internet through a link controlled by a button.This used to work, now I get a security warning telling me I need to change the settings on my computer.For obvious reasons I don't want to make every person who runs the swf file to have to do that!Under Windows I can create an EXE file that does not create the security warning, but on the Mac that won't help.

View 2 Replies

Flex :: Get Dimensions Of A Running Instance Of A Program In AIR?

May 20, 2011

Determine, whether a defined program is running (for example firefox.exe) If its running, then get the current dimensions of its window - i want to make a screenshot of the window, so i'd need other parameters too i guess: Is it minimized? is it behind some other window?

Is this possible to accomplish in AIR? Im using the latest version (2.6)

View 1 Replies

ActionScript 3.0 :: Change The Name Of The Variables While The Program Is Running?

Oct 19, 2010

I have this code:

ActionScript Code:
for (var j:int = 0; j < 20; j++){
if (values==j){
var "ingredient"+j:"Ingredient"+j = new "Ingredient"+j();

[Code].....

it doesn't work for what are probably obvious reasons but I show it to give you an idea of what I'm trying to do which is change the name of the variables while the program is running.

View 6 Replies

Flex :: Running A Java Program With A .dll From Adobe AIR's Native Process

Jun 18, 2010

I would like to be able to operate a scanner from my AIR application. Since there's no support for this natively, I'm trying to use the NativeProcess class to start a jar file that can run the scanner. The Java code is using the JTwain library to operate the scanner. The Java application runs fine by itself, and the AIR application can start and communicate with the Java application. The problem seems to be that any time I attempt to use a function from JTwain (which relies on the JTwain.dll), the application dies IF AIR STARTED IT.[code]

View 2 Replies

Media Server :: Transfer Flash 8 Programs From Old Computer To New Computer?

Nov 14, 2011

I got a new computer several days ago and it doesn't have Flash 8 or Higher. how to transfer Flash 8 programs from my old computer to my new computer? where to find free downloads of Flash 8 or higher?

View 1 Replies

ActionScript 3.0 :: Disable Output Panel While Running App In Background

Jan 12, 2011

How to disable output panel while running app in background for debugging I use trace commands to keep track of what happens, but this is super annoying when trying to run the application in the background as the output window keep popping up thus obscuring everything else on the screen. Is there a way to prevent the output from popping up like that?

View 1 Replies

ActionScript 3.0 :: Disable Output Panel While Running App In Background?

Jan 12, 2011

How to disable output panel while running app in background

for debugging I use trace commands to keep track of what happens, but this is super annoying when trying to run the application in the background as the output window keeps popping up thus obscuring everything else on the screen. Is there a way to prevent the output from popping up like that? Some setting in the publish menu or other?

View 3 Replies

ActionScript 2.0 :: Start An Unrelated Program (such As Window's Media Player) From Inside Of A Flash Program?

Sep 29, 2010

Is there a way to start an unrelated program (such as Window's media player) from inside of a flash program?

View 2 Replies

Flash :: Make A SWF Into A Screensaver For Windows 7?

Jun 16, 2011

Is it possible to make a SWF into a screensaver for Windows 7? How about without the compiler tool?

View 1 Replies

ActionScript 3.0 :: Make A Screensaver In Flash?

Mar 13, 2009

Anyone know to go about making a screensaver in Flash or can direct me to any tutorials?

Looking specifically how to make a screensaver the plays a new animation(MC) on a each day during an 18 day cycle, then starts over again.

View 2 Replies

ActionScript 3.0 :: Flash Screensaver Behavior Using Timer?

Sep 22, 2010

I'm trying to imitate screensaver behavior using the timer class. A movie clip should play after 5 seconds of not being idle. The problem is everytime I go to the homepage, the timers stack and the adspace runs multiple times. (try switching between button 1 and 2 over and over) timer.reset(); doesn't seem to work for me. Here is my code and FLA file:

[Code]...

View 3 Replies

ActionScript 3.0 :: Flash - Screensaver To Load Files From Internet?

Aug 24, 2010

I've been trying to create a screensaver that dynamically loads images and text from a server, but it seems like I am not able to load anything outside of my own computer at all.t seems like the problem is coming from the Security Sandbox, the sandbox type for the screensaver stays "Local_with_file" meaning it can access local files but cannot access files from the network. What can I do to make the Sandbox "Local_with_network" as I do not need to load anything locally, but images and text from a server.

View 1 Replies

ActionScript 3.0 :: Flash Fullscreen Screensaver - Positioning Unscaled MovieClips

Aug 30, 2010

I am making a fullscreen "screensaver" project (using screentime, FYI). I have some mcs on the stage that I want to scoot down to the bottom left, right or whatever on the screen. I want these elements to position themselves differently based on the users resolution and aspect ratio of their monitor. (for example: whether the monitor is 800x600, 4:3 OR 1366x768, 16:9, I want a text field or mc to be 10 pixels for the bottom and left of the screen).

View 1 Replies

Windows :: Flash - How Does YouTube Prevent The Screensaver From Showing Up During Video Playback

Oct 9, 2011

I have noticed that mi screensaver doesn't start while I'm watching videos on YouTube.I'm using Windows 7.This is the test:Set Windows screensaver to 1 minute.Browse to YouTube and play a video longer than 1 minute; ideally much longer.Note that your screensaver doesn't come up after the specified time (1 minute).I've tested using Firefox, Chrome and IE8. My Flash Player version is 10.3. (Youtube is using flash to play the videos). The same happens whether I watch the video in full-screen or not.

View 2 Replies

ActionScript 3.0 :: Computer Vs Computer Pong Game

Apr 2, 2009

I'm not really good with AS3 yet so maybe somebody can help meI found a pong game tutorial and it works fine.[code]Now I want that two computers play against eachother.So no player input only two computer that play.I tried a lot with the script but it doesn't work.

View 3 Replies

ActionScript 3.0 :: Pong Game Computer Vs Computer

Apr 14, 2009

I have a problem... I found a tutorial making a pong game... I want to make some changes but I tried everything but it wont work Here is some code:

[Code]....

View 2 Replies

ActionScript 3.0 :: Add An Exit Button Onto Program So When Its Clicked It Exits The Program Completely

Nov 4, 2008

Im trying to add an exit button onto my program so when its clicked it exits the program completely.. I've tried some of the suggestions on the forums but they arnt working. what I have been using and its not working..

// CLICK to Exit
exit_Btn.addEventListener("mouseUp", goExit);
function goExit(evt:MouseEvent) {
fscommand("quit");
};

View 9 Replies

ActionScript 2.0 :: Program A Timer For A Typing Tutorial Program?

Mar 24, 2003

I need to program a timer for a typing tutorial program. It needs to go to 5 minutes. When the timer gets to 5 minutes the movie has to go to frame 13 which displays the results of the typing test.

View 1 Replies







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