ActionScript 2.0 :: Opening A New Window With Specific Dimensions?
Oct 22, 2005
i have used the function before where you can have a new window open up from your flash file on release of a button, and have the new window set to certain dimensions and minus the toolbar. I have had to remake my site and lost how i did it and now cannot find a good tutorial for this.
View 1 Replies
Similar Posts:
Mar 23, 2011
For an e-learning presentation, what is the standard size the Flash stage should be set to nowadays? Is there a trend as to a specific standard size that everyone is using? This will be embedded / placed / inserted within a .ASP page.If standard interactive actionScript and animations, should I stick with SWF file format?
View 2 Replies
Nov 24, 2009
I have a bttn in my swf (which is embedded into my html page) and i want to be able to control the parameters of the pop up window the bttn generates. I have found a code generator at- this generator works when i input all my parameters and URL and test it, but when i place the code it provides onto the bttn in flash it fails to produce the same result me
on (release) {getURL ("javascript:NewWindow=window.open('https://secure.bellerockgaming.com/webchat/go_Max_New.asp?siteID=14&qu eueID=29&folder=BRE','Live
[code]....
View 1 Replies
Sep 25, 2010
I've just finished working on an extensive HD intro for my website, which is in 1280x720 resolution.
At the moment, my site has a splash page with 3 buttons on it:
B1) opens the site in fullscreen mode
B2) opens the site in normal window mode
B3) opens a new browser window linking to my intro
Here's the AS code I'm using for my intro button:
Actionscript Code:
intro_btn.onRelease = function() {
getURL("[URL]", "_blank");};
I'm wondering if there is a way to somehow specify in that code segment what dimensions I'd like the new window to have? I know this can be accomplished in JavaScript with something like this:
Actionscript Code:
<a href="javascript:void(0)"onclick="window.open('[URL]','height=1280, width=720,scrollbars=no')">intro</a>
I've already tried putting the intro on it's own separate HTML page, but because of resolution and other background contrast issues, I've found that it undoubtedly looks best in a window that is resized to its specific dimensions, rather than having extra space around the edges, top, and bottom.
View 3 Replies
Jul 22, 2010
I have Flash CS4.I'm having problems opening a specific file.Its about 239,000 KB.Sometimes it opens partially, I can open movie clips and scrub through the time line and see my keyframes. The problem is that it wont display my movie clip keyframes in the viewing window.The flash dialog giving you options to open previous files is there instead.My friend can open the exact same file on his computer in Flash just fine.Also, I have hardware acceleration settings turned to 'NONE'.?
View 1 Replies
Feb 17, 2002
I've seen a cool effect on: [URL]. Click on DEVLAB and than select the fourth icon. When loading the movie, the browser-window changes it'd dimensions. How can I do this?
View 2 Replies
Sep 1, 2008
I am still learning Action Script but I have a problem with writing the full script for combing navigate to new URL and gotoAndPlay. More specifically what I want to do is use a button which when clicked will open a new page and then start playing my Flash movie at a certain frame on the Timeline. I have used buttons to navigate to a new URL and used the gotoAndPlay ( ) ; command to play a certain frame, both have been successful but when I combine the two I run into trouble. What happens is the new page loads correctly and goes to the specific frame but then opens the browser in a new window with the movie playing from the beginning. The correct sequence within the correct Webpage is playing but only if I close the current page, in other words what I am trying to achieve is running but in the background.
View 8 Replies
Feb 8, 2010
I have Flash CS3 on OSX. Everytime I open a specific FLA file, I immediately get the following error message:
"Error creating Flash Movie. Be sure the destination file is not locked or on a locked drive. Also, check to make sure the name is not too long."
Dismissing the alert box results in the same alert box instantaneously popping back, completely blocking any attempt to act upon the file. The file name is 7 characters long (extension included) and is located in a folder which contains other FLAs I have no problem publishing.
I have sent back the file in question to its creator and she had no problem opening it in CS3. She has done a "Save as..." and sent me the result, but it did not work. A collegue of mine opened it successfully in CS4. I have taken the opportunity to verify the Publish settings there (not that it should matter as I can't do anything with the file, let alone publishing it) and it is set to publish only a SWF file next to its FLA. Saving it as a CS4 file then back to CS3 has not produced a file which I can use with any success. It seems very unlikely that the file is corrupt. So is my Flash CS3 installation corrupt?
View 13 Replies
Feb 8, 2011
I'm on a macbook pro, osx 10.6, using CS4 Web Premium. I used to have an external monitor hooked up which had much higher resolution, so when using Adobe Media Encoder I'd click the Settings button on a video to get the Export Settings window, then stretched the Export Settings window to be the size of my external monitor. Now, I'm just using my laptop, and the export settings window does not have the resize buttons at top left to adjust it back to the size of my laptop, and the bottom third of the export settings window is getting cut off so I can't see the cancel/ok buttons etc.
I've tried re-installing media encoder (via reinstalling flash using the CDs) to try to 'reset' the window sizes, didn't fix the problem. If anyone knows of any other preferences or something I could delete to fix this,
View 14 Replies
Jul 11, 2009
I'm just learning actionscript, and was wondering how to have the new window opened be a specific size. I've searched around, but only really found instructions for AS2.
Here's the code I am using:
stop();
var pharURL:URLRequest = new URLRequest ("http://link.com");
function pharClick(myevent:MouseEvent):void {
navigateToURL(pharURL);
}
phar_btn.addEventListener(MouseEvent.CLICK, pharClick);
View 5 Replies
Oct 29, 2009
I've got a .fla file, with 3 scenes in it. In the 3rd scene, there's a button which upon clicking it, should open a new window showing a external .swf file. Both files are placed in the same folder.
Now.. I'm able to open the .swf file in a browser, but what im trying to do, is open it in flash player. How the *#@%*#@ am i supposed to that? :P
Oh yeah, i should probably mention that the external .swf file also has mulitple scenes and buttons. And both "movies" should still be interactable when i open the new window.
View 6 Replies
May 25, 2009
I can't seem to get the buttons I have created in flash to open in the same window.. I've tried
1. leaving it with no target
2. on (release) {
getURL("[URL]");
targetPath("_self")
}
3. on (release) {
getURL("[URL]", "_self");
}
View 2 Replies
Dec 2, 2010
im having no luck with this at all. im building a site for my company, building and selling homes. ive made a website in flash, nothing too complex, ive also made a pdf in indesing, which when published left me put a page turing feature on it, and that pdf was then published as a swf file. its put all the code in for me automatically so the people can now interact and page turn it.i simply want a button/link i can put on my site to open this swf in its own browser window or in a flash player window. this code in previous versions of flash has been easy...on release etc but now with as 3.0 i see people using child, navigatetourl, its so confusing and every example ive found just doesnt seem to work
View 14 Replies
Jul 1, 2009
The code, To open a new .swf file in the same window, like on my website when u click a button I want it to load another .swf file in the same window. Its either this or to make it open a new scene.
View 1 Replies
Sep 16, 2009
I have l a flash file in my pages that links to other pages within my web site but when clicked they automatically open in another window. How can I link them without opening a new window as would happen with a normal web page link?
Here is my current Action Script code: index.addEventListener(MouseEvent.CLICK,indexbuttondown);
function indexbuttondown(event:MouseEvent):void {
var bbcURL:URLRequest = new URLRequest("index.html");
navigateToURL(bbcURL);
}
View 2 Replies
Dec 5, 2009
I'm primarily an HTML/CSS girl. I'm pretty new to Flash, and until recently have only worked from the timeline without using any action script other than stop(); and simple goto commands like gotoAndPlay(49);
This week, I needed a nav button to take the user into the site from the Flash intro; it's live at [URL]
Flash CS4, Action Script 3. Since I don't write Action Script - yet - and needed the link in a hurry, I Googled for the code. As you can see, it works fine, but the site opens in a new window, and I don't want it to do that, I want it in the same window.
The code is as follows:
clickToEnter.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://www.deppimpersonator.com/cms"));
}
I thought it might be the use of "new" in front of URLRequest, but of course when I took that out the link didn't work at all.
Blind experimentation produced two attempts that simply broke the link (don't laugh ):
[Code]...
What do I need to add (or remove) from this code? And is this the most efficient way to code an internal link?
In case this is browser-specific: I've only tested this in the latest versions of Firefox and Safari for Mac, OS X 10.6.2 (Snowleopard). It's the same in both browsers.
View 3 Replies
Jun 2, 2010
I'm working on a portfolio in Flash CS3 and AS3. I'm trying to avoid doing the whole thing in Flash, so the home page is a CSS/HTML header page that will house a looping flash piece underneath the header, and the inner portfolio will be flash pieces brought into the same CSS header framework.I'd like to know what kind of code I need to use in the portolio flash navigation so that the "home" link will open the CSS/HTML home page in its same window, rather than launching another window. Is this something that can be done using AS3, or do I need javascrpt as well?
View 4 Replies
Jan 4, 2011
using the following action script on buttons to open links:URL...Trouble is they all just open new windows and not the link in the current window!
View 3 Replies
Dec 8, 2011
I have a button called bt07 and I would like when you click down this button to open an url in a blank_window (for exemple [URL]) I wrote this code below but I don t know how writting the code to open the url?
//mouse downbt07.addEventListener(MouseEvent.MOUSE_DOWN,auSurvolSurbt07);function auSurvolSurbt07(e:Event){bt01.gotoAndStop(1);bt02.gotoAndStop(1);bt03.gotoAndStop(1);bt04.gotoAndStop(1);bt05.gotoAndStop(1);bt06.gotoAndStop(1);bt07.gotoAndStop(2);
[Code].....
View 1 Replies
Nov 11, 2009
Is it possible to open a custom IE window (i.e no status bar or address bar etc) from within flex? Or if I call a php file or html file can the page customize itself when loaded?
View 2 Replies
Dec 4, 2009
All I need to open a new IE Window from within Flex code on click of a link.P.S I dont want to open a new Browser. I want to open a browser window only that can open a new URL.Something like clicking on a link in Flex and then openin a Pop up window.
View 2 Replies
Oct 9, 2009
I've been trying to find the Migration from AS2 to AS3,for the following code:
ActionScript Code:
on (release) {
getURL("javascript:NewWindow=window.open('main.htm l','ssWin','width=990,height=600,left=0,top=0,tool bar=N0,location=No,scrollbars=No,status=No,resizab le=No,fullscreen=No');NewWindow.focus();");
}
the code I've got so far is:
ActionScript Code:
if (mcUrl == i)
{
[code]....
But I'm not sure how to implement JavaScript in it.
View 1 Replies
Jan 28, 2010
I have this thing that sends variables to a php-file. The code snippet looks like this:
Code:
var myURLRequest:URLRequest = new URLRequest("kampanjerbjudande/process_variables.php");
myURLRequest.data = myVariables;
navigateToURL(myURLRequest, '_blank');
Now, the thing is this opens the process_variables.php in a new window/tab. I want to send the variables to the file to be processed without "visibly" opening the file in a window. Do you know what I mean?
View 6 Replies
May 12, 2010
i have Movie A playing. When you click PlayStep button, I want to open another window that has Movie B in it. When Movie B is done, I want to go back to where I came from (Movie A). Nothing that I have tried has worked -- like _blank or importing ExternalInterface.
View 2 Replies
Jan 10, 2004
I am trying to open up my site in a pop up window, and to be self contained in the window itself. This involves javascript and the code must be entered in the index.html page of the site, after the head tag, but why wont it work?! Does anyone know what to do?
View 14 Replies
May 4, 2006
is there any way to use the getURL command without it actually opening a new page? What I'm really doing is sending variables to a php page and inserting data into a database, but when i use LoadVars and LoadVars.send it's not workin for some reason. So I tried a simple getURL and that also sends the variables to the page and that works for me, but I don't want the users to see a new window popup or for the one theyre in to go to a new URL...? Maybe I'll post my LoadVars code too just to make sure I did that correctly... but I copied and pasted it from another LoadVars object in the same flash program that is working correctly (both sending AND loading variables)...
View 6 Replies
Aug 3, 2008
How to open a website page (anysite.com/whatever) inside a box/window of designated size and position inside a flash swf? I am an Actionscript newbie and can't deal with "snippets" of info as well.
View 3 Replies
Jan 20, 2009
I followed this tutorial [URL] put the proper actions on my button, the button calls the window in a blank page but it does not have the settings in the javascript no scroll, no resize and a preset window size.
The tut is from Flash 5 and that was before the "ACruncontent" file flash uses now in cs3. window opening the way I need it is critical for a client.
View 2 Replies
Mar 18, 2002
I want to open a new window with let's say height 500 and width 600 could i use this in flash so i can open such an window with an html -file in it, i have made a javascript to do this, but could i use this in my actionscript or do I have to work with getURL somehow.
View 3 Replies
Apr 15, 2011
I have made an mp3 player which works fine but I have one issue. Currently if you click on the speakers it will open the player in another window. way for the original player to stop playing and then new one which opens to continue playing.
The second player launches via a get url command, so I guess this might not work with what I am trying to achieve.
Here is the link to the file.
[URL]
The idea is for the original mp3 player to sit on the first page of a website and the second one to float when opened over the other pages the user navigates through.
View 3 Replies