
| Key: |
LPP-1577
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
P1
|
| Assignee: |
Unassigned
|
| Reporter: |
Scott Evans
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Runtime: |
SWF8, SWF7
|
| Flags: |
Emerald
|
|
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);
|
|
Description
|
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);
|
Show » |
|
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.