ActionScript 2.0 :: [mx2004] Button Inside Mc Wont Open Pop-up
Sep 10, 2005
Got the one working- but I need a couple pop-ups to be able to launch while others are open.. some variable needs adjustment, just not sure what..The button to launch the pop-up works when on the main timeline, but does not work inside a movieclip, which is where I need it...of course.
View 4 Replies
Similar Posts:
Nov 3, 2004
I've created a movieclip with buttons inside that I want to use to navigate to different scenes on the main timeline. I have created a function() that loads the button movieclip into the main timeline, but if I try to write a function() to activate the button and move the main timeline to a different scene/frame label it doesn't work. I have tried various things:
navBack_mc.book_btn.onRelease = function() {
_root.gotoAndStop("book1");
}
I put the code above on the main timeline. It doesn't seem to work. Basically, I could put just an on(release) handler on the buttons, but I wanted to try to keeping all the AS in one place if I can.
View 7 Replies
Nov 3, 2004
I've created a movieclip with buttons inside that I want to use to navigate to different scenes on the main timeline. I have created a function() that loads the button movieclip into the main timeline, but if I try to write a function() to activate the button and move the main timeline to a different scene/frame label it doesn't work. I have tried various things:
navBack_mc.book_btn.onRelease = function() {
_root.gotoAndStop("book1");
}
[code]......
View 7 Replies
Jul 13, 2009
I work with 3d animation. Im have a problem with a personal website Im doing, I have a link in a button inside a flash movie to open a new window and play a youtube movie:
on (release) {
var jscommand:String = "window.open('http://www.youtube.com/v/b0L4XLODhAA&hl=en&fs=1&','win','height=344,width=4 25,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
}
This works fine in Firefox but in IE it doesnt work, I then change the /v/ in the youtube link with /p.swf?video_id= and now I have the window open showing the small youtube thumbnail of my video but once a click play, nothing happens, I check it and is not loading anything.
View 8 Replies
Jan 8, 2004
Still creating the menu I ran into this problem with getURL.I've tried a lot of things, but it still won't go to the URL.Here's my AS code.I marked out where the getURL is.
[AS]
// Create xml-object
menuXml = new XML();
[code]......
View 6 Replies
Mar 4, 2004
i have made a music on/off button for a site in flash mx 2004 pro, however every time you jump to a new marker/page, the music starts again, resulting in the same piece of music playing several times over the top of each other. how do i remedy this so the off button keeps the music on/off throughout the site?
View 1 Replies
Mar 11, 2005
I'm trying to use the print function in a button, a.s. below:
on(press){
print(_root.instance_1, "bframe");
}
This works fine...the mc "instance_1" is the only thing that prints. The problem is that I need to print 2 movieclips at once. So I have tried the following:
on(press){
print(_root.instance_1+_root.instance_2, "bframe");
}
on(press){
[code]....
None of these work though, the entire movie prints instead.
View 1 Replies
Apr 24, 2005
I have a scrollout menu for my flash movie, but each of the buttons have to be movies symbols. I try to attach:
on (release) {
gotoand stop(4)
}
But I get the error that this script only works for buttons. Anyone able to lend some assist? I suck at actionscript.
View 1 Replies
May 14, 2005
I have a button inside another button which is inside a movieclip. *whew*I have it so that when you click on the movieclip, a dialog box pops up. I have two buttons on the dialog box, but for some reason you can't click on them and when you do, the dialog box just disappears. Here's a picture of what I'm talking about, so how do i get the "YES/NO" buttons to work? Oh, the buttons are not included in that Graphic
View 6 Replies
Mar 9, 2011
I'm doing some experimenting to try and get the file size smaller and I need to open my swf to make sure some components didn't embed them selfs within the swf. Is there a tool, or a way to open swf to view the contents inside the swf? Such as winrar (which doesn't work) or something of that sort?
View 2 Replies
Oct 10, 2011
I am developing a project in which I am required to open an exe file (i.e. notepad) right inside the browsers window. The solution can be in any programming tool / language. I have tried a sample program in VB.NET and it is working. (see the figure attached below)
View 2 Replies
Jun 30, 2010
I'm looking for a piece of AS2 script that will open a different scene and play a label from inside a mc.So it should be something like...On release go to scene x and play x label from inside x mc.I can get to the scene via the button "on release gotoandplay scene 2 . Once in the scene I can get a button to gotoandplay themc.mc and the label.But what I really want to do is get the button on one page to go to the scene and play the label on the second scene.
View 3 Replies
Jun 30, 2011
I've been searching around web and so far found many tutorials/docs on how to install or open air application from a web page. This just opens a new AIR-browser window and that's not what I'm looking for. I'd like it be opened inside a browser frame (even if downloaded first) much like a plain swf file.
I know air file is more or less plain zip, so maybe I could unpack it? What AIR features shouldn't I use for this to work?
View 1 Replies
Dec 10, 2002
How do you open a mini window inside a flash movie, draggable of course and with a close X, im talking inside the SWF not a new Explorer win.
View 6 Replies
Jan 16, 2006
what i am trying to do is open a new page, but at the same time open a another new page inside the 2nd pages iframe. look at code and i think you will understand better.
ew.onRelease=function(){
getURL("misc.htm");
getURL("misc/employeewellness.htm", "txt");
}
[Code]...
so as you can see i want to open one page and then inside that page have another page open.
View 2 Replies
Jun 15, 2010
I have a component in AIR like so:[code]The 2 alerts both work. however nothing happens when you click the new window link.all 3 links works when in a real browser so I know its ok.Is there just no support for window.open in the AIR HTML component? or is this a bug?Is there a work around?
View 2 Replies
Mar 10, 2006
[URL] On the left you will see a menu, it will be flash (actionscript MX 2004) and for the effect I want it will have to be flash. Now, heres the tricky part for me: I want those links to open up different pages inside the black center box either using frames or php. How could this be done? On the menu part, also, with the buttons, I need to make them movie clips for the effect I need for the rollover, but I want the movieclip to have a hitspace, how do I assign a movie clip a hit space.
View 1 Replies
Jan 25, 2012
I have a Button that is inside MovieClip1 which is inside MovieClip2; yet when i click the Button it doesn't dispatch Event.
View 5 Replies
Sep 29, 2010
So I'm creating this flash game for our company's 2010 halloween greeting card and I'm having some problems.All it is an swf that has balloons randomly moving upward.Each balloon is a movie clip that has another "button" movie clip inside of it. As you click on each balloon, the balloon pops and then recreates itself. The only problem is that the button inside the balloon is not acting like a button the entire time.
The upward movement is being called through an enterFrame event listener and the use of the button goes in and out as the balloon moves upward. It's a pain because you have to click the balloon multiple times in order to get the balloon to pop. Does anyone know why this is or if there is an alternative to enterFrame?
View 1 Replies
Oct 27, 2010
how do we refer the submenubutton which hasbeen masked inside a movie clip.
In my code ,
mainBtn3 is present inside "mm " movie clip . and on click of it I am able to move to another frame using below code . But, if there is a sub menu for the button , and if I am referring it as below [mm.btn3sub1] and trying to move to another frame . I am getting following error
TypeError: Error #1009: Cannot access a property or method of a null object reference. at sumiyatried12356_fla::MainTimeline/frame1()
[Code]....
View 1 Replies
Apr 25, 2011
is there any way I can link a button inside a MC on frame1 to a frame inside another MC that is located on another frame.Ive got 2 frames in total. On the first frame Ive got an Mc and inside this one Ive got a button that needs to be linked to frame number 50 which is inside a MC located on frame number 2.
View 1 Replies
Oct 13, 2010
I have issues with the buttons working from the SWF file which is brought into the main flash site via UILoader.
[Code]...
I gathered that it is most probably due to the fact that I have constructed a button in the improper way.I tried to redo a button but it was the same result.I would like to try to access it through the main timeline. What would be the whole block of code to put a function on the button located inside an external SWF which is called in via a UILoader?
View 1 Replies
Aug 4, 2010
i have a flash gallery .In this i need a email button ,when click on the mail button an email editor might be open ( outook ) with the currently selected image as its attachment .
View 3 Replies
Sep 23, 2009
I have flip_mc which contains listSide_mc and videoInfoSide_mc both of the above mc's contain a button name spin_btn.My flip_mc should rotate around the y axis and swapping whichever of the 2 (listSide_mc and videoInfoSide_mc) should be visible.All the rotating and adding a child stuff works fine.BUT the whole flip_mc seems to be a button, the spinIt function runs when I click anywhere on the mc, it should only happen when I click the spin_btn buttons.[code]
View 1 Replies
Mar 28, 2003
I'd like to create a button in FlashMX which, when pressed will open a PowerPoint file. I came across a tutorial on how to use the FSCOMMAND "exec" to trigger a batch file which then triggers the PowerPoint file. This however did not work... If I double click on the batch file, the PP file will open as required so it seems to be the command in Flash that's causing a problem.
View 4 Replies
Mar 18, 2010
I'm attempting to have a basic FlashCS4 intro/splash screen for my website, that after finished playing is a button that links to the first page of my site. I have the animation created, I'm just having trouble actually linking it to the page. When I test the movie, I get the error:
TypeError: Error #1009: Cannot access a property or method of a null object reference. at splash_fla::MainTimeline/frame66()
Frame 66 being the frame with the button and actionscript on it:
enter_btn.addEventListener(MouseEvent.CLICK,goThere);function goThere(e:MouseEvent) { var request:URLRequest=new URLRequest("*******"); navigateToURL(request);}
View 15 Replies
Oct 19, 2009
I have a button on swf 1 and when clicked I want it to open a mc in swf 2.I am using a code .as file to do this.I have everything set up and it works in swf1 (ie on clicking the button an mc is attached to stage) but I want it to open in swf2.The swf2 needs to be stable by itself as it is a file that is going to be uploaded to a website..
View 2 Replies
Mar 26, 2009
so say i have
link_mc.onRollOver = function() {
controlling a button. when users rollover that one there is another button named happy_mc that pops up. how would i code it so that that button (happy_mc) works inside of link_mc?
View 9 Replies
May 12, 2010
I have a button containing 2 child buttons. I want to be able to keep the mouse over state active, when I rollover a child button. At present it fires mouse out when i rollover a child button, I suspect this is correct, but not what I want to happen.
View 2 Replies
Apr 19, 2004
i was thinking if i could make a button that when you do mouseover it brings up a bar saying "background" at the top and a list of colours to choosethe colours are buttons and u click to change the background for the whole sitei thought maybe
Code:
on (release) {
gotoAndPlay("background", 2);
[code]....
View 4 Replies