gvhung / as3mp3streamplayer

Automatically exported from code.google.com/p/as3mp3streamplayer
0 stars 0 forks source link

Problem with the title value when TitleChangeEvent.TITLE_CHANGE is dispatched #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Listen to a nice stream.

What is the expected output? What do you see instead?
When the TITLE_CHANGE event is dispatched, the title proterty of the Event
is not complete when the original title contains a quote character (').

For example:
Stream sends: "Now playing: Zutons - What's your problem"
TitleChangeEvent.title traces: "Now playing: Zutons - What"

What version of the product are you using? On what operating system?
Version: Oct 21, 2008

Please provide any additional information below.
Hope this is a minor tweak..!

Original issue reported on code.google.com by daan.de...@gmail.com on 11 Nov 2008 at 2:29

GoogleCodeExporter commented 9 years ago
Fixed in 20081115

Original comment by eeco...@gmail.com on 15 Nov 2008 at 1:41