| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <html><head> 2 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 3 <!-- A minimal Flowplayer setup to get you started --> 4 5 6 <!-- 7 include flowplayer JavaScript file that does 8 Flash embedding and provides the Flowplayer API. 9 --> 10 <script type="text/javascript" src="flowplayer-3.2.4.min.js"></script> 11 12 <!-- some minimal styling, can be removed --> 13 <link rel="stylesheet" type="text/css" href="style.css"> 14 15 <!-- page title --> 16 <title>Minimal Flowplayer setup</title> 17 18 </head><body> 19 20 <div id="page"> 21 22 <h1>Minimal Flowplayer setup</h1> 23 24 <p>View commented source code to get familiar with Flowplayer installation.</p> 25 26 <!-- this A tag is where your Flowplayer will be placed. it can be anywhere --> 27 <a 28 href="http://e1h13.simplecdn.net/flowplayer/flowplayer.flv" 29 style="display:block;width:520px;height:330px" 30 id="player"> 31 </a> 32 33 <!-- this will install flowplayer inside previous A- tag. --> 34 <script> 35 flowplayer("player", "../flowplayer-3.2.4.swf"); 36 </script> 37 38 39 40 <!-- 41 after this line is purely informational stuff. 42 does not affect on Flowplayer functionality 43 --> 44 45 <p> 46 If you are running these examples <strong>locally</strong> and not on some webserver you must edit your 47 <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html"> 48 Flash security settings</a>. 49 </p> 50 51 <p class="less"> 52 Select "Edit locations" > "Add location" > "Browse for files" and select 53 flowplayer-x.x.x.swf you just downloaded. 54 </p> 55 56 57 <h2>Documentation</h2> 58 59 <p> 60 <a href="http://flowplayer.org/documentation/installation/index.html">Flowplayer installation</a> 61 </p> 62 63 <p> 64 <a href="http://flowplayer.org/documentation/configuration/index.html">Flowplayer configuration</a> 65 </p> 66 67 <p> 68 See this identical page on <a href="http://flowplayer.org/demos/example/index.htm">Flowplayer website</a> 69 </p> 70 71 </div> 72 73 74 </body></html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |