Commiting to continue stuff at home
[swf-overlay.git] / README.md
1 SWF Overlay
2 ===========
3 This repository contains as3 classes designed to help create an SWF to use as an overlay for an online video stream.
4
5 It was originally intended to be used with OBS's browser source plugin.
6
7 The goal is to provide some tools to allow the SWF to talk to multiple data sources and manipulate elements on the time line.
8
9 Use with Flash CS
10 =================
11 To use this stuff in your own .fla, first create a new ActionScript 3.0 document, then place all the .as files from this repository in the same folder as the .fla.
12
13 Follow the following steps:
14
15 - In flash, go to File > Publish Settings
16 - Click the spanner icon next to the Script dropdown
17 - In Document class enter Overlay
18 - Click OK on both windows.
19
20 Overlay.as is the entry point for the application, you will want to edit it to your needs.
21
22 Security Jazz
23 ==============
24 Do expirments and write this later lol