+1
Answered

How can I play a sequence of scenes?

valsassina tv 13 years ago in SitePal Gold updated by Gil 13 years ago 6

Answer

+1
Hi -
There are two ways to go about it -

1. upgrade to Avatar Studio - which is our enterprise level product. Studio supports multiple Scene "Shows". Provides seamless playback of consecutive Scenes, i.e. preloading subsequent scenes and switching etc. No programming necessary.
to find out more - send a note to sales@sitepal.com

2. Implement a solution yourself using the loadScene api call.
This may or may not achieve the results that you are looking for. I used to have a code example that implements this functionality - but can't immediately locate. If I find it I will post it here.

Hope this helps,
Gil
SitePal Team
Hi Gil,
I tried already with loadScene, but probably in the wrong way.
Can you give me any suggestion?
here's a working example - please take a look at the source.

http://www.oddcast.com/support/sequen...

Regards
Gil
Thanks a lot Gil. it helps me a lot!
Hi Gil, is there a way to preload the scenes so that they are played without interruption (like when you use sayAudio)?
I don't think so - at least not in Javascript.
If you were using a flash shell - loading the scenes into Flash - it should be possible to rig a solution.