ActionScript 2.0 :: Linking To A Video - Open A Popup Window In Flash With 320 X 240 In Size
Jun 18, 2009
I can only do so much with flash. I am having issues with linking to a video. Here is my question: please refer to [URL] and click on the video link. I have 3 videos that I want people to view when they click on the links:
- SI TU T'EN VAS (2001)
- GWADA (2004)
- JODIA (2008)
I need the links to be able to open a popup window in flash with 320X240 in size.
1- I imported each video in flash (separatly) using the 30rates/frames, progressive dowload from webserver. (the usual).
2- I allready uploaded the videos (.swf and .flv) on the server (godaddy.com)
3- In my main file, I created a button for each one of the links above using the invisible button with their own instances. they are each on a different layer.
View 2 Replies
Similar Posts:
Jul 6, 2004
i'm using the centered pop up window script from: [URL]. i have multiple buttons in my flash movie which open screenshot html pages in external browser windows. the script works fine except when a popup window stays open. the rest of the buttons don't open/replace past that one popup. i tried changing the window name in the onRelease script to screen1, screen2, etc for each button, but that didn't work.
View 1 Replies
Oct 15, 2010
Is there a way to open a new window from Flash as a pop-up (i.e. a specific size without toolbars etc.). The new window needs to hold some flash movies in AS3 which arn't compatible with the AS2 parent movie.
View 3 Replies
Oct 4, 2004
I read this: "JavaScript is interpreted by the browser, so whenever you call JavaScript code from the Flash movie you'll have to embed the movie into a HTML document first."
What do you do if your document doesn't have a html file and you need to open a popup window from flash? My document is .exe ..
View 1 Replies
Apr 29, 2010
How to open a Browser popUp window from Actionscript ( Flash )?
View 3 Replies
Oct 21, 2004
I've altered Kirupa's centered popup script a bit and it works fine unless you have a popup blocker because most popup blockers just block the window.open() javascript funciton. Does anyone know a way to force a popup window to open in flash? something like you would do on an HTML link <a target="_blank"> or something of the sort.
View 2 Replies
Jan 19, 2009
I am having trouble finding a post which can tell me how to limit the size of a popup window. I have a swf with buttons in it which I need to open the popups in windows sized width=706,height=500.[code]...
View 3 Replies
Jun 10, 2010
how to open a PDF in Flash CS5 that will launch into a popup browser window. In CS3/CS4 I used the "geturl" command and it worked perfect. In CS5, the geturl command always wants to open a url (ex. [URL]) instead of a local file on my drive. Is there any way around this to make it work like the older versions of Flash? Basically stop it from trying to launch the [URL]?
View 9 Replies
Aug 3, 2011
How can I create a fixed size popup window from Flash? When click on the image, it pops up a small window without those browser tool bars.
View 1 Replies
Aug 31, 2010
In my game people shoot at 4 different moving images and get points. Simple right? Well one of the images is a question mark that people can shoot and when they do, I need flash to pause the game timer, pop up a new window, display the multiple choice question in the window and wait for the user to answer. I would also like to be able to customize the size and location of the pop up window!
Then if the question is answered correctly close window award 10 points and continue the game. If the question is answered incorrectly, say wrong and then display the end game results screen. Right now I have it to where it opens a pop up in a web browser and askes the question there. The question is randomly chosen from a file called random.html. But I do not want the game to operate that way. I want the game to open the pop up within flash.
View 8 Replies
Jul 1, 2009
How can I create a new window such as the one that opens here when i click the "insert link" above, with fade out and one that looks as if it's in the same window ?
View 1 Replies
Nov 19, 2010
How should I open a popup window from a swf?My method - create another panel and overlay on the original swf.The problem is that the size of the original swf is small compared to the size of the popup window.No JS call allowed which does not allow me to use window.open javascript call.I need to be able to communicate with this popup window as well. This eliminates opening a new window using navigateToURL method.
View 2 Replies
May 21, 2010
I have to have many small thumbnails on a page and each one needs to open up to a full size (640x480) video with controls when clicked.
View 3 Replies
Oct 26, 2005
I have a flash banner and when I click on it,I would like to open a website page inside a popup.
View 1 Replies
Apr 9, 2011
Not a URL, but just a swf file in a popup window. Using ActionScript3.0
View 3 Replies
Oct 13, 2011
How 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 Replies
Aug 9, 2006
I have dynamic text in my movie that when clicked opens different image jpgs in _blank window. I would like to be able to have the blank window open at a set size so that when the link is clicked it doesn't open the image in a full window.Code:<a href='http://" + currAttribs.link + "' target='_blank'>Keep in mind that I'm not calling actual html pages but rather jpg files to open in _blank pages.
View 4 Replies
Aug 21, 2006
build a links page on my flash site to my friend's sites. This seems like it would be easy, but I can't seem to figure it out...Basically the problem is with the popup window size. I don't want their website browser window to cover my site, so I need some sort of script within my flash site to control how big the window size of their site pops up.I found this line of code in my searches, but it doesn't do anything when the button is clicked:
on (release) {
getURL("javascript:openwin('http://www.technofisch.com', 600, 400)");
}
So I'm stuck. I'm also having the same problem with a PDF file. I have my resume as a PDF the pops up when the link is clicked, but I don't know how to control how big this window is, as it is a direct link to the file and no html.
View 3 Replies
Aug 23, 2009
I am new to ActionScript and am trying to accomplish the following: In a drag and drop function, when the object is "dropped" on mouse up, I want it to automatically open a popup window for the PayPal Web site. Here is the code I have so far. How do I integrate the additional functionality into the dropIt function?
[Code]...
View 3 Replies
May 10, 2010
Is there a way to open a html page in a borderless popup window using AS3. I've found info using AS2 with the "getURL" but nothing with the "new URLRequest" This is an example of what I'm looking to do: [URL]
View 2 Replies
Apr 29, 2009
How do you create a fixed size and location of a popup window in actionscript 3.0. I know how in 2.0 but 3.0 is much different.
View 1 Replies
Oct 1, 2004
I was wondering if it's possible that a popup browser window auto resizes to the size of a .swf or a image?
View 2 Replies
Aug 5, 2008
I 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]........
View 2 Replies
Jan 31, 2012
I am trying to figure out how to open a pop up window in my Air application, in a secondary Window, instead of the main application window.I am using the ReusableFX components, which include a custom DataGrid with filtering and other capabilities. The filtering feature displays a pop up window via PopUpManager when you click on the top of a column in the grid.
PopUpManager.addPopUp(this, FlexGlobals.topLevelApplication as DisplayObject);
The problem is that the pop up window opens in the main application - I am assuming because of the 'topLevelApplication' reference.So, I need a way to open this window in the current Air "s:Window". I am assuming I need a way to walk up : this.parent.parent or this.owner.owner - though I have tried that and it did not seem to work (it said null reference).OR, is there a way to get the current top most window / component (NOT the main application / window)?
Update:I decided to create a new project for the component, and add in the Air libraries. Now I am able to access the "NativeApplication.nativeApplication.activeWindow" call. That gives me the correct Air window. However, it does not seem to be working:
PopUpManager.addPopUp(this, NativeApplication.nativeApplication.activeWindow as DisplayObject);
My popup does not appear. I am assuming because "activeWindow" is not actually a DisplayObject?(so how do I get the DisplayObject if that's the case?)
View 1 Replies
Mar 6, 2004
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]
View 1 Replies
Apr 7, 2010
I can't seem to find any info on how to do this. Here is an example of what I am trying to do: [URL]
View 1 Replies
Jul 7, 2010
Pretty simple- just trying to have a link in my .swf open in a new window, with a specified size.
I have done this before but can't seem to remember/find a tutorial... well besides one on kirupa that didn't seem to work for me.
I believe the method I used before involved putting some code on the page you were linking to...
View 1 Replies
Nov 8, 2011
I'm doing a project for my graphic design course in Flash using Action script 3.0, just wondering if it's possible to have a mouse over event that will open another flash window that will play a video.
View 2 Replies
Sep 16, 2010
trying to open a window with defined size in a button, but never to the right (do not want to use functions inside the html file) wanted to make the following way: when you click the button, it opens the file size that I set to the window (the file will be opened this in html
View 1 Replies
Dec 9, 2011
I am trying to open a url top 960 X 540. Here is my code:
GiftShop.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_17);
function fl_ClickToGoToWebPage_17(event:MouseEvent):void
{
[code]........
View 5 Replies