Create an Account!

Adobe Flash Resource Community with a helpful Flash Forum, FLA Files and Tutorials

Search:
FlashDevils Community, Flash Developer to Flash Developer
 Recommend Us
 About FlashDevils Community
 Can i become a moderator?
 
Flash Community Register Flash Forum Control Panel Calendar Member List FAQ Search FLA Files

Advertising

Latest News
Open Letter from Adobe to Developer Community
Macromedia Studio 8 Now Available
Macromedia Flash Player 8 Public Beta
MDM Capture v2 and MDM Zinc v2 Pocket PC Edition - Now Available
Electric Rain Releases Swift 3d 4.5 For 3d Export To Flash And Video

Latest Threads
AS2 Custom Load Screen Issue
Flash Masking Text Entry
Please review: GAMERIGHTNOW.COM - our game site
Actionscripters Needed
Brainient will soon launch a creative competition for flash developers.
Apple iPhone 4G 32GB/Apple iPad 64GB Buy 5 get 2 Free
in-page video / flash video spokesperson
What is wrong with this forum? is there any point posting?
Java image data to Flash
Visit Forums

Sponsors
Gossamer Threads

Friends of Da Devil
André Michelle
Ant's Roots
Erwin Verdonk
Flash Goddess
Flash Vista
FlashComponents.net
FlashGuru's MX 101
FlashPod
FlashStar
Moock.org
Swiftdev
SyntheticOrange
The Beat Suite
Who's We Studios

Adobe Flash News
Open Letter from Adobe to Developer CommunityThu 15 Dec 2005
[] Sara Spalding, Director of Developer Relations at Adobe, has written this open letter to the developer community.

Dear Macromedia Community Members:

By now you most likely know that Adobe has finalized its acquisition of Macromedia, combining the leading-edge technologies of two pioneering software companies. We’d like to take this opportunity to let you know what the acquisition means to you as a valued member of our community and what you can expect from Adobe in the days ahead.

With the acquisition of Macromedia, Adobe is dramatically advancing its ability to deliver a platform that provides you with powerful solutions for engaging people with digital information. We are now better positioned than ever to assist you in meeting and exceeding your business requirements and goals.

Moving forward, we will bring together some of the industry’s strongest brands and most ubiquitous technologies, including Acrobat, Photoshop, Dreamweaver, PDF, ColdFusion and Flash. Customers who have relied on Adobe and Macromedia solutions will benefit from a consistent platform and common user interface, as well as the outstanding care they’ve come to expect from both companies.

At a high level, by bringing our technologies together, we will provide the community with the software solutions you need to meet the increasing demands of today’s competitive environment. Now more than ever, we are positioned to help you securely extend the reach of your information, business processes and services to engage and interact with customers and constituents online, via mobile devices – by whatever medium you choose. As you may know many of Macromedia’s leaders are now in leadership roles at Adobe. Kevin Lynch is now Adobe’s Senior Vice President and Chief Software Architect, Platform Business Unit. Kevin’s responsibilities include the Flash Player, Acrobat Reader, and Developer Relations. David Mendels is now Adobe’s Senior Vice President of Enterprise and Developer Solutions, and is responsible for products like Flex, ColdFusion and LiveCycle. Tom Hale is now Adobe’s Senior Vice President of the Knowledge Worker Solutions Business Unit, which includes Breeze and Acrobat. And lastly, Stephen Elop, Macromedia’s former President and CEO, is the President of Adobe’s worldwide field organization.

Our efforts with user groups around the world, developer events and conferences, and throughout the community will continue as they always have, and we’re excited about how we can enhance and expand our relationships with our development community.

We look forward to sharing more information with the community in the coming weeks. For more information about the merger, please visit www.adobe.com. If you have questions, comments, or concerns, please don’t hesitate to contact me directly, or any of your contacts on the developer relations team.

On behalf of all of Adobe, and the Developer Relations team in particular, I want to thank you for your continued commitment to our community, and I look forward to new opportunities to work together.

With best regards,

Sara Spalding, Director, Developer Relations sspaldin@adobe.com
Posted by: TheDutch

Links

Using Adobe Flash Forum
Brainient will soon launch a creative competition for flash developers. Thu 22 Jul 2010
We'd like you to think big, think different, think interactive and design a new flash “layer”. 
What’s a layer? Its a flash component that lays over a video pre-roll or a video itself and allows interaction.




If you want to win a hot gadget like an iPad and get the chance to work for a super cool agency like Albion London, then this is the competition for you!




Go to http://brainient.com/ and visit our Gallery to see some of our layers. Click on http://lb.brainient.com/ to create an account in order to gain access to some technical specs on how to build a layer.




If you have further questions, feel free to drop a line at sabina@brainient.com.
View ThreadPosted by: sabinalexandra

Adobe Flash Actionscript Forum
AS2 Custom Load Screen IssueMon 26 Jul 2010
I'm designing a website for a friend of mine and I'm having issues with the load screen code.

The first frame of this site contains ten circles, named circ1, circ2 and so on. These movie clips should tween at 10% load intervals, and yet nothing appears to happen when I try a bandwidth profile.

Here is the code on frame 1 of the action layer.

ActionScript:

import mx.transitions.Tween;
import mx.transitions.easing.*;

var getPercent = 0;

_root.onEnterFrame = function()
{
        getPercent = [Math.round(this.getBytesLoaded())/Math.round(this.getBytesTotal())]*100;
        if(getPercent == 10)
        {
                new Tween("circ1","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 20)
        {
                new Tween("circ2","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 30)
        {
                new Tween("circ3","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 40)
        {
                new Tween("circ4","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 50)
        {
                new Tween("circ5","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 60)
        {
                new Tween("circ6","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 70)
        {
                new Tween("circ7","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 80)
        {
                new Tween("circ8","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 90)
        {
                new Tween("circ9","_alpha", Strong.easeOut,20,100,5,true);
        }
        if(getPercent == 100)
        {
                new Tween("circ10","_alpha", Strong.easeOut,20,100,5,true);
                delete _root.onEnterFrame;
                gotoAndStop(2);
        }
}




I'm sure there's a better way to condense this function, but at the moment I'm more concerned with why it doesn't operate correctly in the first place.
View ThreadPosted by: Mezmiro

Adobe Flash Tutorials
Functions and OOP
Introduction to Functions
Limited Animation
FlashMX - the drawing API
FLA Files
Friction and Lines
Friction
Lines
Move to Point
Scripted Motion
Duplicate and Randomize
Confusion
Rope
XML - Newsfeed
More FLA Files
Reviews
ASV 3.12
Screenswift
FlashStudio PRO
Swift 3D v3
Interviews
Steve from Sarbakan
Zanpo, Maker of Virtual City
Ann-Marie from Flash Goddess
Who's We Studios
Eric Jordan from 2Advanced Studios

< FlashDevils - Terms of use >

Copyright, FlashDevils Community, 2002 -
Flash Archive