ActionScript 3.0 :: Flash Isn't Asking For Webcam Permission
Sep 7, 2011
[Code]...
That is the entire code for my program and when it runs, nothing happens. I know the program has access to the laptop's webcam because it can trace the name and a similar program I wrote works with the same webcam. This program doesn't even ask for permission to access the webcam so I'm rather confused.
View 1 Replies
Similar Posts:
Mar 8, 2010
I built this simple video publisher a while back and now users are complaining that they can't click on the allow when prompted for access to their webcam. It seems to be widespread on Macs but I can replicate the bug on Firefox in Windows 7 with the latest flash player.
View 5 Replies
Dec 19, 2009
I'm making a Flash game which will be up on Facebook, I'm using Python/Django on the backend but to talk to Facebook. I use the Facebook Flash API. The problem is when I ask for extended permission from the user, using FBML. I get a link which I have to click and get the permission. How can I make sure a popup appears instead of the link. I'm using the following code.<fb:prompt-permission perms="publish_stream">permission</fb:prompt-permission>
View 2 Replies
Oct 1, 2010
I am trying to add a link button to my facebook page on my profile website, but I get flash player's permission warning when I press button and open new link window. Is the only way to permit to goto link setting flash player's security option manually? or is there any way to do not show this warning and permit going throw?
View 2 Replies
Sep 5, 2011
I have embedded an online-call on a website.Everithing works fine in all browsers except Google Chrome. Flash plugin in Chrome doesn't ask permission to use microphone and doesn't call. Any suggestions?P.S. The size of the Flash object on the page is enough for displaying the dialog.At first size of Flash block was the issue but it didn't prevent flash element from calling to our call-centre even though caller couldn't been heard. Now we fixed the size and dialog pops up in all major browsers except Chrome. It feels like Flash movie in Chrome doesn't come to using microphone.
View 1 Replies
May 23, 2011
I want my site's users to be able to record videos straight from their webcams into my site. Videowhisper is one such tool which seems to work fine - [URL] But I'm looking for opinions on better / more scalable / reliable solutions. Paid solutions are fine.
View 4 Replies
Mar 30, 2011
In Flash user can give permission to localhost and even local html file to access remote webservice.I fail to see the same thing for Silverlight which is a nightmare for testing on local pc.
View 1 Replies
Jan 18, 2011
Im working on an app with flash and zinc which requires the use of Webcam...
Now my problem is whenever i run my program it ask for permission that "local is requesting access to your camera and microphone".. well i know that if i give remeber in settings tab it wont ask again.. but my app will be used by many clients where i dont want to show it is made with flash... so can anyone provide solution so that ther permission is override and to show the cam..
View 4 Replies
Mar 18, 2011
When i publish the streams on a linux server, the .flv files have permissions like this:-rw-rw----. And i don't have permissions to access this file on a client browser... Currently, i can only change the permission using "chmod" manually
View 2 Replies
Dec 12, 2011
I'm trying to upload images generated in my Flash application to an album on Facebook.This was working earlier in the year, but revisiting the code I now get the following OAuthException:#324) Requires upload file am using the most recent version of the ActionSccript Facebook API. The setup works like this:irst I do the authentication check with PHP to ensure users have granted permission before having to wait for the Flash to load. I'm requesting the publish_stream and user_photos permissions. The access token comes back correctly.Once the user is authenticated the Flash is loaded and performs its own initialisation, passing fileUpload=true as part of the init object:
var initObject:Object = {
channelUrl : "myChannelURL.html",
fileUpload : true
[code]......
View 2 Replies
Apr 11, 2010
I am developing a Flash-based application for Facebook. I read many comment that the application need to pop-up dialog for user to decide to extend their permission.The question is, who will record those decision? Facebook or the developer? because it might be a problem if user is asking the court for their privacy.
View 1 Replies
Aug 22, 2010
The problem I have is that on linux, the flv files generated by fms are having permission 660. Due to this they become kind of useless as I cant do much with them. Is there a way to make fms generate streams with better default permission?
View 1 Replies
Feb 22, 2011
I have gotten the vhost to work with the owner of the applications folder set to root:rootI need to allow them access to their files by cpanel and for that to work their files have tobe owned by their user name user:user well they vhosts can't be accessed unless itsroot:roo
View 3 Replies
Oct 19, 2009
We're running a permission-based audio stream to be amplified through in-store sound systems, but are unsure about basic hardware requirements. What basic features must all hardware have to log into our server via username/password and receive audio signal?
View 4 Replies
Aug 11, 2010
I am creating an AIR application using Flex. In it I use a file in application directory to store some data in it.Its working very well to read and write data to this file with various OS except windows 7. In windows 7 it is not working. May be its a permission problem.
How can i write file in the application directory with Windows 7 ?
View 2 Replies
Jun 24, 2011
I don't need to stream anything. Just wanting to look at a webcam using Flash. Hopefully be able to control (zoom) a Logitech cam on Mac os 10.6+.
It will be a screen I share in Connect. The video pod in connect is not what I want.
View 1 Replies
Dec 16, 2010
I don't have my own Flash Media Server. I can however use the Highwinds CDN. They run FMS on their CDN. When you schedule a live event, Highwinds gives you two urls: the "server" and "stream name". Examples:
[Code]....
View 2 Replies
Jan 26, 2012
I've recompiled my app with Flex 4.6 / AIR 3.1 and now when I upload to the Android market it says my app is using a "android.permission.BROADCAST_STICKY" permission. In it's simplest terms what is it and can or should I turn it off (it's not in the app descriptor file)?
BTW I used captive runtime for the first time in this upload. Would that have anything to do with it?
View 1 Replies
Aug 9, 2009
I've been trying to access my webcam on my macbook pro using flash cs4 in an attempt to try and use the live feed to detect levels of motion and from there use that information to alter / animate an image on the screen (idea being more movement = more change in image), however I cant seem to get my webcam to even stream out and play on a flash file.
The code I am using is:
start code
var camera;
var video;
camera = Camera.getCamera();
video = new Video(camera.width * 2, camera.height * 20);
video.attachCamera(camera);
addChild(video);
end code
And when I run the file it asks for me to grant access to webcam / microphones (which is what it should do) but it doesnt stream to the file.
View 1 Replies
Dec 31, 2009
I am looking for a "test your webcam" flash movie like this one that is free and OK to use in a closed environment.
I need the camera testing only, no server side processing of the video stream. It is thought as a small online tool for a client.
View 1 Replies
May 26, 2010
I need to take a picture from a webcam into a webapp (PHP5/JQuery/HTML5) but I cannot use Flash; Is there a light java applet or any alternative technology for this?.
View 1 Replies
Jun 3, 2010
Is there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 Replies
Jun 4, 2010
I'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.
View 1 Replies
Jul 14, 2010
I'm trying to embed some flash code, and I'm using swfobject. When I put it in the parent div, it asks the users for permission on the webcam/audio. However, when I put the flash code into a lower-level div, it doesn't prompt for permission to use the webcam, or anyting. I.E.I can put the flash into container, but not inside.
View 1 Replies
Jul 26, 2010
we have the below code and it captured the video but not the actual video which displayed in the webcam. It only captured one third of the image like from x 100 and y 40 something how to capture the whole image displayed in the webcam like 320*250 below is the code
[Code]...
View 1 Replies
Feb 24, 2011
I'm trying to accomplish something with flash but I'm having some problems, if not a solution I'm hoping someone can tell me a method and what I should read up on to do this: I want to have an image on the stage that has a gap the shape of a face in the middle of it, I'd then like to put a webcam feed behind it so people can line their face up in the gap and press a button to take a picture. (I've managed to put the webcam on the stage and take the picture but can't work out how to put it behind an image). Then I cant quite work out how I'd put the face onto a character I've drawn.
View 1 Replies
Mar 17, 2011
I've been looking at opensource tools, but turns out my roommate has an old version of flash. All the webcam tuts I've seen don't work in this, i'm wondering if webcam controls even exist in as2 and if someone could possibly provide a simple explanation on how to make them work?
I have wowza media server running on my host and I want to be able to broadcast my webcam on a website using it.
View 1 Replies
May 1, 2011
I'm making a book/magazine with EZFLAR and Flash, but I was going to need a lot of markers (and they become indistinguishable by FLARToolkit the more they are), so now I'm trying a different approach: just three markers and then, load a different SWF that triggers different actions for each marker.
To do so, I made a loader.swf that will be in charge of loading any of the specific swf depending on what the user clicks. I started with my first button and it loads fine, just it has two problems.
First problem, and not so important, is that I can't seem to add anything over the webcam stream, not even placing it on the EZLFAR.fla, the webcam always covers everything. I decided, then, to add a little margin where I can place a UI (maybe a back button or the other swf loaders).
[Code]...
View 1 Replies
Jul 12, 2011
I'm trying to make an instant messaging website that allows webcam. What would people suggest (webcam wise) I use to implement webcam into this site?
View 2 Replies
Jul 15, 2011
I've just an SWF object to display the users webcam, however it won't let me make the webcam smaller than 320 x 240. Is this the lowest size I can go?
Just for any reference if needed:
import flash.media.Camera;
import flash.media.Video;
var camera:Camera = Camera.getCamera();
[Code].....
View 1 Replies