Tips and Background Information

 

This section gives some answers for advanced users.

The subsections inform about tips to prevent common problems and gives some in-depth information how SiteGenWiz manages user data.

 

 

Advanced tasks

 

Including background music

 

For background sound copy the audio file to the userfiles folder (e.g. sound.mid), switch to source view and enter this text, e.g. at the end:

<EMBED src=../userfiles/sound.mid width=0 height=0 hidden=true loop="true" autostart="true">

<NOEMBED><BGSOUND balance=0 src="../userfiles/sound.mid" volume=-600 loop=infinite></NOEMBED>

 

Including flash files

 

To include a flash file copy the flash file to the userfiles folder (e.g. myfile.swf), switch to source view and enter this text at the position you want the flash to be displayed (adjust width and height) - press 'view site' to see the content in action:
 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="550" height="360">
<param name=movie value=../userfiles/myfile.swf
>
<param name=quality value=high>
<embed src="
../userfiles/myfile.swf
" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="360">
</embed>
</object>
 


 


You are here: Home-Tips

Previous Topic: Manual Next Topic: Further Help

Subtopics: View & Upload Userfiles Images Galleries Others