Hi,
please put the %1 's back in the ChangeVideoScene action.
Those will be replaced by the first 'argument' between the brackets from the ChangeVideoScene(); call
In this case that should be 'union'.
Call ChangeVideoScene(union); in the onstart of the scene.
In the ChangeVideoScene action the %1 will be
automatically replaced with union.
With another scene you can call another video like: ChangeVideoScene(anothervideoname);
(
http://www.krpano.com/forum/wbb/index.ph…d&threadID=2677 )
and then just use loadscene.
I find it very convenient.
**
In your example you made a mistake.. because there is nothing to calc.
So your line should be:
set(plugin[video].posterurl, video/union-2k-poster.jpg);
But then you need to call just videointerface_avenue_view(); in the onstart of the scene.
Then it should work, when the video is in the video folder / the path is ok.
Hope it helps!
Tuur