Using Javascript?

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Using Javascript?

Re: Using Javascript?

by trixmoto » Mon Jul 01, 2013 7:34 am

You can write scripts in JScript, although I have written all of mine in VBScript (although some have web functionality that does use Javascript). There are some differences between JScript and Javascript, but they are minimal...
The biggest difference now between JavaScript and JScript are all of the additional commands that JScript supports that allow access to ActiveX and the local computer. These commands are intended for use on intranet sites where you know the configuration of all of the computers and that they are all running Internet Explorer.

There are still a few areas remaining where JavaScript and JScript differ in the means that they provide to perform a particular task. Except in these situations the two languages can be considered to be equivalent to one another and so unless otherwise specified all of the references to JavaScript that you see will also usually include JScript.
From http://javascript.about.com/od/reference/a/jscript.htm

Re: Using Javascript?

by Peke » Sun Jun 30, 2013 7:29 pm

Another suggestion is to look at few MMW Scripts that Uses Search (Musicbrainz, All Music,) and some Trixmoto plugins like monkey rok.

Re: Using Javascript?

by Lowlander » Sat Jun 29, 2013 10:01 am

They're probably for lyrics and art retrieval new in MediaMonkey 4.1.

Using Javascript?

by nonameman » Sat Jun 29, 2013 9:39 am

Hello everyone!

I've seen 2 .js files in the the new MMW's script folder. Is there any way to write scripts using Javascript?

Another unrelated question: How can I implement the interaction between WebControl and MMW?

I'd appreciate it if anyone could point me to the right direction. Thanks and happy scripting!

Top