ActionScript 2.0 :: Disable Printscreen (prtScn) In Flash?
Nov 15, 2007i wonder if we can disable the keyboard's printscreen key in a flash file?is it possible?
View 2 Repliesi wonder if we can disable the keyboard's printscreen key in a flash file?is it possible?
View 2 RepliesHow to disable PrintScteen in AS2.0 which should work in both Player 9 & 10.I used this ActionScript Code:System.setClipboard(); method. Its works only in Player 9. Its require ActionScript that originates from user interaction to work in Player 10. I want to use it on onEnterFrame
View 3 Repliesi was creating a program and now i need to send i printscreen of my program to my email so then i can see whst the users created wwith it, how can i do this?
View 2 RepliesI've created a print button in Flash (that's obviously the easy part), but what code do I need to apply to it so that it prints whatever screen the user is on?
View 2 RepliesI am creating one application in flash and I want paste PrintScreen image into that application.
View 1 RepliesHere is an example of what I am looking to do. I want to figure out how to locate and save the original (LARGE) image shown here in the zoom box.[URL]..
View 1 Repliesonly those who actually got real code to show please Im looking for help on how to create send-email with attachment using AS3.
Furthermore the attachment should be printscreen of the flash movie converted into JPEG (preferrably with no need to upload the file to server - can this be done on the fly?), and the JPEG then should be included as attachment in the email.
[Code]...
I am getting Warning: 'flash' has no property 'prototype' every time I load a swf in my flashlog.txt.Does anyone know how to disable that warning or all warnings in the mm.cfg file or maybe some other way?
View 3 RepliesForEVER I've been annoyed with tooltips in Flash. Yeah, I've turned them off in preferences, but that doesn't effect the ones in the ActionScript area. I've gone so far as to globally and specifically set tooltips to a delay of 60 seconds in my Mac terminal, effecting every application in my system, but this f^%king program over rides even that.
View 1 RepliesI have a flash application and I want my users not to be able to do caching in their flash players.I couldn't find the code that disables the option of caching for them.Does anyone have the line I need to add (and where) which will disable the flash caching?
View 1 RepliesI have rollover JS/CSS menus that drop down over a Flash feature with several rollover behaviors. When I'm in one of the menu divs overtop, the Flash rollover behaviors behind the layer I'm on keep firing. Is there a way to tell Flash not to react while I'm moused over a non-Flash layer on top?
UPDATE: This seems to only happen on the Mac (FF & Safari) but not the PC.
I am using Flash CS5 and when I exprt my file to swf I notied that after exporting and playing it in Flash player (on my desktop) I can change the size of the window and the scene itself eventthough I have set the width and height dimension to e.g. 468x60.
So, the bad thing is that if I ahve some objects that are moving from this area and in banner I do not see them in flash player I can see all which is not good.
Is there a setting in export option to disable this behavior or some actionscript, so my client will not be able see the "mess-behind-the-scenes" :)?
I can probably remove some objects using actionscript, however if I have looping background image it is necessary to be bigger than 468px In my case 3x.
If there's a way to disable the Output panel in Flash? I've tried turning off most of the Warnings section in the prefs, but apparently that doesn't affect the Output panel.
View 3 RepliesI'm trying to have this video not play on load:
[code]... in the first (and only) frame of fla file... nothing worked.
The company i am working for are designing an interactive flash movie that requires the Right click Menu to be entirely disable, or else the right click option to be disabled. The best that we can achieve at present is to limit the context menu to "About..." and "Settings".
Is there anyway of disabling the right click function in flash so we can secure our movie?
Our problem arises from the User being able to click on the "About..." menu item and launching a browser. We require that the user is not allowed to access this. We have tried to change the Default Browser in Windows to a custom browser, but to no joy.
Is there anyway for us to disable the Flash Menu, or, Disable the Right click function completely or, re-route the About Menu item to a default browser so we can prohibit the user from access the default webpage?
How can I turn off viewing the Application Bar and associated window it is attached to without quitting Flash in Flash 11?
View 4 RepliesHow can i disable the menu of flash player when I'm navigating a flash file with WebBrowser ?
View 2 Replieshow to disable the flash right click menu in the below code
<span style="width: 400px; height: 280px; position: relative; display: block; overflow: hidden; z-index: 2;" id="mObjCont0" class="MagicMagnifyPlusContainer"><span style="display: block; top: 0px; left: 0px; position: absolute; width: 400px; height: 280px; z-index: 200;">
[code].......
I have a web application developped using as3. The problem is that these application loads some image files, and add my watermark to them.What is happening is that these images are being cached by the browser, allowing the users who know how to access the tmp folder, to get these files, without my watermark.Adding the watermark previously to the image, is not an alternative for me, due the fact that when the a premium user is logged in the watermark is not added.How can I disable the caching?
View 3 Repliesi know this cant be that hard, just not sure why its not firing off.
i have a "home" button that i want to disable on load because the "home" content is loaded by default.
heres my code:
import flash.events.Event;
// BUTTON FUNCTIONS FOR SP.
// by SOMDOW
[Code].....
I have a web service backed by a Java Servlet. The service is used by an older version of Flash. We discovered through some pain that in this version of Flash, URLLoader won't work with chunked responses. Any chunked response is never received from the server.I am using Glassfish to host the Servlet. I know how to disable chunking for the entire server, but that seems like a bad idea (is it?). Is there a standard way to disable chunking per equest? I tried calling ServletResponse.setBufferSize(SOME_LARGE_VALUE) but surprising this did not affect the server's decision to use chunking.
View 1 RepliesFor years now I have had to restart Flash about once a week because my keyboard shortcuts just stop working. This has happened to me since about Flash 5!
View 1 Repliesas you drag apiece of art, it leaves a ghosted version behind.not a show stopper, but I don't like it. any way to turn that off?
View 0 RepliesHere it goes. I have _level0 as my background, and _level1 reserved for another popup flash. After clicking a button on the background, the flash in _level1 will pop up. So what i wish to do is to disable the background including all the buttons in this _level0. At the same time, I also wish to stop the flash/animation running on background (_level0). Is there a way to do it withc action script? I've tried to insert a graphic in another level to cover up the background yet the buttons on the background are still functioning. Thus, i believe that this is not the correct way.
View 6 RepliesCan we disable the right click function in Flash? How?
View 1 Replieshow can i disable the escape key in flash so that my full screen can only be changed to normal when a button is clicked?
View 5 Replieslist component in flash cs3.
assume that i have 5 items in my list and i want to disable 3,4,5 items from mylist box. how to do this?
item 1 -- enabled state
item 2 -- enabled state
item 3 -- disabled state
item 4 -- disabled state
item 5 -- disabled state
using flash cs3, i want to achieve this
Is there a way to disable the default flash player pop-up that comes up when you right mouse click while playing a flash presentation? It currently comes up with about flash and quality settings.
View 4 RepliesI have xml that is being pulled into dynamic textfields upon publish.How can I disable the xml from populating into the dynamic text fields until a button on stage is released. [code]
View 2 RepliesI want to send form data from flash to my email through cgi.but i do not want to get the page redirected I want to display a message or data submission inside flash only.
View 1 Replies