Flash :: Show A Message Box In Adobe Air?
Sep 14, 2010Is their a built-in way to show a message box in adobe air.I'm using air with the Flash IDE BTW.
View 1 RepliesIs their a built-in way to show a message box in adobe air.I'm using air with the Flash IDE BTW.
View 1 RepliesI have a simple button in flash where I have given action script
on (release) {
alert("Welcome!");
}
to show an alert message just like javascript.But it is not showing anything.Can any one tell me how to show an alert message in flash cs3?
I've been using CS4 to create flash 10 applications. It works well in other browsers, but IE 6 will not tell the users that they need to update their Flash Player. Instead, it will play the flash as if it's a video (keep looping from frame 1 to end) without allowing any interaction..
View 1 Repliesso apparently with the new update in IE8, it starts up with NO add-ons. Since I cannot program a code to turn on add-ons in a browser, I need to show a message when this occurs. Much like an image has alternative text in the event the image doesn't load...how can I add a message that states:
You are using Internet Explorer 8+ and need to turn on your add-ins like FLASH Player. This site is optimized for Mozilla Firefox or Google Chrome.
I have a flash movie, that shows a message to a user when it first loads up. When the users mouse enters the stage or moves the mouse the message disappears. However I would like to hide the message if the users mouse starts over the flash movie on the page load. Is this possible or does it need an interaction first?
View 1 RepliesI have a colleague who will be using Adobe Flex and adobe flash builder to design the application. The final application will be in that software. I am creating the database features and testing them using online browsers.What I want to know is that some alerts I am getting a 'prevent this message from multiple dialogues' message on the alert but this is because of the browsers. But if the application is on flex and flash builder (I don't know which one is where the app is stored coz I have never used it) then will that message appear on some alerts in that software or is it only on browsers?[code]
View 2 RepliesIm trying to make an interactive map. I have 32 cities in a metro area, and i want to have it bring up a message when you roll over it saying "this is the city click for more information". I also want to have it so when click it itll take you to a url for the web page that has the information.
But i cant figure out the how to make the buttons to work correctly or how to get the message to show up or how to get the url working. I've got the buttons down and i have the code down to click and go to url but it not working and i cant figure out how to get the message to show up only when you have the mouse over it.
How can I show an confirmation message in Actionscript 3 ? I use Adobe Flex 3 and as3 for Air application
View 2 RepliesI'm just trying to figure out this error message that comes up when I am importing a video into flash. It says: 'NetStream.Play.StreamNotFound: Adobe flash tried to play a live or recorded stream that does not exist. Source can't be found'
View 2 RepliesI have movie clip with instance name box in my stage. I have coded on such way. When I double click on stage it does not show any message. But if i change event DOUBLE_CLICK into CLICK.
[Code]...
I'm trying to make a ticker that should show my message as a "typewriter". But it behaves very strange... see attached swf. I have never worked with Flash/actionscript before, so it might be something very simple
This is my code:
var n:Number=0;
var txt:String = "testing ticker";
var len:Number = txt.length;
function tick(){
if(n<len){
txt_bussgods.appendText(txt.charAt(n)); n++;
setTimeout(tick, 1000);
}else{
stop();
}}tick();
I have the scene > a movieclip(1) with a dynamic textfield > in this movie clip I have another movieclip(2)
when I click on "symbol" from movieclip(2) to add value in movieclip(1) textfield
movieclip(1)
(dymanic textfield)
scor.text = String(0);
movieclip(2)
[Code]...
I'm working on a project for a User Interface Design class, so the emphasis is on the UI being as nice to use and non-annoying as possible. I would like to display a message to the user after they've clicked save, for example, without requiring them to click an OK button. I'm thinking of the kind of thing you see in gmail if you send a message or do some other actions, where a message appears on the screen, but the message disappears after you do something else.
I'm sure there's a way to do this in Flex (I'm using 4.6), but I just don't know what it is. I'm pretty new to Flex and I'm having trouble finding anything via Google, because the results keep showing confirmations messages in Alerts; I don't know the search terms to get the results I'm looking for.
"The SSL Certificate is not trusted." dialog occurs in Adobe AIR application. How can I detect this situation before it happens? (Actually I want my app to bypass the warning...) check the following code:
[Code]...
I have a data grid where users can drag columns and reposition them. But there is a strange requirement that some columns should not be draged to the left of some other column. eg, assume the columns are: name, price , start date, end date, The end date should not be dragged and placed before the start date. i.e. The user can have start date, price , name , end date. name, start date, price , end date. But at no point can end date appear before start date. Is there a way to do this flex? Is there a way to know where the user is trying to drop the column and show error message ?
View 2 RepliesHow to show success message in frontend....when a record is inserted in backend.
View 2 RepliesI'm using the VideoPlayer component in flex 4 to display a clip. I have about 3 or 4 notes that I want to appear at specific points of the video, sort of like caption but not quite. I'm trying to figure out how to use VideoPlayer time to cause another element to appear (text area with the note in it), but can't seem to get it.
View 1 RepliesI want to show a local html file into my application but I could't find to do that.
I used <mx:HTML> component with using its location property but it is not working when I try to do it with a local file which is in applicationdirectory.
EDIT: Here is my code :
<fx:Script>
<![CDATA[
private function init():void {
[Code].....
In an application I have created (web) I need to list out my facebook friends within a canvas (or any container) along with their profile pictures.
I am using Flash Builder 4.5. I have also managed to set up AIR app (using the samples) so I am not sure if I am on the right track.
The requirement is :
When each user logs into the site his/her friends list should appear in the frame along with the friend's profile pictures.
In my machine I have installed only Adobe Flash CS5 proffesional trial version. Now this installation is not supporting adobe.utils.Extension class in this version. I have tried with all latest updates from adobe site. My doubt is does adobe.utils.Extension class is available in licensed version of Adobe Flash CS5 proffesional?
View 12 RepliesI want to create a simple game (Adobe Air) based on 2 players using ActionScript 3.Let's assume I want to create online chess game.So that I can play with my friend at work, at home, from anywhere via internet.Should I use flash server? Or something similar for this purpose, or there is simpler way to connect 2 players and make fully functional interaction between them?
View 2 Replieshow I embed a html5 video player only if there's flash in the browser? If there is flash in the browser I want to use it instead.
View 2 Repliesi am new to flash (yet i have been using it for years) by that i mean, i struggle with it a lot. i was hoping someone could help me with the "incompatible override" error message and the "duplicate function definition" message.
[Code]...
How can i make the Augmented Reality applcation on Android mobile phone (HTC Nexus One) that i have developed using the flash platform faster, since flash doesnt support OpenGL for 3D graphics. Can I make it faster using GPU Acceleration? Or there is any way to combine Flash and OpenGL? Any online sources talking about this subject will be very useful..
View 1 RepliesI have searched all afternoon, and I thought millions of people must have this problem, but couldn't find a single useful site.I have made a flash site, that works correctly for people with flash. People without Flash however, don't see anything but my background color. No yellowbar on top that enables them to download flash, and no message that they need to have flash either!I want to display a message when the user doesn't have flash, like on www.thehansofoundation.orgI just want the site to say that you need flash, you can download it here, and if you don't get it to install you have to contact your network administrator, because a lot of companies have disabled flash and I want their administrators to explain te problem and not the client I made this site for.
View 2 Replieshow to do a pop up message in flash
View 7 RepliesI am building an ambitious site especially for someone new to the Flash.I want to create a fully functional Flash Forum.Only problem is I have not found 1 site with information on how to build one and the only thing I did find was something called the Flash Forum Engine. It is a 3rd party software suite that allows you to build a Flash Forum BUT! it costs 1000 Euro's or $2000.
View 4 RepliesI 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?
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 RepliesI am working on a Flash training video. I would like at the end of the video for a message to pop up with a dynamic confirmation code. I have the code for the confirmation code, but am having trouble creating something either at the end of the flash video or within the aspx page to trigger this message.
View 1 Replies