Sha256: eb3c31ed8d91abdd3f6632c38de39d1b15755ad9bce619e9fee0616a50c8bfb4

Contents?: true

Size: 925 Bytes

Versions: 4

Compression:

Stored size: 925 Bytes

Contents

h1. Videojuicer Player SDK

h2. Configuration

You must create a `config.yml` to define the build tasks for the `playersdk` to use, the configuration file uses standard "YAML":http://en.wikipedia.org/wiki/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
	  }
	
h2. TODO

# Tests
# Expand README
 License

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
videojuicer-player-sdk-0.4.0 README.textile
videojuicer-player-sdk-0.4.1 README.textile
videojuicer-player-sdk-0.4.3 README.textile
vj-player-sdk-0.4.5 README.textile