Sunday, July 7, 2013
Extended Support For Flash Player Requires Update To Version 11.7
Here’s why Adobe figures you’ll want to upgrade to the latest version of Flash:
Flash Player 11.7 provides exciting new features, including Actionscript concurrency, webcam support for StageVideo and more. It also enables Protected Mode for FireFox on Windows, a sophisticated security-in-depth feature. With Protected Mode, Flash Player runs as restricted process, making it more difficult for attackers to build working exploits. Flash Player 11.7 leverages hardware acceleration for audio, video and rendering to increase performance and lower CPU usage.
It’s important that you update to the latest version of Flash Player. Without it, your organization will miss out on the frequent security updates that Adobe pushes to patch security holes in its software. Flash, alongside Java, are
To grab the latest version of Flash, . From there, you can also grab a variety of tools, including debuggers.
- Full Post
Ok, third and last try
The second try to restart this blog was again in German and than about Flash, Flex and the Technologies around that. But after my third post I stuck again, because I didn’t focused enough on this blog to keep it running.
Finally this will now be the last try to run a blog. This time in English, because I currently work at and the main language spoken there is English. With writing a blog in English I try to improve my English, and of course a lot more people can read the blog now. So if the English is not perfect, no matter I’ m working on that. The content of this blog will not be a specific one. It’s all about technology, development, productivity and so on.
- Full Post
Saturday, July 6, 2013
gcc-4.8.1 for Fremantle (arm to arm)
An idea: Android via LXC
LXC was introduced in Linux 2.6.27 but wasn't fully functional. Fixes were introduced in 2.6.29 to make it fully functional. As the kernel version is close, I would imagine (not looked) that it would be easy to back port the fixes. - Full Post
GORUCO Gotham Ruby Conference
Why are more people not talking about
I spoke at the NYC PHP group last night
ActionScript 3 Search through the display list for something
New ActionScript Stuff
HTML within Flash
Dynamic Input SWF's
Livebrush 1.5
Continuous Delivery In Action!
It’s only been less than a week and we’re already releasing our first update!
In the future, we won’t be blogging about updates (because they will happen every 1-2 weeks) – the best way to stay up to date is to keep an eye on the update icon (seen above) and also follow us on , or .
To see our changes, check out the or see it here below:
Features
Bugs Fixed
- Full Post
Getting The Most Of FDT Support
Since then, FDT has not only grown and changed more still, so has the Internet and how communities and brands communicate. While FDT 4 was being developed a bug tracking system, JIRA, was introduced. This was a great way for customers to file bugs and feature requests. After the release of FDT 4, the FDT team took to Facebook, G+ and Twitter to engage with customers more. With FDT 5, stackoverflow became the primary way for the team and community to support knowledge seekers.
With the the release of FDT 5, there was a wide array of options for support: sales, max support, JIRA, stackoverflow, Twitter, G+ and Facebook. We’ve monitored all these channels, seeing what customers used and what they didn’t. We did this because we knew we had too many channels open. We wanted to consolidate our support channels for the best effect. For example, we only get a very, very small amount of emails a week via our Max support. Often, these requests are the same: Trouble with installing, working behind a firewall, how to deactivate a license… The interesting part is, the solutions to these problems are almost always very simple; however, since customers are not sure where the best place to get help, they reach out to support and have to wait for our team to get their request, process it and then answer. If this is blocking your project, this is particularly frustrating.
Wouldn’t it be great if the answer was just a ‘net search away….?
That is why the FDT team is now consolidating support to these channels:
Have a great idea, cool project to show or just want to say hi? Use , or !
Have a question about billing or making a purchase? Contact !
Think you found a bug or have an idea for a feature request? Use !
Need help using FDT or having a problem getting set up? Use !
Stackoverflow is something we’re particularly happy about. It’s a great platform for community members to post questions, have those questions answered and even have those answers easily improved over time! Before, when we get questions via support, the answer almost always already exists on stackoverflow.Why wait for a support ticket to get processed when the answer is already found on the web?
We hope this exaplains things well. We also understand that it feels great to get a personal response and have the feeling of personal attention. If you are having trouble getting help via stackoverflow, make a post and then contact us over Twitter, G+ or Facebook. With a simple: “Hey guys, does anyone know how to do this [enter stackoverflow question here]?” directed at us or the community, will ensure a timely response. - Full Post
FDT Happy Easter special: Non-Subscription Upgrade
The new FDT (6th version) + 12 Months updates (incl. version 7) and the key is not expiring!
Just during the Easter period you can purchase a non-expiring license of FDT. Till April 7th, you will get the latest FDT including all 13 missed updates (since FDT 5.6), as well as all upcoming future updates for the next 12 months.
FDT Happy Easter special:
12 Months more free updates (approx. 20)
including upgrade to the 7th version
no subscription
not expiring key
Upgrade from FDT 5.6 (299€ / 399$): Upgrade Now!
Full license (399€ / 518$):
If you have an older version of FDT or if you have further questions, please do not hesitate to .
Username/E-Mail
Serial Key
- Full Post
How to install Subversive in Eclipse Juno with FDT
In Eclipse Juno the installation of the Subversive SVN plugin has changed a bit. The SVNKit/JavaHL selection screen no more appears right after the Subversive installation finishes so the SVN connectors need to be installed separately.
Following steps will help you to get Subversive going:
Install Subversive from the Juno update site http://download.eclipse.org/releases/juno
You can find it under Collaboration > Subversive SVN Team Provider
Add Subversive Connector update site from Available Software Sites > Add…Define the Update site name of your liking and use http://community.polarion.com/projects/subversive/download/eclipse/3.0/update-site/ for the location.
Install Subversive SVN Connector by choosing the added Subversive SVN Connector update site, e.g. Subversive SVN Connectors > SVNKit 1.3.8 Implementaton (Optional).
NB! If the SVN server you’re using runs SVN 1.7, make sure to select the respective SVNKit 1.7.x Implementation.
Useful references:
for Eclipse Juno by Polarion
Feel free to add your experiences or ask your questions.
- Full Post
Changing Function Signatures on the fly
Add parameters
In this case the method Init accepts only 2 arguments but the call has 3.
The proposal will add the new second parameter view to method Init. The type of the new parameter is gained by the second argument. Here it is View. After applying the proposal you can choose the type of the new parameter as you can see here:
Drop parameters
The method init has 3 parameters and the call offers only 2. The proposal will drop the second parameter i.
Reorder parameters
The method init has 3 parameters and it is also called with 3 arguments but not in the same order.
The proposal will reorder the parameters to match the call. The types of the arguments and the parameters are used to determine the new order of the parameters. Here you can see the new order of the parameters:
- Full Post
Playing with MouseEvent in Flex 3
button control and I want to call two different functions on click of the button . The interesting part
is that I want to call two different functions on different events of the same button control, one at
single click and other at double click .
Now what to do in this case as it will always execute the function defined at single click .
So what I am gonna do is to use a Timer using setInterval( ) method and use it to solve this problem.
The code goes here -
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
import flash.utils.clearInterval;
private var timeGap:Number = new Number();
private function doubleClick(event:MouseEvent):void {
clearInterval(timeGap);
//put your code here to be executed on double click
Alert.show("double click");
}
private function singleClick(event:MouseEvent):void {
clearInterval(timeGap);
timeGap = setInterval(otherClick, 250);
}
private function otherClick():void {
//put your code here to be executed on single click
Alert.show("first click");
clearInterval(timeGap);
}
]]>
</mx:Script>
<mx:Button label="click" x="134" y="94"
click="singleClick(event)"
doubleClickEnabled="true"
doubleClick="doubleClick(event)"/>
</mx:Application>
Now it’s the time to explain whats going on inside the code.
On single click and double click events I am invoking two different Alerts to just display a message,
In your case you can write any code which is to be executed on those click events.
On click, inside the singleClick( ) method, we will reset & initiate the timer which will call the
otherClick( ) method on complete. otherClick( ) method contains actual single Click code.
If doubleClick is not invoked, then the timer completes and otherClick( ) method is executed.
But if doubleClick is invoked , it will call the doubleClick( ) method, where we will clear the
timer so the timer will not complete and execute the otherClick( ) method and thus it will invoke the
doubleClick( ) method. - Full Post
AS3 and Big Numbers
var string:String = "129090238754375000";
var number:Number = Number(string);
var nextNumber = number + 1;
trace(nextNumber);
Here are the variables after execution. Notice that both number and nextNumber are 129090238754375008.
And the output window:
So has a range of -2,147,483,648 to 2,147,483,647 and has a range of 0 to 4,294,967,295. While can represent integers outside the range of int and uint, it has precision limitations.
The solution in our case was that, since we were not doing any math and just using it as an identifier, we changed the server code to use a string instead. - Full Post
Can't type into Flex textbox on Mac Safari 5.1!
Animated Scrolling List
What is an entity framework for game development?
Last week I released Ash, an entity framework for Actionscript game development, and a number of people have asked me the question “What is an entity framework?”. This is my rather long answer.
- Full PostThe Rise and Fall of Adobe Flash
The long history of Flash has proven to be an interesting journey. Mostly all Internet users are familiar with the Flash Player plugin which, along with Adobe Reader, is constantly pushing updates. Flash is the original multimedia platform for the web which spans all the way back into the 1990s.
But where has Adobe brought Flash into the present day? And what will the future hold for Flash developers looking to create rich Internet-based applications? There is a lot of speculation going forward now that Flash has been pulled from the Android Store. There isn’t a clear marketplace on the mobile web and although Flash has recently fallen to other technologies, there are still many areas where Flash/ActionScript development is wildly popular.
Friday, July 5, 2013
drawBridge
drawBridge @ wonderfl build flash online. wonderfl is a free, online, Flash IDE and community. Write Actionscript3 in your browser, and see it move.- Full Post
These Days Labs
STREAMING WOWZA CONTENT AND LOAD BALANCERS
For a recent campaign we had to integrate a live video stream into a banner. Therefore the following code will focus mainly on AS2, but the code is easily portable to AS3.
The video was streamed using Wowza Media Server (though Flash Media Server works in much the same way) and the servers itself were behind a load balancer.
- Full PostRegular Expressions 101
PCRE-based regular expression tester with real time explanation, error detection and highlighting. Come and check out the free educational regex quiz!- Full Post
RESTful PUT/DELETE with AS3 using X-HTTP-Method-Override
Flash/Flex doesn’t support PUT or DELETE requests, because the browsers don’t — due to limitations in the NPAPI. This is a source of frustration. Workarounds using sockets or prioxies a...- Full Post
CSS Keyframes Animations Exporter for Flash CS6
boblemarin created a poster on checkthis, the most beautiful way to create and share stunning posters with friends and family.
List of All Countries in All Languages and All Data Formats
The scenario is simple - I need a list of all countries. This is the task that need to be solved in majority of applications. So I sit down and tried to find a
Adobe Technology Sneaks 2012
In this video, you'll get a sneak peak on an exciting HTML5 exporting feature that the Adobe Flash Professional team has been working on. The Toolkit for CreateJS can help smooth the transition from ActionScript development to the JavaScript world.
Adobe Technology Sneaks 2012
In this video, you'll get a sneak peak on an exciting HTML5 exporting feature that the Adobe Flash Professional team has been working on. The Toolkit for CreateJS can help smooth the transition from ActionScript development to the JavaScript world.
Increasing Flex and ActionScript development productivity with Flash Builder 4.5 and SourceMate 3.0
BulkLoader
A bulk loading library for Actionscript. Contribute to BulkLoader development by creating an account on GitHub.
ActionScript Developer's Guide to Robotlegs
Robotlegs is a standout among the ActionScript 3 development frameworks available today. With it, Flash, Flex, and AIR developers can create well-architected, testable, and flexible Rich Internet Applications—fast.
// Yes, soon, we'll have a nice reference for RL matters :) //
Introduction to Robotlegs – Part 1: Context and mediators
Get an overview of this framework for ActionScript 3 development through a simple...
[Note: The post is from Joel Hooks, who, for starters, implemented the SignalCommandMap extension to RL !]