~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/swfobject/index_dynamic.html

Preparing to merge in my branch

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 dynamic 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.embedSWF("test.swf", "myContent", "300", "120", "9.0.0", "expressInstall.swf");
9
 
                </script>
10
 
        </head>
11
 
        <body>
12
 
                <div id="myContent">
13
 
                        <h1>Alternative content</h1>
14
 
                        <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>
15
 
                </div>
16
 
        </body>
17
 
</html>