trunk 20080912
[gitenigma.git] / data / templates / flashMgrProgressData.tmp
blobb0705c49e6907765985f2a54edf5c0a0d1768da2
1 <html>
2 <head>
3 <script>
4 function update()
6         parent.updateVideoBar(progress1, progress2, completion);
8 </script>
9 </head>
10 <body onLoad="update()">
11 <script>
12         var progress1 = "#PROGRESSMESSAGE1#";
13         var progress2 = "#PROGRESSMESSAGE2#";
14         var completion = #PROGRESSCOMPLETE#;
15 </script>
16 </body>
17 </html>