ActionScript 3.0 :: Push Images Via C++ Or C# To Flash?
Oct 31, 2011
way to push images via c++ or c# to flash, in so that flash does not confiscate the camera. Alternatively I was going to try and attempt a virtual webcam in c++ grabbing from a dd filter. This proved to be unsuccessful.
I'd almost need to use some sort of shared memory for reading in to flash but I dont know where to start.
View 0 Replies
Similar Posts:
Feb 7, 2010
Got another problem here I just try to load images from a small xml-list and put them into an array, but I only get a message like this: TypeError: Error #1009: Cannot access a property or method of a null object reference. at thumbHolder/placePics() It really tells me nothing! What am I doing wrong? the code is here. I put a comment where the problem is (I left out the imports & stuff):
[Code]....
View 3 Replies
Feb 7, 2010
I just try to load images from a small xml-list and put them into an array, but I only get a message like this: TypeError: Error #1009: Cannot access a property or method of a null object reference. at thumbHolder/placePics() It really tells me nothing! What am I doing wrong? the code is here. I put a comment where the problem is (I left out the imports & stuff):
[Code]...
View 7 Replies
Nov 12, 2009
I have a class in which I have declared an array. The functions in that class are designed to make changes to the array, but it's not working:
[Code]...
Anything I do to customerCheck treats it as if it were a new array. This is especially obvious when using customerCheck.push in addCharToCheck() -- the trace always shows a blank array before push and an array with one object in it after the push... then next time it does the same. I know I'm making some sort of fundamental error regarding the scope of the array within the class but I just cannot find any good information on how to fix it! Moving to AS3 (been coding it for all of about 3 weeks) is a nightmare so far, and it seems to be the 'easy' stuff that causes me problems
View 6 Replies
Jan 19, 2012
I am trying add data to an array, but using myArray.push() isn't working the way I want it to. I am using a datagrid so the array has to be in the format var tabledata:Array = [{'Column Name':'Something', 'Another Column':'More data'}]; but then adding to it using tabledata.push([{'Column Name':'Something', 'Another Column':'More data'}]); Doesn't seem to be working - it adds a row but doesn't add any data to the cells. **Fixed it, just have to remove the square brackets in the push command tabledata.push({'Column Name':'Something', 'Another Column':'More data'});
View 2 Replies
Mar 14, 2010
I want to push data to flex clients. I am talking about anywhere between 5000-15000 concurrent users, need to get data every time a currency is changed so that means lots of changes for lots of users.
I have been looking into WebOrb.net, but the performance seem very poor (100 users concurrent) for a product so pricy (we purchased a license).
So, I have to look into alternatives, I know there's fluorineFx but it seems no one is really using it for products and it lacks in examples and documentation.
My question is: what products can answer my needs (.net backend) and what are the performance I can expect out of these products?
View 1 Replies
Aug 17, 2010
How would I go about as to addEventListener for a array object. I'm trying to avoid running a timer every x milliseconds to check for new elements in array object, rather trying to make a event fire when new elements are detected to process them and remove them. Is it possible with Arrays? maybe ArrayCollections? either is fine.
View 4 Replies
Nov 18, 2010
I'm developing chat application. I use flash as front end and asp.net back-end. My question is: can my asp.net web app send data to flash app in browser without post back ?actually it mean asp.net push data to flash client.
View 4 Replies
Apr 2, 2011
what I'm trying to do is to get 4 movieclipps (leaf1, leaf2, leaf3, leaf4) to play the sound that is attached to them when is dragged onto another movieclip (NatureTarget) and the play button is pressed so that the sounds are played in the order they are dragged on. I know I need to use an array and the push function and a loop...
View 1 Replies
Aug 13, 2011
i want to make a real-time update for my flash application. Instead on making it refresh each 30secs, i would prefer the push technology. What is the best way to push data in Actionscript 3?
View 1 Replies
Sep 13, 2010
so I have a JSON link that contains a couple of nodes (not sure what you call them in JSON) that I need to put into arrays in ActionScript, but I'm still having trouble trying to trace out all the specific node content.I found a similar question here, but the fix just showed how to trace out the entire JSON file (which shows up in my output window as [object Object],[object Object],[object Object],...)first node: {"captions":[{"content":"[hello world] ","startTime":0,"duration":4000}
My code:
private function onCaptionsComplete( event:Event ):void
{
//var jsonObj:Object = JSON.decode(event.target.data);[code].....
captions: undefined
TypeError: Error #1010: A term is undefined and has no properties.What I would like to be able to do is put the content data into the captionsContent Array, and the startingTime into a startingTime Array, same with the duration data.
View 1 Replies
Dec 6, 2011
This is a really easy one that I thought would be easily found on google but I can't think of the terminology. I'm using CS4 and AS3 with a few multi-line dynamic text boxes beneath one another. When I populate the top text box I would like it to automatically push down the other text boxes beneath it when the content flows on to extra lines.
At the moment it only wraps to the gap that is between each text box but then stops when reaching the text box beneath. Is there a property to allow for this (I've worked in Silverlight and there was on controls there) that I can just set or will I have to manually implement this and call functionality to re-set all the controls y properties each time I change the text in the text box?
View 2 Replies
Mar 22, 2012
I am interested in connecting my android, iOS and flash clients to a wcf service and want to push updates to my clients from the WCF service as and when events regarding the client occurs.From the google searches, i got weborb.net and flourinefx.net. But these are based on rtmp, so i cant manage push for android and iphone clients.
View 1 Replies
Sep 21, 2011
I wonder if is there any way in AS3 to push data dynamically into a Vector using for() some thing like this:
Code:
var verticesT0:Vector.<Number> = new Vector.<Number>();
for(var i:int = 0; i < 5; i++)
{
[Code].....
View 3 Replies
Mar 15, 2012
I'm trying to push just the contents of the "txt" attribute in each "question" tag into an array named "questions" in AS3 Flash. Here is an excerpt from my xml file.
[Code]...
View 3 Replies
Dec 23, 2004
I would like to know if there is a way to make a flash movie that sends information straight to my email with the push of a button. Is it possible? Can it be done without knowledge of the person? I want to have a poll, and calculate the votes by hand, or eye, I suppose. I just don't want to have to set up a server of any kind.
View 1 Replies
Mar 19, 2012
Here is an excerpt of my XML file. (It is properly formatted, and has a root node, etc., but is too long to post the entire thing. Below is just the part I am concerned with.
<question id='Q1' uId='99036' no_ans='2' txt='In a flat structure employees are not expected to provide their bosses with their opinions.' feedback='' type='MC' passingWeight='1' url='media/'>
<answer id='Q1A1' uId='311288' txt='True' weight='0'/>[code]...
What I now need is a way to grab the txt attribute value from the answer tags and be able to access them from anywhere in the fla. Keep in mind that there are two answers for every question. ie:
< answer id='Q1A1' uId='311288' txt='True' weight='0'/ >
< answer id='Q1A2' uId='311289' txt='False' weight='1'/ >
View 1 Replies
Jul 17, 2004
This is my first post as i m just beginner in Flash JavaScript. I want to prepare a FLash Movie in which all the images r dynamic and the images should change after a time say every 30 secs the image changes.
View 1 Replies
Mar 11, 2010
attempt to create an array that will contain 8 instances of 2 different movieclips. As each (checkmark MCs) is added to the stage, another attention getter clip will be removed (circle MCs).So on my first frame of this command one bluecircle should be popped from the stage, and one bluecheck pushed. Then the same with the green clip on the next frame, again back to the blue's on the following frame, and finally both one blue set and one green set.I had attached them and removed them via strict declarations of attachMovie(...) and removeMovieClip(...) linked to the next/previous buttons I had encoded but found that this was a bit buggy as it sometimes generated extra clips that weren't necessarily added and removed correctly depending on the step the user was at.
View 3 Replies
Jun 8, 2011
I have a main.mxml in a flash builderproject. In some library I have a vector. I need to push that vector and its contents to the ui to use to populate lists and what not. How would that be done?
View 1 Replies
Aug 31, 2011
It's posible build a Flex 4.5.1 and Adobe AIR app for iOS, And use push notifications?
View 2 Replies
Jan 21, 2009
I need a push in the right direction. I have been programming ActionScript 3 for about a year and am just starting to separate my code out of the Flash using classes and things like that.
Anyways here is the problem. [URL].. Go here and upload an image and notice how when you drag the image a black box still appears to visually show the image is under the Obama logo image. I am trying to figure out how this was accomplished.
First: Is a mask being used to only show the image in that particular area? Or is this an transparent gif above the uploaded image? If a mask is being used then how is the rectangle achieved and how is the drag and drop still working when the mask hides the image?
Second: How is this box effect being achieved? Those are the most important questions. I figured out how to make an image resize using a slider. However I am curious how this guy did the advanced image resizer.
If someone can point me in the right direction as to how this is accomplished that would be great. [URL]..
View 1 Replies
Sep 27, 2009
I would like that the user couldn't move the MC anymore on frame 2, is that possible?Because when I am in frame 2, I can still move the MC and it goes back to frame 1 again [code]...
View 4 Replies
Oct 17, 2010
I have a movie in which I have several squares that are pushed away once you mouse over them, this is achieved with some action script. What I need to do is once the viewer leaves the flash window where these squares are housed, I need them to go back to their original state, or the state in which all of the square line up against each other and do not break up because of the the mouseover effect.
[Code]....
View 1 Replies
Feb 26, 2010
If I place a pattern or object over a 3d object created in CS4, will it affect it by warping it in any way.I'm looking for a way to push a pattern over a 3d object, for the pattern to look like the 3d object is "under" it.
View 2 Replies
Jan 7, 2009
I'm having an issue with pushing the node contents of my XML to an array. I'm real close and have tried a ton of things, but I'm hoping to get a push here.. The below code works fine, but is limited to 22 chars... I'd like it to parse the node regardless of length by first calculating the length and then looping through the push based on that int (tileWidthNumber). It's important to ignore the commas from the node, and the push each value to the myMap array.
View 4 Replies
Nov 28, 2010
What is the best method for tracking the angle of the mouse as it moves over an object so I can push the object in the same direction the mouse is moving with a tween?
View 1 Replies
May 4, 2011
way to duplicate an array and then push it into itself?
Do I need to use concat or is there a way I can keep the original array ?
View 11 Replies
Jan 18, 2012
I am creating a row which have 8 thumbnails in it, I save these in a array, When user drag row right to left then first Movieclip shift to last position, then i splice array 0 index and push to last position.. it works fine but when i drag it left to right then I need to cut last index of array and i need to push on first position, but it is overwrite the last value of array and after push the value(myrow[0]=thumb) array showing it's length 7 before it was 8. What is the right way to push value at 0 index value
View 2 Replies
Feb 9, 2009
I can push into an array just fine, but now I have an array created by a for loop. It has 30 numbers in it.
Now I want to go back and add another dimension to each element in the array.
So I might have (1,2,3,4,5,6....)
and I want to go back and add ([1,"Susan"],[2,"Matt"],[3,"Marc"]... I read somewhere that I need to loop it and first make each element and array and then push into arrayName[0].push as a loop, but that doesn't seem to work either.
View 4 Replies