Ticket #511 (closed bug: fixed)
Fix S3 URL escaping and add S3 example to the testing setup
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.6 | |
| Component: | Keywords: | ||
| Cc: | zach | Forum thread: |
Description
This string is valid 72 hours after today:
The issue is the escaped characters. somehow the player unescapes them twice...
Change History
Note: See
TracTickets for help on using
tickets.

Fixed the issue by changing the String.serialize() function. It actually did a decodeURI(), which should not happen.
Additionally, added an S3 signed video example to the testing page.