ActionScript 3.0 :: Users Cannot Click Allow When Asked For Permission To Use Webcam

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


Similar Posts:


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

Flash :: Access Webcam From My Page And Capture Images Of Users?

Mar 16, 2012

I am using Asp.net/C# to build an application , i have a requirement wherein i need to access webcam from my page and capture images of users.So i am trying to achieve this by creating flash file .

View 2 Replies

Media Server :: FMS 4 - FLV Not Saving - Record Video From The Users Webcam And Play It Back At A Later Date

Mar 24, 2011

I'm trying to record video from the users webcam and play it back at a later date.
I call

[Code]...
 
However, when I look at the FMS Admin Console at the streams in app/_definst_, their types are either "NetStream" or "Live". If they were being saved wouldn't they say "Stored"? After I close the application doing the recording, the "NetStream" type stream disappears, and after a while all the "Live" typed streams are gone too. Nothing is saved.

I have no idea what is happening. I don't know if it's a problem with my AS3 code not closing the recording properly or if I'm doing something else wrong, or maybe somethgin isn't right in the FMS?

View 1 Replies

Flash :: Capture A Users Webcam In Flash And Directly Upload It To YouTube Without A Backend Server Setup?

Apr 11, 2011

I would like to know if it's possible to capture a users webcam in flash and directly upload it to YouTube without a backend server setup. Or if there are any third party providers that support this service. I see YouTube offers a live streaming API, but it seems it's only available for selected users.

View 1 Replies

Actionscript 3 :: Turn Off The Ability For Users To Click?

Mar 14, 2012

I'm sure this is pretty easy but I'm at a loss with this one. I have a DateChooser that I'm using to highlight dates when things are being released. And that's all I want it for. I want to turn off the ability for users to click on anything. I don't see how to have selectable false.

View 3 Replies

ActionScript 2.0 :: Tracking What Users Click On In Your Movie?

Mar 8, 2007

i was wondering is there anyway i could track the content of what users click on, in my swfwhat i want to do is track infromation like a web stats but i want to track what people click on inside the movie say i have a carousel and i want to track what person/item has been clicked on in the carousel is this possible?

View 5 Replies

Flash :: Put A Pop Up Permission Prompt Instead Of Fb:prompt-permission?

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

Professional :: Website Users To Change .swf Background With Button Click?

Nov 29, 2010

With the aid of Dreamweaver CS4 I've manged to create a temp 'under construction website'. This website has a fullscreen .swf looping in the background.
 
I have made 4 of these very short looping .swf files.Is it possible, by adding one simple button on the screen, for the user click and the next .swf background starts playing? So basically this button acts a 'next' button, and each times it's clicked the next .swf starts to play.
 
[URL]
 
Ps: check out the source code. The flash background code starts from '<!-- flash background -->'. 

View 7 Replies

ActionScript 1/2 :: One Button Active At Once - Force The Order In Which Users Can Click Buttons?

Oct 7, 2010

I have 8 movie clips.  They are set up to disappear when clicked.on (release) {this._visible = false;}The problem I am facing is that I want the movie clips to be clicked in a certain order, so mc1 has to be clicked (and disappear) before mc2 can be active and click-able.  That way the user has to click on them in order for them to disappear.

View 22 Replies

Flex :: Catch Keyboard Events Without Forcing Users To Click On The Stage?

Nov 8, 2010

handling global keyboard events in Flex, is to attach a listener in the application complete event of a Flex application. However, no matter what I try, I have not been able to catch events without clicking on a point on the page, which is hosting my Flex application.
Moreoever, if I use a Flex component in a web application, where there is also html and Javascript, I'd still like to be able to grap global keyboard events, even if the embedded flex component (in flash player) does not have focus. So is there a reliable method for connecting flex applications and components (when they're embedded in a web page) to keyboard events?

View 1 Replies

ActionScript 2.0 :: One Button Active At Once - Force The Order In Which Users Can Click Buttons?

Oct 7, 2010

I have 8 movie clips. They are set up to disappear when clicked.

on (release) {
this._visible = false;
}

