Actionscript 2.0 :: Flash Using Dial Up Connection?

Oct 6, 2009

I've got a project on my hands, an interactive kiosk. I've created the interface in Flash, but I have some issues I can't get past. First of all, I want to create an emergency call feature, where the user presses a button and the kiosk dials the emergency number (112 for Europe). Now, how can I make the Flash movie call upon Windows' dial up connection, dial a number, establish a connection then disconnect? I know that Flash can't use Windows services directly, so how can I accomplish this?My second issue is that I also would like to create a photo-shoot system, where the Flash movie takes a snapshot from the webcam, saves it as a file, then the user needs to input his email address and the file is sent by email as an attachment.

View 1 Replies


Similar Posts:


Flash :: Access Dial Up Connection?

Oct 7, 2009

I've got a project on my hands, an interactive kiosk. I've created the interface in Flash, but I have some issues I can't get past. First of all, I want to create an emergency call feature, where the user presses a button and the kiosk dials the emergency number (112 for Europe). Now, how can I make the Flash movie call upon Windows' dial up connection, dial a number, establish a connection then disconnect?

View 4 Replies

ActionScript 3.0 :: Rotating Dial -

Sep 12, 2008

I have a rotating dial coded in AS3 but I cannot get it to follow with the mouse - It works the way I want it to if I grab opposite to the pointer (so 90 to 180 degrees from the pointer) to rotate the dial. The problem is that I am using the rotation degrees to set a value only in positive numbers ranging from 0 to 240 instead of 0 to 360. If I change the standard rotation code so it tracks with the mouse, it reveals angles -180 to +180 which would screw up the number conversion to positive 0 to 240. I am thinking if I have to change "var r", then "var tr" needs changing to get it back.

View 4 Replies

Dial Animation With Buttons?

Sep 21, 2009

I have a simple game with a dial and a needle. I have made two "right" and "wrong" buttons.Simply, I need to be able to make the needle move forward when the "right" buttons is clicked, and backward when the "wrong" button is clicked, regardless of the needleposition on the dial. What would be the simplist way to accomplish this? I am a beginner with Actionscript, and I've tried all I know to do

View 1 Replies

Dial In Anchor Point For 3D Rotation?

Jul 13, 2009

Flash knows where the anchor point is in 3D space in order for the symbol to rotate around it, but I can't seem to figure out how to see the coordinates of the anchor point or type in new ones. Please tell me how to do this. I am already very annoyed that Lynda, a pay service, doesn't think this is vital information. Apparently they think we would never want to do anything more visually stimulating than one simple spinning logo! But I digress...

Just to be clear, I know how to move the anchor point visually on the stage, but I want accuracy. I want to be able to give two symbols the exact same coordinates to rotate around.

View 3 Replies

ActionScript 2.0 :: Speedometer - Needle Movement Min / Max On Dial

Jun 21, 2004

I am currently trying to create a type of speedometer thing which reacts via various buttons on the screen. I done a simple script for the needle to move so many degrees left or right but this simple script doesn't stop the needle from continuing to go to far left or right (min/max on dial). Is there a way of stopping the needle once it has reached say 10 degrees and 120 degrees?

My script is:
bad_btn.onPress = function (){
needle_mc._rotation +=16;
} good_btn.onPress = function (){
needle_mc._rotation -=16;
}

Bad and good buttons determine the left and right. I am also interested in whether once the needle has reached it max point this would trigger of another function etc.

View 14 Replies

Flash :: Flex - Using Media Gateway Application - Status Is Not Getting Update Like: "Connection Failed" Or "Connection Success"

Dec 17, 2010

I got a IP Communications new account having following paramters:

[Code]...

Its showing me connecting ... Status is not getting update like: "Connection Failed" or "Connection Success". how to use the above information in this app,

View 1 Replies

ActionScript 2.0 :: Turning Dial With Sound Clicks As It Turns?

Dec 17, 2006

I'm having trouble with this turing dial. I want to have a clicking noise as the user drags the dials around.

See it here: [URL] Download the .fla file here: [URL]

View 7 Replies

Java :: Flex To Failed Connection, Scrapbook Successful Connection?

Sep 13, 2011

Im trying to make connection from flex to java and from java to mysql. I managed to connect to java, but having error that class not found: com.mysql.jdbc.Driver. But i downloaded mysql.jar, included it added to library, and connection works when i testing it from clipse scrapbook. Dont know what to do, i spend last couple days on this.

Class.forName("com.mysql.jdbc.Driver");
String username = "username";
String password = "password";

[code]....

Basically the solution was simple. Everybody keeps saying to put jar into lib folder, so i done it, but i wasnt realised that i have to put into my servers lib directory, not app lib directory and this miserable mistake cost so much. Anyway i hope this will help for some newbie like me.In this particular situation im using red5, so i putted it into my red5 dist/lib directory and "surprisingly" its started to work.

View 1 Replies

Media Server :: End A Connection - Use To Add A Function That Kills The Connection?

Mar 16, 2010

we have a two way webcam + mic connection set up using FMIS. we use to add a function that kills the connection?

View 2 Replies

Professional :: Make A Circular Dial, Point At The Mouse Position While Staying Locked To It's Location?

Jul 23, 2010

I trained on flashMX back in the day and haven't done anything since so now I've got CS5 it's a bit like being at school again! I have a circular dial sat in the middle of the screen with an arrow placed on it's edge. How do I get the dial to rotate so it always faces the mouse pointer?

View 7 Replies

ActionScript 2.0 :: Contents Of A Text Field As The Dial Points In The Direction Of The Text Field?

Nov 15, 2004

I am working on a file that has a rotating dial, and I'd like the dial to reveal contents of a text field (a link) as the dial points in the direction of the text field. I have 4 text fields located at 90, 180, 270 and 360 degrees (top, bottom, left and right). I have it controlled via AS, so I've got all the Math but I was hoping someone might know how to reveal the links when the arrow (in the dial) is pointing in these directions.I set up a text field for testing, which shows the degrees, but I'm getting 'NaN' in the field (problems with Theta and converting degrees to Radians, I think). I thought this might help me figure out how to reveal those links, if I can get the NaN to work.Currently, the file is rotating with an onPress, but I'm going to convert it to a mouse follow, instead, so the user only has to float around to see the links.

View 5 Replies

Professional :: Connection Flex/Flash To PHP

Mar 29, 2010

i found this link online about connection flash/flex to php. [URL]
 
basically what we are trying to do is connecting the flex login and get authenticated through the php/mysql database.

View 6 Replies

Flash :: Establish An SSL Connection From A Socket In It?

Sep 26, 2010

Is it possible to establish an SSL connection from a Socket in Flash?

View 1 Replies

Actionscript 3 :: Use TCP/IP Connection To Server From Flash?

Jun 13, 2011

How to use TCP/IP connection to server from flash?I use ActionScript 3 and Flash CS4.I want to put module on site, which connects to server and get fresh info from it.

View 2 Replies

Flash 9 :: Checking The Internet Connection

Oct 21, 2008

Is there a way to continually check the user's internet connection from within Flash?

The one way I've seen is to load a small file using loadVars, and if that file loads successfully, then the connection is good.

But is there something in System.capabilities or System.security that might be a better option?

View 1 Replies

ActionScript 3.0 :: Flash App Secure Connection

Aug 12, 2009

I have a Flash app that makes periodic calls (using URLRequest and URLLoader) to the same server that hosts it, to check if the current session has expired or not.The problem with this is a man in the middle can spoof a valid response.Is there a generally accepted way to validate a response?Would using 'https' in URLRequest(url) invoke https protocol, would that be sufficient? I'm not a security expert, but would that check if the site is who they say they are, just like the browser?

View 0 Replies

ActionScript 3.0 :: Facebook Connection Using Flash IDE?

Sep 24, 2010

how to make a connection with Facebook using AS3 and the Flash IDE.

I must of tried over 50 tuts by now and none seem to work. Obviously the update of the API causes issues however I've yet to find one tutorial which actually works and can bring in profile info like name, friends list and profile pics.

View 9 Replies

ActionScript 3.0 :: TCP Connection From A Flash Client?

Mar 30, 2009

I have a client written in as3. I want the client to open a TCP connection with a server in order to transfer textual values. I need this connection to run through port 80. Is it possible? Can the server send back textual values as well? Can the text be transferred in XML without creating the file on the clients computer?Is it possible to serialize the textual data?

View 1 Replies

Flash - Connect To A SSH Server Through A Telnet Connection?

Dec 1, 2009

Is it possible to connect to a SSH server through a Telnet connection?I am trying to connect to an SSH server from Flash, but there is no OpenSSH implementation available in ActionScript. I can successfully connect to a Telnet server and execute commands.

