Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music ?!
#17
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
Code:
Copy      Help
;<div><a href="about:blank">Stop</a></div>

It adds a Stop link, and you can find it with htm, and then el.Click.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)