Plugin Directory

Changeset 561125


Ignore:
Timestamp:
06/20/2012 02:22:20 PM (14 years ago)
Author:
billyblay
Message:
 
Location:
iteia-wp-video/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • iteia-wp-video/trunk/iteia-wp-video.php

    r318102 r561125  
    3030    extract(shortcode_atts(array(
    3131        'id' => 'video',
    32         'w' =>'480',
     32        'w' =>'590',
    3333        'h' =>'385',
    3434    ), $atts));
     
    3737<script>
    3838
    39 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf", {
     39flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf", {
    4040
    4141    clip : {           
     
    7575function FlowplayerAction() { 
    7676    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');
    7878    }
    7979}
Note: See TracChangeset for help on using the changeset viewer.