ActionScript 2.0 :: Capture Info On Local Server With No Internet?

Feb 25, 2008

Is there a way to capture the info that a user types into an input field locally if I'm somewhere that doesn't have internet access?

It is a sort of kiosk that will not have internet access and I need to capture the name and email addresses of the users.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Connect To Internet From Local?

Dec 14, 2009

I need to connect to internet from local file. when I try, I get warning about trying to connect to internet and the when I hit 'OK', I get error:

[Code]...

View 5 Replies

Actionscript 3 :: Flash Game Local Or On The Internet?

Feb 23, 2010

I'm currently developing a flash game and I need to be able to test it on my local machine and also on the web. When running locally I use some dummy test data and when online it is joined to an API. While in development I would like to be able to detect where I'm running so I can switch between these automatically. Is there a way to detect this in Flash?

View 1 Replies

Connect Local Database From Internet Browser?

Jun 29, 2011

I need to find a way to develop a program which can run local and server side. I don't know silverlight/flash or something else can do it.Is there any framework/language/platform which can work over internet when internet connection exists and can work when internet went off?

View 1 Replies

ActionScript 3.0 :: Files Not Working Local Vs Internet?

Jul 26, 2010

I had to change my global settings to be able to view my project on my local machine (clicking on index.html and have it open with explorer). Everything runs fine, locally.Videos play, music sings, everything is great.I put it online, no videos will play.All files are where they should be. I've checked 50 times and will do #51 soon.My swf does do some activex calls (this will eventually only be run locally on machines in a wrapper so its like a kiosk)

View 4 Replies

Flash :: Check Internet Connection Running Local Swf

Jun 7, 2011

I am creating a local app that is going to be a swf file. Is there anyway to check if the user has internet while they are using my app. I tried this, it works great if testing the movie from flash, however, It does not work when running the swf file independently. I'm guessing this is because it is strictly intended for air app.[code]...

View 3 Replies

Flash :: Execute An External .exe From A Local .swf Using A Local XML Socket Server (C#)

Jan 7, 2012

I'm developing a game add-on/plugin which replaces a built in feature of an online game. The game loads an .swf therefore, my solution also has to be an swf for it to work 'in-game'.

I would like to be able to have the user press a button in the custom .swf I am making - and this would open an external application (amongst other things). I.e. if there was a button that said Notepad, it would open Notepad.exe on the machine.

My initial thinking was that i could have a XML Socket server 'daemon' runnning (c#) , which i could connect to with flash - however, as both the swf and the daemon are local, flash complained and gave this error: "Error #2010: Local-with-filesystem SWF files are not permitted to use sockets."

The only way i know to fix this - is to change the security settings of flash - not very user friendly!

So! Any thoughts on how I could otherwise go about this? I was thinking a custom http server could do the trick (connected with URLRequest) although i'm not too sure.

View 1 Replies

Media Server :: Make A Local Streaming (connection) To The Server,by Seting The FME?

Jul 21, 2011

I managed to make a local streaming (connection) to the server,by seting the FME at rtmp://localhost(or my IP)/live.But now i want to make a non local streaming.

View 2 Replies

IDE :: Capture MC And Save To Server?

Jun 21, 2009

what I'm looking for is a tutorial on how to save a MC directly to my server. So let me explain this. The user will click on a button inside my flash application and it will save the MC straight into a folder on my server (as a jpeg), so it can be accessed later on.Is this even possible?

View 1 Replies

Media Server :: Web Server Info For FMS?

Dec 8, 2005

I haven't seen enough documentation or links for this to know what the situation is.  Does FMS come with its own web server or does it require installation on an existing web server?  Which web servers are compatible?

View 2 Replies

ActionScript 3.0 :: Capture Image And Save It To The Server?

Jun 2, 2009

i have an ongoing project something like this [URL], same concept, upload image and the template sits above the uploaded image then save to the server. The problem is it only saves the template and without the uploaded image. So how can i save the template with the uploaded image? something like a screenshot on a specified width and height? Im still exploring actionscript specially as3.

Code:
var jpgSource:BitmapData = new BitmapData (container_mc.width , container_mc.height);
jpgSource.draw(container_mc);

[Code]....

image_mc is the container for the uploaded image since i want to edit the image then save the image with the template as my border or something like a picture frame (container_mc). Yeah i know you've seen this code in some tutorial, i just want to tweak it so that i can learn to manipulate the actionscript.

View 5 Replies

Media Server :: Impleament Internet Tv With FMS

Aug 31, 2009

for implementing an internet tv , in what way we must give the output of dvb card to FMS.

View 10 Replies

ActionScript 3.0 :: Data Capture Form With Remote ASP Server?

Aug 17, 2009

I'm making a small flash app that's going to have a data capture form at the end. The problem is that it's going to be hosted on someone else's server and we need to capture the data ourselves. Our server is ASP and I really need the data from the form to be sent to us where it will be written to a database. - Is this possible at all? I've been looking into URLLoader and URLVariables but our tests aren't working so far.

Here is the AS3 code I'm using in the flash file..

ActionScript Code:

Code:
contact_name.text = contact_email.text = contact_subject.text =
contact_message.text = message_status.text = "";
send_button.addEventListener(MouseEvent.CLICK, submit);

[Code].....

View 1 Replies

Media Server :: Develop An Application To Capture The Event Using A Cam?

Nov 24, 2009

I have few queries on Flash Media Server:
 
My Requirements 1. First requirement is to broadcast a live event through a website. So I need to develop an application to capture the event using a cam (I don't want to use Media Encoder) and I need to create a player for the web site.2. Second requirement is, in a webpage need to display the same live streaming event, also need to display another 8 live videos (which capture the webcam of 8 different users). Basically can I do multiple streaming how can I handle
 
Questions:a. Can I use Flash Media Server to meet the above requirements?b. I have a dedicated server for FMS and I have webhost for hosting the website. Since FMS and the web hosting are different server, will FMS communicate with the hosting server?c. What is the minimum config for the hosting server? Is it better to go for some Unmetered Servers?

View 1 Replies

Media Server :: Capture Images From StageVideo Container?

Dec 1, 2011

I am developing video conference application in flash with FMS4.5 and integrating StageVideo API for rendering video on hardware and it's working very nice but, I am not able to capture picture from StageVideo.

View 5 Replies

Flash :: Capture Audio From Browser And Save It On A Server?

Oct 24, 2011

I'm currently working on a project - an online education system, and I need to make it possible for studs to introduce themselves in a 30 sec audioclip. I need to implement it with Adobe Flash. The problem is that I have no idea how the Flash + Red5 duo work together. There aren't that many helpful recourses online, at least for me since I'm a beginner at Flash. (I do mostly PHP stuff.)

1) When you connect to the server, how do you make it record audio from flash client? 2) After 30 secs, how do you stop recording and save file in a specific folder on a server?

View 4 Replies

Media Server :: Streaming Video Over Internet Using FMS 3.5

Jan 20, 2010

I,am using FMS 3.5 to stream video over internet.This video will be a part of a website www.mywebsite.com . I have the webserver in my company. This webserver has the local LAN IP : 192.168.10.19 which is binded with a public internet ip 212.77.xx.xx .This website is hosted using IIS 6.0 on OS windows 2003 server with SP2.I created a swf name sample.swf from sample.flv file and gave it the rtmp address as follows: url...is the instance on the server, and 192.168.10.19 is the LAN IP of server) ,and it worked fine and every one within the local company network could see the streaming video. Now i tried to replace this local address with the public address and the address became as follows: url...After giving this public IP in the rtmp address i,am getting a message "Failed to load Flv from the address url...and as as result the video is not streamed and it only shows the progress bar on the link url... without loading the video. I have also checked the ports 80,1935,1111 on the server and they are open. Is there any problem with my rtmp address with public IP or any other reason ??

View 7 Replies

Media Server :: Can FMS Do Multicast Streaming Through Internet Rather Than Only LAN

Oct 27, 2010

1) Can FMS do multicast streaming through internet rather than only LAN?

2) Can we create multicasting of recorded video files stored on the server rather than LIVE video multicasting?

View 10 Replies

Media Server :: Capture Mac Firewire Output In FMLE And Stream Through FMS?

Jan 5, 2011

I need to take the some stream which is coming from firewire on mac, and then transcode/encode it to perticular bitrates, then stream.I think from firewire to FMLE, its straight forward. How can i stream? How can i give my clients ( say from mobile, or from any player as a http url streaming) stream? Do i need to use Flash media server, if yes can anybody point out the steps to set-up the same.

View 12 Replies

Flash :: Networking - Capture And Monitor The Request Of The Client To The Server

Sep 22, 2011

I want to make an auto-play for some flash-based web-game, but I don't know how to capture and monitor the request from the flash client to the server.

View 1 Replies

Flex :: Internet Explorer 9 Does Not Update With Changes On Server From Application

Jan 6, 2012

I have a flex application that when i update on the server i can see the changes in both firefox and and chrome but I.E continues to show the application before the change... Its as if I.E had the application Cashed somewhere. I dont understand where it could be holding it. I have tried clearing my cookies and i still get the same view before my changes. Has anyone else had this problem before with Internet Explorer?

View 2 Replies

Media Server :: AudioSampleAccess / Capture Audio From RTMFP Subscribed Stream

