Java :: Enable Intranet Users To Take Screenshot Of The Current Page Via The Browser?

May 22, 2011

Is it possible to create a screenshot from the current page the user is on? (It's for an Intranet enviroment).

I know this is not possible with JavaScript alone, but is it possible with Flash or maybe an Java applet?

I have been searching around but I couldn't find anything.

View 3 Replies


Similar Posts:


Java :: Youtube Keep Flash Video Playing / When Go To Users Profile Page From Video Page?

Aug 31, 2011

In the cosmicpanda update for youtube, you can go from a video page to the video creators profile page while your video is still playing in flash. Does anyone how Youtube accomplishes this? I would like to know if it's possible to keep the flash state of a site constant while moving from page to page on a site.It doesn't seem as if the flash is reloading, so I don't think that they are just saving cookies for the current video time and starting the video at that point when they refresh.I would assume that they're using ajax, but the application of this feature is really clean. The URL gets correctly changed to the users' profile page's URL. The back button still works as it should. (I can press back and forward between video page and user profile page and the video continues going clean and never drops.)

View 2 Replies

ActionScript 2.0 :: Get Current URL Of Page Swf Is On From Browser Bar?

May 23, 2010

I need to sitelock a swf to All of the sitelock solutions I've found only lock the domain that the swf loads from, which means a user can still copy the source code of the page and load the page locally and alter the swf params (since the swf still loads from the same url

View 1 Replies

Actionscript :: Enable Screenshot Of A Specific Area Of Screen?

Jan 19, 2011

Is there actionscript to enable a screenshot of a specific area of the screen? And possibly display this screenshot at a different stage?

View 1 Replies

ActionScript 3.0 :: Flex - Browser Stay On Current Page In SWF File After Pressing F5

Feb 18, 2011

I've embeded my swf file in .net application and after navigating to some pages in swf file and pressing f5 or refresh, its navigating to starting page of swf file and browsers path always shows the same path (main.aspx page) in which I am embedding the swf file. After navigating to some pages in swf file also it shows the sam path. So its refreshing the aspx page and giving the starting page. How can I control the browser to stay in current page of swf file.

View 9 Replies

Javascript - Browser-neutral Way To Start Local Process From Intranet?

Sep 15, 2010

We currently have a corporate intranet built with ASP.NET and originally designed for IE. One of the purposes of the intranet is to manage file versioning and to launch programs with the current file version. This requires the intranet to start processes on the machine locally, and is done using ActiveX.

We are now reworking the intranet to be as browser-neutral as possible, but this local application launching thing has us stumped. Can anyone suggest a browser-neutral way to start processes locally? This is strictly for internal use on a corporate LAN with computers that are authenticated on a Windows domain.

Possibilities that we've floated, in rough order of preference:

[Code]...

Anyone have any thoughts on what is likely to work and be not a huge PITA to implement?

View 1 Replies

ActionScript 3.0 :: Create A Screenshot Of The Current Visible Area?

Nov 15, 2009

I'm making a first-person adventure game where I have the different frames in the root movie be the various locations that the user can interact with. I want to have fading transitions between the scenes and I was wondering if this was possible in flash. What I've tried for now is to create an array with all the current children then when the frame is changed I add those objects on top of the new frame and use a (alpha) Tween object to fade them out. This doesn't seem like a good idea and feels very hackish, so I had a few questions:
 
1. Is there an event that is called when a frame is changed (Event.FRAME_CHANGE doesn't exist ) since the way I'm doing it now is to have a local variable which I compare with this.currentFrame.
 
2. This may sound weird, but is there a way to create a screenshot of the current visible area and use that as one would any other visible object? This would allow me to Tween that one out instead of the array of children that I'm using now. I know it's possible in OpenGL, to render the current view scope to a texture array, but does Flash have this capacity?
 
PS: This is all done inside a separate class, in case that matters (I am very noobish).

View 5 Replies

IDE :: Enable Users Save Position Of A Draggable Box

May 6, 2009

Is there any way that I can enable users save the position of a draggable box (for eg with cookies) and then press a button to reset the MC back to where it started off?

View 3 Replies

Enable Page So That It Shuffles Songs And Plays A Random Song Every Time Page Is Loaded

Nov 25, 2010

I have a site up that is a "music" site, it is XML and flash and I would like to know if it would be possible to and how would I enable the page so that it shuffles the songs and plays a random song every time the page is loaded.URL...

View 2 Replies

Java :: Enable RDS Support For BlazeDS?

Jun 19, 2009

I'm using BlazeDS 3 in my application. The dependencies for the BlazeDS libraries are downloaded from a public maven repository. However I can't enable the RDS support on the server because of some missing library. Does anyone know where this class is located: flex.rds.server.servlet.FrontEndServlet.

View 2 Replies

ActionScript 2.0 :: Disable Current And Enable Other Buttons Using Class File

Jun 24, 2010

I have a simple class file for buttons. on Rollover the movieclip plays frame no 2 and on Rollout it plays frame no 11. This is working fine. Now I want to disable the current button on click/release and enable others. I don't know how to get the other buttons because the this keyword always refer to the current button that is rolled over of clicked.

ActionScript Code:
class ButtonClass extends MovieClip {
var buttonName:String;
public function ButtonClass() {
this.onRollOver = over;
this.onRollOut = out;
[Code] .....

View 0 Replies

C# :: Capturing A Screenshot Of A Flash Application Loaded In The Browser?

Feb 9, 2011

I would like to know is it possible to access the flash application object loaded in the default web browser and programatically get a screenshot of the application only.

View 1 Replies

ActionScript 3.0 :: F7 / F8 - Taking A "Screenshot" Of The Current Stage?

Apr 6, 2007

Is there a way to take a "screenshot" of what is currently being displayed on the stage? Or even better, a part of the stage? Don't get me wrong- I know how to take a screenshot *myself*. What I want is to have an option within the *SWF* to generate a file (jpg, png or gif are all fine) of what the current stage looks like.

It sounds like a fairly easy idea / request but I have no clue how this would be done... It's for a shop (idea) where people can patch together their own design to be printed... but in order to do that, I would have to be able to generate an image of the completed design.? Am I missing something that's already integrated in Flash?

View 10 Replies

Java :: Load External Page HTML Via Javascript Or Flash Or Java?

Nov 13, 2011

I need to load somehow the html code of a webpage A into a javascript string of another webpage B, on a different host. I know this is impossible to do with javascript alone because of the same origin policy, and I know I could do it loading the page via php on my server and then send results back to the user's client but I wouldn't be able to handle so many requests, so I need it to be done directly by the user's browser. I can use nearly whatever browser scripting language/applet framework common enough to be installed on the majority of my users' computers, like flash and java.On example, what if I use flash or java to load the external html code and then call a javascript callback function providing the source? Could this work?

View 2 Replies

Java :: Video Uploading Applet For Users?

Apr 17, 2010

I am working on a small project that I need the ability to let users upload a video to my website or use a webcam to record a video and then upload it. I have seen this done on several sites (youtube,facebook etc) so I know that there is a java or flash applet that supports this. However I have not been able to find one. Any good flash or java based video uploader with these features?

View 2 Replies

Media Server :: Call Total Current Connections/Users In Flex

Jan 9, 2011

I'm trying to find out how I can tell how many users are connected to the same FMS application in a flex application:
  
public function totalConnectedUsers():void{
lblText1.text = "There are a total of " + bindableUserVariable + " Users Connected to the Stream Now";
}

View 6 Replies

ActionScript 3.0 :: Stop Sound On Current Page When Going To Previous Page?

Oct 19, 2010

I'm working on a pretty basic interactive children's book. I have it set up so that each page has audio relating to that specific page. Going forward, there is no issue with sound overlapping from the current and next pages. Going backward, however, there is an issue with sound playing on both the current and previous pages. How do I stop this?

Here is the script I'm using-

ActionScript Code:
stop();
import flash.events.MouseEvent;

[Code].....

View 3 Replies

Flex :: Enable The Caching Also When I Open It In The Browser?

Jul 8, 2009

I have the following problem, I have a flex application that works as a frontend in a client-server-application. In my application I have two sliders and a chart that moves when I drag the sliders, now when I have the following positions

slider 1: 10
slider 2: 20

a request is sent to the server and the response back to my flash. When I now change the sliders to

slider 1: 10
slider 2: 30

another request is sent to the server, because we have changed the position of slider 2. When I now turn the sliders again to the first position.

slider 1: 10
slider 2: 20

no request is sent to the server and the chart is moved correctly because the flash seems to know what he will receive, I think the application has cached the result. This effect only works when I open the flash application in the flash player. When I open it in the browser every slider position leeds to another request to the server. Is there a way to enable the caching also when I open it in the browser?

View 1 Replies

Java :: Do Websockets Allow For P2p (browser To Browser) Communication

Nov 7, 2010

To clarify when I ask about browser to browser communication I mean without a server in between forwarding message. I would like to implement something like this for a game. If p2p in websockets isn't possible are there similar alternatives?

View 1 Replies

ActionScript 3.0 :: Enable Browser Back Button With Flash?

Mar 11, 2009

Is there any way in actionscript 3.0 to enable Browser Back Button in flash website.

View 1 Replies

ActionScript 3.0 :: Enable Browser's Back Button With SWFAddress?

Jan 3, 2012

I have an SWFAddress plugged to my flex application, and all works perfectly, instead of Browser's Back Button.
 
When user presses it, no event dispatched.

View 2 Replies

IDE :: Open A Page Without Closing The Current Page?

Jan 8, 2009

I bought one of those templates, and i was able to get around most of the stuff. But one last thing that I have issue with is that there is an AS2 script for a button, where you can change the page that you want to be updated. But every time that I click that button, it opens the new page. but then if I use the same button in the new page, and click on it, another page will open and that current page will get closed.

[Code]...

View 1 Replies

Php :: Automatically Log-Out Users When They Close Their Browser?

Apr 26, 2011

I'm using PHP as server side language and Flex as Front end. In my application there are different levels of users. According to operator's online status QC assigns some job online. I just want to update user's online/offline status when he closes the browser automatically. Flex calling PHP service but its not getting any response. DB(MySQL) is not getting updated.

View 3 Replies

Flex :: Osx - Cannot Retrieve The Browser URL For Mac OS Users

Jul 20, 2011

I'm developing a very simple flex application on Windows 7 64 Bits.It retrieves the user url and then show it:

public var bm:IBrowserManager;
protected function button1_clickHandler(event:MouseEvent):void{
bm= BrowserManager.getInstance();
bm.init();
Alert.show("Your URL is : " + bm.url);
}

On my Windows 64 Bits machine (Chrome, FF), it works fine and returns the URL.But, when I run my project on a Mac OS X machine (Safari, Chrome, FF) : it shows:

Alert.show(Your URL is : Null);

I think that it cannot retrieve the browser instance or cannot init the browser manager.

View 1 Replies

ActionScript 2.0 :: Any Way To Refresh Users Browser?

Jan 4, 2008

Is there a way to refresh the users browser using actionscript 2? I am showing some sensitive material that requires an NDA from the viewer. the material is in the form of .flv movies that are embedded in my flash site. After we allow people to watch the movies I go to our servers and delete the .flv files. however some web browsers keep this in their cache, like IE. So basically I want o know if there is a script I can use that will refresh the viewers browser after we view it and after I delete the .flv files causing the .flv files to no longer be in their cache.

View 1 Replies

ActionScript 2.0 :: Refresh The Users Browser?

Apr 11, 2010

is there a way to refresh the users browser using actionscript 2? my reason for this is... i am showing some sensitive material that requires an NDA from the viewer. the material is in the form of .flv movies that are embedded in my flash site. after we allow people to watch the movies i go to our servers and delete the .flv files. however some web browsers keep this in their cache, like IE. So basically i want o know if there is a script i can use that will refresh the viewers browser after we view it and after i delete the .flv files causing the .flv files to no longer be in their cache.

View 3 Replies

Flex :: Automatically Log-Out Users When They Close Their Browser?

Apr 23, 2011

When a user logs in and closes the browser without logging out, I want automatically log out the user in Flex3.

View 3 Replies

ActionScript 2.0 :: Trace The Users Coming From A Particular Page On A Website?

Jun 6, 2008

I working on a Flash quiz that will trace the users coming from a particular page on a website. If the user comes from that page then a link will not be displayed in the quiz. If they don't come from that page then the link will be displayed, or the link will be turned on if you will. The reason for the dynamic functionality, is to avoid creating two flash files that do the same thing, and then maintained on a regular basis.

View 3 Replies

Flash :: Access Webcam From My Page And Capture Images Of Users?

Mar 16, 2012

I am using Asp.net/C# to build an application , i have a requirement wherein i need to access webcam from my page and capture images of users.So i am trying to achieve this by creating flash file .

View 2 Replies

ActionScript 3.0 :: Get Current Browser Url?

Oct 16, 2009

I am new to AS3 and I have one task in which I have to read browser current url through actionscript.For example if some xyz website is using my flash player then I should be able to get that xyz website url and store it in our reporting database to get an idea about how many website are using our flash player.

View 2 Replies







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