ActionScript 3.0 :: Toggle_window - Window Opens And Closes Not By Clicking On The Button But On The Window Itself?

Jun 12, 2009

i would like that my window opens and closes (opens: scale out; closes: scale in) not by clicking on the button but on the window itself.here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
 
Grtz,Jan the man
 
here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
schuifwindow www.truevision.be/other/btn_home.flascroll www.truevision.be/other/scroll.flafotoalbum www.truevision.be/other/foto_album.fla only picture one (left up corner) has a X button (i dont want to use this button)

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Popup Opens In The SAME Window And Not Ina New Window

Mar 27, 2006

following situation: a button with AS :

[Code]...

this popup opens in the SAME window and not ina new window. What can I do to let it open in a new window and given the same properties to this new window as above: toolbar=No,location=No,scrollbars=No,status=No etc.... a geturl opens it in a new window but does not give toolbar=No,location=No,scrollbars=No,status=No etc.... properties to the window

View 2 Replies

ActionScript 2.0 :: Have A Button That When Pressed It Opens An Url In A New Window

Aug 23, 2010

Using CS3
AS 2.0

I have a button that when pressed it opens a url in a new window. Works on Safari great, but not in Explorer.

Code...

on (release) {
getURL("http://www.name of website", "_blank");
}

View 3 Replies

ActionScript 2.0 :: Make A Button That When Pressed Opens A Window?

Aug 4, 2003

i am trying to make a flash site, and anyway i got some problems i want to make a button that when pressed opens a window (set size of 500 400) what actions should the button have?

View 4 Replies

Get An Html Pop-up Window By Clicking A Button On A Flash Movie?

Apr 12, 2010

How do I get an html pop-up window by clicking a button on a Flash movie?Flash CS4 and Actionscript 3

View 1 Replies

Professional :: Open A Popup Window When Clicking A Button?

Apr 9, 2011

Not a URL, but just a swf file in a popup window. Using ActionScript3.0

View 3 Replies

ActionScript 3 :: Get Popup Window When Clicking Button (Safari)

Nov 18, 2009

I'm trying to do a popup window that is sized at 300x200 when clicking a button using the following code
var jscommand:String = "window.open('[URL','win','height=200,width=300,toolbar=no,scrollbars=yes');";
var url:URLRequest = new URLRequest("javascript:" + jscommand + " void(0);");
navigateToURL(url, "_self");
It opens up fine except on Safari 3.

View 1 Replies

ActionScript 2.0 :: Close Browser Window On Clicking SWF Quit Button

Mar 2, 2009

Any suitable script that will close the browser on clicking a swf quit button as the fscommand below does not work.
close_btn.onRelease = function(){
fscommand("quit");
}
This is for a Moodle application where the swf is opened in a new browser window and it would be cool to close it with the swf quit button.

View 1 Replies

ActionScript 3.0 :: Which Event Is Invoked On Clicking The Close Button Of AIR Window

Nov 22, 2009

I am trying to capture the event; which is invoked when we close the AIR window by clicking its Close button (on the top-right corner). I have tried the following; but none of them seems invoked:

[Code]...

View 1 Replies

ActionScript 3.0 :: Find In Closes Window?

Jul 8, 2011

When I have the AS open and try to find a label, the AS window closes and it goes back to the Flash cs5 timeline without executing a find. In order to find anything I have to copy the AS and put it in another text document outside of Flash. What am I doing wrong?

View 3 Replies

Php :: Possible To Run A Function When Someone Closes A Browser Window?

Jan 27, 2011

For example, Lets say I have a flash swf game, and when users press connect they are assigned a random id that's then put into a mysql table. Then I have other users that connect and then can connect to these random ids. When users click disconnect i have the id taken out of the table that way when other people want to connect they dont get ids that arent active. is it possible that when a window is closed to have it run a php script? so i can get it to clear their user id?

View 2 Replies

ActionScript 3.0 :: Expands And Closes Flash Window?

Jun 2, 2010

