ActionScript 2.0 :: Capturing Log In Variables From Server?

Nov 11, 2010

I'm building an application on our corporate server .. behind the firewall. how to get the �current logged on user� details from the environment variables that are in the request object (that comes from the user�s browser to the webserver).

View 0 Replies


Similar Posts:


Media Server :: Capturing Camera Feed Without FMS?

Nov 16, 2011

I'm not sure if this is the appropriate place to post this, but I was wandering its possible to build your own Player in Flash? The situation is: I have an external digital camera, and i need to capture its contents and display it in a player/window. This will all be on a local machine. I don't need to record anything, or stream it to other machines..... I just need the player to be able to display what ever the camera is displaying. Kind of like the Live Encoder (input and output views). With that I could hopefuly embed the player into other applications.

View 2 Replies

Media Server :: Capturing Live Video Tutorial

Jan 16, 2011

I found the article titled 'Capturing live video' quite useful. This article is linked off the FMS start web page - the one that opens immediately after installing.[URL] The tutorial is better than most that I've found because it has a simple, working example. I was able to enter the code into a frame script in Flash CS5 and I used my own FMS address to connect both to a localhost and a remote server.

The sad part was that I found that I got the video and audio to round trip to and from the FMS when compiled (ctrl+enter) in the Flash CS5 program but when I try to publish this to a web page, I get audio but I can't get any video to display - neither eachoing straight from the camera or subscribing from the FMS. I've tried accessing the web page from my local file system and from a webserver. In both cases, I get audio (great news) but not video (bad news). I'm wondering why this might be. I checked warnings and errors but I'm not getting any. This solution is so simple and would pretty much solve my problems.

View 2 Replies

Media Server :: Capturing User Recorded Video / Audio

Oct 27, 2009

I'm new to Flash media server family. I need a server that can capture user recorded video/audio (through a flash recorder) and save it as a flv file on the server. which one of those server family is for me? I'm currently doing it using Red5, but would like to try out Flash media server as well.

View 1 Replies

Media Server :: Access Server Variables In C++ Plug-in

Mar 3, 2010

Is there any way to access a Flash Media Server server-side script through a C++ plugin? I know you can call server-side functions, but I want to use the plugin to do image processing, so I need to get bitmap data from the client to the plugin. I've been poring over the documentation and the forums and there doesn't seem to be any way for the plugin to communcate with the server other than to read Event properties. If this is the only way for the plugin to recieve data from the server, is there any way to override an event property to send custom data?

View 5 Replies

ActionScript 2.0 :: Exporting Variables To Server's FormMail

Jul 11, 2005

I created a form for my website for customers to post information and I want this information to be sent to my email. The server does not support PHP, nor my own .pl or cgi scripts to send email. The server is Windows IIS based, so SendMail is a bust. The server says I have to use their FormMail script which is located on a separate link.

[Code]...

This is my first encounter with FormMail and my question is this. Can I export the variables from my Flash form to post into my server's FormMail script? If so, how? EX: My flash has a name field with the var "name_txt", subject field, email field, and message field... and the html fields my server says I can use with their FormMail are as follows

[Code]...

View 1 Replies

ActionScript 2.0 :: Sending Variables To Server Using POST?

Nov 16, 2005

I am trying to convert this form into flash.

Code:
<form action="http://www.myserver.com/add.tag" method="post" name="tagform" target="tag">
<input name="name" value="myname" type="hidden">
Name<br>
<input name="tagname" maxlength="20"><br>

[code]....

View 1 Replies

ActionScript 2.0 :: Load External Variables From A Different Server?

Jan 26, 2004

I had a question about loading external variables. Is it possible to load external variables from a different server other than the one that the flash site is hosted on?

And if so, what would that command look like?

For instance, if you load a variable from the site's own server it might look like this;

loadText.load("TEXT1.txt");

Would loading it from a different server look something like this;

loadText.load("http://www.kirupaforum.com/TEXT1.txt");

View 1 Replies

ActionScript 2.0 :: Flash 8 - Sending Variables Via Post To Another Server

Feb 17, 2009

At the moment, I am posting information from my flash to a PHP page within the same server. This causes no problems, as I am posting to a PHP file within the same directory.
form.loadVariables("email.php", "POST");
However, I am wanting to place my 'WIDGET' on other sites but still post the information back to my server to the PHP file (email.php).

View 2 Replies

ActionScript 3.0 :: Read Variables From A Php File On A Remote Server?

Apr 5, 2010

i want to do is read variables from a php file on a remote server. i have the php file on the server and im echoing back a result. all i need in plain english is the AS3 to intercept read and display this variable in a text box.

View 21 Replies

Media Server :: Passing Variables In URL For Start Points

Aug 30, 2011

