-
Notifications
You must be signed in to change notification settings - Fork 3
alloyking/Foscam-Flex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
++++++++++++++ There is now an Ionic/Angular version of this app - https://github.com/alloyking/foscam-ionic ============== - Add your IP, video url, UserName and password to the connection class - Published in Flex 4.6. You can change the name space in app.xml to suite your needs. package { public class Connection { public var httpUrl:String = ""; //yourIPDomain.com public var cgi:String = "/videostream.cgi?resolution=32&"; //?resolution=32& optional public var port:int = 8001;//your port public var userName:String = ""; //username public var password:String = ""; //password public function Connection() { } } }
About
MJPEG IP CAM in AS3 - Air for Android
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published