You've seen a web site were the flash expands with an option to close. Doe's anybody know where I can learn that script?

View 1 Replies

ActionScript 2.0 :: Specify The Size Of The New Window When It Opens?

May 21, 2009

I currently have a website that has a photo gallery. The home page has a link to the actual photo gallery. I'm using the (getURL) to open the photo gallery in a new window, however the new window opens up to the same size as the home page. I would like to shrink down the window size of the photo gallery so the user can still see some of the home page behind the new window.

I know javascript can take care of this problem, but I was wondering if there is a way to do it with Flash? I just need to specify the size of the new window when it opens.

View 9 Replies

ActionScript 2.0 :: GetURL Opens The Scrpt In Another Window?

Sep 29, 2005

i've got a form, which i then would like to send using asp (CDO).anyway, it works a dream when i use the following:

GetUrl("processForm.asp",0,"post");

however when u use:

loadVariables("processForm.asp",0,"post");

It does nothing.the problem with GetURL is that it opens the scrpt in another window, which isnt ideal.the code in processForm.asp is:

<%@language = "VBScript" %>
<%
strName = Request.Form("FirstName")[code].....

View 2 Replies

ActionScript 3.0 :: Resize A Movieclip When Window Opens?

Sep 6, 2009

I've used Greensocks Tween lite to build a photo gallery that resizes with the window browser. The only problem is that when I first open up the window the gallery is not properly scaled to fit the window size. How can I make is so when you first open up the window the movieclip is told to resize to the current window size? Here is my code below.

import gs.*;
import fl.transitions.*;
import fl.transitions.Tween;

[Code]....

View 2 Replies

Javascript :: Sending Flex Data To SQL As The Browser Closes (on Window.onbeforeunload)?

Nov 3, 2011

I have a ColdFusion function which sends analytics called from a Flex sendPageAnalytics() function to a SQL database when the user navigates - this works perfectly.What I am trying to do is have the Flex application send a bunch of analytics when the user closes their browser, therefore providing information about the last navigation.

I have used an ExternalInterface callback and listener for window.onbeforeunload and a trace statement tells me that this is working fine.My problem is that when all bundled together, I get as far as tracing out that the sendPageAnalytics() function has been called, but I do not get a sendPageAnalyticsFaultHandler() trace or a sendPageAnalyticsResultHandler() trace, which I do on every other sendPageAnalytics() call.

View 1 Replies

ActionScript 2.0 :: SWF Buttons - Safari Opens The Same Browser Window Twice?

Nov 6, 2009

The swf buttons on my website open double browser windows in Safari - it's fine in IE and FF, just have this problem in Safari.So, why Safari opens the same window twice?

View 0 Replies

ActionScript 2.0 :: Pop Up Window That Opens To Show A Picture On Website?

Aug 4, 2007

Here is a link to an example of which i am referring.If you rollover anyone of the pictures a pop up image appears..

View 2 Replies

ActionScript 2.0 :: Couldnt Get LoadMovie To Swap Instead It Opens Up In A New Window

May 9, 2004

i have game im doing, and i want it to jump to level 2 upon completing the first level, but the problem is, the level 2 is a seperate swf, i've tried to use

[Code]...

View 3 Replies

ActionScript 3.0 :: Flash Menu Buttons On HTML Page Opens New Window?

Jul 25, 2009

I have a .swf I'm inserting at the top of a page in DW. I have a button named "aboutUs_btn" which when pressed needs to load "aboutUs.html. That part works fine, but it always loads the page into a new window. How do I make it load into the same window? I could do this in AS2 with getURL and using _self. Here is what I have:

var aboutUsLink:URLRequest = new URLRequest("aboutUs.html");
aboutUs_btn.addEventListener(MouseEvent.CLICK,aboutUsClick);
function aboutUsClick(event:MouseEvent):void{navigateToURL(aboutUsLink);}

[code].......

View 5 Replies

