Congratulations, your Film has been created successfully!

Click here to watch the Film you have just created.

  • Title of your Film.....: ALLCapture Tutorial
  • Film duration...........: 01:02 mins.
  • Film file size.............: 6417 KB
  • SWF frames quantity: 746



What do I have to do now?

If you wish to place your Film on your Homepage then you have to upload the files to your Web-Server. If you wish to put your Film on a CD-ROM or Hard Disk, you have to copy the files into a directory or folder. You will find further information about hosting and posting those files on your site below.

How to host your Films on your own server or on a CD-ROM


[Step 1]
You have to upload your just created files manually to your Web Server or burn the files to a CD-ROM by using appropriate software.

The following files should be copied to your Web Server or to a directory:

  • 18_adjust_resolusion_gate.htm
  • 18_adjust_resolusion_gate.swf
  • tdemo.js

[Step 2]
After you have uploaded / copied your files, you can post them on a Web page. First copy and paste the following link between the <head> and </head> Tags of your HTML-Code:

<script language="JavaScript" src="tdemo.js"></script>

[Step 3]
Now, copy and paste the following link to your HTML-Page:

Use this link in your homepage in order to open your Film:

<a href="javascript:openDemo('18_adjust_resolusion_gate',480,390);">ALLCapture Tutorial</a>


Here is an HTML - Source Code example of how to play a Film

<html>
<head>
<script language="JavaScript" src="tdemo.js"></script></head>

<body>
Play Film: <a href="javascript:openDemo('18_adjust_resolusion_gate',480,390);">ALLCapture Tutorial</a>

</body>
</html>