I want the movie clips to be clicked in a certain order, so mc1 has to be clicked (and disappear) before mc2 can be active and click-able. That way the user has to click on them in order for them to disappear.

View 1 Replies

ActionScript 2.0 :: YAY Action - Loading Images With XML Loader Resizes And Displays Images When Users Click On Nav

Dec 9, 2005

Explaination: MX 04' Pro Thumbnail Nav. loading images with XML Loader resizes and displays images when users click on Nav. reading XML Problem: Users click Thumbnail Nav. first image gets loaded and loader resizes to image. However the next choice by user on thumbnail click, the second image doesnt get resized in the loader. It goes beyond holder. Here is my code for Thumbnail and Loader:

[Code]....

Now the first image loads fine and the loader sizes to file from XML. However, when users click second choice from Thumbail the loader doesnt resize to new image size. It only gets resized on the first selction or if users click the next or prev. buttons then the images fade correctly but nothing fades back in. Now if they do hit next or prev and then hit a thumbnail option it loads and resizes.

View 1 Replies

ActionScript 2.0 :: Get Rid Of User Permission For Camera?

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

Media Server :: No Permission To Play Streams?

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

Actionscript 3 :: Enable The File Upload Permission?

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

Actionscript 3 :: Is Extended Permission In Facebook Need To Be Record By Developer

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

Media Server :: Streams Generated In Linux Using FMS Default To Permission 660

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

ActionScript 3.0 :: Flash Player Permission Warning On Opening New Link Window

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

Media Server :: File Permission And Ownership Of Applicaions Folder Vhost?

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

Flash :: Movie Doesn't Ask Permission For Accessing Microphone In Google Chrome?

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

Media Server :: General Hardware Guidelines For Customers To Hear Permission-based Audio Stream

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

Flash :: Recording Live From A Webcam / Recording From User's Webcam - PHP

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

Flex :: File Write Permission To Application Directory In Windows 7 In Flex?

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

Silverlight :: Flash Vs Silverlight On Localhost /local File Permission To Access Remote Webservice?

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

Android :: Flex - App Requires Android.permission.BROADCAST_STICKY?

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

ActionScript 1/2 :: Click A Button On 2 Different Ways Shift Click Or Ctrl Click?

May 12, 2010

Lets say i have a button on frame 1. And if you press it normal, you ll get to frame 2. But then if you click it on another way, you ll get to frame 3. How do i do that easy?! With another way i mean like shift click or ctrl click or is it an easier way?

View 3 Replies

Have Multi-users Online?

May 27, 2010

Example: If my SWF has a simple 2D charactor sprite, which moves around on a 2d background... What will I need to make it so that a player has to create an account and sign in, and then others can do the same and they can all see each other in the room. I have been unable to find resources on what it takes to turn a flash game into a chatroom or an "MMO".

View 3 Replies

Professional :: Some Users Are Getting No Data?

Apr 18, 2011

We are having some issues with some Flash on our site. Some users are getting no data in the blue arrow and the water rises to the top (see screen shot) when they bring up this page [URL]This is the actionscript that we are using
   
var levelVar:Number; if (_level0.inLevel == undefined) {     levelVar = Number (0); } else {     levelVar = Number (_level0.inLevel); } if (levelVar <= 2007) {     gotoAndPlay ("fr2007");     m2007_mc.t2007_txt.text = levelVar; } else if ((levelVar <= 2017) && (levelVar > 2007)) {     gotoAndPlay ("fr2017");     m2017_mc.t2017_txt.text = levelVar; } else if ((levelVar <= 2027) && (levelVar > 2017)) {     gotoAndPlay ("fr2027");     m2027_mc.t2027_txt.text = levelVar; } else

[code].....

View 2 Replies

Professional :: Handling CLICK Event - If User Click Anywhere On The Stage The Search Bar Will Be NO Visible(OFF)

May 19, 2011

on clicking the Search Icon , a search bar will be visible (ON) if user click anywhere on the stage the search bar will be NO visible(OFF) OR user click on ICON again the search bar will be OFF but it Stage CLICK is triggered without clicking

[Code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved