C# :: 3D View Of The Input Which The User Can Move The Camera

Feb 17, 2010

A friend of mine asked for a simple program. Input: Coordinates of some points, spheres, planes etc. (from an excel document (strictly) ) Output: A 3D view of the input which the user can move the camera. The questions is, how can I do that easiest way. I have experience in C++, C#, Flash (AS), Java

View 2 Replies


Similar Posts:


Webcam - Detect Flash-accessible Camera Without Prompting User For Access To Camera If One Exists?

Oct 11, 2010

From a Flash object, I would like to be able to detect the presence of a webcam that the user might grant access to, without actually asking the user whether they want to grant access. This is to streamline a large application that has extra features if a webcam exists — if there is a webcam, the application will present several dialogs that lead up to the normal cam-security prompt, but if the user doesn't have the hardware, I want to skip over them altogether. Requesting access to the cam before those dialogs won't make sense to the user.

It appears not to be possible to call Camera.getCamera() without the security prompt happening. Is there a workaround? (For instance, could I, perhaps, call getCamera in a hidden Flash object and inspect its return value, or does it block until the user acknowledges the security prompt?)

View 3 Replies

Actionscript 2.0 :: Video Controls To View Multi-Camera?

May 7, 2009

I have three videos recorded from different angles of the same subject. As you can see in the attachment, I need to see one video screen with 3 buttons to jump between the different angles. The transition between the videos should be immediate.I thought of loading the videos internally, but they are over the 16000 frames so they will not load properly into Flash - so using .flvs may have to be the only option. I figured if I could get all three videos started at the same time then I could toggle the viability, but how can I get the three videos to start at the same time?

View 4 Replies

ActionScript 3.0 :: Flash Moving The Camera View When The Mouse Button Down Is Detected

Jan 13, 2012

I am quite new to actionscript 3.0 but i'm sure this should be so simple. The objective is to get the camera view to move when the mouse button is down. Here I have managed to get the camera view to move forward using the UP arrow key:

[Code]...

View 2 Replies

IDE :: Move The 'camera' Around In Flash

Sep 26, 2009

is it possible to move the 'camera' around in flash (cs4 as3) as apposed to moving the scene around it?

View 2 Replies

ActionScript 2.0 :: Is There User Input Text Box For User To Type In A Box From A Keyboard

Apr 17, 2011

is it possible in actionscript for the user to type in a box from a keyboard like a user input text box..

View 3 Replies

ActionScript 3.0 :: Way To Know When User's Camera Is 180° Rotated

Oct 12, 2011

Is there a way to know if user's camera is 180° rotated ?

View 3 Replies

Flex :: Know If The User's Camera Is Broadcasting?

Feb 1, 2010

usually i do Camera.getCamera but when this method is called the user is prompted with a dialog box where he can choose to allow or to deny the application access to the camera, or he could not have a camera

how can the application now whether the camera is broadcasting ?

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

Actionscript 3 :: Placing Cursor Into Input Textfield For User Input?

Dec 15, 2009

What easiest way to place cursor (focus?) into an textfield input box for receiving user input after an event?

View 1 Replies

ActionScript 3.0 :: User Input Textfield - Get The Information The User Put In The Box?

Feb 25, 2009

I have some text that says go to page with a input textfield box and a go button. This is a flash cs4 file.I want to have the user input the page number and have it go to that frame.I am using actionscript 3.0 and have bought 4 books and researched online and still can't find what I am looking for.I can make the go button go to whatever page I want I just don't know how to get the information the user put in the box.

View 2 Replies

Unable To Make The Camera Move Up And Down?

Apr 27, 2010

im making a platform game project but as of yet im still un able to make the camera move up and down when the charater jumps or stands on a platform?

[Code]...

View 1 Replies

Access To The Camera And/or Microphone Available On User Computer?

Sep 29, 2009

I am developing an application running in Flash Player. The applicatiosn requestes access to the camera and/or microphone available on user computer.Is there a way in the application I prevent users from seeing this question? i.e. without having user to change his/her Adobe Flash Player setting?

View 1 Replies

Actionscript 3 :: Detecting User's Camera Settings?

Feb 28, 2011

I am having a problem with correctly detecting a user's camera settings.

If the user has selected "allow" and "remember", then the camera.muted setting is false (not muted)

However, if the user has selected "deny" and "remember", then the camera.muted setting is true. (camera has been muted by the user)

