ActionScript 2.0 :: Loading Movie In New Window?

Dec 31, 2003

I have two movies that I want to show but in different windows. eg. I want to show the first movie in a window and then be able to click on a button then it opens a new window for the second movie. I have tried to do it but it still comes up in the same movie window.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Loading Movie In New Window

Dec 31, 2003

I have two movies that I want to show but in different windows. eg. I want to show the first movie in a window and then be able to click on a button then it opens a new window for the second movie. I have tried to do it but it still comes up in the same movie window.

View 1 Replies

ActionScript 2.0 :: Changing Browser Window Dimensions On Loading Movie

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

ActionScript 2.0 :: Javscript:window.open In IE - Link In A Button Inside A Flash Movie To Open A New Window And Play A Youtube Movie

Jul 13, 2009

I 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.

View 8 Replies

ActionScript 2.0 :: New (controllable) Window - Put A Link In Movie That Will Close The Window?

Feb 6, 2003

ACTUALLY i just thought of another one so now i have two. sorry. hope you don't mind. i get sidetracked rather easily. before i start, a quick nota bene. i'm a complete newcomer to flash so my questions are very simpleminded. not much of a challenge i'm afraid.

1. can i put a link in my movie that will close the window?

2. can i put a link in my movie that will open a new window of a specific size, and without the menu-buttons of explorer?

View 10 Replies

ActionScript 2.0 :: Open A New Window If Have Thumbnail Pics In The Flash Movie But Want The Full Pic To Open Up In A New Window?

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

ActionScript 3.0 :: Loading A .swf, Keeps Loading Into New Window?

Nov 2, 2009

I am attempting to play with AS3 for the first time. I have a combo box that I need to load in different .swf files when something is selected in the combo box.
 
I have 2 functions, one will load a different url, based on what is in the data field for each item in the combo box when selected:

function changeHandler(event:Event):void { var request:URLRequest = new URLRequest();   request.url = ComboBox(event.target).selectedItem.data; navigateToURL(request);   aCb.selectedIndex = -1; }

The other function loads in a .swf which is what I want:
 
function changeHandler(event:Event):void { trace("you clicked me"); var loadit = new Loader(); addChild(loadit); loadit.load(new URLRequest("movie1.swf"));}

but it's not set up based on the selectedItem.data so it doesn't change based on what is selected in the combo box.

I'm not sure what needs replaced in the second function to get it work like the first with the selectedItem.data....?

View 5 Replies

ActionScript 3.0 :: Loading A Frame At The Top Of The Browser Window?

Jan 8, 2012

Each page is on a separate frame, link/button actionscript consists of gotoAndPlay(x), etc.

I have one product page that has enough content to where you have to scroll down in the browser window to reach the list of products. Each product image is a link to a more detailed description page/frame. My problem is this: when I scroll down in the browser window and click on one of the product links, the product details page loads, but I am still halfway down the page in the browser. I then have to scroll up to view the content. If you need to see what I'm talking about, go to villajerada dot com, click on Olive Oil, scroll down and try out one of the product links.

I've tried several approaches to resolving this, listed below:

1. External Interface Call:

(In Flash)
//ExternalInterface.call("scrollTop()");
//var request:URLRequest = new URLRequest("javascript:window.scroll(0,0)");
(In the html document)

[Code].....

Results: No matter what I do with this option, my browser always opens a new tab. I'm trying to build a site that will work with everyone's browser, regardless of their settings, so changing my own personal settings to resolve this isn't a solution. All I know is that I've tried several versions of it after reading other forum posts. Ideally, I wish that there was a way to navigate to a URL that ends up being a null object at the top of the page.

View 1 Replies

ActionScript 2.0 :: Loading External Swfs Into New Window?

Mar 5, 2008

How would I go about loading an external swf into it's own window?

This is the as I'm using:

btn1.onRelease = function () {
loader1_mc.loadMovie("surfer.swf");
}

View 1 Replies

ActionScript 1/2 :: Loading Window Component With Button?

Dec 9, 2010

