Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

flow #254

Open
wants to merge 117 commits into
base: release-3-2-16
Choose a base branch
from
Open

flow #254

wants to merge 117 commits into from

Commits on Jan 29, 2013

  1. - Get the redirection url to obtain the baseurl from using a proxy sc…

    …ript. This is required because of a limitation in flash obtaining the response url. redirection is configured in a separate file build-redirect.xml and configured using redirectUrl.
    danrossi committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    6ea2cd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2013

  1. Merge pull request #72 from flowplayer/release-3-2-16

    Release 3 2 16
    anssip committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    836d0ee View commit details
    Browse the repository at this point in the history
  2. add flowplayer-3.2.12.min.js

    anssip committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    2e54765 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2013

  1. - #77 for live streams once unpublished, stop the player to prevent s…

    …treamnotfound errors reconnecting.
    danrossi committed Feb 24, 2013
    Configuration menu
    Copy the full SHA
    a6ba8bd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. - #77 for live streams once unpublished, stop the player to prevent s…

    …treamnotfound errors reconnecting or if the server shuts down.
    danrossi committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    eb397f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. - #77 for live streams once unpublished, stop the player to prevent s…

    …treamnotfound errors reconnecting or if the server shuts down
    danrossi committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    ed84341 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. Configuration menu
    Copy the full SHA
    4b581aa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2013

  1. - Refactored changes with dynamic stream switching features for rtmp …

    …and httpstreaming. Switching rules and metrics differ between them. New code requires to be compiled against OSMF 2.0
    
    - Updated versions for f4m and httpstreaming which also require OSMF 2.0.
    danrossi committed Mar 2, 2013
    Configuration menu
    Copy the full SHA
    71303a1 View commit details
    Browse the repository at this point in the history
  2. - #70 Refactored changes with dynamic stream switching features for r…

    …tmp and httpstreaming. Switching rules and metrics differ between them.
    danrossi committed Mar 2, 2013
    Configuration menu
    Copy the full SHA
    ea563a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. - #58 fix alignment issue with tooltips. first obtain the global coor…

    …dinates of the parent to use for configuring the alignment of the tooltip. outmost left and right tooltips are aligned right and left or else centre them.
    danrossi committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    53a7e74 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2013

  1. Configuration menu
    Copy the full SHA
    66ddbf1 View commit details
    Browse the repository at this point in the history
  2. fix paths

    anssip committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    0b000b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2013

  1. Configuration menu
    Copy the full SHA
    09f11c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821d3d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8841d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c75895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefc6ac View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. - removal of HLS feature

    danrossi committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    5192e4c View commit details
    Browse the repository at this point in the history
  2. - adding cloudfront plugin

    danrossi committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    ea4ea28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7ec95 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from flowplayer/danielr-cloudfront

    - adding cloudfront plugin
    anssip committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    80ec651 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Configuration menu
    Copy the full SHA
    b7be201 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. Configuration menu
    Copy the full SHA
    dcbf351 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2013

  1. hack to fix a namespace conflict with the JSON parser now included in…

    … the Flex SDK. I want to keep it using our patched JSON parser instead of the Flex one.
    anssip committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    e333ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa53fb View commit details
    Browse the repository at this point in the history
  3. fix

    anssip committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    5745e28 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Configuration menu
    Copy the full SHA
    9b54910 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2013

  1. - #70 fixes for live streams with httpstreaming

    - fixes for osmf class in f4m plugin
    danrossi committed Apr 6, 2013
    Configuration menu
    Copy the full SHA
    a4e7457 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2013

  1. - #70 general cleanup of bwcheck code

    - Fix for issue caused by #322 with bitrateselect plugin, template should be created at the start like it was, ready function wrapper still requires bitrateselect template to be placed above in the page or else $(document).ready is required.
    - #96 possible confusion caused by the naming of the widgets with accessibility options for screen readers. Use the tooltip labels instead of the widget name if set.
    - Cleanup of imports on the dock config.
    danrossi committed Apr 14, 2013
    Configuration menu
    Copy the full SHA
    7b6f83b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. - #70 load osmf classes as runtime libraries for bwcheck except a few…

    … required classes to be loaded first. the rsls are loaded from httpstreaming instead, but is required to be configured and loaded first in the config.
    
    - cleanup rtmpcluster class and use builtin urlutil instead.
    danrossi committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    653c14a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. - #99 add isDefault bitrate config option to f4m

    - #99 change domain parsing to native function instead of mx classes.
    danrossi committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    21dc144 View commit details
    Browse the repository at this point in the history
  2. - #88 fix for bitrate switching updates on metadata change events sin…

    …ce changes to the metadata events.
    danrossi committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    0731f2a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2013

  1. - #70 fixes for live and dvr offset with httpstreaming. don't dispatc…

    …h start on dvr snap to live, only on metadata or else buffering display stays enabled.
    danrossi committed Apr 21, 2013
    Configuration menu
    Copy the full SHA
    6e38cff View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Configuration menu
    Copy the full SHA
    b7ed488 View commit details
    Browse the repository at this point in the history
  2. new secondary TLDs

    anssip committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    d6db26b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Configuration menu
    Copy the full SHA
    c1862e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcdfb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2013

  1. Configuration menu
    Copy the full SHA
    444e7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ff49d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Configuration menu
    Copy the full SHA
    842e46a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. Configuration menu
    Copy the full SHA
    39d230c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. The clip property 'bufferLength' now accepts decimal values, for exam…

    …ple bufferLength: 0.2
    anssip committed May 27, 2013
    Configuration menu
    Copy the full SHA
    17128c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. - #28 fix for live rtmp servers which don't provide metadata needed f…

    …or red5 and vp6 live streaming, 1500ms should give metadata time if available
    danrossi committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    6938df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. Configuration menu
    Copy the full SHA
    c60f792 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2013

  1. - #71 fixes for menu plugin to disable currently selected items to pr…

    …event toggling and over states. When other items are clicked and selected all other items will become enabled.
    danrossi committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    4566b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Only load plugins and external config from the same domain as the pla…

    …yer swf from loaded from. Fixes fixes #121
    anssip committed Sep 9, 2013
    3 Configuration menu
    Copy the full SHA
    7cf2bcb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Merge Dan's branch.

    anssip committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    487701a View commit details
    Browse the repository at this point in the history
  2. move URLUtil to common

    anssip committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    f0b7526 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. Add names for progress bar and buffer bar child display objects, to b…

    …e able to fetch them using getChildByName().
    anssip committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    571cf4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c030265 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. - #148 add onMetaDataChange event to extend clip properties, this was…

    … needed to prevent regular updates during stream switching.
    danrossi committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    035a64d View commit details
    Browse the repository at this point in the history
  2. Revert "- #148 add onMetaDataChange event to extend clip properties, …

    …this was needed to prevent regular updates during stream switching."
    
    This reverts commit 035a64d.
    danrossi committed Nov 18, 2013
    2 Configuration menu
    Copy the full SHA
    3943041 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2013

  1. Configuration menu
    Copy the full SHA
    186000e View commit details
    Browse the repository at this point in the history
  2. js controls: allow streaming protocols (#152)

    Assume a "filled buffer" for streaming protocols to allow seeking to
    "unbuffered" positions, i.e. anywhere on the timeline.
    phloxic committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    4ad0a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb093a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. Change the JS controls plugin name to be different than the Flash con…

    …trols name. Otherwise the gitbot build fails to upload both plugins.
    anssip committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    a4fbecb View commit details
    Browse the repository at this point in the history
  2. Fix to satisfy gitbot.

    anssip committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    c033c2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e78d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #155 from flowplayer/bug/149

    Change the links in UI to point to flash.flowpalyer.org. (#149)
    anssip committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    e241452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c15c4e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2013

  1. Configuration menu
    Copy the full SHA
    24420f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from flowplayer/feature/tld-gen

    Generate secondary top level domains based on info in a separate tld rep...
    anssip committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    a477f0f View commit details
    Browse the repository at this point in the history
  3. Don’t use the audio provider (and automatically load the plugin) if a…

    … provider value has been provided for the clip.
    anssip committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    7cc1351 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #158 from flowplayer/bug/139

    Don’t use the audio provider (and automatically load the plugin) if a pr...
    anssip committed Nov 24, 2013
    Configuration menu
    Copy the full SHA
    3223e79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1195ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3e3fc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fca3697 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. - #145 there is no seek complete event use the metadata change to upd…

    …ate the time when seeking when paused with rtmp.
    danrossi committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    4607247 View commit details
    Browse the repository at this point in the history
  2. - #148 add onMetaDataChange event to extend clip properties, this was…

    … needed to prevent regular updates during stream switching.
    danrossi committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    8c078d3 View commit details
    Browse the repository at this point in the history
  3. - #127 set a configurable scale down factor for the empty buffer rule…

    …, default was 0.4 set it to 0.6 to recommend a higher rate to switch back up to.
    danrossi committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    38d8dcc View commit details
    Browse the repository at this point in the history
  4. - #104 when completing a seek click or drag, do a final non silent se…

    …ek request when both paused and resuming playback from a paused seek. This fix also enables seeking while clicking the scrubber when paused.
    
    - #104 if the updated time is a fraction less than the seek target time ie for HDS, use a bitwise rounding so the seek time can stop.
    danrossi committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    429fc12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8859cd View commit details
    Browse the repository at this point in the history
  6. - #127 possible fix for rtmp buffer rule. Make it reduce back an inde…

    …x rather than drop to the lowest index.
    danrossi committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    03159ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    250fd5e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2013

  1. Configuration menu
    Copy the full SHA
    c80c043 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2013

  1. Configuration menu
    Copy the full SHA
    71fe81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1fbe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2013

  1. Configuration menu
    Copy the full SHA
    fdb48ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3248e View commit details
    Browse the repository at this point in the history
  3. - fixes for #75

    danrossi committed Dec 4, 2013
    Configuration menu
    Copy the full SHA
    2d44e1e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. Chang default Timed Text XML namespace to be http://www.w3.org/ns/ttml

    …This can be overridden using a clip specific property 'ttNamespace'. The namespace of the old spec was http://www.w3.org/2006/10/ttaf1 Issue #35
    anssip committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    99ee1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473b370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88c844 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2013

  1. - #163 possible fixes for playlist replacement memory leak. unbind an…

    …d clear all timer events and listeners where completed, use weak references when unable to set listener method callbacks, initialise and reset playlist clips list, reset screen display list when changing playlists. stop and close the connection and stream when replacing clips.
    danrossi committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    98d822e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185626d View commit details
    Browse the repository at this point in the history
  3. - #136 when we are streaming live and not in dvr mode set the duratio…

    …n to zero in the overridden index handler instead of the metadata callback. dvr mode will have metadata with a duration.
    danrossi committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    b2a05cb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2013

  1. - #75 temporary fix for seeking with progressive download as it creat…

    …es a delay to dispatch seek events because of the seek delay timer. use buffer full events instead but this requires unbinding the event first.
    danrossi committed Dec 8, 2013
    Configuration menu
    Copy the full SHA
    17c81eb View commit details
    Browse the repository at this point in the history
  2. api: handle Flash detection in Safari 6 (#167)

    Safari 6 reports the installed Flash version even when the plugin is
    disabled, thus for instance not triggering expressInstall.
    Make sure to return Flash version only when Flash plugin is actually
    enabled.
    phloxic committed Dec 8, 2013
    Configuration menu
    Copy the full SHA
    97422ed View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2013

  1. Merge pull request #173 from flowplayer/api-flash-detection

    api: handle Flash detection in Safari 6 (#167)
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    c0dc62a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from flowplayer/danielr-136

    - #136 when we are streaming live and not in dvr mode set the duration t...
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    dcd3931 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #166 from flowplayer/danielr-75

    - #75 merge previous stage video fixes missing.
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    d75063c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #160 from flowplayer/danielr-127

    Danielr 127
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    793ee05 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #154 from flowplayer/js-controls-improvements

    js controls improvements
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    4f301b0 View commit details
    Browse the repository at this point in the history
  6. - #163 optimise timers on autohide and scrubber slider. fix issues wi…

    …th directly adding clips and in stream clips on the playlist changes.
    
    - #163 disable error dispatches on the animation library around the easing setter.
    danrossi committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    04ba4ce View commit details
    Browse the repository at this point in the history
  7. Pump version numbers of all plugins. Everything will be released as p…

    …art of the next release.
    anssip committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    319701d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90dc9e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Merge danielr-163 into dev

    Conflicts:
    	core/src/actionscript/org/flowplayer/view/Launcher.as
    anssip committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    6609cde View commit details
    Browse the repository at this point in the history
  2. - fixes for #163 clear the stream on clip content within the playlist…

    … controller , there are two playlist replacement features to handle it in.
    danrossi committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    1f63b4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #175 from flowplayer/danielr-163new

    - fixes for #163 clear the stream on clip content within the playlist co...
    anssip committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    822363d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b9f49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03d0e2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4feeef0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aee360 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Merge pull request #176 from flowplayer/danielr-163new

    Danielr 163new
    anssip committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    fe411ae View commit details
    Browse the repository at this point in the history
  2. Make ‘analytics.pageTracker” the default value of ‘trackingObj’ prope…

    …rty in Analytics’ plugin conf.
    anssip committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    351c004 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2013

  1. Configuration menu
    Copy the full SHA
    1d475d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9ca45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #179 from flowplayer/dev

    3.2.17
    anssip committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    fe2fe86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5436e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c320e2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #180 from flowplayer/dev

    fixes for gitbot build and releases.yaml generation
    anssip committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    2f0fa03 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Configuration menu
    Copy the full SHA
    a05ebe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Merge pull request #182 from flowplayer/bug/181

    Add a try/catch block to prevent a security error from bubbling up.(#181...
    anssip committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    eda26b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from flowplayer/dev

    Dev
    anssip committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    4847041 View commit details
    Browse the repository at this point in the history
  3. remove @Date, @revision from flowplayer.js header somment. Those are …

    …not set by the build any more.
    anssip committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    2216801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e6418 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Update README.md

    added link to Flash builder
    bbbo committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    1caea54 View commit details
    Browse the repository at this point in the history