Lines Matching refs:to

6 0.9.1   Added 'autoPlay' variable that can be used to specify whether the
12 0.9.3 Added new 'bufferLength' variable that can be used in the HTML page to
16 0.9.4 Added a 'baseURL' variable that can be used to specify the location of
17 the video file to be loaded by Player.swf. See Player.html for an
29 - Added a new start() function to the FlowPlayer class.
33 - Added ability to loop; Contains a new toggle button to control looping.
36 - Now resizes according to the size defined in the HTML page
40 - Removed support to play videos in SWF format.
44 - Added a 'hideContols' option to hide all buttons and other widgets and
59 became visible when using only the obect-tag to embed the player into a page.
60 By using only the object tag it's possible to author valid XHTML. The sample
71 FlowPlayerLiht.swf is meant to be used with skinning: it does not contain
83 - Seeking using the dragger button is more accurate. Now it is possible to
84 seek to the very beginning of a clip.
93 - The seeker button aligned to the right from the mouse position when it was
96 - It was not possible to use characters 'y' and 'Y' in the names inside
102 - baseURLs are not appended to file name values that are complete URLs
106 thumbnails corresponding to cue points.
111 …zing options are based on those. Initially the size is maximized according to the 'videoHeight' se…
113 …- progress bar now goes to the start position (left) even when autoPlay=false and autoBuffering=fa…
116 …- Flash Media Servers seems to send the FLV metadata again and again when seeking. This caused unn…
121 * Possibility to configure the player using JavaScript and a configuration object
122 similar to the external config file (using JavaScript Object Notation, JSON)
123 * Possibility to move the playback to different clips in the playlist using JavaScript
127 - Possibility to have images in the playlist. Now the splash image is internally handled
133 - New config variable "initialScale" to control the initial scaling of the video
135 - Changed the default buffer to 10 seconds
136 - noVideoClip config setting that can be used to specify a video clip or an image to be played when
140 …- It was not possible to pass an empty string in baseURL when using setConfig() in the JavaScript …
145 …Changed to use the same configuration syntax with flashVars as with external configuration files. …
148 - It was impossible to disable autoPlay and autoBuffering
159 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons)
160 - Fixed the sample html files to work in Internet Explorer. The pages now use SWFObject
161 (http://blog.deconcept.com/swfobject/) to embed the player.
164 …- Changed volume slider to change the volume while the slider is being moved. The previous version…
168 …- Looping does not go to the splash after the last clip in the playlist is finished. Instead the p…
169to the first clip after the splash. This is valid also when only one video is configured to be pla…
173 - Protection scheme to prevent inline linking (http://en.wikipedia.org/wiki/Inline_linking)
175 …- Images in playlist are resized according to the menu options. Images also respect the 'initialSc…
181 - New config options to hide the loop button and the size options menu.
182 - Possibility to disable transport control buttons using a clip specific option.
183 …- Possibility to have hyperlinks for clips. Will open the linked URL into the browser when the cli…
184 - Possibility to disable pause/resume behavior associated to clicking the video area. This is done
185 by specifying an empty hyperlink URL to a click.
187 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
189 How to use it
201 You need to specify locations for these in the build.xml. Modify the file accordingly.
210 You need to add a method signature for onCuePoint method into MTASC/std/NetStream.as:
214 You need to set up as2ant targets for Ant. I have configured as2ant targets using
216 After that you should be able to buld FlowPlayer using Ant. There is no need to
221 To test cd to 'build' directory and open FlowPlayer.html using a browser.
222 Change the parameters in FlowPlayer.html to try with your own videos.
226 If you have bug reports, questions or would like to contribute, please send a
227 message to: api@iki.fi