I found two tutorials that both contain pieces of what i am looking for but i cant seem to figure them out and get exactly what i want. Here is the firstIn the first one, the general idea is what i am looking for. Except that i want to load a movieclip and not an image. My problem in this one is the button component that is used. I have no clue how to skin or customize the button, and i cant find a good tutorial to figured it might be easier to just change the actionscript for this. I want to be able to create my own button (instance button) and use that so that when people release that button, the movie clip pops up![URL]

View 5 Replies

Firefox: Flash Not Loading If Tab Inactive/window Minimized?

Apr 18, 2011

With selenium I'm currently automating tests for a website having flash elements for user inputs. While everything works fine when executing these tests on my computer locally, it fails to load the embeded flash if I start selenium on a remote Windows XP machine.
However, the flash just loads fine if I start the tests while I'm logged in via remote desktop.

This leads me to the assumption that whithout any desktop environment loaded or user logged in the firefox window is treated just as though it was minimized or the current tab was inactive, which I know prevents flash from loading until that window/tab is activated.if there is a way to enable firefox to load flash even if it's not currently displayed in an active window?

View 1 Replies

ActionScript 2.0 :: Loading Html Window Into Movieclip Region?

Sep 17, 2009

if it is possible to load basic html web pages (like text) into a movie clip, or at least use actionscript to set the bounding box of the new window to have the same border region as the original movie clip (such as 600x400 pix at x+100, y+150, for example).

Alternatively, is there a method in which I could load several large scale text files into a region of a movie clip, without having to create endless .as files filled with thousands of

+ "
" +blah+" "+blah+" "+blah+" "+blah+" "+blah+" "+blah+" "+ "
" +...

View 2 Replies

ActionScript 2.0 :: Loading An External SWF Larger Than Browsers Window?

Nov 20, 2009

I have a site build with several swf sections (Home,About,etc...) loaded via XML. The thing is that one of the sections needs to be larger than the browser windows height, actually a lot larger.

So i need to find a way so that the browser's scroll bar will appear only for that specific section...

Right now it works if i change the dimensions of the main movie container and edit the index.html: overflow:auto;

But what kind of code should i use to let the browser's scroll bar appears if a movie that is loaded via XML is larger than height of the browser...

View 3 Replies

ActionScript 2.0 :: Loading Pop-up Window Through Externally Loaded Text Files?

Dec 14, 2009

Has anyone tried loading a pop-up window through externally loaded text files? As in, is it possible?

View 2 Replies

ActionScript 2.0 :: Loading A External Swf Into A Movie - Its Loading Only A Part Of It?

Mar 16, 2004

I'm loading a external swf into a movie everything is fine with that. The only problem is that its loading only a part of it. Does anybody know why? Also, this swf is a mp3 player with streaming. The streaming part works but the playback doesn't.If i start only the mp3 player by itself it's working.here is the fla for the player

View 3 Replies

Movie In An External Window?

Apr 10, 2009

