![]() |
|
#6
|
|||
|
|||
|
You can use the built-in HTML feature of Vizard to create custom HTML based splash screens. Here is a simple example:
Code:
import viz
import vizact
viz.go()
# Display HTML over entire window
viz.window.displayHTML('http://www.youtube.com/watch?v=a1Y73sPHKxw&autoplay=1',pos=(0,0),size=viz.window.getSize())
# Hide HTML at beginning of first frame
vizact.ontimer2(0,0,viz.window.hideHTML)
"""
Load script
.
.
.
"""
viz.waittime(8.0) # Simulate long load time
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do we create cfg, vzf and ive files | luakt | Vizard | 14 | 07-17-2009 01:45 PM |
| Freeform view on an animated object problem | jaylocco | Vizard | 2 | 06-08-2009 08:09 PM |
| move animated camera around corner question | nlfrnassimi | Vizard | 1 | 02-23-2009 09:45 AM |
| Software to create animated characters | luakt | Vizard | 3 | 09-14-2008 11:01 PM |
| animated gifs | jrodman | Vizard | 1 | 03-16-2004 09:48 AM |