I don't think the content of the video view matters (I would make it the second view, with the main view being first). Although wait a sec... you should have a
id="viewvid"
line in the video view, which you don't currently have, then try again the
[VIEW id="mainview"
(variable stuff)
OnClick="blahblahblah;theme.openView('viewvid');"
]
See if that works, in other words, much more simply, I think you just need "id" instead of "title" for the 2nd view. HTH,