Changeset 561125
- Timestamp:
- 06/20/2012 02:22:20 PM (14 years ago)
- Location:
- iteia-wp-video/trunk
- Files:
-
- 2 added
- 1 edited
-
iteia-wp-video.php (modified) (3 diffs)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
iteia-wp-video/trunk/iteia-wp-video.php
r318102 r561125 30 30 extract(shortcode_atts(array( 31 31 'id' => 'video', 32 'w' =>' 480',32 'w' =>'590', 33 33 'h' =>'385', 34 34 ), $atts)); … … 37 37 <script> 38 38 39 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2. 5.swf", {39 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf", { 40 40 41 41 clip : { … … 75 75 function FlowplayerAction() { 76 76 if (!is_admin()){ 77 wp_enqueue_script('flow', 'http:// static.flowplayer.org/js/flowplayer-3.2.4.min.js');77 wp_enqueue_script('flow', 'http://releases.flowplayer.org/js/flowplayer-3.2.8.min.js'); 78 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.