I am not able to make any changes on the machine with the SSH server. The machine I am connecting with is running Windows XP SP3. I am willing to get whatever software for the Windows machine that is necessary.

View 6 Replies

Flash :: (as3) URLloader Keeping Connection Alive?

Feb 1, 2010

I have a little problem with a simple URLLoader,it simply just loads the data from an url, and processes that data, nothing complicated. But, when ever i run it, it leaves the connection open. At the bottom of the browser it says:

Transfering Data From www....

The data is read sucessfully, so it should close the connection? but doesnt seem to want to do it. Is there anyway to close all open connections, or somehow remove such message?

View 1 Replies

Detect That TCP Connection Has Been Refused Using Flash.net.Socket?

Aug 3, 2010

There is a flash movie which is using flash.net.Socket to connect to a server. But there could be a situation when the server is not running, hence nothing is listening on the port socket is connecting to.

When I do "telnet hostname port" I get a fast connection refused error. But flash.net.Socket does not invoke any event (see below), but silently waits for socket timeout. For me it is important to reduce time needed to detect non-existing server as much as possible to be able to reconnect to another server in the cluster.

I've tried the following events, but to no avail:

close
connect
ioError
securityError
socketData

None of these is invoked in such situation.

Is there a way to detect that TCP connection has been refused using flash.net.Socket?

View 3 Replies

Flash :: Establish Connection Of A Site With A Database?

Aug 24, 2010

How can I establish connection of a Flash site with a database(i.e. MYSQLetc)?

View 4 Replies

HTML5 Web Sockets (TCP Connection) With Flash Fallback

Sep 20, 2010

I read about a project that enables the developer to program a HTML5 web sockets application that is compatible with older browsers by automatically falling back to using a flash method.

View 1 Replies

Actionscript 3 :: Check For Internet Connection In Flash?

Nov 24, 2010

How do I check for an active internet connection in Flash using Actionscript 3?

View 2 Replies

Flash :: Flowplayer Requires An Internet Connection?

Mar 10, 2011

I've noticed in testing a problem whereby Flowplayer will not play any content without a internet connection. All the files which make up my project are stored locally, and I've gone through and checked all the paths to make sure nothing points outwards towards the internet.

Curiously if I pull the internet connection out before the web page loads, the video file fails to load, however installing a loopback adapter gets around this. How can I alleviate this problem?

For proofs sake I've loaded the page in chrome looked at the network activity;

View 1 Replies

Flash :: Flex - AIR HTTPService - No Internet Connection

Jun 8, 2011

I am creating an air app that uses HTTPService to connect to a .net api and get a user for example. It works great when I publish the move for "Flash Player 10" as a .swf, however, when I publish it as .air it seems like there is no internet connection at all. I am assuming it's internet securities (maybe firewall). I turned off my firewall and everything that might be blocking the internet access, but nothing seems to work.

View 1 Replies

Flash - Implementing Realtime Connection Between Players

Oct 11, 2011

I need to implement a realtime connection between 2 or more players, that will play a Flash game. I've read that RTMFP is a good choice to make this connection the best possible (were best=less lag between actions), but, I am quite new to this kind of things, what documentation/tutorial/guide you think would be the best to get started and finally make a good implementation of RTMFP?

(Also, I read that there are differents servers or frameworks that provide the same, like Cirrus, Red5, etc, what pros and contras have this?, taking cost into account). I was reading the adobe documentation, there is an example too, but I'd love to see some more flash game based example, even a very basic one, so I can extend that functionality and start making tests. I got it working, now, I need to know how to make a webservice for the peer ID interconnection.

View 1 Replies

FLASH :: PHP - Persistent Connection (data Streaming)

Mar 11, 2012

The idea behind is a multiplayer browser game which interacts with a PHP server. Right now it works like this: Every second the browser is doing an ajax call to the php script which checks everything and returns the response. All in all it runs fine, but the problem is that the browser gets overloaded (because of thousands of ajax requests) after a while and it becomes impossible to play anymore. Also the delay of 1+ second is pretty much. My idea is to have a simple flash pixel which will have a 2-way communication with the server. For example:

[Code]...

View 2 Replies

Best Ways Of Creating A Flash To Server Connection?

Sep 23, 2009

I'm trying to create a flash mmorpg and I don't know what would be the best way of creating a connection that would handle the movement of people.I was thinking of saving the data on the mySQL server but I don't think that that would be the best way of doing this.

View 1 Replies







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