I have installed FMS 4 and have set up a player (longtail) on my website and I am currently streaming videos for my school district using RTMP. Things are working OK, but I do have an issue I have been unable to resolve. I want to allow the user to jump to certain segments of the long video using a hyperlink that specifies the timecode of the start point. In the hyperlink, I pass a variable called 'VidStart' which is the timestamp in seconds. This system works flawlessly within my school district's firewall, but outside the firewall the video loads (slower than within the firewall), but the start point links do not work. Instead of going to the specified timestamp, the video just always from the beggining.

[Code]...

View 1 Replies

Flash :: Server Side - Load Vars With Php Variables (mx)

Jan 27, 2003

I am trying to load the value of a php variable into a dynamic text field in flash mx. I am using the loadvars method, with "nameofPHPfile,"0","GET" etc. It doesn't seem to work, but then I am not sure if the php code is correct. A process of elimination is needed. Am I using the right method in flash???

View 14 Replies

ActionScript 2.0 :: GetURL() And POST - Passing Variables To Server

Feb 15, 2005

I am having trouble passing variables to my server. The following code is on a button:

[Code].....

View 2 Replies

Media Server :: List Of Variables For Included Video Player?

Sep 11, 2009

I wanted to use the included video player from Flash media server but can't find a list of variables and values to pass to the player. Is there a list and could anyone point me in the right direction? I'm specifically looking to pass a stream name for a live stream to the video player.

View 6 Replies

ActionScript 2.0 :: LoadVars To Read Variables From .txt Files On A Different Server With Flash?

Mar 13, 2006

use loadVars to read variables from .txt files on a different server with flash, do any of you know because I'm getting really annoyed?

View 14 Replies

ActionScript 2.0 :: Obtain The Variables/contents Of A Php Or A Text File From Server Using LoadVars()?

Mar 5, 2010

I am trying to obtain the variables/contents of a php or a text file from my server using loadVars(), and the problem is that flash can get data from almost every server but from mine. (some shared hosting service) I just tried the code provided in the help files:

Code:

var my_lv:LoadVars = new LoadVars();
my_lv.onLoad = function(success:Boolean) {
if (success) {

[code]....

I'm sure that I did no mistake in typing the URL, for it works fine in the browser (also no spaces, no freaky chars), and when i change the URL to another domain (and put the txt file on that server) everything works fine. I tried both possibilities "network access" and "local access" as well as running from an exe projector. But no chance.

View 4 Replies

ActionScript 2.0 :: Loading Variables Not Working On Server But Works FINE Locally?

May 17, 2010

I have one .swf that loads a second one on level 2.level 2 then in turn loads variables from a text file .The problem is that it works locally, but refuses to work on the server. The urls are all local. This is such a simple procedure, I can't figure out what is wrong..... are there limitations doing this via server vs. locally? I never get any "file open" errors locally. I've spent 2 hours on this.... I'm just using a simple LoadVars similar to this example:

Code:
loadText = new LoadVars();
loadText.load("text3.txt");

[code].....

View 5 Replies

Asp.net Mvc :: Capturing Video From My Website

Aug 18, 2011

Is there a how-to I can follow to help me in selecting technologies and in implementing my solution? the exact behaviour I would like to implement is as follows:

1) page loads
2) webcam starts recording
3) user hits button
4) webcam stops recording
5) video is stored on my server

I have an MVC3 app I need to enhance with video capture functionality. I don't yet understand all the pieces involved but it seems I may have to choose between Flash (which is not supported on iPhones and iPads) and Silverlight.it also seems I need a server-side component like the Flash Media Server. Honestly I'm overwhelmed with all the choices (having to learn ActionScript, Flex, what not).it just occurred to me: if anyone's come across a service that will manage the process for me, that too would be very cool. I'm thinking that maybe someone out there (haven't found them yet but maybe it's a matter of poor keywords) has servers and offers a url I could use in an iframe to have them capture the video for me

View 4 Replies

ActionScript 2.0 :: Flash8 Capturing SWF Parameter Name?

Nov 23, 2009

There is a way to capture the list of parameters passed to SWF? Suppose that I have the following url:

Code:
mymovie.swf?level=1&score=100&23764826347

I would like to capture:

level
score
23764826347

Not the contents, but the NAME of the parameters!

This way, I can, for instances, pass a parameter that be the value itself, such as a code, like this:

Code:
mymovie.swf?427642833467

View 2 Replies

ActionScript 3.0 :: Capturing X,y Coordinates For Two Objects?

Mar 29, 2010

