#8751 closed defect (fixed)
test_FLVideo.html loops when flash player not installed
Reported by: | Adam Peller | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I tested this on Chrome. Don't know if it occurs on other browsers. The missing plugin box flashes and I see this repeated in the console
this.movie.PercentLoaded() failed this.movie load FAILED - rebuilding.... this.movie.PercentLoaded() failed this.movie load FAILED - rebuilding.... this.movie.PercentLoaded() failed this.movie load FAILED - rebuilding.... this.movie.PercentLoaded() failed
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [16805]) Fixes #8751 - Flash embed now checks internally for an installation of Flash and if it is up to date (defaults to version 9). Before it was relying on the external code (FlVideo?, FileUploader?, etc) to check the version. !strict