
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 13 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile work user process database share manage hardware professional buy industry internet dance advice installation developer 3d search material camera access customer travel test standard review documentation css money engineering webdesign engine develop device photography digital api speed source program management phone discussion question event client story simple water marketing app content yacht setup package fast idea interface account communication cheap compare script study market easy live google resource operation startup monitor training
Tag selected: as3.
Looking up as3 tag. Showing 13 results. Clear
Saved by uncleflo on September 17th, 2011.
Flex defines many of the most common events, such as the click event for the Button control; however, your application may require that you create events. In your custom Flex components, you can dispatch any of the predefined events inherited by the component from its superclass, and dispatch new events that you define within the component. To dispatch a new event from your custom component, you must do the following.
flex as3 event actionscript custom information solution tutorial guide development
Saved by uncleflo on September 6th, 2011.
I am happy to announce that AlivePDF 0.1.5 is getting better and better. More than font embedding support which is working now, I have just uploaded on the SVN the latest version with gradients (not 100% complete) and barcode support. Apart from that, some important code cleaning and refactoring has been done, some new API's have been introduced like setStartingPage, or even addEPSImage to embed Adobe Illustrator files on a page. I tried to address all the bugs you guys posted on the google code issue page (thanks everybody for taking the time to post bugs!). Some of them may not fixed yet, but I am happy to say that the most recurrent ones have been addressed. I will post in the following days some details about the new API's, examples, demo application, to show you how to use the latest API's especially for font embedding. Next on the list is SWF embedding support and the famous alpha images support, which I have time now to focus on. Stay tuned, there is even more coming.
alivepdf opensource actionscript as3 google code project embed swf support home download pdflibrary commit svn
Saved by uncleflo on July 22nd, 2011.
I am a professional freelance developer and consultant specialising in Actionscript, Java, PHP and Ruby. I offer my clients high quality and cost effective solutions with reliable project management and ongoing support. I am very skilled in object oriented programming and design patterns and my work is always robust, reliable, maintainable, and elegantly coded.
flex actionscript blog flash development programming as3 tutorial developer consultant cv example information help client hire support assistance
Saved by uncleflo on May 5th, 2011.
In this article, we will see how to apply grey scale effect to an image. This effect is possible converting all the colors of the image to an equal luminosity. This can be done multiplying the colors by the constant luminosity of the red, green and blue channels (RGB scale). With Actionscript 3.0, we need a matrix and the ColoroMatrixFilter Class.
actionscript as3 example flash tips bitmap bitmapdata development
Saved by uncleflo on April 11th, 2011.
Because this post is now receiving a lot of traffic and it is one that I wrote so long ago, I felt obliged to update it a little. First off I would like to say that I would stick with method number 1 because it is just way easier to understand the code and method number 2 doesn’t save much (it just makes things more complicated, keep it simple). Secondly, I did some edits to the code itself; I removed the bad habits I used to have. I switched the MOUSE_OVER for ROLL_OVER because 99% of the time that is what you will need. I also change “e:MouseEvent” to “event:MouseEvent” as it is easier to read and it is the best practice that Adobe is pushing. Finally, I added “false, 0, true” at the end of my listener functions to set weakReference to true. In short, this is a fail safe if you forget to remove your listeners when you don’t need your button anymore. The button won’t be held into memory by the listeners. I just thought you should know.
flash as3 actionscript blog code tutorial resources design rollover rollout solution
Saved by uncleflo on April 11th, 2011.
I'm having a problem with a custom subclassed Event class. Or I should say, I'm having trouble receiving events from this custom event class. I'm pretty sure I have everything wired correctly, the event is dispatched properly and my trace shows the Event instance being spawned. However, my eventListener, which is in another class, never fires its handler function.
actionscript as3 events flash solution information class custom
Saved by uncleflo on April 11th, 2011.
Bring to Front / Send to Back / Bring Forward / Send Backwards
as3 actionscript solution arrange adam coulombe information problem items
Saved by uncleflo on April 11th, 2011.
Hello and welcome. You may remember some time ago we looked at depth in AS3, and learnt a bit about how Flash displays objects with depths. If I remember correctly, we had three circles, one on top of another. Of course, it is quite likely that you want to change where things are in the future, so today we are going to learn about the getChildIndex() and setChildIndex() functions. We shall with two things that most people will know - "Bring to Front" and "Send to Back". I am using an imaginary object (eg a circle) called example.
as3 actionscript tutorial programming blog index tips setchildindex depth flash solution
Saved by uncleflo on April 11th, 2011.
I have a function that passes an array to another function as an argument, there will be multiple data types in this array but I want to know how to pass a function or a reference to a function so the other function can call it at any time.
Saved by uncleflo on April 11th, 2011.
Open Source Project for Merapi. Merapi allows developers to connect Adobe AIR applications, written in Adobe Flex to Java applications running on the user's local computer.
java flex air opensource library actionscript flash adobe merapi as3 development
Saved by uncleflo on April 1st, 2011.
This tutorial could also be a tutorial about how to make a class using combining ActionScript and element from the library. This simple button will have two states, over and out. And the transition between the two state will be a fade. So in order to do this we will start in the Flash authoring tool (Flash CS3).
as3 flash actionscript button tutorial development mouse_over mouse_out zedia blog information guide transition tween fade
Saved by uncleflo on April 1st, 2011.
This was a question that has been in my head for a long time: what is the difference between MouseEvent.ROLL_OVER and MouseEvent.MOUSE_OVER. I have been using MouseEvent.MOUSE_OVER for all my rollOvers up to now without really thinking about it, but I think it would be interesting to know the difference for something so basic.
If you look at the documentation that comes with Flash CS3. You will find very little help. There are no examples explaining the difference between the two. The only difference you will find there is that the MOUSE_OVER event has the bubbles property set to true and the ROLL_OVER to false. I don’t know how much that property impacts on the behavior of the event, but I am keeping event bubbling for another post (I have been postponing that post for a long time).
Where I found there was a difference between the two events is in the way they handle children of the display object you added the listener too. I have made a simple example to show this
as3 flash actionscript tutorial howto blog flex mouse roll_over mouse_over comparison information example development
Saved by uncleflo on March 23rd, 2011.
I want to pass a variable to a function called by an addEventListener, but when i try to do it, it doesnt pass the event itself to the function.
actionscript development flash help tutorial as3 solution event listener function pass
No further bookmarks found.