0
votes
1answer
20 views

AS3 fzip: add image to zip

I'm trying to add images to a zip archive using fzip. I have successfully added some text documents using character encoding UTF-8 ...
0
votes
1answer
16 views

Loading Profile Images on VK.com in ActionScript

I have an iframe application in vk.com. I can use their API everythink looks fine but when I want to load profile images I get Security Sandbox Error. When I print the result and errors I get This: (I ...
1
vote
1answer
45 views

Load an Image in Multiple movie clips using as3

I am really curious of asking a particular question to everyone of you. I am creating an Application in flash that is lot similar to this Application Zazzle Case Cover I am almost ready with what i ...
0
votes
0answers
25 views

How can image be saved directly to a folder with JPGEncoder in AS3?

For example something like file.save(imgByteData, "C:\\image\\test.jpg"); Thanks
0
votes
1answer
32 views

Action Script 3. 30 times use one image and 6 times other

Ok, I'm creating flash memory game. In this game you need to find 2 equal card and discover them. At all here are 36 cards (6x6). I have 2 different images for card when It spawns. 1.png I need to ...
0
votes
1answer
34 views

Image Effect with Dark Borders

I was creating an effects library for a PhotoBooth App. I have created effects like Black/White, Vintage, Sepia, Retro etc. etc. I wanted to create a few effects now in which I wanted to have a Dark ...
0
votes
0answers
25 views

Automatic color correction in AS3

I want to color correct a foreground bitmap image so that it 'fits' with a background bitmap image. I am not sure whether this is possible automatically. Basically I want the reds in the foreground ...
0
votes
0answers
37 views

Image Rotation Performance AS3

I have a vector image which I am using to highlight a segment of a circle, and I am rotating this around its central point. I am finding this is causing a fairly high amount of CPU to be used and I ...
0
votes
1answer
49 views

Having trouble loading images from external XML with states in AS3

I am using states to show different types of media when I go to different states throughout my application. I am working on the image state and I can get the data from my XML to show up in my data ...
0
votes
1answer
38 views

Loading in a movie clip after score reaches certain amount

I have almost finished my project, however when I try to load in a movie clip in my library when the score I have reaches 100, it removes the game from the stage, but doesn't show the screen that I am ...
0
votes
2answers
57 views

LoaderMax: setting array as a container (ImageLoader)

So, I have a LoaderMax instance loading images from various URLs. I want to add all loaded images to an array. Here's my code: var photosArray:Array = new Array(5); var imageLoadingQueue:LoaderMax = ...
0
votes
2answers
74 views

How to fix overlapping objects on the stage in AS3

I have a flash game where I have a picture designed to be the textbox for a prompt and textbox inside with the relevant text but the textbox is being hidden by the image. Anyone know how to make is ...
0
votes
1answer
106 views

Adding an image in AS3 via external XML

I think this is relatively simple, it just does not seem to be working for me. I think I am on the right track. This is what I have: import mx.controls.Image; public var newImage:Image; ...
0
votes
2answers
95 views

Can be smoothing image in a loaded SWF?

I'm trying to load an SWF into another in AS3/Haxe. The loaded SWF contains some images - but only on some Shape.graphics elements. (Like graphics.beginBitmapFill(); ...) This images are not smoothed, ...
0
votes
1answer
67 views

how can I split an image at flex application

how can I split this image in flex application. in fact I'm thinking to call an image from xml and split it at " flex application" I tried a few methods.but it doesn't work! I'll glad for your ...
0
votes
1answer
54 views

Image percentWidth 100 height stays original image height (margin)

What happens with the code below is that image width is scaled to 100% as expected and the height also scales as expected keeping the aspect ratio correct. Issue is that there is a margin at the ...
0
votes
1answer
69 views

How can I save a photo into a folder with mdm zinc in flash?

So far I have this code which uploads the photo mdm.Dialogs.BrowseFile.filterList = "Images|*.bmp;*.jpg;*.jpeg;*.png;*.gif"; function showPrompt(eventObj:MouseEvent):void { var f:String = ...
0
votes
1answer
110 views

Adobe Flex: Images, and a spark list

I am trying to display images in a spark list. I have tried A TON of methods and none of them seem to work. Here is my code: var list:List = new List(); list.width = 200; list.height = 300; ...
0
votes
0answers
38 views

attaching image from library by class name

I have different button MCs on the stage and images of tips for every button in library, what I need to do is to load right image for right button into the tip MC. Tip showing function is working ...
0
votes
0answers
233 views

Sending multipart/form-data with image files from Actionscript to PHP

There are quite a few questions on SO that deal with sending image ByteArrays from Actionscript to PHP, however, none seems to fit me specific problem. I want to send ONE post request from my flash ...
0
votes
1answer
156 views

How to create graphics when using classes? AS3

I am creating a "game" of sorts where three different colored circles appear on the screen and take different amounts of clicks to make disappear. I have a main mxml function and then 4 other classes. ...
0
votes
0answers
98 views

swf loading on top of each other in flash

I have a flash file, (banner ad) and i need to have an image gallery and an flv player, which i have. to save space i've used a loader to call them via their swf file using a button. but when i do ...
1
vote
2answers
297 views

AS3 Embed images class and then get these images into another class?

For example, right now I have a class called "Balls.as". Here I load 10 different balls-images. You know, like this: [Embed(source = "/ball1.png")] [Embed(source = "/ball2.png")] The problem is ...
0
votes
2answers
76 views

How to smooth images loaded from server in ActionScript3

I'm trying to smooth an scaled image loaded from another website. The image is not animated. It works well if I use a local image. but it seems not work with images loaded from remote server. Here ...
1
vote
2answers
114 views

Asynchronous image loading in AS3

I understand that images are to be loaded asynchronously in AS3, and that that synchronisation should be handled using events and event listeners. So, in a simple case, it would look like this: var ...
0
votes
1answer
88 views

How to load image in actionscript to stage without changing it's size?

I made an application that the user could load an image, then they could edit it. The problem is, when I load an image for the first time, it loaded with it's original pixel size. But when i load ...
0
votes
1answer
61 views

loading images in swf as3

Because I have 24 movie clips and i need to load in every one of them different picture. So my question is, is there a really simple way to do that with as3 ? I need to call the pictures from ...
0
votes
0answers
80 views

White rectangles appear when adding moviclips to the stage

I'm working on a pretty complex AS3 project. I have a few "screens" (which are just movieClips I add to the stage), which contain several .PNG images. These images are loaded dynamically from files on ...
0
votes
1answer
217 views

Making falling objects come at random angles in AS3

I am making a missile defense type of game and am trying to get the missiles to fall at random angles. I also need the bullet image to turn at the angle I am shooting at. I am very unfamiliar with ...
0
votes
1answer
195 views

How to add images dynamically in AS3?

Ok, i want to add a series of images, and then be able to drag and drop each one of them. I have all of my images embedded in a class Images. s0,s1,s2 are instances of image classes. Now this is what ...
-1
votes
2answers
106 views

Load external images randomly [closed]

I'm an AS3 beginner and I need your help with a flash app I'm trying to create. Can anybody here help me code out a script that would load external images to stage? I need to load 5 images at a time ...
1
vote
1answer
90 views

I need to remove an image from the stage when I drop it onto the trash can image in AS3

-I need to remove the image from the stage whenever I drag and drop "into" the trash can. I have been looking at this forever and really cant seem to find a solution. <fx:Declarations> ...
0
votes
1answer
162 views

How to load image with TextField and center it actionscript

I need to load images within my Flash project I don't want to use the Loader class cause the images are from a different domain. I load images with a TextField Here is my code: var ti:TextField = ...
3
votes
1answer
315 views

Reading JPG into BitmapData in ActionScript 3 (JPG is inside APK file)

I'm using Adobe AIR to make APK file for my Android phone. Inside the APK package there is a SWF file and in the same folder as the SWF file there is a subfolder named "images", which contains ...
1
vote
0answers
183 views

AS3: How to scale down multiple external html images in TextArea object's htmlText?

I'm new to AS3, and last touched Flash when it was with Macromedia, version 4. I'm building a flashapp to display images via html data. The data is populated in a TextArea object via htmlText ...
0
votes
0answers
321 views

FB.ui feed multiple images

I have a problem with the new dialog. When I use stream.publish I can post more than one image. Now with feed I don't know how to do it. This is my old code: var o:Object = { ...
-1
votes
1answer
212 views

BitmapData pattern fill in actionscript 3.0

How do i fill some BitmapData image with other image pattern in as 3.0? For example, i have an white image with black square at the center which would be "square:BitmapData" and the other image with ...
0
votes
1answer
624 views

Load image and change width and height as3

i want to load image from remote url and synchronicity and change it width and height. i am using the folowwing code, but it want let me change the width and highet, i think i needto convert the ...
1
vote
4answers
696 views

How to drag an image to move it smoothly on screen, with ActionScript?

I was thinking this is a simple task, but I'm wrong. I used a sprite to display an image, and when user drag it(MOUSE_DOWN and MOUSE_MOVE), I got the position in MOUSE_MOVE and calculated the ...
1
vote
1answer
109 views

Actionscript 3. Display alternative images (using conditionals) when mp3 available or not-available to play

I wondering the best way to handle this I'm successfully loading sounds (audioMP3) from an XML file and handling the IO errors with EventListener. I would like to have an image show on stage, when ...
0
votes
2answers
866 views

Using symbol from library in htmlText <img> tag in ActionScript 3

Problem is this: I need to add image to textField using img tag, but I cannot reference a symbol from a library in my swf file. txt.htmlText = "test <img src='symbol1' height='10' width='10' ...
1
vote
1answer
126 views

Moving from Flash CS5 to Flash Builder

I'm now moving some of my projects to FB from Flash CS5. I've got a question: In CS5 when I wanted to add some images I just imported them to the library, put them into some movie clip, assigned it ...
1
vote
1answer
108 views

Why would an Image-based itemRenderer always be visible?

Given the following code: <mx:DataGridColumn dataField="ongoing" id="ongoing" headerText="" width="20"> <mx:itemRenderer> <mx:Component> <mx:Image ...
-1
votes
1answer
638 views

How can I set an image as background for a movie clip in flash/as3?

I work at a miniapp in flash/as3 in wich I have to change the color of some objects on the scene by clicking a set of buttons. For the same objects I have to set some patterns (unsing images). I can ...
0
votes
1answer
207 views

Action Script 3 - Slide out before next image

I have following code: stop (); import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(axis30, {type:Fly, direction:Transition.IN, duration:2, easing:Regular.easeInOut, ...
1
vote
1answer
163 views

Acceptable way of loading multiple images in action script 3 with FlashDevelop / Flex

At work I've been asked to make a small web based mini-game prototype. I went down the flash route and am using Flash Develop with Flex SDK. I've also found a graphical framework and I can use that ...
1
vote
1answer
789 views

check if a file exists in a folder actionScript 3

I would like to check if the file exists and if not display noimage.gif. The below is returning false in the console, can you help? ... [Bindable] private var imageName:String; imageName = ...
1
vote
3answers
62 views

displaying a picture from a folder using a product name as a variable in actionscript

Hi I have a popup that displays a product details and I would like to display a picture from a folder which is named same as the product - so for example: ... imageName = "pca" + ...
0
votes
1answer
101 views

Recreating AS3 Color Transformations on server-side JPG

oh wise list, We need a scalable solution that can handle many concurrent requests for recreating color transformations done on a low-res jpeg in Flash --> a high-resolution jpeg on the server. I ...
0
votes
1answer
80 views

Datagrid snapshot of ALL data

I am looking for a way to take a snapshot of ALL of a datagrid's contents to include the data that extends past the bottom of the screen (ie need to scroll the DG down to see more data). Getting a ...

1 2 3 4