Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Good day ,

Im trying to include a webcam flash app in my web app,
if the user's browser doesnt have the required flash version it should download the cab file and install the latest version.

I got it to work in IE but now I want to be able to do the same thing if the user is using google chrome .

this is what i've got so far but its not working in chrome
HTML
<object id="WebCamProject1" data="../Cab/FlashObjects/WebCamProject1.swf" type="application/x-shockwave-flash" codebase="../Cab/CamCab.cab#version=11,4,402,287" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="width: 215px; height: 150px; display: none">
<embed src="../Cab/FlashObjects/WebCamProject1.swf" pluginspage="http://<%=this.Request.Url.Authority + this.ResolveUrl("~/Cab/CamCabP.cab") %>" type="application/x-shockwave-flash" />
</object>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900