i’m trying to build a website using a jquery horizontal accordion following this handy tutorial http://www.marghoobsuleman.com/jQuery-common-accordion
here’s the site i’ve built (new user so only one hyperlink, sorry) at http://www.adjustyour.tv/201008
now, each time i click on a header to open another video tab, firefox is giving me the following error –
Permission denied for <http://player.vimeo.com> to call method Location.toString on <http://www.adjustyour.tv>.
i dont have the first idea what this means (being a novice)… any help would be gladly appreciated. please let me know if i need to supply any more details
update
thanks to mkoistinen who pointed out i forgot any type of code, i’ve upload a little zip folder – i would just put a snippet of code, but i don’t know what snippet would be needed
Assuming that you are embedding a vimeo player using their iframe embed code, this error is coming from the Vimeo javascript code within the iframe. See http://vimeo.com/forums/topic:28447#comment_3658475 for their comment on this – in short you’ll have to live with it until they rewrite their embed code!