BUT, if the user hasn't selected anything and the "remember" checkbox is unchecked, the camera.muted setting is ALSO TRUE (the camera is again muted, but it's only because someone hasn't "allowed" the camera yet)

Is there a way to differentiate between when a user has chosen to deny a camera forever for a particular site (by checking the "remember" check box) OR when they just haven't allowed the camera in the first place?

View 2 Replies

ActionScript 3.0 :: Make The Camera Move On The X, Y And Z Axis?

Dec 10, 2009

I'm trying to a make a small animation, and I was wondering if there is a way to make the flash "camera" move on the x, y, and z axis on a specific frame? LMK if you need more details.

View 7 Replies

3D Distortion In Flash - Fail To Move The Camera?

Mar 6, 2011

I'm making simple 3D transformations in Flash to rotate stuff, but I get distortions. I can rotation left, right, up, down, but not diagonally since it completely distorts my faces (the ones I draw).I think I fail to move the camera somehow, but I'm not experienced enough to understand my error.Here's the file: http:[url]....

Example: when a face is rotated at about 45° around the y axis (vertical to screen) and then rotated around the x axis the perspective doesn't feel right... the faces are too narrow.What I do is multiply the rotation matrices between themselves (the mouse position providing the angles) get the transformed points, project them to screen and draw boxes with them.

View 1 Replies

ActionScript 3.0 :: Move Virtual Camera Using Arrow Keys?

May 21, 2011

you know how in some flash game the camera always follow the main character, and you move the character with arrow keys?

View 1 Replies

Professional :: Put A Black Box Layer Over It That When The User Walks In Front Of The Camera

May 8, 2011

Im currently working on a piece for my final year project that takes a webcam and has an old movie effect over it in as3. I have this all working but what I need to know asap though is, Is there a way that i could put a black box layer over it that when the user walks in front of the camera that the black box would disapear. The code I have in the actions panel for the webcam is:

[Code]...

View 3 Replies

Actionscript 3 :: Flash - Prompt User To Remember Camera And Mic Settings

Sep 22, 2011

I request my user from mic and camera setting on my website with Flash, but the remember checkbox does not show, so every time my user logs in he's requested once again for permissions, how can I make the checkbox show to avoid this?

View 1 Replies

Android :: Use The Same Ability Of Flash That Provides An Access To User's Phone Camera (frontal)?

Apr 28, 2011

I have a service that uses computer webcam via Flash. Now I'd like to develop an Android optimized version of the service using HTML5 + Flash and then use some HTML5 wrapper to get an app.

I wonder if it's possible to use the same ability of Flash that provides an access to user's phone camera (frontal) on the Android (tablet pcs, smart phones). I know Android supports Flash since 2.2, but I failed to find any information on hardware access.

View 1 Replies

ActionScript 3.0 :: Viewing Swf From HTML- User Can View Only Once?

Dec 12, 2011

I have my swf files which are getting called in browser when user opens its corresponding page. To ensure my swf is not used by user for his other purposes, i had to strict it to view from HTML page which has a variable. Same variable is passed from swf to this HTML.
 
if both variables does match then only swf starts preloading. this works fine for first time. But when user open the same page second time, he is only able to view preloader which does not progress further.
 
When i delete my temp file then user is again able to view the swf only once.
 
1. what is reason the swf from temp file cannot access variable of its HTML

2. am I doing it wrongly?

3. do i need to clear cache everytime or their is another method to do it?

View 6 Replies

Make Object Move 'out Of View' In A Movieclip?

Dec 9, 2010

