Flash :: Send Message To Nearby Mobile Phone?
Feb 15, 2012
I have been given the task of sending messages (SMS/Flash/ other formats) to any phone entering a restricted area... How do I detect the phone and send message to it without any prior knowledge of it's SIM Number?
View 2 Replies
Similar Posts:
Apr 23, 2009
Any experience of creating a keypad that acts like a mobile phone in text messsage mode eg to get the letter C you click the ABC button three times and everytime you click it the text field scrolls through each of the relevant letters.
View 2 Replies
Apr 18, 2010
Is it possible to send message from flash to mobile devices.If it possible send me the proper way to develop.
View 1 Replies
Nov 15, 2003
im trying to create a mobile phone in flash, so the user clicks the buttons and the numbers come up on screen. Im having trouble making it display the numbers i want, for referance ive used the code:
on (release) {
_root.screen = _root.screen*10 +1
}
on the button, and replaced the 1 where needed. It works so far, except for the 0, * and # buttons
View 3 Replies
Apr 7, 2010
I have an htc Imagio. I cannot seem to find a Flash Player for it. how to get Flash to install on a Windows Mobile 6.5 phone?
View 1 Replies
Oct 12, 2011
I have a flash heavy website. I also have a PDF version of the information on the website. I want to add determine the browser (or platform) requesting the site and if it is a mobile device (or flash unsupported devide, i.e. iPhone or iPad) redirect the user to the PDF.
View 3 Replies
May 6, 2011
I am building an Android application using Flex Hero. When I run the application I can package it fine on my mobile and run it on the device, however, as soon as I want to run in debug mode on the device, the device gives me a message like: "Can't connect to debugger (192.168.1.12). Enter IP-address or hostname". The device is connected with a USB to the PC and USB debugging is enabled on the device. I have tried to shut down the computer's firewall, but no result.
View 1 Replies
Feb 9, 2010
I have bee trying to stream to mobile phones.. I have installed flash lite on the phone, I dont know what to do
View 1 Replies
Jan 26, 2010
I am attempting to simulate a mobile phone within a movie symbol. What I want to do is create a movieclip where teh user will be able to create a message in a SMS format.
I dont need to SMS to actually be sent but I would like the user to be able to "Simulate" sending a text message.
I have created a simple movieclip with 9 (1-9) buttons and a dynamic text (For the display). What code will go into each button?
View 1 Replies
Jan 24, 2012
I'm looking to build a banner advert for a client that allows users to input their details in order to receive a free guide sent through to their email address / have the option to enter their phone number for a call about the promotion. I've cracked the email validation (i think), however I'm having a few problems validating phone numbers before they are approved and sent for data collection. I have found the following tutorial online (url.../) which provides you with the following code;However, this is for US phone numbers I think and I'm looking to either have it UK based or preferably allow all telephone numbers to be validated (is this possible?). Currently the form on the tutorial page does not allow for standard UK landline and mobile phone numbers.[code]
View 1 Replies
Jun 14, 2011
Adobe AIR is pretty heavy. So is it necessary to be installed on my phone? Are there any alternatives to it..something lightweight.
View 2 Replies
Aug 23, 2011
I would like to create an app for Blackberry, iPhone and Android using Adobe Flex. But I need to access the phone's contacts and I can't seem to find a way to achieve this.
View 1 Replies
May 24, 2011
how to create a List components for Nokia mobile. For your information, i have visited the Nokia website about that.[URL] That website also can download the source code and documentation. What the problem is, that documentation doesn't show the tutorial how to add item, scroll the list and so on. Below is the feature of my mobile phone for clarify.
Mobile Phone: Nokia 5800
Flash : Flash Lite 3.0
Feature: Mobile Phone Touch screen
how to use a List components from Nokia. Just to know how to use the code for add the item, delete the item and scroll list.
View 1 Replies
Oct 31, 2011
designing a mobilephone-like keyboard using AS2 for a project i'm developing. I'm experienced in other programing languages but i'm just starting with AS2 and i'm a bit lost in this keyboard issue.
View 1 Replies
Jul 26, 2011
I get this error every time:
Error occurred while installing the application:
864 KB/s (33668 bytes in 0.038s)
pkg: /data/local/tmp/Main.apk
Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE]
I have a very simple "HelloWorld" action script mobile app which simply adds a text field to the display list. Running the app on the desktop using the HTC Desire simulator works just fine, however testing on the device is throwing that error.
On the phone I have installed the Adobe Air available on the Market, the device is connected and the version of android running is 2.3.3.
I can't seem to get away from this error. I've tried creating flex mobile projects and imported one of iBrent's tutorial projects [URL].. to see if they work but alas I get the equivalent fail error.
View 1 Replies
Mar 9, 2012
I want to send a single UDP message when a button is clicked on an iOS and android device.
Does anyone know how this is done in Flash?
View 4 Replies
Jun 5, 2010
So I can get online friends without problems into my Flash, but how can I send them a message to Facebook chat? Is there any API for that? I found some applications that are doing this.
View 1 Replies
Apr 22, 2011
I am developing an iPhone app with Adobe Flash and I can't figure out how to send a text message directly from within the app.[code]...
When the function is run on a phone, the default SMS client is launched with the telephone number already entered
But is it possible to send an SMS text message without opening the SMS client?
Or is it only possible by calling an external server?
View 2 Replies
Jun 30, 2011
I have a flash application. I'm trying to send users text messages via php after they did certain things on the flash.
For example,
Text user 1 hour after they did
thing#1.
Text user 10 minutes after they did
thing#2.
[Code].....
I'm thinking of setting up a table for the list of things that will trigger the text. Then have a cron job set up to check the timestamps of each user finishing those things.
View 1 Replies
Feb 15, 2012
Can I make a button, that when I click it the phone makes a call to a certain number, or similarly sends an email to certain address with some pre-populated fields. I need this to work on iOS and Android too.
View 2 Replies
Feb 16, 2010
Is there a way to send a simple SOAP message to a web service on another domain, while not caring about the response (this is simply a small data push) in an old flash app?
View 1 Replies
Mar 10, 2011
I've successfully created an FLVPlayback component using the component library and it's playing the streaming video that I want it to. My question is, if that stream is not online or cannot be found, how would I go about displaying a message on the stage to let the user know, there is no active stream.
UPDATED:
Here's my code -
thestream.addEventListener(NetStatusEvent.NET_STATUS, onNCStatus);
function onNCStatus(event:NetStatusEvent):void {
trace(event.info.code)[code].....
There's no output still. It seems like the function isn't getting invoked. However, if I place a trace outside the function (before it), I get a response: trace(NetStatusEvent.NET_STATUS);
the output:
netStatus
View 3 Replies
Mar 27, 2012
I am trying to figure out how to send an email from a Flash Mobile (smartphones: blackberries, iphones, androids) app using mxml and Flash using Flash Builder 4.6. My boss told me to find out if it is possible. So far, I have been doing a lot of searching around on the internet for an answer.
I found this website: [URL], that has some classes for sending email in flash, but #1, I don't know if they work in Mobile apps, and #2, I can't find any instructions or tutorials on how to use the classes to send a simple email.
I downloaded the package from the site and imported into my project, where I am trying to send the code. But without sample code on how to simply send an email, I am not entirely sure what all do, and nor am I sure how to determine things like what port number to construct the SMTPMailer object (the SMTPMailer object is included in that package, and it takes a host string and a port number integer in it's constructor), right now I am trying 80 or 8080 for the port number, and I've tried localhost and one of our server computers, 198.162.1.109 for the host.
Anyway, I keep getting this error: Error #2044: Unhandled IOErrorEvent:. text=Error #2031: Socket Error.
Here is some of my sample code:
[Bindable]
private var mailer : SMTPMailer;
private function init() : void {
[Code]......
View 2 Replies
Jan 22, 2012
I need to send a message from a Flash contact form to PHP. Do I need to encode characters like ' " < > & because of possible XSS attacks or something else?
View 2 Replies
Nov 30, 2009
I'm new to flash, but I have some knowledge. I have a asp:textbox where I write something. and then I want that message to show on my flash window. How do I send the string.
View 3 Replies
Jul 16, 2010
How can I send a message to the currently logged in user from inside a Flex application contained in a Facebook iFrame and using the official AS3 Library for Facebook?
View 2 Replies
May 26, 2009
I have downloaded a flash from template monsters and its great but I have one issue that nobody seems to know how to resolve. If you go check contacts there is a message box where you can type your message , subject, and name. Under the message box are 2 buttons < CLEAR > < SEND >. How to fix up these buttons to work? Clear should delete the message. And I'd like some other way to send the message besides mailto actionscript.
Attachments: 23251.swf (2.2 MB)
View 4 Replies
Jan 7, 2012
How to send photos to facebook with the graph API for mobile?
View 1 Replies
Jan 17, 2011
working on a text Chat application with FMS4 "RTMFP" connection and i am looking a functionality to send direct message to one to another peer
View 6 Replies
Jul 19, 2011
I use fileReference.download() to download files. The fileReference send request to java servlet.In servlet, some error may be checked. For example error - 'File not found'. I want to send the error to flex side. I tried lots of methods,but fileReference in flex can't receive them.Such asresponse.sendError(HttpServletResponse.SC_NOT_FOUND, "File not found");r PrintWriter out = resp.getWriter(); out.print("File not found");It seems fileReference can't triggers event 'DataEvent.UPLOAD_COMPLETE_DATA' and'HTTPStatusEvent.HTTP_STATUS'.
View 1 Replies