Ticket #383 (closed bug: fixed)
yt.swf loads incorrectly if player.swf is loaded with a "?" in URL
| Reported by: | pablo | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.4 | |
| Component: | Keywords: | ||
| Cc: | jeroen | Forum thread: |
Description
If a player is loaded with the flashvars in its url, and if the flashvars have a slash somewhere inside them, yt.swf will be loaded from an incorrect location.
example:
<embed src=" http://www.mysite.com/player.swf?file=http://anothersite.com/wronglocation/video.flv" />
Change History
Note: See
TracTickets for help on using
tickets.

Fixed by getting the last / BEFORE the .swf string.