ActionScript 3.0 :: Exchange Pixels In Bitmap With It From Another?
Nov 23, 2011
I got one bitmap with a (almost) one color background. i need to change all of this with pixels at same x,y from another bitmap.
I know i need to run it through a double for loop and then into an if sentence.
like this:
If (color at x,y is > redvalue && color at x,y is > greenvalue && color at x,y is > bluevalue)then exchange with pixel from the other bitmap.
View 1 Replies
Similar Posts:
Apr 16, 2010
i know i should probably be more specific here, but what my problem is that i want to make something were when mouse is button is pressed a pixzel is created. now i assume you use bitmap data setPixel function. but i don't know how to set it up so you can zoom in as well.me. i'm trying to set it up this way because i want to be able to save it as an image.because i tried it once before but after i had done all this i windedup not being able to save the image properly. it turned out having anti-aliasing around all the pixels.
View 3 Replies
Aug 8, 2009
I'm looking for a way to get all of the black pixels from an image that I load in. This is in order to make all of those black pixels transparent.
View 4 Replies
Feb 2, 2005
does any one know if it is possible to pick out individual pixel values from a loaded image using actionscript.I am looking to to some sort of image to sound type of project. Where colours may effect the volume of different sound streams
View 5 Replies
Mar 20, 2011
I know that I can collect the pixels of a rectangular area within a Bitmap using getPixels(), but is there a way to collect the pixels of a polygonal area with more than 4 points? Or at least determine whether a particular pixel lies within a polygonal area of a Bitmap?
View 7 Replies
Feb 2, 2005
does any one know if it is possible to pick out individual pixel values from a loaded image using actionscript.
I am looking to to some sort of image to sound type of project. Where colours may effect the volume of different sound streams
View 5 Replies
Jul 29, 2008
i want to make all white pixels in my Bitmap transparent. i found the treshold-method and try to use it:
Code:
var pt:Point = new Point(0, 0);
var rect:Rectangle = new Rectangle(0, 0, 2000, 2000);
var threshold:uint = 0x00FFFFFF; // all white Pixels
[Code]....
View 3 Replies
Mar 29, 2010
I am using bitmapData and bitmap classes to render a mouse cursor on the display screen. The bitmapData consists of an area whose colors should be inverted according to the background color. This is a very basic thing which could be observed with text cursor(the vertical line with two small horizontals on top and bottom), when moved over the text area. want to be able to do the same with the pixels in my bitmapData, is there a way to find out the background color effectively and invert the color values? In this process i will be redrawing the whole pixels, is there any other efficient way to do that ?
View 1 Replies
Oct 24, 2010
I would like to somehow loop through bitmap data and detect white pixels.. If i find a group of white pixels forming a big enough area (lets say 300x120) i would like to somehow ad text to that area..
View 9 Replies
May 2, 2009
I am trying to use the bitmapData.setPixels method to set certain pixels in the bitmap transparent.But no matter what I do, it always seems to set the pixel(s) black (non-transparent).Here is my code:
[AS]
bmpd = new ImageFromLibrary(0, 0);
bmpd.setPixel(0, 0, 0x00000000);
[/AS]
why its not setting the pixel(s) transparent?
View 4 Replies
Mar 24, 2012
so instead of the pixels being dissolved, the pixels being added? :
ActionScript Code:
var Anim:TransitionManager = new TransitionManager(blackbox);
Anim.startTransition({type:PixelDissolve, direction:Transition.OUT, duration:1, easing:None.easeOut, xSections:35, ySections:35});
basically what i would like is the end point to be the start point and the start point the end point.
View 2 Replies
Jun 17, 2009
I have a swf file that loads into my main movie, and within that swf there is a masked image that i would like to scale using zoom in and out buttons and also by using a slider bar.However i cant find any tutorials that will allow me to combine the two.I have used the following code for the buttons. Which seems to work ok but i would like it to be a little smoother. (using speed or some sort of easing??)
ActionScript Code:
zoomPlus.onRelease = function(zoomIn) {
if (test_shirt.shirt._xscale == 400 && test_shirt.shirt._yscale == 400) {[code]....
but for this code it keeps shrinking my initial object down to 10 pixels by 10 pixels..
View 0 Replies
Nov 18, 2009
I have a movie clip called column1_mc. when I click a button I need to move the movie clip in incremental moves consisting of 30 pixels.
column1_mc._y = 30;
Does not work because that is giving a _y coordinate.For example.I need to make the movie clip jump to _y 300 but make 10x30 pixel incremental jumps. Moving 10 times 30 pixel jumps.
View 1 Replies
Aug 29, 2009
I was looking for data to be transferred from ASP.NET page to Flash CS3 with actionscript 3.0
View 5 Replies
Apr 8, 2010
I need to create an interactive web-based system which takes the user through steps to assemble something. One of the pages will have images of the tools needed. I want the user to be able to 'tick' off each tool, so that when they click on the image of a specific tool it is replaced by the image faded out and a big red tick over it. essentially it is replacing one image for another when it is clicked on.
View 1 Replies
Mar 19, 2012
I want to exchange values between ASP and Flash. I don't want to send it as a querstring like :myswf.swf?var1=value.I don't want my user to see or edit this value.
View 4 Replies
Jan 12, 2009
I've bought a photo gallery flash template. It's easy to change the photos at this template, just need to put them into gallery folder. But what I need is when the user put the mouse over the other photo "before" version of the photo will pop up. I read this is called mouse roll over or something like this. My question is how can I do it and where should I do it?
View 9 Replies
Jan 27, 2010
You know how when you load xml you use this code.
Code: Select allxml.load("data.xml");
which is the file path to the xml. I would like to know how I could exchange different xml files from the same component. Their must be a way to do this. Like say-
Code: Select allbutton1.onPress = function(){
xml.load("data.xml");
}
button2.onPress = function(){
xml.load("data2.xml");
}
View 2 Replies
Jul 17, 2010
[URL]. You can use it to download and parse into an object the ASE files from sites like Kuler or ColourLovers, for those who want more control than their RSS feeds provide. You get all the group and color info for RGB, CMYK, and Gray color modes (Sorry, didn't do LAB). The object just needs the ByteArray representation of the ASE, so it can be used on embedded or dynamically loaded files.
View 1 Replies
Jan 26, 2009
I have nested functions, I have removed most of the code.
[CODE]....
LOTS and LOTS of code (pages of it) including multiple arrays, series of questions and prompts that run my tutorial and all are initiated by an initial button press and then act on key-press responses provided by the user. These key-presses are stored in arrays. I could not possibly explain it all without getting comments that I was providing too much information ***
[CODE].....
View 4 Replies
Nov 6, 2010
I've been struggling with this for a few weeks, but I still can't get it right, and all the info I found is too ambiguous or uses AS2. What I want to do is to retrieve info from a MySQL database, using PHP, and send it to Flash; and in the other way, input info into the database from a Flash form. I want this to make a series of Flash tests for my website. show me a simple example code (on both PHP and Flash) of how to exchange data? PD: I know how to work with databases on PHP, so the only PHP code i need to see is the php-flash communication part.
View 3 Replies
Dec 4, 2009
I want a Flex UI to send a string of text to Rails which will process and return a string of text. Wash, rinse, repeat. That's all I want. All of the examples I am finding are much more complex and not very informative given my noobiness.
View 1 Replies
Jul 17, 2010
You can use it to download and parse into an object the ASE files from sites like Kuler or ColourLovers, for those who want more control than their RSS feeds provide. You get all the group and color info for RGB, CMYK, and Gray color modes (Sorry, didn't do LAB). The object just needs the ByteArray representation of the ASE, so it can be used on embedded or dynamically loaded files.
View 0 Replies
Aug 31, 2004
I just download from macromedia exchange this extension for flash, and all ready have a headache
can you see where my problem is: (i get the "undefined" message all the time)
[Code]...
View 2 Replies
Jan 17, 2008
i'm remodeling a website i've done ([URL]). i want to exchange information between XML and Flash files. i almost did it, but where shoul display information about one item, the whole content of this 'field' is shown. i'll explain better. this swf displays works of an artist. but the field 'date' (or any other text field) display the content of all works (separated by commas). i'll post the xml code and the actionscript code.
View 2 Replies
Mar 2, 2012
how to create a live RSS stock exchange feed using AS2
View 2 Replies
Feb 9, 2011
I am new to flash, and I am trying to make a simple video player. I have a problem setting the source of video: In my action script I have this: [URL] where getVideo.php is:
[Code]...
View 1 Replies
Nov 11, 2007
i am having a problem with setting up the filpath and datasource using the component inspector for OFFLINE development.I am using Windows XP Pro Service Pack 1.I then installed Network Services although I am OFFLINE.I then installed IIS.I then installed mySQL 5.0 Community Server as a Windows service and client. I then installed PHP5.I am using Flash 8 Pro.I now have a c:php (the php did not create a c:phpwww directory as the instructions say to use)IIS created a c:Inetpub and c:Inetpubwwwroot directory [which I tried putting the flashsql_v51.php file in to no avail)
my component inspector window shows:
ASP_DB : MSAccess
ComponentInst:
dataSource : C:WebsitesFlashDevelopmentFlash with
SQLNetdrimsflashsqlmainflashsql
[code]....
I get different id numbers.how to set these parameters up ASAP for the filepath and filesource, esp this flashsql_v31.php that comes supplied with the component and encounters the above error.
View 1 Replies
Feb 16, 2011
I am developing a non-real time browser RPG game (think Kingdom of Loathing) which would be played from within a Flash app. At first I just wanted to make the communication with server using simply URLLoader to tell PHP what I am doing, and using $_SESSION to store data needed in-between request. I wonder if it wouldn't be better to base it on a socket connection, an app residing on a server written in Java or Python.
The problem is I have never ever written such an app so I have no idea how much I'd have to "shift" my thoughts from simple responding do request (like PHP) to continuously working application. I won't hide I am also concerned about the memory and CPU usage of such Server app, when for example there would be hundreds of users connected. I've done some research. So, considering the fact I don't need real time data exchange, will it be wise to develop the server side part as socket server, not in plain ol' PHP?
View 1 Replies
Feb 13, 2012
I'm building a chat using Flex. The problem is how to do that new user get the list off all users online and added to the lists of all users. I try to put this information in DataGrid through dataProvider "callerns"[code]...Exchange user names and peer IDs between all connected users
View 1 Replies