Archive for the ‘Flash’ Category
Zmags, Flash object and internal link
If you are using Zmags, and what to add internal link (go to some other page) into flash object. You could use this code in flash ( actionscript 3.0)
1
2
3
4
5
6
7 import flash.external.*;
but.addEventListener(MouseEvent.CLICK, function(e:MouseEvent) {
var curUrl:String = String( ExternalInterface.call(" function(){ return document.location.href.toString();}"));
curUrl = curUrl.replace(/\/([0-9]+)$/,'/'+YOUR_PAGE_NUMBER);
var myURL:URLRequest = new URLRequest(curUrl);
navigateToURL(myURL,"_self");
});
where YOUR_PAGE_NUMBER – is page number you want to go after click on button with instance name “but”
Adobe CS5 – Flash and Photoshop CS5 preview
Some new information about Adobe CS5
FLASH CS5
Known issues
- Code Samples panel
- TLF text
- XML-based file format
- Live preview video component
- Adobe Media Encoder
Screenshots
video
Perfect statistic site about installed adobe flash player and microsoft silverlight
Check this http://www.riastats.com statistic from 900 000 users about flash player and silverlight

Dear customers you still want optimise your flash application for 7 version of Flash Player??
Edit bitmap properties for selected bitmaps in library

its Flash CS3: “Edit Selected Bitmaps”-Panel.
thanks to Hannes Moser. Download it impossiblearts.com/blog/2008/06/16/flash-cs3-edit-selected-bitmaps-panel/
Flash Player 10 beta 2 was released
some good links with new features
labs.adobe.com/technologies/flashplayer10/demos/videos/3d.html
www.gotoandlearn.com/player.php
Key New Features
3D Effects – Easily transform and animate any display object through 3D space while retaining full interactivity. Fast, lightweight, and native 3D effects make motion that was previously reserved for expert users available to everyone. Complex effects are simple with APIs that extend what you already know.
Custom Filters and Effects – Create and share your own portable filters, blend modes, and fills using Adobe Pixel Bender™, the same technology used for many After Effects CS3 filters. Shaders in Flash Player are about 1KB and can be scripted and animated at runtime.
Advanced Text Layout – A new, highly flexible text layout engine, co-existing with TextField, enables innovation in creating new text controls by providing low-level access to text offering right-to-left and vertical text layout, plus support for typographic elements like ligatures.
Enhanced Drawing API – Runtime drawing is easier and more powerful with re-styleable properties, 3D APIs, and a new way of drawing sophisticated shapes without having to code them line by line.
Visual Performance Improvements – Applications and videos will run smoother and faster with expanded use of hardware acceleration. By moving several visual processing tasks to the video card, the CPU is free to do more.
Enhanced Sound APIs – Work with loaded MP3 audio at a lower level in Flash Player 10. The new APIs will let you do application-level audio mixing through ActionScript and even audio filtering with Adobe Pixel Bender.
FLASH – AlternativaPlatform
Alternativa Platform – solution for multiuser browser project.
Browser 3D-engine.Cross-platform, made for Adobe Flash; best up-to-date performance.
AlternativaGUI – Fast window-based interface for flash-projects.Multi-purpose, open for modification and expansion. – in progress
AlternativaCore – Client-server solution for multiuser games and projects.Specific data workflow model, dynamic load distribution, easy scaling, own data transfer protocol, file versions system. – in progress
some demo and screenshots below:

Google Maps API for Flash/Flex
Google annaunce Google Maps API for Flash/Flex.
What we could find on official site
This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services, enabling you to embed robust, interactive maps applications on your website.
How do I start?
- Sign up for a Google Maps API Key
- Download the Google Maps API for Flash SDK
- Read the Setup Instructions
- Walk through the Tutorial
- Read the API Reference
So working with Google maps now is so easy
Adobe’s Flash Player 10 API Documentation
So you know Adobe® Flash® Player 10, with code-named "Astro".
You could download player from abode http://labs.adobe.com/
If you interesting in api documentation you could download it in one archive (6.46 Mb)
isfland.com. AS3 Physics
Thanks to flash-ripper.com for finding interesting blog flash island. I don`t know where is Author now, all post date was written at January
But what we could find there
Examples physics in flex
Physics UI
Crush test
Waiting for new great features!
39 Creative Flash Designs
from http://www.smashingmagazine.com/
Intel’s Robo Brawl game.Very beautiful and interactive design.
Oh, By The Way — this is how an effective album promotion web-site should look like.


