# Problem for export flash movie

**URL:** https://forum.kirupa.com/t/problem-for-export-flash-movie/208924
**Category:** flash
**Created:** [December 4, 2006, 11:08am UTC](https://forum.kirupa.com/t/problem-for-export-flash-movie/208924 "2006-12-04T11:08:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vichan08](https://avatars.discourse-cdn.com/v4/letter/v/50afbb/32.png) [@vichan08](https://forum.kirupa.com/u/vichan08)
#### Post date: [December 4, 2006, 11:08am UTC](https://forum.kirupa.com/t/problem-for-export-flash-movie/208924/1 "2006-12-04T11:08:27Z")

</div>

can some body help,  
I have a movie, i upload it to 2 different host server, but one work, 1 can. i don’t know why i export it to flash player 7, but go on to web right click it tell about adobe flash player 9.  
may be that is the problem, and 1 more reson the load %, try to saw the code please.

bytes\_loaded = Math.round(\_root.getBytesLoaded());  
bytes\_total = Math.round(\_root.getBytesTotal());  
getPercent = bytes\_loaded/bytes\_total;  
\_root.loadBar.\_width = getPercent_100;  
\_root.loadText = Math.round(getPercent_100)+"%";  
if (bytes\_loaded == bytes\_total) {  
\_root.gotoAndPlay(3);  
}

can some body give me some idea please
