Skip to content

Commit 7816db3

Browse files
author
Vladimir Demidov
committed
flash.camera init
1 parent 92ba8b9 commit 7816db3

13 files changed

Lines changed: 1845 additions & 19 deletions

File tree

flash/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#.gitignore
2+
3+
core/bin-debug
4+
core/bin-release
5+
6+
core/.actionScriptProperties
7+
8+
core/.project
9+
10+
camera/bin-debug
11+
camera/bin-release
12+
13+
camera/.actionScriptProperties
14+
camera/.project
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Thu May 02 20:14:08 MSD 2013
2+
eclipse.preferences.version=1
3+
encoding/<project>=utf-8
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */
2+
3+
#ie_historyFrame { width: 0px; height: 0px; display:none }
4+
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
5+
#safari_formDiv { width: 0px; height: 0px; display:none }
6+
#safari_rememberDiv { width: 0px; height: 0px; display:none }

0 commit comments

Comments
 (0)