ActionScript 2.0 :: Open Up A Pdf In New Window Via Button?
Nov 12, 2009Im trying to link a button to a pdf file, the root of which is on my pc (not a server). AS2.
View 0 RepliesIm trying to link a button to a pdf file, the root of which is on my pc (not a server). AS2.
View 0 RepliesI 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.
1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?
2) How do they do the menu bar here at this site:[URL]
i want to open a SWF file to a button but in a completely new window however Im not talking web related i.e. not linking to a web page
like...
on (release) {
getUrl("www.blah.com")
}
whateva it is...don�t want that... I want it so it simply opens a completely new window within flash which I can close... the reason for this is I have a SWF file which is protected and i cant create a back button within it... so I need it to open a completely new window so i can get back to my main page..
how do I open an swf in its own window outside the flash using button?
View 1 Replieson the attached fla I have an "invisible" button (button with 0 alpha). I copied a script from the tutes section that will allow me to open a new window when the button is clicked (another rip from a forum question). This works OK, but I also have a MC below the button layer and this MC has some AS attached to it which basically makes it fade out to the image on the bottom layer.
It seems to me that the button script makes the MC script stop working because it's above the MC layer (I've switched the button layer below the MC layer and the fade out then works, but the button doesn't ). How can I get both scripts working together? I know that MC's can't work like buttons, but is there a work around this?
how can i open a new HTML window with a Actionscript button? I can't figure out the coding for it.
View 4 RepliesI'm sorry to have to ask this as I know there are many tutorials out there on how to do this, but using as2 how can I open a new browser window when a button is clicked, that is sized to specific dimensions? The reason I ask is because every bit of code I tried to use did absolutely nothing, when I clicked on the button nothing happened. This is the code I'm trying to use at the moment
Code:
getURL ("javascript:NewWindow=window.open('master.html','Title','width=1024,height=614,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
I'm using flash CS4, flash player 10 and actionscript 2
this is what I have as code but it opens in a new tab when i click the button
futureBtn.addEventListener(MouseEvent.CLICK,goFutu re);
function goFuture(e:MouseEvent):void
{
[code].....
I want my button in a flash movie to open a window like this
[URL]
It shows the picture in full size with a close-able x in the corner. Is that possible? I'd do it in the flash movie, however some of the pictures are bigger than the movie itself (it's a style and it looks good) just that...
I'm trying to get an button in flash to open a pop-under window in the browser using JavaScript. So far I have had no success. Both functions are working fine independently but I can't get them to communicate with each other. Please see attached code.
View 1 RepliesNot a URL, but just a swf file in a popup window. Using ActionScript3.0
View 3 RepliesWhat I want is to be able to insert a button into the flash document, and when someone clicks it, to have it open a new window and go to a certain url. To see what I am kind of talking about, go to my website, where I have the flash document without any kind of interactivity. It is the "Connect with TFC" flash file, on the right side of the page.
View 1 Replieshow to make lightbox window open from flash. I just want to click a button to open a lightbox window.
View 1 RepliesHow to make a button which opens a pop up window(don't really knows if that's the correct name) with a image or text, centered, but the site isn't available unless I click the "x" button on that window or outside the window.
View 1 RepliesI just started out using autoscript 3.0. What I want is that when I click a button (with an image inside) it opens a new window with an enlargement of that image. I've already done the following:
1. Create new button
2. Set it's instance nam to appinvent_btn
3. Created new action layer.
4. Set up the following script in actionscript 3.0
appinvent_btn.addEventListener(MouseEvent.MOUSE_DO WN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("???????????????????????????"));
}
Whats the AS for a quit button? I want to open a small window when the user clics on a button, and have a quit button on the corner
View 4 Replieshow do I translate this html code:
<a href="ch.mov" onClick="MyWindow=window.open('ch.mov','MyWindow', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,width=360,hei ght=250'); return false;">
I want to be able to have a button open a new window specifically sized and without scroll bars or extraneous browser crap.
I can't seem to get the javascript open window functon to work with a simple button. I'm using flash 8. I'm creating a simple CD with exe which loads a swf movieclip. With in this movie clip is a button to open a popup window. Every javascript I have tried to use isn't working. The exe, swf and html page all reside in the same directory. There the latest:
on (release) {
getURL ("javascript:NewWindow=window.open('popup.htm','ne wWin','width=400,height=300,left=0,top=0,toolbar=N o,location=No,scrollbars=No,status=No,resizable=No ,fullscreen=No'); NewWindow.focus(); void(0);");
}
I have a simple website and I am going from one page(flash file) to another page(different flash file) using the following code.
var myLink:URLRequest;
function openPage(event:MouseEvent) {
switch (event.currentTarget) {[code]....
This works fine, but I want to be able to use "_self" so I open the new page in the same window yet it doesn't seem to work.
I just want part of my flash movie to open a new window when the button is pushed instead of taking the user away from my site.
View 2 RepliesI am trying to get a html popup window to open when my movie hits a certain frame instead of a button. Im using the following code but it uses a button instead of a frame to open the popup.
on (release) {
customize the window that gets opened
0 equals NO.[code]........
i 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'm trying to get the link to open in the same window instead of a new window, it's currently set to _blank. I tried _top, _self, _parent. When it's set to anything other than _blank the link doesn't work.
[Code]....
here is the issue I am having: I have a button in my main movie and after it is pressed i want for it to open a pop up window right next to this button with some information in it. I have a email button so when you click on that button I want another window to open right next to this email button with my email address.
View 14 RepliesIn Flex Air app, how do you open a window behind an active one?
I tried following and i can't seem to get it to work
[Code]...
With this code, I would expect window1 to open behind the main app window and, in 3 seconds, window2 would open behind window1. But if you execute this, window1 will open on top of the main window and window2 will open on top of window1 and the main app will retain focus. This seems like a bug in the Flex. If so is there any workaround for this problem?
I want it so my website will open a new window with the swf in it and I don't know what the actionscript is for that.
View 1 RepliesI am new to flash and would like to create a button that opens a pdf in a new window. How would you do that?
View 5 RepliesI am trying to open a URL without opening a new browser tab, Im using AS3, heres what I have so far[code]...
View 1 RepliesI need to open a .swf in a new window from a botton of another .swf, and I want to keep open the 2 windows. But I do not want to use html, only flash.
View 10 Replies