grapefrukt

5,664
Reputation
713 views

Registered User

Name grapefrukt
Member for 1 year
Seen 9 hours ago
Website
Location Malmö, Sweden
Age 25
A flash freak and game designer right now stuck in web development but with an ambition for making a living of games.
1d
comment Is it possible to listen for an event when a filter has completed?
with the exception of calling out to pixel bender, but that's a bit different
1d
answered Is it possible to listen for an event when a filter has completed?
1d
comment replace flash media server’s code with red5’code
this is not a question. it is a statement. what do you need help with?
1d
revised replace flash media server’s code with red5’code
added code tags, did you even look at this after posting?; edited title
Nov
29
revised Connecting to SQL server2005 from ActionScript3
formatted code
Nov
29
comment Memory Problems with ActionScript
it's way better to use flash' internal reporting, there's no guarantee flash will return the memory to the os once it's done with it.
Nov
29
comment fillRect, performance?
he's drawing to a bitmap so that won't work.
Nov
24
answered Flex: HTTP request error #2032
Nov
24
comment Computer Language puns and jokes
"stack" is a homonym, meaning both the programming concept and a swedish slang word for "ran away"
Nov
23
revised Preloader in actionscript 3 - Reference Error on getDefinition()
very minor spelling correction
Nov
18
accepted Embedding Fonts in AS3 - Dynamic Text Field disappears
Nov
18
accepted Preloader in actionscript 3 - Reference Error on getDefinition()
Nov
18
revised Preloader in actionscript 3 - Reference Error on getDefinition()
added yet a suggestion
Nov
18
comment Removing invalid characters from string in AS3 ready for XML
wouldn't a whitelist be a better approach?
Nov
18
comment Preloader in actionscript 3 - Reference Error on getDefinition()
okay, i added another suggestion, does that help?
Nov
18
revised Preloader in actionscript 3 - Reference Error on getDefinition()
added another suggestion
Nov
18
answered Preloader in actionscript 3 - Reference Error on getDefinition()
Nov
18
accepted 3D paralax layers impeding Flash framerate
Nov
18
answered 3D paralax layers impeding Flash framerate
Nov
17
accepted Getting error when trying to use stage.height to place a graphic
Nov
17
answered Getting error when trying to use stage.height to place a graphic
Nov
17
comment ActionScript 3 Workflow using SWCs with linked external classes
i'm having the same issues so i feel your pain. this will in part be remedied in the new versions of flash builder (new, less confusing name) and flash authoring (cs5 this time). but in the meantime, it's quite a hassle.
Nov
17
answered Embedding Fonts in AS3 - Dynamic Text Field disappears
Nov
17
comment Choosing a Class Dynamically in Actionscript 3
if you do this you need to make sure the classes are used somewhere else in your code, if you don't they wont get compiled in.
Nov
17
answered Choosing a Class Dynamically in Actionscript 3
Nov
10
revised How do I limit the following cursor to a specific area
tags, removed redundant information in title
Nov
6
revised AS3 & Swfmill: How to access assets in swfmill-generated library swf
formatting
Oct
30
answered actionscript 3 init()
Oct
27
revised Advanced chroma key code samples
added algorithm tag
Oct
26
asked Advanced chroma key code samples
Oct
26
revised Some help with basic Sound functions in actionscript 3
formatting
Oct
26
comment AS3 shared objects that can be accessed by swfs on different html pages?
that really should work as long as they are hosted by the same domain. do you have any examples of it not working?
Oct
23
comment Flex: Figure out when the running swf was compiled?
unfortunately not, you'll have to do that yourself.
Oct
22
awarded  Famous Question
Oct
20
comment Possible to programmatically enable “show redraw regions” in Flash debug player?
sweet. i didn't know this!
Oct
20
comment Stage Not Tracking MouseX or MouseY Without Clicking…
Adding tweens on each frame is a bit overkill (on MOUSE_MOVE doubly so), they're supposed to be added once and then run their course, just change the properties of the object directly instead.
Oct
19
answered AS3 shared objects that can be accessed by swfs on different html pages?
Oct
9
comment 1080p30 DVI to Flash Player
i think so, download it and try!
Oct
8
answered 1080p30 DVI to Flash Player
Oct
8
answered Flash storing strings as keys in array
Oct
8
revised Set DisplayObject to pass on MouseEvents
lowercase M in mouseEnabled
Oct
4
comment AS3 - Updating Vars
also, don't have a function named x() that's going to conflict with tons of stuff!
Sep
30
answered Workaround for AS3 language bug?
Sep
29
revised AS3 Quiz - How do I move to the next question?
added 320 characters in body; edited tags
Sep
29
revised ActionScript to alter the scale of horizontal axis of a LineChart
tags and formatting
Sep
28
accepted Can I get vector data back out out of a Graphics object?
Sep
27
comment Can I get vector data back out out of a Graphics object?
check this out: debreuil.com/v2d
Sep
27
revised Flex 3 error: “Can not resolve a multiname reference unambiguously”
formatting
Sep
27
answered How to reduce my flash game’s background engine 600MB memory usage peaks?
Sep
27
revised Close webcam usage via actionscript
deleted 2 characters in body; edited tags