Plugin Directory

Changeset 540676


Ignore:
Timestamp:
05/07/2012 01:07:29 AM (14 years ago)
Author:
nurungji
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hana-flv-player/trunk/readme.txt

    r540421 r540676  
    6060= Event Tracking in Google Analytics =
    6161
    62 Starting from version 2.7 , Event Tracking in Google Analytics function is supported. It only works with Flow Player v3 and you must add the Google Analytics tracking code manually in the theme files or by using other plugins such as 'WP Hooks'. Once you turn on the Event Tracking feature by setting to 'Yes' under Default Settings screen, you will be able to see the result in the Google Analytics screen. (Check out the screenshots 5 ) For more information, please check http://wpmarketing.org/forum/topic/howto-google-analytics-event-tracking-with-hana-flv-player
     62Starting from version 2.7 , Event Tracking in Google Analytics function is supported. It only works with Flow Player v3 and MediaElement.js. Also, you must add the Google Analytics tracking code manually in the theme files or by using other plugins such as 'WP Hooks'. Once you turn on the Event Tracking feature by setting to 'Yes' under Default Settings screen, you will be able to see the result in the Google Analytics screen. (Check out the screenshots 5 ) For more information, please check http://wpmarketing.org/forum/topic/howto-google-analytics-event-tracking-with-hana-flv-player
    6363
    6464*   Category:"Videos"
     
    6666*   Additional played time information is availabe for "Pause" and "Stop"
    6767
    68 = More Attributes (more_2, more_3) Sample Generator: =
    69 
    70 By using 'more_2', 'more_3', and 'more_4' attributes, you can use advanced features of the each players. There are tons of other options for the customization. You can use most of the options through these attributes. You can start testing by using the javascript generated provided in the settings menu. It is mainly focused on the interface design option. After selecting the options you want, you can click the 'Generate' button to generate the sample usage in the output textarea.
     68= More Attributes (more_2, more_3, more_4, more_5) Sample Generator: =
     69
     70By using 'more_2', 'more_3', 'more_4', 'more_5' attributes, you can use advanced features of the each players. There are tons of other options for the customization. You can use most of the options through these attributes. You can start testing by using the javascript generated provided in the settings menu. It is mainly focused on the interface design option. After selecting the options you want, you can click the 'Generate' button to generate the sample usage in the output textarea.
    7171
    7272= Insert flv into template theme files (such as sidebar.php): =
     
    145145* For MediaElement.js, When "autoplay" attribute is enabled, the video doesn't seem to work under Android and iOS at all. According to the Internet search, the autoplay feature is intentionally blocked for Android and iOS to prevent any unwanted high data bandwidth usage charge. So I have added a javascript routine to activate "autoplay" attribute if the client browser is a non mobile version.
    146146* "more_5" attribute is added that you can use additional MediaElement.js options ( Refer to 'Player Options' in http://mediaelementjs.com/) One of the features is that you can activate or disable the video control buttons.
     147* Added Event Tracking in Google Analytics for MediaElement.js player too.
    147148* Please check out  http://wpmarketing.org/2012/05/support-video-for-all-browsers-by-adding-mediaelement-js-to-hana-flv-player/ for additional details.
    148149
Note: See TracChangeset for help on using the changeset viewer.