ActionScript 2.0 :: Pop Up Window That Opens To Show A Picture On Website?
Aug 4, 2007Here 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 RepliesHere 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 Repliesi 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)
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
I have been designing Flash Websites for years. And in the last 3 months almost all my flash websites are having the same problem, sometime it happens and sometime it doesn't. Heres what happens: When you go to the site not all the buttons and or movies load, or when you click on a button the first time it takes you to another page on the website, but if you click that same button again it goes to the correct page. Its very fickle.
I know in my actual FLA. file everything is correct, where the button goes to etc. I have to load the sites a couple times in order for all the content on the website to show up. does anyone know why this is happening? and if so how to fix it? here are some of the websites it happens on. It may have the problem for you it may not.
[Code]...
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.
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");
}
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].....
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]....
I am using a magnifying glass animation for my portfolio and I want he mouse cursor to hide, which I can work out with: Mouse.hide()
But when someone clicks on a section it then loads a swf file above the original movie so I then want the mouse cursor to show but i'm not sure what the code would be for this? Also then once they press on the close button of this swf file with: on (release) unloadMovieNum(1); _level0.enableBtns();}
I want the mouse cursor to hide again becuase they are on the main movie again.
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 Repliesi 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 Repliesi 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]...
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].......
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]...
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 RepliesI am trying to make an application that automatically picks a picture from a folder, example for it to grab a jpeg called "pic1.jpg" and display it on the animation?
I am trying to make a slide show, but I want the slide show to have at least 10 different pictures that it goes through (pic1.jpg, pic2.jpg, pic3.jpg (and so forth)) on the screen. Transformations are a plus.
I also own a Flash CS3, so if this is impossible to be done with Flash 8, tell me the instructions for Flash CS3
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]....
I'm using an XML file to hold all my images. How do I show each images for three seconds and then load the next from the XML file?
View 7 RepliesI have inserted in an image and a button and tried both ways. When you click on the image I want a picture to appear. I am using this on a map of a building I want to be able to show pictures of what you would see if you were in the building. The only problem I am running into is that when you click where the picture shows up it will appear.
View 15 RepliesI have animated button inside movie clip. On rollover, button zooms in and rotates. It even swaps depths (that took me a while). However, if I have 10 buttons on the screen, one of them, and only one, will not rotate, and will not zoom, but everything else works. The kicker? The button is never the same. To see what I mean... I have the site staged on this [URL] clicking on the number will show a picture
very little code here (as you can imagine)
on rollOver {
_root.stopandgoto(frame#);
x=0
x=x+2
_root.instance.swapdepths(x)
}
[URL] how I could make it so when clicking on one of the pictures I got a big picture in a new window?
View 2 Replieswhen I try to play my slideshow I click play and it goes so fast you don't see a single pictue then it goes back to the first one?? I don't know how to really fix this? This is all the code it.
[Code].....
I have a problem with my picture gallery. It is working ok. It show's pictures normaly. ...so what's the problem??? Well, I want my picture gallery to show, not only tumbs, but also and folders. Like, some person click on gallery button. It will show folders, and when that person click on one of that folders, then it will show photos.
View 1 RepliesI have created a flash website but I am yet to put in the music player and photo gallery.However as I would like to use a free player off a source on the internetThe site is designed in CS4, then published onto the server through Dreamweaver. The problem is, all (well, the vast majority) of all the players on the internet provide no .FLA file, but just a .SWF and a few others. How am I supposed to put this into the flash site, as there is no flash file to copy and paste the frames into my site?
View 0 RepliesI'am searching for a gallery with thumbnails which will load from xml file, and each thumb will open pop-up window with big picture. Does anoyone have fla for something like that or tutorial ? I had searched ultrashock and this forum, but every gallery is much more complicated than that what i'am searching for.
View 2 RepliesI am making a game in which you have to click on objects in different frames. The objects are buttons with this actionscript:
[Code]...
i am new to this and i need to put a simple picture show an a web page, i need it to work like a powerpoint presentation but also needs buttons that you can roll your mouse over and have the slide that is associated with it come back up and also need to be able to click it to bring it back and stay on the screen for a longer period of time.
View 5 Repliesi would like to know, is it possible to go to a other website (url) if i click on one of the picture in the tutorial "3D Photo Panals)? What is the command for this? It doesn´t work with TweenLite. I would like to have the same tutorial, but with buttons. Is this possible?
View 3 RepliesI want to make a picture gallery and use buttons that move you from picture to picture and backwards, but I don't want to tell button 1 to go to frame 2 and button 2 to got to frame 3 and so on (I hope you know what I mean)Can I use on button on a separate layer with the same action set? I tried something like that, but it didn't work:
on (release) {
thisframe =+1
}
[code]........
but it didn't work. I'm kind of new to any action script other than gotAndPlay, easy functions and all that.
I want to take a video feed, filmed in a greenscreen room, and as you see it, do a color keying, to kill the green and show an alternative picture on the background.Is there a way to do this with Flash, AS3? optional question: If a button is clicked, the now new constructed Picture should be saved as a Jpg.
View 2 Replies