A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: help with web cam and flash MX

  1. #1
    Member
    Join Date
    Jan 2002
    Posts
    38

    help with web cam and flash MX

    hi,
    Can anyone help me out "how to take a snap from a web cam... ( not using any third party tool.. ) i mean i like to take a snap from Flash mx using web cam and display the snap taken on the next scene..
    Can this happen?

    Thanks,
    Raaj

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    419
    when you want to grab video use

    my_cam = Camera.get();
    my_video.attachVideo(my_cam);

    to take a snapshot (with out third party software like flash com)

    my_video.attachVideo(null);

    I should add that all though this works it's not very useful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center