ActionScript 3.0 :: Send Text Messages Through Flash / Air As Well As Make Calls?
Feb 20, 2012Is there a way to send text messages through flash or air as well as make calls?
View 9 RepliesIs there a way to send text messages through flash or air as well as make calls?
View 9 Repliesi have uploaded everything. and yet i cannot send new messages. i tpye the message in and hit send and it disappears. also i keep hearing about some permission 777 thing what is that. how do i change it to it? example. [URL]
View 1 RepliesI'm trying to determine the practical difference between using the com.facebook.session.WebSession and com.facebook.session.JSSession. The documentation ([URL]) has more around WebSession - but the example I have which is closest to what solution I'm trying to implement uses JSSession and it looks like I could avoid all of the JavaScript pass-through & ExternalInterface calls I'm making. It appears that the benefit of using this new ActionScript Facebook API is to avoid having to make all of the Facebook calls via JavaScript.
View 5 RepliesI need to filter log messages based on the log level and a text appearing in the log message. These messages are in the following form: 2/23/2009 17:33:26.379 [INFO] TMSNG.Main Channelset configured with url [http://172.16.34.4:8080/tms-flux/messagebroker/streamingamf] 12/23/2009 17:33:26.380 [DEBUG] org.springextensions.actionscript.core.command.CompositeCommand Executing composite command '[object CompositeCommand]' in sequence
I already have the code below that creates 2 regular expressions (one for the level and one for the text) but I was wondering how I could combine these into one. I tried several combinations, but since my regexp skills are non-existing I couldn't get this to work.
[Code]...
Can I make function calls from within the onMotionFinished scope? See example belowe. Also tried by using the Delegate class...
var a_handler:Object = new Tween(params);
a_handler.onMotionFinished = function(){
test();
}
var test:Function = function():Void {
trace("hello");
}
How can i make form in flash to send info to php by post or get ?[code]...
View 7 RepliesI am unable to produce the kind of synchronization effects I would like to in ActionScript. The issue is that I need to make several external calls to get various pieces of outside information in response to a user request, and the way items will be laid out on the page is dependent on what each of these external calls returns. So, I don't care that all of these calls return asynchronously. However, is there any way to force some amount of synchronization on ActionScript, so that at least calling the method for doing the final layout and placement of items on the page is dependent on all of my calls finishing?
View 1 RepliesI have a gallery page that has a UILoader Two buttons (back/next) and a Dynamic Text box.
When UILoader pulls in the new image i want to populate the text box with the description of that image. I have got the code working to pull the external text in the first time you go to the page but cannot figure out what to do to make it call the function and pass the right argument every time you click the next or back button.
Attached is my code.
var imageNumber = 1;
var textNumber = 1;
var loader:URLLoader = new URLLoader(new URLRequest("images/description"+textNumber+".txt"));
[Code].....
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?
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.
I'm wondering if JavaScript can post JSON messages to Flash? and if so can you please provide an example or a link to one?
View 2 Repliesset up a way for users to send him SMS messages to his phone from a from on his website. I figured rather than bugging him about how he did it, I'd post here. So, how is this achieved?
View 2 RepliesI'm building a Flash banner that allows the user to input some text and then when they click on the send button, they are taken to a web page where the text they have entered is already placed in the relevant form field on that page.The web page already allows this action from another web page, but I'm struggling to make it work when Flash sends the text.The web site developers have sent me the HTML which allows the transfer of data between the first page and the second:
View 3 Repliesi'm having a problem when php send variable to flash for example ("notlogged") , it's being send like that :
[Code]....
i know i need to convert it to htmlText but i can't find a way to do that
I am loading a flash file via swfobject. As the file is large, I want to show a "please wait while loading" message while the flash is loading.
How can I do it with swfobject.
I have a flash movie that I want to play in my site, however whenever I select the link to play it, it comes up with this error:
Adobe Flash Player has stopped a potentially unsafe operation. The following local application on your computer or network: Y:FILE ADDRESSSLADesignMovie.swf
is trying to communicate with this INternet-enabled location" Y:FILE ADDRESSworldmap.html
To let this application communicate with the Internet, click Settings. You m ust restart the application after changing your settings. I have several .swfs files in my site. Not one of them gives me this error. When I try it locally on another machine, I also get the same message. I need to avoid this so site visitors won't be discouraged and leave.
The other weird thing is the audio begins playing when this popup comes up. Then when I click ok, it picks up in the video wherever it should be as if it has been playing the whole time.
I have problem with xml socket client in flash. It's cant receive messages from socket server wich is wrote on C#, But server receives the messages from client. Here is a code of AS3.
[Code]...
how can I strip trace() messages from a flex and flash applications? I write flash and flex applications and i use a lot of trace messages for debugging, but when i product the actual swf i want it to be stripped from any trace messages.
View 6 RepliesI have been using the default built in flash all over my app, but now I realized that I need to have some more functionality with it:
- I need the messages to auto hide avec a given number of seconds (specifiable for each message would be great)
- I need to have a little closing button, so the customer can get rid of it whenever
- I need to be able to add a simple href link in there that the user can click if he wants.
I think this is a pretty major issue I don't know why I don't find much info on the web but the numerous and ceaseless erros flash player 10 is throwing all the time are so annoying! I mean what does the user cares if:
Code: Select allError #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at SoundBar()
at Main/addedToStage()
[Code].....
And even then I can't really prevent the first error from appearing, cause from what I know I closed the site's tab and it's saying that the sound I am loading isn't loaded yet.... well if I am closing the entire site what do I care about some f sound?
Should I use try and catchs all the time or what?
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button.
I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button. I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
View 6 RepliesI have Flex application - it connects to FMS and joins to NetGroup named "default".So I have for example 4 clients connected to the same server in the same group. And looks like not all clients are connected to each other! Client1 sees Client2's streams and messages but doesn't see others. Same for Client3 and 4. I know UDP must not be blocked in networks in order to P2P connections work, and this can be a reason why not all members of group see each other.My question is - if there any ways to make all clients see each other? For example - if no P2P connection can be established - connect client via Flash Media Server or some proxy?
View 1 RepliesI try to load classes ex:flash display.Sprite(); and I get error messages. Not just with this code with any class I try to implement. why this is happening. Am I missing the folder that has all of the classes in them in Flash CS3.
View 3 Replieshow I can have a text field load some data from an xml and then the user can change the text in the text field and send it back to the xml file. Like load, edit, send.
View 14 Replieshow I can have a text field load some data from an xml and then the user can change the text in the text field and send it back to the xml file. Like load, edit, send.
View 14 RepliesI'm doing some experiments on images from xml document when clicked it will send a string text into a dynamic text in the stage. My image is now clickable but has a wrong argument in its function this is my code
Code:
import flash.display.*;
import flash.events.*;
import flash.net.URLRequest;
[Code]....
I'm using the dynamic text scroller from [URL] found at [URL] Here's a link to my zipped files too... [URL]
1) I can't figure out how to have URL links in the text that loads.
2) How can I make the scroller refresh to allow for new text in the dynamic text area. The content changes alright, but the scroller stays in the same position and if it wasn't needed initially, the scroller disappears and doesn't return on new text.
I have many text elements in my flash file - how do I modify the text to make it all caps? Is there an easy way where I can select all of them in one go and make them all caps?
View 7 RepliesI made an animation and I split it up into 3 swfs. Now I want to put them together so it plays one and then Calls the other and plays it when the first one is done and so forth.
View 1 Replies