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


Similar Posts:


Professional :: Disable "Right Click" & Other Saving/Downloading Features On A Flash Website?

Aug 30, 2010

I am working on my first Flash website for my photography, and along with placing watermarks on my images, I want to disable the users ability to "Right Click", and other saving options.

(By the way, I do not know if this matters but I am using "Adobe Flash CS5", on a Mac, running the most up-to-date version of "Snow Leopard". Also, I assume in-order to disable "Right Click" and other saving/downloading features I would have to enter some code; Can you either post the code, or put the website where I can get it?)

View 4 Replies

ActionScript 2.0 :: Saving Processing Power [MX]?

Nov 4, 2002

I have an MC that occurs many times on the stage, and each one has a motion, and random scaling script in it. Would I save computing power by not having a script in each MC but rather assign them all to a prototype?

View 14 Replies

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

ActionScript 2.0 :: Create Loader For External Swf That Will Have Features To Enable / Disable Sound

Dec 24, 2009

To create loader for external swf that will have features to enable/disable sound and to enable/disable external link requests.I don`t have source files for that external swfs.

View 2 Replies

ActionScript 3.0 :: File Saving On Local System?

Jan 5, 2012

i want to save a text file on user local sytem without user interaction usiing file Refrence class in flash

View 4 Replies

ActionScript 2.0 :: [MX/2004/8/CS3] Creating/Saving To The Local File System?

Aug 19, 2009

Does anyone know if there is any way for a Flash projector (either .exe or Mac app) to create or modify a file to the local file system? This could be anything... Flash creating a txt file, xml file, swf, anything at all.

View 1 Replies

ActionScript 2.0 :: [MX/2004/8/CS3] Creating/Saving To The Local File System

Jun 4, 2007

Does anyone know if there is any way for a Flash projector (either .exe or Mac app) to create or modify a file to the local file system? This could be anything... Flash creating a txt file, xml file, swf, anything at all.

View 11 Replies

Professional :: Make An Animation Of Electricity Going Through Power Lines?

Aug 26, 2011

[URL]I'm trying to make an animation of electricity going through power lines.. (and just drawing lines in general) and I like how it was done in this video. I'm just not sure how to go about doing it.

View 1 Replies

ActionScript 2.0 :: How To Disable The System Unstable Warning

Mar 4, 2002

i am working on an application which has a huge data. whenever i run my application,the flash player tells me that if i continue,then the system might become unusable.if i choose to continue,then i get correct results.
so is there a way by which,i can disable this warning.

View 1 Replies

Professional :: Can These Features Implemented By AS For Mob App Pls Help?

Sep 14, 2011

I have started developing a simple app in flash cs5I have an idea which i wish to implement.Could you guys tell me if its possible if so how to do.I have a blog ,when ever there is a new post(images +test) in that blog.Is it possible to view it in good UI within the mob app(developed in flash cs5) can it be done in ASAlso i have an picasa account were my pics are public i would to view it in a small gallery within the app with good UI.

View 1 Replies

ActionScript 2.0 :: Disable Saving In Temp Files?

Jan 29, 2006

Is there any way of disabling flash files to get saved in the temp folder of the user's machine? In other words, saving the swf files from being copied?

View 1 Replies

Actionscript 3 :: Disable System Volume Reduce In Flash

Dec 17, 2010

I have a flash chat application and when app create new conversation system reduce volume of incoming sound stream at 80%(and any other sounds). How can i disable volume reduce from flash? Here is some additional information Problem with sound quality.i think only win7 has that problem because of URL...

View 1 Replies

Professional :: Design - Product Features Box

Aug 3, 2011

I'm trying to put together a Product Features Application, which allows visitors to our Website to view what their product will look like with add-on products via a simple checklist, and image layering platform. So essentially:

- Visitor see's the main Product (Fireplace) on Website Page- Visitor sees three Lists containing Checkboxes below the main image- Visitor clicks one checkbox from each list, and sees that ADD-ON product added to the main image above (so that they can view what the product will look like). I'm using CS4, and I'm slightly new to Flash.

View 1 Replies

Professional :: Video Features Compatibility With Flash Players

May 22, 2010

Apparently Adobe added more features in flash video with each successive flash version, so earlier versions of flash video are only compatible with the same earlier version of the flash player. I'm trying to find out which video features are compatible with each of the flash players. This is because I want to create video for the lowest possible version of the flash player, so more people will be able to view it.

View 2 Replies

Professional :: Adobe Demanding Revshare For New Flash Features?

Mar 28, 2012

In a market where everyone gets a cut, adobe is claiming that charging will make flash better, but from where I am standing it makes it worse. For example if I am using flash to develop a Facebook game, Facebook already takes a 30 percent cut, then on top of it having to pay 9 percent to adobe? that's a huge deal and an immediate turn off.Now they say that air will be unaffected, but I can only assume that if air on mobile becomes at all successful, what will stop them from doing the same?
 
I have been an enthusiastic flash developer for years and have been fully behind air for mobile development but this move may be a death blow as far as I am concerned. Adobe, if you care about your feature, please don't do this .  .  . You will drive people away from your product instead of bringing them closer.

View 7 Replies

Professional :: Packager For IPhone Feature?

Feb 21, 2010

I am very interested in any information about the new  Packager for iPhone feature for cs4 flash professional.

View 5 Replies

Professional :: How To Code A Drag & Pan Feature

Aug 12, 2010

I'm making a map with Adobe Flash Professional CS5, using Actionscript 1 & 2, and I'm trying to add the ability to drag and pan while zoomed in. For the zooming, I put a button in either corner: a zoom out icon, and a zoom in icon. For the zoom-in icon, I used the code on (rollOver){ setProperty ("BG", _xscale, "200"); setProperty ("BG", _yscale, "200");} (BG being the name of the instance used for the background of the map, which is a movie clip.) Now, this zooms me in well to one corner, but then i want to be able to drag and pan to be able to see more of the map. I've found some good examples, but the code is way over my newbie head, and I can't get any examples of code I find to work, no matter what I've tried.

View 20 Replies

Professional :: Making An Upload Image Feature?

Jun 2, 2010

I'm designing a flash website and I want a feature whereby the user can upload an image and it gets sent to an email at the press of a button. What is the easiest way for this to be done?

View 5 Replies

Professional :: Have A Page-turning Feature In Flash?

Jul 10, 2010

does Adobe have a plug-in for Flash CS4 or what would you recommend?

View 6 Replies

Professional :: Search Feature Not Working On Forums?

Mar 31, 2011

how to output the error messages I'm seeing in my output screen in the IDE to a text area, so I can see if such errors are occurring in production  What I found is that the forum search feature is not working at all. I received no results for the words "error", "movie", "flash" and "text", items which are obviously ones which should return SOME results.I couldn't find any way to contact Adobe about this, so I am hoping someone who works for Adobe and watches the forums will pass this along.

View 2 Replies

Professional :: Auto-save Feature Was Turned Off?

Jan 16, 2012

I started an animation in flash recently and the autosave feature was turned on.  I had a good animation, but decided to play around with it a bit.  After a little while, I decided to call it a night and exited the program making sure NOT to save my work.  Upon opening that file the next time, I come to find out that Flash has autosaved my file while I was playing around.  Now I have a worthless animation, and have to start from scratch.  Is there any way to revert to a previous save, or autosave at this point, or am I about to do a lot of work again?

View 3 Replies

Professional :: Way To Turn Off Automatic Right Braces Feature In Flash Cs5?

Aug 17, 2010

is there any way to turn off automatic right braces feature in flash cs5??

View 1 Replies

Professional :: JPEG Gets Messed Up When Saving In Flash Professional CS4

Sep 1, 2010

I have created drawings in Adobe Flash and saved them as .fla files. However, when I try to save the files as JPEGs beyond a certain resolution (such as 4000x4000 pixels), the image gets altered. Essentially, it get's cropped, but some background is left in the  remaining pixels.
Original image (.fla)
Jpeg image (with the saving problem):

View 2 Replies

Professional :: System.gc() Recognized In AIR 3 For IOS?

Mar 6, 2012

is System.gc() recognized in AIR 3 for iOS ? Or am I putting on a line a code that's just for pasterity ? I have made every effort to dispose(),null and removeEventListener any unused Object, hence to be able to tell the Garbbage Collector to "go ahead" is a really awesome feature.

View 5 Replies

Professional :: Saving One Keyframe As A Swf?

May 26, 2011

I've inherited a flash project @ work and I need to save a keyframe as it's own .swf file, but I don't recall how to get Flash to do just that.
 
The flash .fla file seems to hold multiple keyframes that need to be saved as their own .swf files, which are referred to in the Actionscript by name.
 
I've figured out the editing, but this business of keyframes i've forgotten how to manipulate.

View 4 Replies

ActionScript 3.0 :: System.useCodePage - Getting Error 1120: Access Of Undefined Property 'System?

Aug 7, 2009

I got a textfile who i am reading on a serverside script and passing it as a script to my client side as3 code. The problem is that i am using characters like ä,ö,ü,ß and this isn't well displayed. I tried System.useCodePage but the compiler complains about : 1120: Access of undefined property 'System'. It doesnt matter if I tried this on the first line of the 'Action' in the first scene or in the first line of the first .as file i am loading. (btw i am only working with .as file and not in the timeline). When i am importing flash.System.* the compiler complains he dont know useCodePage.

View 3 Replies

Professional :: Expert System In Flash?

Jul 22, 2011

making a Expert system in Flash.[URL]

View 21 Replies

Professional :: Saving In CS4 But Default Opens In CS3?

Jan 29, 2010

I have both CS3 and CS4, I now work only in CS4 with some exceptions. If I open CS4 start a new project then save after working in it the file saves with the cs3 icon. When I doubleclick the file to open it defaults back to opening in CS3.Only way to have files default and open in CS4 is to choose the icon of the CS3 (which is really a CS4 file) and choose open with other, choose the CS4 app and click on it so it opens in CS4 and then only does the icon changes to a cs4 icon.

View 6 Replies

Professional :: 'Parameter Is Incorrect' After Saving A .fla?

Feb 7, 2010

I'd been using flash cs4 fine for a few weeks before this happened but in the last few days whenever i save a file i'm working on i can no longer preview it (by preview i mean ctrl + enter) my cursor turns to the symbol to show it's working for a few moments but once i move the mouse this goes back to being my normal cursor. Whenever i try and publish a file i get the error "Parameter is incorrect". Before i save the work the file previews fine and even blank documents that i start and immediately save will not allow me to preview or publish them following the save
 
I'm running w7 64bit on a quad core with 4gb ram. I've tried uninstalling and reinstalling but this hasn't helped. My flash professional cs4 is also fully updated.I've attached one of my .fla files that to me i can't use properly anymore, it's just a basic animation of squares forming the words 'enemy down' on a black background.

View 7 Replies







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