how do I open a movie (in this case they are mostly avis and .swfs thrown in) in an external window that can be closed upon completion, either automaticaly, or manualy, (tho c'mon how cool would automaticaly be...) and leave my screen where and as it was before the movie was launched.

View 2 Replies

Movie To Fit To Browser Window

Oct 4, 2007

I 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 Replies

Resizing Bg To Fit To Window In Flash Movie

Sep 9, 2009

Ive got a bg image in my flash movie and I want it to resize it 100% to the window when the movie resizes in the browser, but i dont want anything else in the movie changing in size, just the bg..

View 1 Replies

Professional :: Zooming In On Movie Through 'window'?

May 27, 2010

I am quite new to Flash and I want to make the following. I want to have a video (avi, mpg or something else) playing. But you should see only a part of the movie (a smaller rectangular "window"). Through this window I want to be able to zoom in on the movie, and move it, so you can see different parts of the movie.
 
Is such a thing possible in flash? If so, can you give me some tips on how to start?

View 1 Replies

ActionScript 3.0 :: Close Window On Movie Swf End?

Oct 12, 2010

I have an animation that opens in a html page in a new browser window. Once the animation ends I would like to have the window close automatically.

View 4 Replies

ActionScript 2.0 :: [MX] Not Loading The Movie Its Just Loading The Frames

Aug 4, 2003

i am making a site with transitions that loads external .swf files(exactly like the tutorial). after the first part of the transition plays it uses:

[Code]...

So i guess my questions is should i add the load movie code before this code or what. how do i make this apply to loading the actuall external swf files??

View 5 Replies

ActionScript 2.0 :: Loading Movie That Is Also Loading A Movie

Jul 15, 2004

I created a Flash movie (header.swf) that did some animation then at the end, loaded another into it using this command: loadMovie ("scrolling3. swf","_root.dropZone");It loads and plays just fine. Then I created another movie (video2.swf), that loads a movie in the same fashion: loadMovie ("tom2.swf","_root.mcTom");By itself, this movie (video2.swf) runs just fine.But now, when I wanted header.swf to load video2.swf it loads it, but the movie clip tom2.swf does not run. It just shows up as a white square in the corner. What am I doing wrong?I have tried many of the examples from threads that I have read hear and cannot get it to work.

View 1 Replies

Centering Flash Movie In Zbrowser Window?

Apr 4, 2009

I want my flash movie to be centered in the browser window.how to do this? The following is a link to the site[url]...

View 2 Replies

ActionScript 3.0 :: Open A Finder Window (on Mac) From My Movie Somehow?

May 3, 2009

Can I open a finder window (on mac) from my movie somehow? I want to be able to press a btn which opens a finder window with the adress to my ftp. When I do it throuhg the browser I only have read permisions.

View 7 Replies

Flash :: Movie Link Opening In Same Window

Jun 4, 2009

We have Flash movie in one domain and accessed from other Domain. The links in Flash movie was not working and with security restricitions we cannot use 'allowscriptaccess'.
So, we used System.security.loadPolicyFile [URL]; and included the XML in our assets. This worked for the links to open in New Window. But, when the links were changed to open in the same window, the links are working in Flash Player versions till 9.2XIn the versions, 9.4X+, it is not working.

View 1 Replies

ActionScript 3.0 :: Get Swf  Movie Report And Output Window?

Nov 20, 2009

I am getting a swf movie report in the output window and nothing else, cant get rid of it

View 3 Replies

ActionScript 3.0 :: Resize Window/Movie Clip?

Nov 25, 2010

I have a movie clip that contains a swf file in my .FLA file . How can i enable the movie clip so that when the screen is resized either bigger or smaller, the movie clip enlarges/shrinks accordingly.

View 1 Replies

Javascript :: AS3 ExternalInterface: Control A Movie From Another Window?

Dec 10, 2010

How can I control a flash movie in a window from a child (pop-up) window invoked via ExternalInterface's call method?

The name of the movie is myMovie. Using javascript in the popup, I try to access a function in the movie using document['myMovie'].flashFunction(). However, since the javascript is in the popup window and the flash is in another, the browser complains that the function is undefined.

This would have worked if the javascript and the movie were in the same window.

I use Firefox.

View 1 Replies

Flex :: Movie Delayed In Inactive Window?

Aug 4, 2011

I often want to run a movie but are only insterested in the debugging output and switch back to my code or to the debugger.I discovered, that the movie framerate is significantly slower in an inactive browser window. This causes e.g. certain async unit tests to fail when run in the Flex UI. So it's not that trivial

View 1 Replies

ActionScript 3.0 :: Open Movie Clips In A New Window?

Sep 1, 2011

I'm pretty new to AS3 and I have a question that I'd like to have answered, please!

I have a .fla file that contains several mc, including rbms_04, rbms_10, rbms_16, etc.

I also have a input text box that is requestNum. When the user types 04 and presses the Enter key, I want rbms_04 to open in a new window, etc for all the rest.

Right now, I have the movie clips on the main timeline and this is the script:

[Code]...

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved