0.0
No commit activity in last 3 years
No release in over 3 years
Videojuicer Player SDK runtime and compiler to create and build Player Addons.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.9.6
>= 0.9.1
 Project Readme

Videojuicer Player SDK

Install

Moved to Gemcutter; http://gemcutter.org/gems/vj-player-sdk

Configuration

You must create a `config.yml` to define the build tasks for the `playersdk` to use, the configuration file uses standard YAML syntaxs.

-
# Flex SDK location
flex_sdk: “/Applications/Adobe\ Flex\ Builder\ 3/sdks/3.3.0”

# Flex framework version, the bundled RSLs are specific
flex_framework_version: “framework_3.3.0.4852”

# List of tasks the SDK will complete
tasks:
# Copies the Flex framework RSLs into the build folder
“framework”: {
type: framework,
framework_rsl: ‘framework_3.3.0.4852’
}
# Compiles an Addon for use with the Videojuicer Player
“player-addon”: {
type: addon,
src: vj-player-ui/src, main: DefaultUI.mxml,
sdk: true,
engine: “builds/vj-player-engine”,
libs: false,
target: player-addon
}

TODO

  1. Tests
  2. Expand README
    License