Module: Framey

Defined in:
lib/api.rb,
lib/framey.rb,
lib/view_helpers.rb,
lib/rails/generators/framey/templates/video.rb,
lib/rails/generators/framey/templates/initializer.rb,
lib/rails/generators/framey/templates/videos_controller.rb

Defined Under Namespace

Modules: Api, ViewHelpers Classes: Video, VideosController

Constant Summary collapse

API_HOST =
"http://framey.com"
RUN_ENV =
"production"
API_KEY =
"API_KEY_VALUE"
SECRET =
"API_SECRET_VALUE"
API_TIMEOUT =
15
MAX_TIME =
30
FLASH_RECORDER_URL =
'http://framey.com/recorder.swf'
FLASH_PLAYER_URL =
'http://framey.com/player.swf'