bjoern / as3glue-examples-cs247 (http://protolab.pbwiki.com/)
A set of Flash examples to accompany the Physical Computing tutorials for CS247 at Stanford. Uses the as3glue Library to talk to Arduino hardware.
Clone this repository (size: 3.0 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/bjoern/as3glue-examples-cs247/
| commit 7: | 1555b6e1fe97 |
| parent 6: | c9f27ad7cce2 |
| branch: | default |
split trust configuration file into a mac version and a PC version
Changed (Δ966 bytes):
raw changeset »
.hgignore (1 lines added, 0 lines removed)
TrustCS247Examples.cfg
TrustCS247Mac.cfg (10 lines added, 0 lines removed)
TrustCS247Win.cfg (10 lines added, 0 lines removed)
Up to file-list TrustCS247Mac.cfg:
1 |
# Example trust file to allow socket communication for as3glue projects |
|
2 |
# Trust SWF files in directories (and subdirectories) listed below. |
|
3 |
# YOU MUST COPY THIS FILE to your Global Flash Player Trust directory |
|
4 |
# (explained below) to take effect. |
|
5 |
||
6 |
# Mac OS X: |
|
7 |
# Change path below to fit your system and copy .cfg file |
|
8 |
# into /Library/Application Support/Macromedia/FlashPlayerTrust |
|
9 |
# (Create the directory if it doesn't exist) |
|
10 |
/Users/bjoern/Documents/workspace/as3glue-examples-cs247 |
Up to file-list TrustCS247Win.cfg:
1 |
# Example trust file to allow socket communication for as3glue projects |
|
2 |
# Trust SWF files in directories (and subdirectories) listed below. |
|
3 |
# YOU MUST COPY THIS FILE to your Global Flash Player Trust directory |
|
4 |
# (explained below) to take effect. |
|
5 |
||
6 |
# Windows: |
|
7 |
# Change path below to fit your system and then copy THIS .cfg file |
|
8 |
# into C:\windows\system32\Macromed\Flash\FlashPlayerTrust |
|
9 |
# (Create the directory if it doesn't exist) |
|
10 |
C:\code\as3glue-examples-cs247 |