apologies if this question doesn't seem very clear, i'm finding it difficult to describe what i mean.can i make object move 'out of view' in a movieclip?for example, in the same waya movieclip can move offstage, i'm trying to find a way to make the content of a movieclip move out of view to the side but within the scope of the movieclip.so if i have a square movieclip size x=100 y=100 with a circle size 10 in the centre, i'm trying to make it so when my circle moves to the left more than the size of the movieclip it starts to move out of view.another example would be if i had a character on a television (the screen being the movieclip

View 3 Replies

ActionScript 2.0 :: Hotspot To Move To The Center Of The Swf View

Jun 22, 2010

I am looking for a tutorial that can help me with moving the overall image to a new centerpoint. Explanation: I am putting a geographical map onto a flash project. The map is larger than the canvas. I will be clicking on various hotspots on the map, and when I do, I need that hotspot to move to the center of the swf view.

View 1 Replies

Media Server :: Creating An Interface With Several Video Windows Where A User Can Connect Their Own Camera To Window?

Feb 13, 2012

currently I use the following workflow for Live video streaming.I have FMLE on a computer streaming the Video feed to my FMS.I currenlty use  Dreamweaver to create window with a few instances of a video window and one of the windows is configured to rtmp to my server and the stream name of the stream I have setup in FMLE.This then streams to one of the windows.I then assign a different Stream name to the other windows.

I send an FMLE client to a user in the locations that want to have a video presence on the webpage.I send them instructions and running FMLE and the parameters to use to get their camera up and running.This works fine to a point.Most of the users are not technically minded and so often this leads to issues and delays to get these things to work.
 
I want to move on and improve this flow.I want to create the video instances on the page where:Below each video window is a text input field where a user can type in their name which will be used as the stream name.Below each video window is a button that the user clicks to connect their camera automatically without having to install FMLE.Once the video feed is running, only that user can click the button again to disconnect it. ( The button changes to "Stop Broadcast" etc).
 
I have looked at the structure of Ustream for example, and this seems to be the method they use as you can download the XML file of your channe,l and the RTMP URL and stream name can be copied and then used directly in FMLE and you can stream with more control of your camera that way.

View 1 Replies

ActionScript 3.0 :: User Goes Back To The Menu And Tries To View The Larger Swf?

Jul 23, 2009

I have a large swf that needs a preloader. With a normal preloader it took a couple seconds and then came in loaded halfway through. To solve this I created a small swf that loaded first and then loaded the larger swf through this one.

[Code]...

My problem: when the user goes back to the menu and tries to view the larger swf again the script that checks if it has loaded (and it has been loaded completely already) does not fire and therefore the file will not play again.

View 1 Replies

IDE :: Stuck In Outline View - User Preferences File

Oct 4, 2011

I run a school lab with a few users on each machine. One students came up with a problem. She is always in outline view, even when the outline button in the layers panels is not punched. When I log in to the same machine, I do not have the problem. I assume the problem is in the user preferences file. We are on Windows 7. I went into AppData and deleted what I thought was the preferences file, but it continues to return.

View 1 Replies

ActionScript 3.0 :: Input Textbox Not Working In Fullscreen View?

Jul 1, 2009

I've created one form application in flash, i have fillup the form(inputbox) in normal view, its working fine. but it's not work in fullscreen viewhow do enter the text in input textbox in fullscreen mode.

View 4 Replies

ActionScript 3.0 :: API That Loop Check The User Is Still Allowed To View The Stream?

Dec 20, 2010

I'm making a plugin that used for posting a http url to the server every 3mins when we open a stream. and the server system will return

- 200 OK
- 400 FAIL.

In case of OK do nothing In case of FAIL stop the stream and open an pop-up window. User can press OK and a new page will be open.

View 0 Replies

Actionscript 3 :: Detecting Out-of-view Flex Controls - Hide And Show Based On User Context

Sep 10, 2009

In my flex app I have custom tooltips on buttons that hide and show based on user context. The problem that I dealing with is that when I call my showTips() function I only want to show tooltips on the buttons that visible in the view. So buttons that on a un-selected tab (tabNavigator) should not show the tooltips. For some reason all tooltips are showing. Is there a way to detect if a button is not in current view, like on a un-selected tab?

View 2 Replies

ActionScript 3.0 :: Basic 2D Game "camera" - Move The Character Using The Keyboard?

Jul 27, 2009

Everything going well so far except for camera control. I want the character to always be in the center of the screen. only when the side boundaries are reached, the character should leave the center of the screen to be able to reach the sides of the screen.Somewhat like this: http:[url]....I've tried 2 ways but both without succes:

- move the character using the keyboard, but somehow keep it in the center of the screen (have no idea on this one)

- move the entire area except the character to simulate movement.

This seems kind of ineffeciant but it worked out better that the previous attempt, the only problem is that the character doesn't return to the center of the screen when he leaves the boundary.The .fla's are available for download here http:[url]....

the actionscript is all in the first frame.try not to be too hard on the crappy visuals Ignore the comments too, theyre only there to help me understand what I did.The boundaries seem to be a bit sketchy aswell when moving to the sides, but that's not a big problem right now.

View 4 Replies







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