Webmaster Forum

Advertise Here   High Bandwidth Dedicated Servers   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Reply
 
LinkBack Thread Tools Display Modes
Old 01-18-2008, 03:41 AM   #1 (permalink)
Contributing Member
 
Join Date: 09-16-06
Posts: 87
iTrader: 0 / 0%
Latest Blog:
None

Alexandro is liked by many
Action script 3 load swf

I load a swf file in a swf file in action script 3.
I have a movie clip with a rectangle in it. I want to change the dimensions of the movie clip (width) corresponding to the percent of bytes loaded, like a progress bar.
The action script is attach on the timeline is not external.

up_mc is the movie clip; the width is just not chancing, he remain the same.
Code:
var req:URLRequest = new URLRequest("clip2.swf"); var loader:Loader = new Loader(); //thisLoader.contentLoaderInfo.addEventListener(Event.INIT, doneLoading); loader.addEventListener( ProgressEvent.PROGRESS, handleProgress ); loader.load(req); function handleProgress( event:ProgressEvent ):void { // Calculate the percentage by multiplying the loaded-to-total ratio by 100 up_mc.x = Math.round( event.bytesLoaded / event.bytesTotal * 100 ); } /*function doneLoading(evt:Event):void { holdermc = MovieClip(thisLoader.content); stage.addChild(holdermc); }*/
Alexandro is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Action Script Line Art Brian M Graphic Design Forum 0 07-31-2007 10:04 PM
Click Per Action tracking script needed mcdc2000 Coding Forum 1 11-02-2006 02:53 PM
script to load images and js after the page loads ?? JoeWall Coding Forum 13 08-18-2006 10:45 AM
pay per action gfriedm1 Google Forum 11 07-16-2006 04:53 PM
Need a script to make certain pages load up randomly edbarton Coding Forum 4 07-28-2004 04:18 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:13 AM.
© Copyright 2008 V7 Inc


Search Engine Optimization by vBSEO 3.1.0 ©2007, Crawlability, Inc.