09-06-2009, 07:12 AM
On my computer, assigning empty string also would open empty page and stop playing. I'm using IE8. Also, I tested only with video playlist.
Html and acc don't work here because the whole player is 1 html element.
If will not stop playing even after you open other page (google or empty), try to destroy the control.
DestroyWindow id(3 hDlg)
Or, click some html element below the player. For example, this works:
Htm el=htm("IMG" "http://www.myspaceplaylists.com/mc/images/pl-logo-ico-black.jpg" "" hDlg 0 2 0x921)
el.Click
Or insert a link in the HTML code and click it. Insert this below the long HTML code line:
Function Dialog82
It adds a Stop link, and you can find it with htm, and then el.Click.
Html and acc don't work here because the whole player is 1 html element.
If will not stop playing even after you open other page (google or empty), try to destroy the control.
DestroyWindow id(3 hDlg)
Or, click some html element below the player. For example, this works:
Htm el=htm("IMG" "http://www.myspaceplaylists.com/mc/images/pl-logo-ico-black.jpg" "" hDlg 0 2 0x921)
el.Click
Or insert a link in the HTML code and click it. Insert this below the long HTML code line:
Function Dialog82
It adds a Stop link, and you can find it with htm, and then el.Click.
