ActionScript 3.0 :: Augmented Reality Show One Image?

Sep 9, 2009

I'm trying to work with Augmented Reality, I saw some examples and I'm trying to make some changes.

[URL]

this example it shows a 3D cube.What I want is a little easier, I think.I want to show a image or a .Swf file.

AS he it uses:

Code:
package {
import org.papervision3d.lights.PointLight3D;
import org.papervision3d.materials.WireframeMaterial;

[code].....

When I compile, he shows the image.What I want is to show the image only when I show the marker.

View 1 Replies


Similar Posts:


Image Recognition Via Webcam / Augmented Reality With Flash

Oct 3, 2010

URL..which should be recognized via a webcam. So this image is the original which should be included into the swf. If a person show this image in the webcam, an overlay of a video should added and played (augmented reality).How can I do this? I found FLARToolkit, but it is not possible because I need a black border which the original image does not has.Are there other libraries which have this functionality?

View 2 Replies

Preload In Augmented Reality?

Jul 15, 2010

The program works just fine, and I am able to play the vĂ­deo.flv in the augmented reality, but i need a preload for this because the flv is about 20Mb... how can I begin to add a preload to this project?

View 1 Replies

Flex :: Take A Picture Of Augmented Reality Application

Mar 1, 2011

Is there any tutorial of how we can take a picture of augmented reality application in Flex, like in this video at 1:12 min.

View 1 Replies

ActionScript 3.0 :: Have A Click-able Object In Augmented Reality?

Mar 22, 2011

Tutorials that I've been looking at are either about Augmented reality or Papervision 3D click-ability. I haven't found any article that talks about them at the same time

View 2 Replies

ActionScript 3.0 :: Papervision 3D - Augmented Reality With 2D Video

Sep 17, 2009

I am trying to get a Papervision 3d plane with video attached to it to orient to the marker on the y axis. That is when you hold the marker at a z axis(flat) the video plane plays vertically, basically like a hologram playing off a flat surface. I am new to papervision 3d and I cant figure out how to orient the plane to the marker.

View 3 Replies

Actionscript 3.0 :: Insert A Swf File In Augmented Reality?

May 12, 2010

how to insert a swf file in augmented reality?

View 4 Replies

Actionscript 3.0 :: Develop An Augmented Reality Game?

Jun 10, 2010

I'm trying to develop an augmented reality game on an action script project in flex and I have a small problem, I need to load a png image on the stage so I have put it into a swf but when loading the swf with the pngs do not show me anything.

[Code]...

View 1 Replies

ActionScript 3.0 :: Play Video In Augmented Reality?

Sep 25, 2010

this tutorial create augmented reality an application with 3d *.dae files. [URL] I want to do this with video files. So, when i show the pattern to the camera, video play. How can i do this? :/

View 2 Replies

ActionScript 2.0 :: Marker Based Augmented Reality Start?

Sep 22, 2011

I'm looking into producing a relatively basic augmented reality web app where a user can print out a pre-made marker, which when held infront of their webcam and viewed through the app will display an object on top which the user can move around and explore. Something very similar to this: [URL] but with a simpler model. I have absolutely no idea where to start and am struggling to find any decent sources online.

View 0 Replies

Actionscript 3.0 :: Display Multiple Videos In Augmented Reality?

Jul 23, 2010

I'm trying to make a cube based on six markers for augmented reality and I need to display a defferent video on each marker, I followed Lee Brimelow in "Learn how to use the FLARManager library to make creating AR applications", the tutorial worked perfect but I can't use my own video and SWC file!

And also I followed the best tutorial for multiple markers "Tracking multiple augmented reality markers with FLARManager and papervision" by Rob Hawkes and got it worked, how to load my six videos into an array to work as materials for my planes (markers)?

View 1 Replies

Actionscript 3.0 :: Create Augmented Reality An Application With 3d *.dae Files?

Sep 25, 2010

this tutorial create augmented reality an application with 3d *.dae files.

[URL] I want to do this with video files. So, when i show the pattern to the camera, video play. How can i do this?

View 1 Replies

Professional :: Making A Augmented Reality Picture For A Business Card

May 22, 2011

This is for a freelance design i am working on. I would do it expect coding and flash is very confusing to me and hurts my head. I have a link that says how you make it but im not quiet sure. [URL]if someone can please make me something that would be great i will give you all the details you want in a email but i dont want to share it in the forums if its illeagle or not (its not illeagle by law but maybe by forums idk) my email to contact me is [URL]

View 26 Replies

Actionscript 3.0 :: Augmented Reality - Export A Mov With The Alpha Channel To Let The Background Go Away?

Oct 23, 2010

I tried to playing around with the augmented reality. Therefore I watched the tutorial (http:url....) and all works like a charme to me. I replaced the kramer.m4v with my own video. It works perfectly.But I want to have my own video on a transparent layer.So that I can see myself not within the background of my video.Therefore I did a video on a greenscreen and keyed the background. All seems to be ok!I exported the video in an .mov with the alpha channel. It works so far, but the black background is still there if i hold the marker to the camera.so my question is: Is it not possible to export a mov with the alpha channel to let the background go away?

Any hints or workaround? I just want to have a video with me speaking on a transparent background and not with teh black background. I changed the kramer.m4v in the HELLOFlar.as to kramer.mov (its with my own video, just the name is the same) but the background isn´t gone

View 11 Replies

ActionScript 3.0 :: Augmented Reality - Make Background A Webcam View?

May 31, 2011

i'm trying to make an augmented reality game..my game will be composed of a main menu..and in the main menu you can either choose to start a new game,option,and exit button, what will i do to make my background a webcam view when i click the new game button??

View 2 Replies

ActionScript 3.0 :: Starting And Stopping Video File That Is Attached To Augmented Reality?

Apr 17, 2009

I'm trying to do a little augmented reality. I'm using an action script to call a video and play it. The problem that I'm having is that the sound is starting the moment the window is open and the video plays with the marker is shown. I want the sound and video to only play when the marker is seen. I would like it to pause when the marker is removed and then resume where it left off when the marker is seen again. Here is a copy of my code if someone could look it over and tell me what I'm doing wrong. PLEASE PLEASE PLEASE just correct my mistake. I don't understand enough about coding for you to just say Netstream.pause() and netstream.resume. I don't know where to put that information in.

package { import flash.display.Sprite; import flash.events.Event; import flash.display.BitmapData; import flash.display.Loader; import flash.net.URLRequest; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream;

[code]........

View 1 Replies

ActionScript 3 :: Flash Based Augmented Reality Detecting Hand Position / Gestures?

Dec 11, 2009

I'm researching a potential project involving flash based augmented reality, and I've already looked at FlarToolkit and FlarManager which seem pretty straight forward to execute marker detection. What I cannot find are any sites or assistance with how to detect hand position, etc. To allow the subject to 'press' buttons. An example of what I mean can be found here: [URL] where the model presses virtual buttons to take action.

View 2 Replies

Actionscript 3 :: Augmented Reality Flartoolkit Rotation - Trace The Rotation Of The Marker

Mar 23, 2011

I'm trying to do some augmented reality projects with flartoolkit . I can now put simple 3d objects on my marker and it works fine , but I wanna give my project some events that the user can interact with. I'm trying to trace the rotation of the marker. there's a container:DisplayObject3D which my application uses to add the 3d objects , I traced this :"trace(container.rotationZ)" but it's just returning 0 . I studied another AR application's source code and it was using the rotation of it's container object without problem .and I think I should mention that I'm using the exercise file of seb lee delisle papervision3d course from [URL]. anyone has any experience with flartoolkit? the main functions of my my code is as below:

[Code]...

View 1 Replies

Actionscript 3.0 :: Webcam Freezing: "Augmented Reality With FLARManager"?

Aug 13, 2010

I am using Flash Builder 4 to run Lee's tutorial "Augmented Reality with FLARManager".However, upon importing the project and running, it shows the feed from the webcam but it's frozen on the first frame. I have a Logitech Quickcam Pro for Notebooks and, thinking it may be interference from the Logitech software, tried killing all Logitech-related processes but to no avail. I also tried making the project on my own and writing only the first few lines of code as the minimum requirement to get the webcam displayed (ie: everything up to about 9 minutes). Also, I'm working with FLARManager v1.0 which has some slight differences from v.6 Lee was working with for this tutorial. I'm fairly sure I've fixed these differences (in this case, the constructor for FLARManager) as specified on FLARManager's website. Here's my code:

Code: Select allpackage
{
import com.transmote.flar.FLARManager;

[code].....

View 2 Replies

ActionScript 3.0 :: StartDrag And Bounds - User Will Be Able To Drag The Image, As Long As The Edges Of The Image Doesn't Show?

Jan 19, 2011

I have an image on the stage which is bigger than the stage itself:

The stage is 700x550

The image is 2100x1650, and it's registration point is at its center, if I remember correctly.The initial location of the image on the stage is 350,75.I want to make sure that the user will be able to drag the image, as long as the edges of the image doesn't show.here's what I did:

mapRect = new Rectangle(0-mapMC.width/2, 0-mapMC.height/2, mapMC.width, mapMC.height);

and later on:

mapMC.startDrag(false,mapRect);

The the top and the left of the image are bounded well, but as far as the bottom and the right side of the image.

View 1 Replies

ActionScript 3.0 :: Show Captured Image In MovieClip Without Saving Image First?

Jan 31, 2009

How can I show an image that I have just captured with the webcam?I am able to save that image using PHP but before I save it, I want to show a preview. How can I do this? Here is a snippet of the code that I think can be used to do this:

ActionScript Code:
foo = new BitmapData(640,480);
foo.draw(myvideoobject, scaleMatrix);

[code].......

View 3 Replies

ActionScript 2.0 :: Only Show Image On Smaller Image Rollover

Feb 6, 2009

i want to show a bigger image when the cursor is over the smaller version.

View 9 Replies

ActionScript 2.0 :: Show An Image If The Image Did Not Present At The Location Given In Xm?l

Aug 15, 2007

i am using the flash xml slide show which is in tutorial section. i want to show a image if the image didnot present @ the location given in xml

View 1 Replies

ActionScript 3.0 :: Width / Height / X / Y Value Mismatch With The Reality

Aug 25, 2010

application definition: i have this desktop flash application that will go fullscreen what this application do is loading external asset (mostlySWF) and play it inside this application. Each external asset will be place inside a container/holder (empty movie clip created by code), each of this container have it's own dimension ( width, height, x, y).my code all working without any warning nor error.oh and i also have an image.jpg/png as it's background and place at the bottom of display list (depth = 0), the image is customly made with using photoshop and each container location and dimension also measured there so it just needed to be writen down is the XML file..,
 
the problem: the bug is when i loaded some image of those background image each container width,height,x,y will mismatch with what i have in the XML file. the funny thing is when i trace the value of each container width,height,x,y it value is the same with what the XML has yet by seeing with eye you know that is wrong..,
 
[Code]...

View 18 Replies

Show Image Using FlashVars?

Nov 5, 2009

I have a task where a user fills in a form and uploads a photo. As a result a HTML page is generated that pass the form data to SWF file using FlashVars.

What i want is that the SWF movie loads the uploaded image and show that at frame no. 400 till 1000

I want to know what steps I have to take and what Code i have to write in order to achieve what I want.

View 3 Replies

ActionScript 3.0 :: Show SWF Instead Of Image In MovieClip?

Jul 28, 2011

Nevermind, I got it.

View 0 Replies

ActionScript 3.0 :: Show Image At Certain Percentage?

Feb 24, 2010

Is there a way I can do it so at a certain percentage of the preloader a image shows up? Like lets say from 0-49% the background is black then once it hits 50% an image shows up as the background, and stays there until 100% so basicly 0-49% = black background and 50-100% = show an image as a background Is that possible? Also, here is my current code I would like to add that option to: [php]stop(); this.addEventListener(Event.ENTER_FRAME,

loading); function loading(e:Event):void { var total:Number = this.stage.loaderInfo.bytesTotal var loaded:Number = this.stage.loaderInfo.bytesLoaded; bar_mc.scaleX = loaded/total; 

[code].....

View 7 Replies

ActionScript 2.0 :: Show All Images The Image On Frame 1 The Image On Frame 2?

Feb 24, 2005

[code]...

this[newroto].rotographic.gotoAndStop(random(this[newroto].rotographic._totalframes)+1); <-- this line gets the images randomly.. and i wanted it to show all images... like the image on frame 1 the image on frame 2 on frame 3.. this 7 (the var set on the beguining..)

View 1 Replies

ActionScript 2.0 :: Show 'loading' Image While Swf Loads?

Aug 14, 2009

I am a php programmer who has no experience whatsoever with flash. I've got a swf on my website that calls an image. The images it calls can take a few seconds to load and I would like to display something in the meantime to let the visitor know that the site is working.[code]I've done some Googling and I think it is something to do with LoadListener. Am I right in thinking that this "self monitors" the process and that you can use this to display something in lieu of the actual swf loading??

View 10 Replies

ActionScript 1/2 :: Show Static Image Then Play 2 .flv?

Apr 5, 2009

I want to have a player that shows a static image to begin with and then plays 2 short .flv files, one after the other and then reverts to the static image.I've found this, which works beautifully for the static image and one movie clip but I don't know how to add the second movie clip.

startBtn.onRelease = function() {// make sure your video has an instance name of vid// and it is NOT set to auto play.vid.play();this._alpha = 0;};var listenerObject:Object = new Object();listenerObject.stopped = function(eventObject) {startBtn._alpha =

[code].....

View 11 Replies







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