I have two columns of objects on stage, one on the left side column (A) and one on the right side (column B). Each column has 3 objects in it. For this quiz I want the user to be able to draw a line from each object in column A to the corresponding object in column B.To do this I need to capture the xy coordinates of the first object that the user clicks on and then capture the coordinates of the 2nd object the user clicks on so that I can draw a line between the two of them. Drawing the line is no problem but how do I capture the coordinates of the first object selected and then the 2nd object selected? This is as far as I've got with the code.

var clip:Shape = new Shape()
var startX=0
var startY=0

[code]....

View 1 Replies

ActionScript 3.0 :: Capturing BitmapData While In FullScreen

Jun 25, 2009

I am trying to do an image capture while in full screen, however the full image area is only partially captured, or the coordinates are off (see images below). The document size is 100x700, and the stage is set not to scale / aligned to bottom.I've been able to capture the right size, however it always seems to capturing the image from the wrong start x,y position. There is some elements out of bounds but I am just trying to clip them depending on the current stage width and height. In the source files you will see a few of my attempts commented off (below/attached).Fullscreen Capture :Normal Capture :

CODE :
import com.adobe.images.JPGEncoder;
///---------- [ Set Variables ] --------///

[code].....

View 14 Replies

ActionScript 3.0 :: Capturing The Scroll Wheel?

Mar 13, 2010

I have a Flash application in which I would like the user to scroll a UI element by moving the scroll wheel on the mouse. My problem is that the Flash application is embedded in an iframe that also has scroll bars. So when I use the scroll wheel, even when the mouse is above the Flash application, both the Flash application scrolls (like it should) but the webpage also scrolls, which I would like to avoid.
 
So is there some way to avoid this behavior? Can the flash application capture the mouse so that hte events no longer bubble up to the containing page?

View 3 Replies

ActionScript 3.0 :: Screen Capturing For Flash CS4?

Aug 17, 2010

I am currently doing Augmented Reality. I got my marker to detect my model but my problem now is how to screen capture the content that is in swf. (As in capture the dae model shown in the comp not from webcam.)
 
& also i just want to capture the swf window not the whole desktop.I read online, they say its impossible?
 
Or is it possible to call screen capture function in javascript to flash CS4? (LIke external data)
 
(Moreover, does anyone know how to detect multiple dae models with different markers?)

View 4 Replies

ActionScript 3.0 :: Capturing Text Input?

Apr 3, 2012

This question was posted in response to the following article:[URL]

View 10 Replies

Capturing Images From A Flash Gallery

May 1, 2009

There is a site with an image gallery that uses Adobe Flash.Is there a way I could capture the images? ( Apart from print screen)Softwares like Orbit do well with .flv videos, but don't work with images.Is there something that will help me getting a direct path to the images?

View 3 Replies

As3 :: Flash - Dynamic Button Name Capturing

Mar 19, 2010

i am using this code below to dynamically capture the name of the button pressed and then playing the related balloon movie clip animation.

[Code]...

View 2 Replies

Flex :: Capturing Key Events In A Mx:Image?

May 6, 2010

I'm trying to capture key events in a mx:Image and I can't get it to work.

<?xml version="1.0" encoding="utf-8" ?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" />
<mx:Canvas width="100%" height="100%">

[code]....

When I press a key when the mouse is over the image I expect the label text to change to "Something", but nothing happens. I've done all sorts of combination of enabled and putting the keyDown on the canvas and the label as well.

View 2 Replies

Actionscript 3 :: ALT Capturing In Flex Apps (yet Again)?

Jan 6, 2011

I know there have been similar threads in the past but I can't seem to find a decent definitive answer / workaround for the problem I'm facing.What I'm trying to do: capture ALT+SHIFT+something keyboard events. Pretty straightforward, right?

Issue: When pressing ALT+SHIFT doesn't seem to ever shoot an event. The only combination that seems to work with ALT is CTRL+ALT +something, as pointed out here.

Question: I've read that the browser catches some of the keyboard events, but this happens with the basic flash player too - maybe that catches events too? Would love to know if there is a solution that doesn't involve messing with JS.

View 1 Replies

Flash :: Capturing A Part Of A Movieclip?

May 10, 2011

I have a movieclip on stage. Its 500x400. It has many children of diffent sizes added to it. How can I capture the area 300x200 of the movieclip from (0,0). Suppose there was a child at (100,100) of width and height 300 then I should be able to see from this child from 100 to 300 and 100 to 200 respectively. The rest of the area is not needed. I should be able to manipulate the captured image later. So I guess I have to capture it as a Bitmap. But how can this thing be done.

View 1 Replies

ActionScript 3.0 :: Best Method For Capturing Time?

Feb 4, 2011

Don't know if anyone here has ran into this, but I've got a toggle button, that I need to measure the amount of time that it is in the "on" position & then use that amount in a calculation. What would be the most efficient means to do this (or if it is even possible)?

View 3 Replies







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