As2 :: Create A Popup Alert While Having A Hidden Stage?
Jan 10, 2010
I've created a main swf application that loads other swf files to use their classes (using getUrl()).i would like that these swf files would output popup alert messages when errors occur without changing the main swf file. how can i do so ?the external swf files that i load got a hidden stage which disallows me from viewing anything or seeing any message from them.
View 1 Replies
Similar Posts:
May 30, 2010
Everytime I try to do even an
ExternalInterface.call('alert','abc');
(Which will work on every browser) I get an
object doesn't support this property or method
After the alert appears. It even happens in the HTML generated by flash without me touching it...
View 1 Replies
Aug 6, 2009
If we open a alert or popup windows in a flex application the background of the current applicaion get shadow..How to remove that shadow..? I need that screen(panel or application) get as usual when alert or popup open.
View 2 Replies
Apr 15, 2011
I'm trying to make a popup alert modal window thing with an external class. I have a simple swf set up with just some random sample text, a rectangle, and a button. What I want to happen is for the "alert" class to initialize upon startup of the swf and then when I click the button (instance: btn), the alert will show up. If I get rid of all AS in the swf and set alert as the document class, it shows up just fine, so I think it should be working, but for some reason I get this instead when I try the button function:
[Code]...
View 9 Replies
Dec 10, 2009
I have created an animation (see attached) where the stage can be dragged from left to right to reveal hidden areas off the edge of the stage. Unfortunately I need to add buttons containing links to websites within the dragable movie symbol and I can't work out how to do it.
View 2 Replies
Nov 30, 2009
I'm lost, at school we use CS3 and at home I have CS4. I cannot recall how to create a hidden button. From my previous work it appears that they come from the components, however I just can't see them there on CS4. Or have I got this completely wrong and do I have to create one from scratch.
View 3 Replies
Oct 29, 2011
I'm working on a project in Actionscript 3.0 in Flash Pro. I want to create a confirmation box. If I were using the Flex SDK I could do this using the Alert class in the mx.controls package. However it seems that no similar control exists in the standard Flash library, and any amount of googling just leads me to Flex references.
View 4 Replies
Apr 29, 2010
I am having an issue where I show an AlertBox message when the user hits ENTER and the focus is in a text area. The pop up works fine, but when the user hits enter the Alert closes as expected, but the TextArea listener receives the ENTER event from the Alert and pops the dialog up again. I have tried a number of ways to catch and eat the event but so far I have not been lucky. Is there way to accomplish this?
public function init():void
{
myTextInput.addEventListener(KeyboardEvent.KEY_UP, handleKeyStrokes);[code]....
View 2 Replies
Oct 28, 2010
how to create alert window in flash action script 2.0. For example : The user can't navigate the next step without completing the quiz.
View 4 Replies
Aug 12, 2009
is there any way to create a file as a hidden in vista, xp, 2000,98 ,macintosh from flex by using var file:File = new File(""); or any other way
View 1 Replies
Sep 19, 2009
I have to creare a javascript alert that will show the value of a flash input text box when i press on the flash button next to it.
i have created in the editor the input text box and the button, and use the following script on the button [code]...
View 2 Replies
Jan 29, 2010
I have flash as a gui to edit some docs. I'd like to caution the user to save before they close the window (or navigate away from it).ut can it be done with a .swf ?I think this was asked awhile back in this forum but I cant seem to locate it.
View 2 Replies
Sep 19, 2011
Am I blindly missing a method for creating a hidden file or directory in an AIR / AS3 desktop app? Re-combing the docs, all I see is the File.isHidden read-only property. I know I could do this via NativeProcess and native code, but I'm hoping to avoid creating native code.
View 1 Replies
Apr 13, 2011
I have a group of movie clips, each placed randomly on the stage. I want to be able to click one of the movie clips and move them around. They are stored in an array.
View 5 Replies
Mar 4, 2011
If you create a popup via:[code]It will create a popup and bring it on top of any other visual piece. I have one problem though. This 'popup' needs to stay up even when the user interacts with the background.I would use modal, but I need the ability to interact with the back. Any way to tell the popup manager not to remove the popup when the user clicks off of it?
View 1 Replies
Jan 21, 2010
I need to have an .swf running for a game. Within this .swf there will be a "Help" button, which, when clicked, needs to create a new popup window from a different .swf file. The second .swf file must appear in a new window, in a separate popup, and not replace anything in the first .swf window.I want to know how to do this in ActionScript 3.0. I don't need help with the button click event, how to make the popup appear.
View 1 Replies
May 20, 2005
How can i create a resize popup in flash just like this one?[url]...
View 3 Replies
Sep 15, 2009
well, I got this for my Play/Pause button (on stage):
Code:
import mx.transitions.Tween;
btn_play.onPress = function(){
[code].....
View 3 Replies
Dec 24, 2009
Using Flash CS3, AS3. Trying to create a popup book effect. Have made some progress. Now what I'd like to do is play regular Flash timeline animations from within the Papervision movie clips.For example, the popup book opens and vector animations play as regular flash timeline animations from within the Papervison movie clips. Is this possible to do? I've read until my eyeballs are falling out but can't figure out how to play a simple timeline animation from within a Papervision movie clip. I've made a simple keyframe animation in a Papervision movieclip that is used as a Plane.
View 2 Replies
Jul 7, 2010
I have a legal document that I need to include in my movie, and it needs a link to popup for printing. What is the best way to do this. I converted the .doc to a pdf, and opened in AI and converted to a SWF if that helps. Isis required to use Java for this type of action?
View 7 Replies
Aug 25, 2010
I'm trying to link some text within a textbox. When the user scrolls down all the way to the bottom with the scrollbar and hits the text it opens an popup linking to another frame in the project. Basically Im trying to add some additional information relating to an word a sentence.
View 3 Replies
Aug 21, 2009
I'm trying to launch a popup window from Flex, but the popup window needs to have certain properties as one can usually specify with the JavaScript window.open. For example, the popup window should not have a browser toolbar or URL box.I've tried using navigateToURL, which works fine, but I can't find a way to specify the popup window properties've tried using ExternalInterface.call, but the popup gets blocked when calling window.open directly, or even creating a custom JS function that calls window.open.
View 3 Replies
May 9, 2011
If I have a flex component that is a general popup, it's basically just a white popup that I pass an Array named "modules" to.[code]...
View 2 Replies
Jul 21, 2011
I have used a datagrid and one button in control bar. by clicking button the application goes edit state from base state.My question is how can i use popup for editing selected record of datagrid instead of changing state.
View 1 Replies
Feb 1, 2007
I used the tutorial to create a centered popup window as explained in the tutorial below http:[url].... , and it worked just fine in IE and Thunderbird.What i wanted to do next was to make that popup fill the entire screen, and I did that by changing the width and height values in the AS to screen.width/height, and that worked perfectly in Thunderbird, but it doesn't work in IE.
PS. The status bar at the bottom of the window stays there no matter the value I assign it in both of the browsers; why is that?
View 1 Replies
May 20, 2005
How can I create a resize popup in flash just like this one? [URL]
View 2 Replies
Oct 26, 2009
I am trying to create a popup tooltip for when a user goes over a movie clip but its all going wrong. Here is what i have so far
Code:
on (rollOver) {
this._alpha = 50;
_root.TooltipImg._visible = true;
[Code].....
The tooltip is not next to the cursor and the text is not showing.
View 2 Replies
Oct 17, 2010
How do you create a flash in game popup on the same frame?I need to make a popup in flash on the same frame. Basiclly like you reach the frame and randomly (I know how to do random stuff) a popup might appear saying like you got a prize; and I want the stuff in the back to stay the same.
View 11 Replies
Sep 30, 2011
I have several objects on the stage and a MouseOver on any of these will add a menu popup child and tween it from off the stage. A MouseOut will tween the menu away and remove the menu with removeChild. Heres the bug: If I mouse out and then quickly mouse over the same object while the menu is tweening away before it has been removed, it doesn't add the menu again, and then on the next mouse out, it tries to remove the child menu, which isn't currently a child because it was just removed, and
I get the error:
TypeError: Error #2007: Parameter child must be non-null.
at flash.display:isplayObjectContainer/removeChild()
at menucaller/tweenOffTimerEnd()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
Is there a way I can use an if statement to make sure that the menu is a child of the parent before removing it?
View 1 Replies
Sep 30, 2011
i have several objects on the stage and a MOUSE_OVER on any of these will add a menu popup child and tween it from off the stage a MOUSE_OUT will tween the menu away and remove the menu with removeChild heres the bug: if i mouse out and then quickly mouse over the same object while the menu is tweening away before it has been removed, it doesn't add the menu again, and then on the next mouse out, it tries to remove the child menu, which isn't currently a child because it was just removed, and i get the error:
[Code]...
View 2 Replies