Accessing Webcam On MacBook Pro Through Flash CS4?

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


Similar Posts:


ActionScript 3.0 :: Accessing Webcam From Loaded Swf?

Nov 14, 2010

I am trying to load swf file with Loader class into AIR application. The broblem is that the loaded swf can not access web cam (it can when I run it standalone). Is there any security settings I have missed.
 
AIR loader code:
loader = new Loader(); loader.name = "moduleLoader";loader.contentLoaderInfo.addEventListener(Event.COMPLETE,

[Code]....

View 3 Replies

OSX :: DVD Program And Flash Not Working Right On MacBook Pro?

Jan 12, 2012

I have a DVD that came with a school book the book is called CompTIA A+ Guide to Managing and Maintaining Your PC. It came with a DVD that has some interactive labs on it that work thru html files and flash player. There is a master HTML file on the disk that runs the whole thing. After everything is activated with numbers and all that jazz you have a screen that lists all the labs you can do. You have to set Flash up to allow access to a folder on the DVD that holds the labs HTML files.

I have this working on my PC thru Firefox and Internet Explore. I want to be able to do this on my MacBook pro. So far i can't get it to work on Safari or Firefox or Opera on my Mac. I have set up flash the same way and if I use Finder to go directly to the chapter1_lab1.html file it works. But when i try and do it by access the master HTML file and clicking on one of the labs listed it doesn't work. Safari sits on a blank screen and Firefox gives me this error.

File not found
Firefox can't find the file at file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html

What i have figured out is that on the DVD the files are listed with capitals (Chapter1_Lab1 not chapter1_lab1) If i enter this part into the address bar of Firefox ( file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html) I get the same error if I change the c and l to Capitals it plays the lab. Hope this is understandable. What do I need to do to make it read the file since the master is telling to look for lower case files and for some reason my Mac won't recognize it has the same file with the upper case letters.

View 1 Replies

Professional :: Flash CS5 Unable To Play .FLV Files On Macbook Pro

Jan 18, 2011

I have a colleague who is trying to put together a Flash package for me  on her macbook pro.  It needs to play an flv file. She is unable to play  flv files on her computer either in Flash or using the Adobe Media  Player. I have no problem playing the same files on my macbook pro,  we're both running the latest OS and have version 1.8 of Adobe Media  Player. She went to the Adobe site to download the latest version of Adobe  Media Player, hoping that might include whatever component is missing on  her system. Because of Adobe's decision not to distribute AMP that  didn't help. 

She has Flash Professional CS5 11.0.2 on her system.  When  she imports an flv video into a Flash project and tries to play it she  gets an error message saying it can't stream the video. Note that the  video is on her hard drive, it is NOT on the internet so no streaming  should be required. The actual error message is: "the video player is in the connection  error state. It enters this state when a video stream attempted to load  but was unsuccessful. There are two possible reasons for the error: no  connection to the server or the stream was not found." Since it's a file on her hard drive, and she has loaded the file  into the Adobe development environment successfully, the one thing we  know for certain is that neither of these reasons is correct.

View 1 Replies

Click The Url It Seems It Loads From MacBook?

Oct 25, 2009

I have built a full flash site were i have loaded the .swf into a dreamweaver page named index.html.
 
I then upload the index.html and the associated .swf file to my homepage.
 
Start up the webpage and all looks good.

I then update the .swf and upload the new one but the change does no show. I can see the change on my laptop, from another PC or if i type /index.html after the address.
 
I even deleted my index.html and the .swf and could still see the webpage on the same MacBook as it is created on (only).

View 1 Replies

ActionScript 3.0 :: Get MacBook Pro Function Keycode?

Aug 16, 2010

How to get MacBook Pro Function Keycode in AS3.0. Then how to write the function+delete press event in MacBook Pro. the MacBook Pro Function Keycode and Delete Keycode.

View 2 Replies

Professional :: Using The PC - Bigger Screen Than The Macbook?

Mar 2, 2012

I have a Mac and a PC - I have apple specific stuff on the Mac, everything else on the PC. My Adobe software is all on the PC. I like using the PC - bigger screen than the Macbook. Problem is that Adobe is effectively forcing me to use the MacBook.
 
Now I can use Flash to build cross-platform stuff from my PC, but I have to create all the certificates and profiles on the PC. If I want to do IOS development on the Mac I have to generate new certificates and profiles.
 
So switching between using flash/Flash Builder on a PC and native development on a MAc means continually regenerating certificates. If I had a desktop and PC latop, I could install on both, but not a PC and a MacBook. I am totally fed up with Adobe for this stupidity. If anyone knows differrent about the need to regenerate everything according to platform,

View 7 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

ActionScript 3.0 :: Capture MacBook And Air Multi Touch Scroll?

Jan 31, 2009

Does anyone know if the Flash Player / actionscript can capture MacBook and Air multi touch Scroll (two fingers) or any other multi touch user interactions?

View 4 Replies

Html :: Macbook Taps Not Working On Site, But Clicks Do?

Jan 18, 2012

Not necessarily my own website, but if you browse to [URL] and take a look at the scores/schedules area that has the left/right slider, is there a reason taps that usually register as clicks don't cause the slider to move? Is it a flash bug? Just want to know out of curiosity's sake.

I'm on Google Chrome, OSX Lion, MacbookPro 13".

View 1 Replies

ActionScript 3.0 :: Publish The File On A New Macbook Pro Or IMac The Css Doesn't Work?

Nov 4, 2009

I built a site, and most of the content is pulling from an XML file. I think format some of that text with a css style sheet. When I publish this out on a powerbook running 10.5 with the first release of flash cs4 it works.But when I try to publish the same file on a new macbook pro or iMac the css doesn't work for me. Has anyone run into this kind of problem before?

View 2 Replies

Flash :: Interface That See A Webcam?

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

Flash :: Webcam Stream To CDN FMS

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

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

Actionscript :: Test Webcam Via Flash?

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

Flash :: Webcam Capture On Web Application

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

Flash :: Using WebCam Images In An ASP.NET Application?

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

C# :: Using Flash Api To Access WebCam In An ASP.NET Application

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

Put Webcam Flash Inside Divs?

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

Flash :: Capture Image From Webcam

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

Flash :: Using A Webcam To Put A Face On A Character?

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

Actionscript :: Does Flash 8 Have Webcam Controls

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

Flash :: UnloadAndStop With EZFLAR/webcam?

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

Php :: Html - Flash Script For Webcam?

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

Resize - Size For Webcam In Flash?

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

Flash - Webcam Chats App - P2p Versud Fms?

Jul 25, 2011

I'm currently developing a website in which I want to stick webcam chats between the users. Each client has an account and can call up a different client when he needs some help.I'm thinking about setting up a flash media server or creating p2p (cirrus) connections between the clients. Pretty sure that the first solution will work just fine, however the cost of the hosting might be much higher. I'm worried that the p2p solution might cause some problems to the users, as then might be hidden behind some firewalls or be in some networks that don't allow them to create a p2p connection with a remote computer.

View 3 Replies

As3 :: Flash - Recording Video Using Webcam?

Dec 19, 2011

i know how to use a webcam in as3,i want to record webcam video and save to my Local disk

View 1 Replies

ActionScript 3.0 :: Activating Webcam With Flash?

Sep 18, 2010

I am trying to activate a my webcam and run a live stream from it. Im running into problems though. I can get the webcam to turn on(the green light comes on). However, nothing is displayed. I have copied the code i am using to try and achieve this, hopefully its just a simple mistake.I am using Flash Builder 4 to put all this together.

Code:
package camera
{
import flash.display.Sprite;
import flash.media.Camera;

[code]....

View 2 Replies

ActionScript 2.0 :: Live Webcam In Flash?

Sep 9, 2004

Is it possible to have live webcam in flash? Is there a tutorial out there I can check out? All I want to do is have a viewer look at my site and click on a button to view a live webcam. I know when you right click you can set the settings for webcam and mic.

View 3 Replies

IDE :: Streaming Video With A Webcam In Flash?

Feb 12, 2003

I almost think it's impossible but I know little. I saw once on a website a streaming webcam video in fact it was live. I right-clicked it and it was in flash. Does anyone know how do streaming video with a webcam in flash?

View 12 Replies







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