Sep 17, 2010

I'd like to capture the audio data from an RTMFP stream to which the client is subscribed (so I get a bytearray of audio samples).The presence of the audioSampleAccess propery on the NetStream class certainly makes that sounds possibe: For RTMFP connections, specifies whether peer-to-peer subscribers on this NetStream are allowed to capture the audio stream. When FALSE, subscriber attempts to capture the audio stream show permission errors.[code]But in the case of audio, I dont know how to address the audio data to get it into a bytearray.My instinct said this wasnt possible, but the presence of the 'audioSampleAccess' property makes me think it might be..

View 5 Replies

Javascript :: Alternatives To Red5 Recorder And Server For Webcam Video Capture?

Feb 26, 2011

I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for me. I just need something simple to capture and then upload. I really want this to be open source and free.

I've done a fair amount of searching and it seems that most of what i can find is either a full blown service with hosting, or the red 5 suite. I've been trying for a day to get something going on with Red5, but honestly I haven't done any flash or java development in over 6 years and this seems way too complicated when all i really want is a flash object i can stick on a webpage.

View 2 Replies

ActionScript 3.0 :: Upload File And Get Info From Server Simultaneously

Mar 2, 2012

I want to upload file and get some information from server at the same time. I have the code:
file.addEventListener(Event.COMPLETE, function():void {
trace("complete 1"); });
file.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, function():void {
trace("complete 2"); });

When the returning data is not empty, I see:
complete 1
complete 2
But when the returning data is empty, I see:
complete 1
How can I understand that file uploading is compete absolutely even if received data is empty?

View 11 Replies

Flash :: Asp.net - Parameters - Security - Save Certain Info Onto The Server

May 21, 2010

In Flash, I have the ability to save certain info onto the server. Now the problem is the user needs to be authenticated as admin in order to do so. I can't use sessions, since if you work longer than 20 minutes in the Flash application, the session is gone. The way I see it, I have 2 possibilities:

1. passing a parameter (bIsAdmin) to Flash from the Website.

2. Launch a http-get request, to get this value (bIsAdmin) from an ashx handler
on application startup, when the session has not yet exired.

In my opinion, both possibilities are not really secure... So, which one is safer, 1 or 2?
Or does anybody have a better idea ? In my opinion, 1 is safer, because with 2, you can just switch a packet tamperer in between, and bang, you're admin, with permission to save (or overwrite, =delete) anything.

View 1 Replies

Media Server :: Mozilla And Internet Explorer - Playing Flv Files

Oct 28, 2010

We have one player in this player we are playing flv files. If we are opening that player in the mozilla we can view the flv file after 2 second but in the internet explorer we can see the same flv after 20 to 25 second.

View 5 Replies

ActionScript 3.0 :: Error #2148: Only Local-with-filesystem And Trusted Local SWF Files May Access Local Resources

Jul 4, 2010

I'm trying to load a local xml file:

xmlLoader.load(new URLRequest("../xml/xmlData.xml"));

But I'm getting this security sandbox violation:

#2148: Only local-with-filesystem and trusted local SWF files may access local resources.

I don't get this error when I embed the XML file directly with the EMBED metadata tag.

View 3 Replies

Media Server :: Get More Info For NetConnection.Connect.Failed Error?

May 11, 2011

I have a single server that runs IIS and FMS, both on port 80.  The server has two internal IPs assigned to it, one for IIS and the other for FMS.  I also have two static public IPs.  My router maps one public IP to IIS' internal IP and likewise for FMS.
 
IIS works fine.  Using an online port scanner, I was able to determine that port 80 is responsive for both public IPs.  Before I had configured my Adapter.xml and fms.ini, only IIS' public IP was responsive.  This seems to indicate that FMS is fine.
 
However, when my ActionScript creates a NetConnection and calls connect(), my netStatus callback takes about half a minute to be invoked, and I get "NetConnection.Connect.Failed".  Which is not very informative.  Is there a way to get more info about the cause of the error? 

View 1 Replies

Flex :: Send Info Using USLStream From Flash Client To JAVA Server?

Jul 18, 2010

I am trying to send info using USLStream from flash client to JAVA server.Some of the info is Chinese so i have to use Unicode.

View 1 Replies

Media Server :: One Play Back RTMP Files In Internet Explorers Browser

Jun 25, 2010

I use video player from the flash media server and it will playback url.. as this originates from Flash media encoder then i have to enter this on the videoplayer but when i replace localhost with my IP address i get no joy at all. Also i can run url...ok from videoplayer in the media server but it allows the user to use http so how is this achieve as i cannot get it to work at all. tells me there is no connection. also this i try using local host and my IP address as well but no joy.

View 4 Replies







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