ActionScript 2.0 :: Load External SWF's And Make Them Fit To Movieclip Size?
Oct 28, 2010
I've got some swf's that I want to be able to load in to an mc and for the swf's to fit to the size of the mc. This works with jpeg's but not swf's, maybe to do with the way they've been set up, but I can't change these swf sizes.The code I have, (that's from another thread) will load a jpeg and make this fit, but not an swf is:
Code:
// container movieClip x and y positions
var container_x = 116.45;
[code].....
View 2 Replies
Similar Posts:
Apr 1, 2010
I'm using Flash CS3 and AS2.0.I'm using the loadMovie function to load an external swf into an empty movieclip. The problem is that the external swf is bigger than the frame I am loading it into, so I'd like to load it in with specific width/height parameters (basically load it in and scale it down).
View 3 Replies
Jan 13, 2010
I have a script that calls for an external swf file. It can import the file no problem but it is always the same size. The problem is that I made the swf file with smaller dimensions and it is still to larger in my window.[code]...
View 1 Replies
Aug 28, 2009
I'm working on a UI for a set top box that has a linux os, which runs a java virtual machine, which loads a flash (swf) interface!
Im trying to load a jpg into a MovieClip using the loadMovie() command because the MovieClipLoader object was introduced in Flash 7, which the box cannot run. Im preloading the image using getBytesLoaded() and getBytesTotal() and after its loaded I want to stretch it to a certain size. Im having 2 problems:
1)The FIRST time I run the loadMovie command, it doesnt always load the jpg, and getBytesTotal is set to -1. After I load it a second time, the preloader works fine.
2)I cannot use mc_name._width = 1000 to scale the width of the jpg image to a certain width. Ive tried my code on a fresh flash file and it works on a computer using Flash 6, Actionscript 2, but not on the box. Whats weird is that if I use mc_name._xscale instead of mc_name._width, it works.
Here's the code:
Code:
ImgUrl = "http://img143.imageshack.us/img143/6639/1680x1050k.jpg";
_root._container_mc.removeMovieClip();
_root.createEmptyMovieClip("_container_mc",_root.getNextHighestDepth());
[Code].....
View 12 Replies
Jun 27, 2009
how i can set the size of an external swf i have loaded into a target movieclip ive got the external swf loading into the target ok but its too big.
View 2 Replies
Dec 24, 2009
How I can make this script lo load mp3 files via an external xml file like music.xml and if is possible to load random
Code:
music = new Sound();
music.onSoundComplete = function() {
[code]....
View 1 Replies
Jul 30, 2009
I am trying to make a loader that will load 5 external swf. What im aiming for is one loads--> one plays--> one ends--> one unloads two loads--> two plays--> two ends--> two unloads ect..
i am having trouble getting to follow this sequence. Trace statements tell me they load but only the last displays
[Code]...
View 1 Replies
Aug 17, 2009
I want to be able to change the frame in output.swf from within another flash, how do i make this possible?[code]...
View 3 Replies
Feb 9, 2009
i learned how to load an external SWF and JPG and make a preloader of it. Now I need to preload a MP3 and I can't. The code I did my self was:[code]
View 2 Replies
Jul 7, 2009
I am stuggling to load an external SWF into a MovieClip:
Code:
var airportsLoader:Loader = new Loader();
airports_mc.addChild(airportsLoader);
[code].....
View 3 Replies
Jun 18, 2009
I need to create a flash library. Each item has a text discription and a image of the item.
I'm doing it using an external XML file, but unfortunately, I'm hitting my head against the walls because I can't load both
View 0 Replies
May 5, 2011
I am currently working with Flex 4. I successfully use custom preloader by s:application ... preloader="path"..., but i want the preloader to load external file as well, can it do that? How can i call the variables in the preloader?
View 1 Replies
Jul 27, 2010
I am trying to figure out how to make a component drop down box load an external swf.
I am also trying to figure out how to get a combo box to load a movieclip.
View 0 Replies
Sep 15, 2011
I would like to know how to make flash size (width and height) full size in the browser? the real size of flash is w:955px h:600px I tried to make w:100% and h:100%, it makes pictures pixelate.
View 6 Replies
Dec 30, 2010
i'd like to load an external image in a movieclip via
createEmptyMovieClip(..)
mcName.loadMovie( imageName )
trying to set the mc-size via
mcName._width = 100
mcName._height = 100
nothing changes. furthermore - any possibilities to zoom or stretch the image to get the size provided from the mc?
View 1 Replies
Aug 10, 2010
I have a flash file that loads an external class. Everything till here works file, now this flash when run loads menu from xml file and when you click one link it gotoAndStop() in a movieclip. In one of the frames I am loading an external movie. This script I took from another tutorial and which run well if I try it in a new flash file but when I put it there and run the file, everything works well except that the movie doesn't load. so I have: MainClass.as which is the default script which loads inside it another as file for the menu. Inside the frame where I want to load the movieclip I have this code:
[Code]....
View 0 Replies
Mar 8, 2011
What I would like to achieve is to load an external image into a movieclip. Then load another external image to blend over it after about a 3 second delay. I would like to load approximately 8 images in total. There are no buttons at this stage which why I am really struggling.
There is probably a simple way to do this but I have started to approach by loading an image from an array into a movieclip. Save the bitmap data into a movieclip underneath. Remove the top image ready to replace. I was planning on using labels to navigate to but I can't work out how incorporate a statement to change the imported image in conjunction with the labels.
Here is the code I have used so far.
stop();
var library:Array = new Array("images/WS.jpg", "images/NY.jpg", "images/SP.jpg", "images/AQ.jpg", "images/AWI.jpg", "images/MS.jpg" );
var fileChosen = library[0]
[Code].....
View 0 Replies
May 28, 2009
In AS2 I would normally create an empty MovieClip, give it an instance name and then in the actions I would make the linkage with emptyMC_mc.loadMovieClip("intro.flv");
In AS3 I'm breaking out to figure this out..., I'm making a game and I want the first frame to load an external FLV, then when the FLV is over, go to frame 2 and load another external FLV and then when this second FLV is over, go to frame number 3..
View 5 Replies
Jul 6, 2009
does anyone know how to display an external side inside a movieclip? I'm looking to have a movieclip basically load an html page (but i dont want the external html to replace all the swf content, I just want it to replace the movieclip loading it) not sure if this is possible
View 2 Replies
Apr 15, 2012
I have a flash Project, and I have external SWF's that are loading and unloading into my project. However I need the external SWF's to be under certain layers. What I would love to be able to do is load my external SWF's into a MovieClip that is already residing on the layer underneath those items. However I have no idea how to do this.
I have the files here. Pretty straight forward, the main SWF("mod_loading_2.swf"), loads and unloads the other two SWF's("m-1_intro.swf", and "m-2_WIB.swf"). There is a layer named loader layer, and I would like to load the external SWF's into a movieClip on that layer. The load and upload code are in the main SWF
How do I load these SWF's into a MovieClip on the timeline?
View 14 Replies
Jul 18, 2011
How can i load an external swf if user don't make any mouse movement or click in 1 minute and when user click it shows the previous swf
View 2 Replies
Apr 2, 2009
How to write a simple script to load 3 external swf into one place and make it play one by one continuously?
View 6 Replies
Apr 12, 2009
How do I make an external movieclip preloader? Anyone know of a good tutorial because I have been trying for the past 12 hours to get a preloader to work(no not 12 hours straight lol). My file is 2.6 mb so I really need the preloader. Or if there are any free programs that make preloaders that would be good too. Or any components that have a tutorial with them(also needs to be free).
View 6 Replies
Jun 19, 2005
I am loading jpg's, and I want to make a Movieclip('MC') invisible when there is no jpg to load (because it just is not there). How can I detect if there is no jpg, and then make the MC invisible? I think I should use onData, but I can't make it work.
[AS]
function laadNail3(foto) {
var my_lv:LoadVars = new LoadVars();
my_lv.onData = function(src:String) {
[Code]....
View 1 Replies
Feb 23, 2009
I want to load a external SWF and tween a MovieClip inside the SWF. Is this possible?
TweenMax.to(_loadZone._animation, 1, {frame:40, ease:Quint.easeInOut});
I keep getting this error:
1119: Access of possibly undefined property _animation through a reference with static type flash.display.MovieClip.
View 2 Replies
Apr 29, 2011
I am new to AS3 and I need some help with the Senocular Transform Tool (AS3 version)
I'm having trouble with loading in an external image such that I can transform with the Senocular Transform Tool class.
I have managed to load in the picture but the transform class doesn't seem want to grab it. [code]...
View 1 Replies
Sep 19, 2009
I bought a third-party image gallery xml driven where images activate html links. I need the image, when pressed, to import an external swf in the same movieclip where the gallery is and not external html links.
here the xml code:
<content>
<title><![CDATA[<b>title</b>]]></title>
<image>images/02.jpg</image>
[Code]....
any image simple recall a html link, while I need to load in the same movieclip an external movieclip.
View 1 Replies
Apr 7, 2011
I'm loading an external logo (.swf) into a movieclip. The user would actually select what logo to load from a list. After loading the selected logo into the empty movieclip, the user can than apply certain changes such as changing the logo colors, the size, the rotation and the position of the logo over a certain product.What I want to do is to expand on this by allowing the user to select whether they want the logo tiled across the product
View 3 Replies
Apr 15, 2012
I want to load my external SWF file using the following code in "Panel4_mc" instead of on stage. How can I do it" function btnClick(event:MouseEvent):void {
[Code]...
View 4 Replies
Oct 16, 2009
I've been searching for a way to do this without using html. For some reason i can't have my enter site button load the main movie from the splash page and go full screen at the same time. here is my full screen code: (where do I put my loadMovie script to make both events happen at the same time)
_root.enter_btn.onPress = function(){
if(Stage["displayState"] == "normal"){
Stage["displayState"] = "fullScreen";
[Code].....
View 0 Replies