Flash - Using WebCam Images In Application?
Jun 3, 2010Is there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 RepliesIs there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 RepliesI'm trying to play with live web cam using asp.net with C#.I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.How is possiable to do that?do you know any simple asp.net application related to this?
View 1 RepliesI'm trying to play with live web cam using asp.net with C#. I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.How is possiable to do that? do you know any simple asp.net application related to this?
View 1 RepliesIn my application, I want to detect the webcam in the system automatically and take the image on a button click in asp.net application.
View 6 RepliesIs there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 RepliesI want to develop a simple webcam image capture application in asp.net (vb.net). The camera output is 320x240. But I want the image in 240x320 size. When I try to resize the 320x240 image, the image stretches vertically and looks pretty bad. What code should be used to do this and upload the resultant 240x320 image.
View 9 RepliesI have a website that uses a master page that contains the navigation for the site.The navigation buttons are images.Some of the navigation button images have hover menus tied to them.Those hover menus contain several image buttons, so as to create a drop down menu affect.The problem I have is when any of the pages are loading all of my hover menu image buttons flash on the left side of the screen for a second or less as the page is being rendered.Can this be stopped?
View 6 Replieshow to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.
View 5 RepliesI'm experienced in database systems. This is the first time I'm developing a web site completely, either i will use firstly flash.
I do not know how I can put a flash application as a facebook application, which is working behind with a asp.net page [web services between]
I've built a multilingual ASP.NET web app and no problem . I'm trying to put a flash header for this website so I've made couple flash in different language ( because they are different not just in language , they have tiny different because of different cultures ) . But my problem is i don't know how to load specific flash while switching different language .
View 2 RepliesI need to put a Flash Object in my website developed on MVC2 .NET, however the third party who made it just gave me an html with this code.HTML errors apart I don't know how to put it on ASP.NET.
<table width="608" border="0" cellpadding="0" cellspacing="0" bgcolor="#F4F4F4">
<tr>
<td height="412">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="runtime" width="608" height="412" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="runtime.swf" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="Runtime_settingPath=modules/main/setting.xml&Runtime_isRemote=false&Runtime_init_module=module1&Runtime_init_scene=scene1.swf" />
<EMBED src="runtime.swf" FlashVars="Runtime_settingPath=modules/main/setting.xml&Runtime_isRemote=false&Runtime_init_module=module1&Runtime_init_scene=scene1.swf" quality=high bgcolor=#CCCCCC WIDTH="608" HEIGHT="412" NAME="runtime" swLiveConnect="true" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</object>
</td>
</tr>
</table>
I have Flex application requiring to filter users depending on there database groups. Depending on which group they are, the're is a config.xml file that is use to populate the swf.
Here is how I figure how to do this :
1. The client comes to a .aspx page with a form requiring a username and a password.
2. On the server side I confirm the user credential
3. Once the username/password is valid I redirect to the mxml file with the config.xml file in the html headers (post).
My problem comes when I need to get the post data from the http request. Let's say I have this code :
<mx:Application initialize="init()">
<mx:Script>
<![CDATA[
[code]...
How do I get the post data on the init() function.
I am a student and i want to make online gaming website as a part of my academic project.
Now the problem that i am facing is that as it is an academic project i have to use downloaded swf games into my project . now i want to fetch the highest score for an individual for a particular game and i want to store that data into my database so that i can populate the list of high scorers for any particular game on my webpage.
I'm trying to add Embeded flash in aspx page running on iis 7.5 windows server 2008. When i'm adding the Embeded code src=/mylocation/test.swf it works fine. But when I'm adding fileserver location src="file:\c: est.swf the page doesn't load.
The code works fine in normal html file on my desktop.
I have done an multiple upload with uplodify jquery, but when i check it in a system with no flash player installed a blank area is present in the region of the uplodify flash button, how can i show the user some missing plug-in like in other sites to install latest flash player plug-in... or suggest some option to make upload possible in a button click (single/multiple) even when user don't have flash installed.
View 2 RepliesI create a static website , but i want to master page, i select one flash template but i dont how to edit flash template.
View 1 RepliesThis question is about images and usgin them in a web application. Never worked on this before. We are designing a web page where in we are planning to show the pic of the salesperson along with his details. How do you do that? where do you save the images? Do you save the images in the server and retrieve them?Never worked on this before so, and i have no clue how to go ahead with this.
View 7 RepliesSo I'm having some trouble displaying images from outside of the project folder...
I seem to be only able to access images within the "~" directory and subdirectories...
Say, if I want to access images from "E:/XYZ/11-01-01 New Year/" or something like that how may I do so?
Note: I set privileges on all folders and sub folders as Readable to "Everyone" so IIS/Visual Studio should be able to but isn't showing the images in the Image Control
i m developing an app in which i have need to get image from webcam and store it in to database i m using visual studio 2008 and asp.net with c# i m looking for code for this operation.
View 9 Repliesinserting webcam into webpage?Can only find beta silverlight versions. Is SilverLight my best choice?
View 2 RepliesHow do I stream my webcam through a webpage in c# using asp.net
View 3 RepliesI'm fairly new to ASP.NET but I have developed quite a few WinForms apps in C# where I've used the System.Drawing.Bitmap namespace extensively without much issues.
Today, I decided to write some code to dynamically create some PNGs on the fly in my Page_Load event and everything seems to work fine. But I notice this scary looking warning on the microsoft documentaion site. What is up with that ??
I am unaware of any other ways to deal with images in .Net except using System.Drawing.Bitmap ...
I have been working on a web application using C# and I want to capture images from my webcam on the registration page. The concept is as the page loads, the system checks for a webcam connected and if the webcam is found conencted, Image streaming should be done and the frames would be displayed on the page. As soon as I click the "Grab Image" button, the Image should be captured and stored to a database.
View 12 RepliesI have a Windows program that will capture a video from a webcam as .wmv. What approach should I use to do this from an .aspx web page? I want to develop something that is a bit like youtube [URL]
I have a class that controls the webcam, storing the data in .wmv format, but this is written for windows and wants windows libraries and controls. Can I simply adapt this for a web page, using an Image instead of a Picturebox control, or do I need to use Flash or Windows Presentation Foundation (WPF)? If WPF is the answer, is it worth upgrading from VS2008 to VS2010?
I am developing project using asp.net 2.0 and C#.net.I want to capture users picture or video from webcam and save it in a folder in Harddisk. how to develop this feature and if possible provide me reference links.
View 4 Replies