LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-12-2006, 01:09 PM
chris_mac chris_mac is offline
Registered User
 
Join Date: Jun 2006
Posts: 6
Rep Power: 0
chris_mac is on a distinguished road
Problem: can't export to Flash Player 8

It's for a preloader, taken from this tutorial:

http://actionscript.org/tutorials/b...der/index.shtml

this is the code:

onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent -= (percent-((loading/total)*100))*.25;
per = int(percent);
percentage = per+"%";
loadBar._width = per;
if (percent>99) {
_parent.gotoAndStop(7);
}
}


My problem is that this wont work with Flash player 8 (or Flash Player 7 for that matter), only version 6...

can anyone help me with this? i'd really like to use flash player 8, as i have quite a bit of text that needs smoothed out with version 8's ant-aliasing for readability.
Reply With Quote
 


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

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flix 8 for Flash 8 is available on2com Flash Video 1 09-27-2005 09:54 PM
Sencesa Flash Player 1.4 Loluga New Softwares 0 07-22-2005 01:55 PM
Open Letter to Macromedia molaram General Flash 10 02-18-2005 01:29 AM
Flash Player 7 FlashMove Members Cafe 5 08-08-2003 03:17 AM
Introduction and movie export problem. :) NukleoN Flash MX 6 01-09-2003 05:40 PM




All times are GMT. The time now is 09:38 PM.