Amina
Points:270
Posts:12
2/14/2010 4:00:10 AM
Title:
video surveillance and mashup
hello everybody! I am currently working on a video surveillance system using IP Flex Builder 3 I would like integrated mashup or more accurately the geolocation my webcam how this can be achieved using flex builder 3 Thank you for your help Regards.
In French:
salut tous le monde!
je travail actuellement sur un système de vidéosurveillance via IP en flex builder 3 je souhaite intégré le mashup ou bien plus exactement la géolocalisation de ma webcam comment cela peut être réalisable en utilisant flex builder 3
Merci pour votre aide
Cordialement.
Inder
Points: 2980
Posts:0
2/14/2010 7:14:22 AM
I think you would require some server side API for that. Using a back end technology like PHP and ASP you can get the geo-location of the user and display it in the flex application.
2/14/2010 7:50:37 AM
If you are using a device that supports geoLocation then you can use the geoLocation Class in flash . For more information on this class and samples check this link
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/sensors/Geolocation.html
If you are using browser then you can use a third Party API which can detect the location and communicate with flex application . You can use an API like this one
http://www.maxmind.com/app/web_services
Amina
Points: 270
Posts:12
2/14/2010 8:05:11 AM
Thank you so much for the answers!
and that there is no way to do this using only the AMFPHP server, and what's this map_flex_1_16.swc needed to integrate the mashup in applications Flex, and this which it seems need a key!!
Version French:
Merci infiniment pour les réponses!
et est ce qu'il n'y pas un moyen de faire cela en utilisant seulement le serveur AMFPHP, en plus c'est quoi cette map_flex_1_16.swc qu'il faut téléchargé pour pouvoir intégrer le mashup dans les applications flex, et à ce qui parait il faut une clé !!!!
2/14/2010 8:09:18 AM
check this one also , This one is designed for Flex developers to use the new geolocation features availible in Firefox 3.5 and Chrome with Gears.
http://code.google.com/p/asgeolocation/
2/14/2010 8:16:40 AM
you are using google maps API it requires you to sign for google maps API key.
signup on this link for key
http://code.google.com/apis/maps/signup.html
Amina
Points: 270
Posts:12
2/14/2010 11:39:52 AM
great!
Thank you for the links they are very helpful :D