source: ether_statistics/web/resources/js/Wijmo.2.2.2/Wijmo-Complete/development-bundle/samples/lightbox/quicktime.html @ 651

Last change on this file since 651 was 651, checked in by vmipsl, 12 years ago

wijmo

File size: 2.1 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <title>Lightbox - Quicktime Samples</title>
5    <meta charset="utf-8" />
6    <meta name="description" content="" />
7    <meta name="keywords" content="" />
8    <meta name="author" content="ComponentOne" />
9   
10    <link href="../../themes/rocket/jquery-wijmo.css" rel="stylesheet" type="text/css" />
11    <script src="../../external/jquery-1.8.0.min.js" type="text/javascript"></script>
12    <script src="../../external/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
13    <link href="../../themes/wijmo/jquery.wijmo-open.2.1.0.min.css" rel="stylesheet" type="text/css" />
14    <script src="../../external/jquery.wijmo-open.all.2.2.2.min.js" type="text/javascript"></script>
15    <script src="../explore/js/swfobject.js" type="text/javascript"></script>
16    <link href="../../themes/wijmo/jquery.wijmo.wijlightbox.css" rel="stylesheet" type="text/css" />
17    <script src="../../wijmo/jquery.wijmo.wijlightbox.js" type="text/javascript"></script>
18    <script type="text/javascript">
19        $(function () {
20            $("#lightbox").wijlightbox({
21                controlsPosition: 'outside',
22                textPosition: 'outside'
23            });
24        });
25    </script>
26</head>
27<body class="demo-single">
28    <div class="container">
29        <div class="header">
30            <h2>
31                Quicktime Samples</h2>
32        </div>
33        <div class="main demo">
34            <!-- Begin demo markup -->
35            <div id="lightbox">
36                <a title="Despicable Me" rel="wijlightbox;player=qt" href="http://trailers.apple.com/movies/universal/despicableme/despicableme-tlr1_r640s.mov?width=640&height=360">
37                    <img src="http://cdn.wijmo.com/images/quicktime.png" alt="Despicable Me" /></a>
38            </div>
39            <!-- End demo markup -->
40            <div class="demo-options">
41                <!-- Begin options markup -->
42                <!-- End options markup -->
43            </div>
44        </div>
45        <div class="footer demo-description">
46            <p>
47            </p>
48        </div>
49    </div>
50</body>
51</html>
Note: See TracBrowser for help on using the repository browser.