WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-10-2010, 10:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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
Just replace the URL with your own local HTML page. This should allow animated GIFs and even flash videos
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 03:15 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC