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

Key: LPP-1577
Type: Bug Bug
Status: Open Open
Priority: P1 P1
Assignee: Unassigned
Reporter: Scott Evans
Votes: 0
Watchers: 0
Operations

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

play="false" causes player running slowly error on startup

Created: 12/Feb/06 08:09 PM   Updated: 06/Jul/06 02:25 AM
Component/s: Components - Incubator
Affects Version/s: 3.2cr1
Fix Version/s: None

Time Tracking:
Not Specified

Severity: Minor
Runtime: SWF8, SWF7
Flags: Emerald


 Description  « Hide
Subject line pretty much says it all. I don't have an isolated testcase yet but adding a play="false" attribute to a view in one of my base classes causes the flash player to hang on startup.

Workaround is to put this in the init method:
  this.stop(0);


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Evans - 13/Feb/06 11:28 AM
Test case:
  modify custombutton.lzx
   - in the "icon" view, add play="false"
  - comment out the this.stop(0) workaround

then browse to components/incubator/test/custombutton-test.lzx

result: player running slow error.