~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/swfobject/index.html

  • Committer: Keith Hughitt
  • Date: 2012-04-23 16:02:25 UTC
  • mto: This revision was merged to the branch mainline in revision 732.
  • Revision ID: keith.hughitt@nasa.gov-20120423160225-xzoh82ejf37c8yr7
Incorporated HVPull code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
 
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3
 
        <head>
4
 
                <title>SWFObject 2 static publishing example page</title>
5
 
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
 
                <script type="text/javascript" src="swfobject.js"></script>
7
 
                <script type="text/javascript">
8
 
                swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");
9
 
                </script>
10
 
        </head>
11
 
        <body>
12
 
                <div>   
13
 
                        <object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="120">
14
 
                                <param name="movie" value="test.swf" />
15
 
                        <!--[if !IE]>-->
16
 
                                <object type="application/x-shockwave-flash" data="test.swf" width="300" height="120">
17
 
                                <!--<![endif]-->
18
 
                                <div>
19
 
                                        <h1>Alternative content</h1>
20
 
                                        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
21
 
                                </div>
22
 
                                <!--[if !IE]>-->
23
 
                                </object>
24
 
                                <!--<![endif]-->
25
 
                        </object>
26
 
                </div>
27
 
        </body>
28
 
</html>