Help with VVVV.js / GoogleChrome-Error: "Origin null is not allowed by Access-Control-Allow-Origin."

hey,

i am absolutely new to v4, but i have a lot of fun with it.
my intention is to do live visuals, and i would to show them on my website using v4.js. so, i try to play my patches in my browser.

my html-file:








_ _





my js-file:

var patch;
var mainloop;
$(document).ready(function() {

initVVVV(‘vvvv_js’,‘full’);

patch = new VVVV.Core.Patch(“v4patches/full.v4p”, function() {
mainloop = new VVVV.Core.MainLoop(this);
});

});

i get multiple error-messages in the google chrome-console:

XMLHttpRequest cannot load file:///C:/Users/Websites/tests/vvvv/vvvv_js/lib/underscore/underscore-min.js. Origin null is not allowed by Access-Control-Allow-Origin.

can anybody help me running vvvvjs?

greatings

hei null,
for getting help on vvvvjs stuff please move this question to:
https://groups.google.com/forum/#!forum/vvvvjs

hey,

oh, im sorry for that and moved the topic. thanks for your reply.