ActionScript 2.0 :: Resizie Browser Window Effect?
Feb 16, 2005Samsung site was posted over in the kool sites section[url]...
View 2 RepliesSamsung site was posted over in the kool sites section[url]...
View 2 Repliesthe Samsung site was posted over in the kool sites section: [URL]
View 2 Repliesi have a flash site that links to PDF's with the navigateToURL function which works etc But now i would like Link to rather open up a download window instead of just a new browser window?
View 3 RepliesI have a standalone Flash projector running off CD. Currently, I use
getURL("http:url....);
to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen.
The title essentially is the question, how do I open the .swf without the browser's control bar junk? and maximize the window?
View 2 Repliesi've made a flash movie in res 600 * 300, now i want to keep this res don't want the user to be able to expand the browser window or change the res or anything how do i do this?
View 9 RepliesTrying 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 RepliesI have looked around for this and haven't found a way that clearly explains how to do this. More often than not the button will close the browser window in one but not another browser.
Is the a simple way of closing a browser window in all types of browser ( Or mainly Firefox, IE and safari on both Mac and PC ) with actionscript?
often than not the button will close the browser window in one but not another browser.Is the a simple way of closing a browser window in all types of browser( Or mainly Firefox, IE and safari on both Mac and PC ) with actionscript?
View 5 RepliesI want to put a movieclip with tools at the bottom of the window in the center with tools icons, it should have fixed posiiton so that user can scroll the main window having it always on prompt. I think I need the browser window size properties to do somenthing as this. Is there a way to get them?
View 0 RepliesI need to have a sprite that acts as a blur filter for whatever is below it... i.e. if its a square on top of a photo, then the photo is blurred underneath the square, but nowhere else. I've seen a few examples where displayFilters were used to create ripple or colour effects, but none that just blurred the image below
View 2 RepliesI'm working on a site [URL] where I'm using an elastic effect on a window that will display the content. Code for elastic is on a frame:
rate = .3;
decay = .4;
window.goal = 50;
window._xscale = window._yscale = 0;
window.onEnterFrame = function() {
[Code] .....
Now all of this code works fantastic when I publish the movie for the Flash 6 Player, but when I change it to the latest Flash 7 Player it doesn't work.
<script>window.resizeTo(350, 500);</script> that is what I did it works but is there anyway I can get rid of the menu bars and scroll for the windowresize?
View 1 RepliesI'm currently working with a flash movie that opens up an IE browser to an external link.Since I'm working with a presentation that plays automatically after a few seconds and keeps loading new IE browsers with different links, I was wondering if there was a way with AS2, i can have flash close the IE window it opened?
View 1 RepliesI have a flashmovie that measures 950x675 px. If the user have a smaller webbrowser window than my movie i want the movie to be fitted in the browser window. But if the browsers width and/or height measures more than my movie i don't want it to fit (zoom), then the swf should only be centered.
View 0 RepliesHow do u get the swf to fit precisely in the browser window? I looked here:
[URL]
I want to make a modal effect like a popup window in Flex, but with pure as3.
I put a filled Shape with a blur on it but doesn't look the same. I am assuming the blur effect is applied on the stage, but this would also blur the popup window. I also want several layers of modal+popup like "do you want to delete this?" and pressing yes => "are you sure?" Kind of thing.
I am building a portfolio site, and I want my content to occupy all the browser window.
Like this site:
http://********theglass.com/
[URL]
I know GAIA have the ability to do this but I don't know how to use it, and the more I look to it, the more I think it will be overkill to use on my project.
I want my background to occupy 100% of the browser window and have the content to be centered.
Is there a much simpler way to do that without having to do it in a framework?
I am trying to achieve the resizing effect as seen on [URL]There is no distortion no matter what direction the browser window is resized.
View 1 RepliesI have a problem and that is my swf will only play once in IE. When a user revisits the site from the same IE browser window or refreshes, nothing happens. If i open a new IE browser window, the swf plays and it plays from the IE cache as the preloader does not show again. This is happening in multiple versions of IE. I do not have this problem with Fire Fox, Chrome, or other non-IE browsers. Here is my preloader code:
loaderInfo.addEventListener(ProgressEvent.PROGRESS ,updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
{[code]....
I am using swfobject when publishing. I do not think this is the problem as when i publish straight from flash without swfobject and try to play my swf in the same IE browser window, the same problem occurs.
I'm running an online game site, and a few websites are really bad about embedding some of my games and stealing bandwidth.
To combat this, I replaced the original files with super-simple .swf files that redirected back to my own websites -- thus stealing back the traffic that they were stealing from me.
The problem came later when something changed with the new Flash player, and new windows no longer opened. For the life of me, I can't figure out how to get new windows to open. I've tried a few different approaches, but nothing appears to work.
So what I'm wondering is, can this even be done anymore -- where I can switch out a .swf that's being leeched with one that opens a window to my own site?
i am using the following code to close the my browser.
getURL("javascript:window.opener=self;window.close()");
The above code is not working in Flash player 10.
I am making my website's nav bar in flash. I want some of the buttons to open new browser windows to display aspx/html files. Is this possible using actionscript 3.0?
View 1 RepliesI want to click on a button and have it open a second browser window. How?
View 6 Replieshow to horizontally and vertically center a browser pop-up window in Flash? Below is the code tied to my Flash button:
on (release) { getURL("javascript:openNewWindow('http://www.blahblahblah.com','thewin','height=300,width=400,toolbar=no ,location=no,menubar=no,status=no,scrollbars=yes') ");}
[Code].....
i would like to use the following APIs...
PrintJob.start()
PrintJob.addPage()
PrintJob.send()
...to print a chart displayed in the user's browser as part of a full-screen Flash application. This works fine if the browser window is larger than the available print job page size. However when the browser window is smaller, the print out is clipped. How do i resolve this? Is there an object I can add my Sprite to that will not get clipped by the bounds of the browser window?
I am currently trying to work out how to get Flash to close the browser window it is running in. I've done a simple Javascript test version which works fine.. But if I try and use:
ExternalInterface.call("closeMyWindow");
Functionality it does not. My simple Javascript version is cut and paste below and attached to this message.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]"><html>
<head><title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<meta name="description" content="" />
[Code] ....
Attachments: jsclose.html (630 bytes)
I'm trying to create a page where you click on the video thumbnail and the video opens up in its own window. I'd like the video to open at a specific size that I determine, not the browser, and I want it to be scalable. Here is what I have so far as a test file[URL]
View 2 RepliesI have setup a Flash viewer in a HTML Div container. In the Flash I have put a button which, when clicked, launches a new browser window with another site I've done to appear in. When I test this in Flash its working fine and launches the new window as it should. But when I go into Dreamweaver where I have placed the Swf. in the Div container, I test it locally in a Firefox browser window. The viewer appears and it works correctly, but when I click the button to launch the new browser window it just opens a window with an error msg 'unable to connect, etc'.
View 1 RepliesI have several buttons on my "Index.swf" file. I am calling the Index.swf file in Microsoft Publisher 2007 and created "Index.html" page.
In the same way I have several individual flash files like, About.swf, Contact.swf, And each files are in seperate webpages like, About.html, Contact.html.
Suppose, when I click on a button call "About" on Index.html page. The About.html page opens but in a different window. Not in the same window.
I would like to open a webpage by clicking on a button but in a same window. Don't want to open each webpage on defferent browser window. [code]...