ActionScript 1/2 :: GetURL("mailto: Opens Unwanted Safari Window?

Nov 17, 2009

CS3 Actionscript 2.0: I'm trying to get a nested movie clip to open the default mail app. on release. I used the on (release){ getURL("mailto:. which opens the mail window fine, but it also opens a blank browser window (Mac OS). Can someone tell me how to stop this from occurring?

I see this question crops up a lot but after many searches I haven't been able to find the solution anywhere. Forgive me, but I'm new to Flash/Actionscript. My script:

[Code]...

View 5 Replies

ActionScript 2.0 :: While Posting Mail It Opens My Aspx File In A Separate Window

Aug 7, 2006

I have been using this function for a long time and this problem never occured. When the user press send button it does send the form as email but it also opens my aspx file in a seperate window.[code]...

View 3 Replies

ActionScript 3.0 :: Detect When Context Menu Opens Or Closes?

Mar 19, 2009

Is there an easy way to detect when a (righ-click) contextmenu is visible? I wish there was a "visible" property for theContextmenu class, but there isn't one.I've tried to listen to events to know when the menu opens orcloses but it would seem as though there are far too many(undocumented) events to take into account and some of the eventsmay be OS specific.For example, the following 3 events cover much of thescenarios of when the menu opens/closes..cmMenu.addEventListener(ContextMenuEvent.MENU_SELECT,onShow);cmMenu.addEventListener(Event.DEACTIVATE, onHide);stage.addEventListener(MouseEvent.MOUSE_DOWN, onHide);But you can also click either the f10, alt, esc, or enterkeys to also close the menu. There could be other ways to close themenu, but since it is not well documented, I can't be certain.Too bad Event.CLOSE isn't dispatched when the menu closes.

View 2 Replies

ActionScript 2.0 :: Code For Staying In The Same Window After Clicking?

Mar 23, 2009

I have a new web page I've doing that works fine except that when one clicks on a link then you have to go all the way back to the introduction of the site. What would the code be for allowing one to "stay in the same window" after clicking on this link?

For example:
<a href="http://www.angelfire.com/in/HansonArtGallery/stephenportrait1.html"><u>"View From the Past"-Self-Portrait</u></a></font><br><font color="#ffc56c">

View 10 Replies

ActionScript 3.0 :: Detecting Browser Close Event And Send Data To Database / When User Closes Browser Window

May 24, 2010

Trying to detect a browser close event and send some data to the database when the user closes the browser window...but can't seem to get it to work.[code]

View 6 Replies

Flash :: Opening Movie In New Window On Clicking Link In A Webpage

May 23, 2009

opening flash movie in new window on clicking link in a web page

View 1 Replies

Javascript :: Preserve Browser Window Focus When Clicking On Plugin?

Sep 7, 2011

I have a web page that uses javascript counters to count user "active" time, meaning the time a user spends viewing this page (and not some other page). I do this by starting/stopping them using the [URL].. However, when the user clicks on a plugin inside the same page (flash, java, etc), the window loses focus and window.onblur is fired. Is there a way to tell that the user is still on my page?

View 1 Replies

ActionScript 2.0 :: Code Which Upon The Pressing Of The Letter "s" Opens Up A New Url In A Uiloader Window

Mar 23, 2010

I have the following code which upon the pressing of the letter "s" opens up a new url in a uiloader window. If you press "s" repeatly it continues to open the window over and over without it finish fully playing, is there a way to add a timer to the "s" so it can only work once every few seconds or possibly a way to make the url completly open before you can press the "s" again??

[Code]....

View 2 Replies

ActionScript 2.0 :: Javscript:window.open In IE - Link In A Button Inside A Flash Movie To Open A New Window And Play A Youtube Movie

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

ActionScript 2.0 :: Put A Close Button In The Window MC To Close The Window?

Mar 23, 2007

*let say i have a mc called A. it can call a MC with an instance name called window_btn.window can be drag and double click.i want to put a close button in the window MC to close the window.

how to call the close button in the MC?

View 14 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved