Embedding
Embedding Your Game (Autoloading)
You can embed your game directly into the website by using the following snippet of code:
<iframe src="http://www.venatiocreoonline.com/game.php?gamename=http://www.yoursite.com/yourgame.vc" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>
Please note that there is several parameters you can modify in this code to change how your game is displayed.
src="" - Exchange the highlighted yellow text in this section for the full link to your game file.
width="" - This is the width of the display area.
height="" - This is the height of the display area.
frameborder="" - This determines if a border is drawn around the display area.
scrolling="" - This determines if scrollbars are present on an over sized display area.
name="" - This is the displayed name for the display area. Typically use your game's name.
align="" - This determines the left, center or right alignment of the display area.
Below is an example iframe that will load the Town Demonstration game. You can copy and paste it directly into your html code.
<iframe src="http://www.venatiocreoonline.com/game.php?gamename=http://venatiocreo.s3-website-us-east-1.amazonaws.com/games/town.vc" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>
You can embed your game directly into the website by using the following snippet of code:
<iframe src="http://www.venatiocreoonline.com/game.php?gamename=http://www.yoursite.com/yourgame.vc" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>
Please note that there is several parameters you can modify in this code to change how your game is displayed.
src="" - Exchange the highlighted yellow text in this section for the full link to your game file.
width="" - This is the width of the display area.
height="" - This is the height of the display area.
frameborder="" - This determines if a border is drawn around the display area.
scrolling="" - This determines if scrollbars are present on an over sized display area.
name="" - This is the displayed name for the display area. Typically use your game's name.
align="" - This determines the left, center or right alignment of the display area.
Below is an example iframe that will load the Town Demonstration game. You can copy and paste it directly into your html code.
<iframe src="http://www.venatiocreoonline.com/game.php?gamename=http://venatiocreo.s3-website-us-east-1.amazonaws.com/games/town.vc" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>
Embedding Venatio Creo Online
You can embed the full Venatio Creo Online application directly into your website using the code snippet below:
<iframe src="http://venatiocreo.s3-website-us-east-1.amazonaws.com/VCOnline/official/index.html" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>
You can embed the full Venatio Creo Online application directly into your website using the code snippet below:
<iframe src="http://venatiocreo.s3-website-us-east-1.amazonaws.com/VCOnline/official/index.html" width="820" height="620" frameborder="0" scrolling="no" name="Venatio Creo Online" align="center"/></iframe>