1. 22 Aug, 2014 7 commits
  2. 15 Aug, 2014 6 commits
  3. 25 Jul, 2014 1 commit
  4. 24 Jul, 2014 1 commit
  5. 23 Jul, 2014 4 commits
  6. 17 Jul, 2014 1 commit
  7. 16 Jul, 2014 4 commits
  8. 15 Jul, 2014 4 commits
  9. 14 Jul, 2014 1 commit
  10. 13 Jul, 2014 3 commits
  11. 10 Jul, 2014 4 commits
  12. 09 Jul, 2014 3 commits
  13. 08 Jul, 2014 1 commit
    • The HLS tech waits until `ready` before setting the source to be sure that Flash has time to finish loading. If a user changed the src and triggered a tech unload before that time, the ready handler would be invoked, throw an exception, and leave the tech in a transitionary state. Instead, double check that the object element is still alive before setting the src in the `ready` handler.
      David LaPalomento committed