Skip to content

alloyking/Foscam-Flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published