History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-2628
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Simon O'Connor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Splash swf resource is unpredictably scaled

Created: 08/Sep/06 12:02 AM   Updated: 01/Feb/08 04:15 PM
Component/s: Splash
Affects Version/s: 3.3
Fix Version/s: 4.0.2, Legals

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 4,770
Fixed in branch: branches/legals
Runtime: N/A
Fix in hand: False


 Description  « Hide
When using splash, and feeding it a view with a swf resource, such as:
<splash>
<view name="splashview" center="true" ratio="0.9" resource="images/loadingbar.swf" />
</splash>

It will scale it to the entire size of the canvas.

Although if you then make the flash file the size of the canvas, with whitespace around it to ensure that the actual image is smaller, that doesn't seem to make it display correctly either.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Simon O'Connor - 08/Sep/06 12:36 AM
Just discovered the exact circumstances this occurs... when the canvas has no height or width, OR the height and width are set as percentages.

A fixed height and width is ok.

For us, this solves the problem for this particular app, but our upcoming app has no fixed sizings, so this is a serious issue with being unable to create a nice preloader.

P T Withington - 17/Apr/07 01:04 PM
please confirm