
Welcome Guest
|
#1
|
|||
|
|||
|
resizing dynamically loaded swf
Hi folks,
Im trying to load a SWF file dynamically, and resize it to fit my window. This is what im doing: Code:
var mcLoader:MovieClipLoader;
mcLoader = new MovieClipLoader();
mcLoader.addListener(this);
mcContainer = this.createEmptyMovieClip("mcContainer", this.getNextHighestDepth());
mcLoader.loadClip( url, mcContainer );
private function onLoadInit (mc:MovieClip)
{
//here i cahnge the x,y, width, height of mc, but to no avail
}thanks for your help! |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loaded swf files lose functionality in main swf movie | paulnmorrison | General Flash | 2 | 12-11-2007 07:09 PM |
| Access objects loaded from second swf | nathanreed | ActionScript 3.0 |
7 | 06-26-2007 01:31 AM |
| Storing dynamically loaded images/text | Leao | General Flash | 1 | 09-28-2006 01:28 AM |
| resizing loaded SWF files with off stage items | drepod | Flash MX ActionScript |
9 | 11-02-2005 01:53 PM |
| preloading dynamically loaded swf files | blind-man | Flash MX ActionScript |
1 | 09-08-2004 08:46 AM |

Programming Languages



