PDA

View Full Version : splash ratio attribute


cdickson
04-01-2003, 03:24 PM
Hi,

I have a splash element that looks like this:

<splash>
<view center="true" resource="loading.swf" />
</splash>


The loading.swf is a multiframe resource, with 100 frames that i want to animate with 0- 100 percent of the load. To do this i think i need to set a ratio attribute value in the view tag. What should this value be?

Thanks
-Clint

antun
04-01-2003, 03:45 PM
It can be anything you want between 0 and 1. It's used to indicate how much of the progress to devote to file download, and how much to devote to view instatiation.

-Antun