![]() |
#1 |
Junior Member
Join Date: Dec 2005
Posts: 9
|
![]()
Hello, I was testing the webDev and my first test was to make winamp PLAY... it was working but suddenly, for some reason (no error on screen) it just does not make anything... here's my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>API Test</title> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <script type="text/javascript"> function letsPlay(){ var rc = window.external.Transport.Play(); } </script> </head> <body> <input type="button" value="Play" onclick="letsPlay();"> </body> </html> any idea why this stop working??? I have restarted my pc but nothing seems to work... If I test the JSAPI2 test page they include, it works perfectly... ![]() PLEASE HELP!!!! |
![]() |
![]() |
![]() |
|
Tags |
winamp webdev |
Thread Tools | Search this Thread |
Display Modes | |
|
|