This shows you the differences between the selected revision and the current version of the page.
| video 2009/02/13 10:07 | video 2009/02/13 10:12 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <html> | <html> | ||
| - | <script type="text/javascript" src="flashobject.js"></script> | + | <iframe frameborder=0 src='http://www.pikkubot.de/video/_elv.html' width=600 height=520></iframe> |
| - | <script type="text/javascript"> | + | |
| - | <!-- To load a movie other then the first one listed in the xml file you can specify a movie=# arguement. --> | + | |
| - | <!-- For example, to load the third movie you would do the following: MyProjectName.html?movie=3 --> | + | |
| - | // <![CDATA[ | + | |
| - | var args = new Object(); | + | |
| - | var query = location.search.substring(1); | + | |
| - | // Get query string | + | |
| - | var pairs = query.split( "," ); | + | |
| - | // Break at comma | + | |
| - | for ( var i = 0; i < pairs.length; i++ ) | + | |
| - | { | + | |
| - | var pos = pairs[i].indexOf('='); | + | |
| - | if( pos == -1 ) | + | |
| - | { | + | |
| - | continue; // Look for "name=value" | + | |
| - | } | + | |
| - | var argname = pairs[i].substring( 0, pos ); // If not found, skip | + | |
| - | var value = pairs[i].substring( pos + 1 ); // Extract the name | + | |
| - | args[argname] = unescape( value ); // Extract the value | + | |
| - | } | + | |
| - | // ]]> | + | |
| - | </script> | + | |
| - | + | ||
| - | </head> | + | |
| - | <body > | + | |
| - | <div id="flashcontent"> | + | |
| - | <div id="noexpressUpdate"> | + | |
| - | <p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are | + | |
| - | you using a browser with JavaScript disabled please enable it now. | + | |
| - | Otherwise, please update your version of the free Flash Player by | + | |
| - | downloading here.</p> | + | |
| - | </div> | + | |
| - | </div> | + | |
| - | <script type="text/javascript"> | + | |
| - | // <![CDATA[ | + | |
| - | var fo = new FlashObject( "_elv.swf", "_elv.swf", "564", "480", "8", "#FFFFFF", false, "best" ); | + | |
| - | fo.addVariable( "csConfigFile", "_elv.xml" ); | + | |
| - | fo.addVariable( "csColor" , "FFFFFF" ); | + | |
| - | fo.addVariable( "csPreloader" , '_elvp.swf' ); | + | |
| - | if( args.movie ) | + | |
| - | { | + | |
| - | fo.addVariable( "csFilesetBookmark", args.movie ); | + | |
| - | } | + | |
| - | fo.write("flashcontent"); | + | |
| - | // ]]> | + | |
| - | + | ||
| - | </script> | + | |
| - | </body> | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| </html> | </html> | ||