Flex :: Good Or Bad Examples Of FlashTechnology Use

Dec 26, 2009

I'm a PHP programmer who's learning more about adobe products including flex, and would like to train myself to recognize when flash/flex is the right technology to use for a client/project (and of course when it's not the right technology to use).I guess the best way to get it is by experience, so if you know of any examples (full site or even small part of a site) that you think the developer was right or wrong in choosing the flash technology for that project/part, please add it here with an explanation why. Same for other projects that were not implemented in flash but should have been. If you think the developer made the wrong decision, say why and what you would have used instead. The idea is to provide real examples to help people like me who are getting into flash/flex, but want to understand the right way to fit it into their work if at all.

View 7 Replies


Similar Posts:


Visual Studio :: Good Programming Book With Good Working Examples And Is Tutorial Approach

Nov 27, 2010

Looking for a programming book that is in tutorial approach. Example this chapter teaches you how to do a login form. In the second chapter it teaches you how to integrate the login for to another app.Basically I'm looking for a book that teaches you real working application rather than abstract ideas. Programming language I have in mind is Adobe Air/Flex, Visual Basic. Functions I have in mind should at least cover Drag and Drops, Integration to a web form (form entry) and customizable interfaces.The languages i had in mind isn't fix. If you know a programming platform that has little code or easy to learn but still be able to develop a cool application.

View 3 Replies

ActionScript 3.0 :: Use Flex Examples In Flash 9?

Feb 10, 2007

I want to test some things in AS3, and am currently trying to use some things i found on the internet. A lot of the examples are made for flex (i think).. they just dont work. Take for example the pngencoder from adobe. Copy pasting it obviously doesnt work, so could anyone explain how to change it?..

View 4 Replies

Django - HTTP Push Examples In Flex?

Aug 31, 2009

I am trying to create a simple board game (a kind of checkers), where users will be able to play online with each other using flex application as a client.

I am using django application to process the game on the server side. And I come across the problem, if one user made a move, I can send it to a server, but how do I let the opponent know about it?

The way I am thinking to do it is to create a timer and send requests to the server asking was opponents move done or not....But here we have 2 limitations:

1) Each client would produce big amount of requests (not sure how server will work if I have e.g 100 such clients)

2) If players will chose game with a time limit for example 5 minutes/per game it will be very important to show them situation on the board as soon as it changes (without a pause), but timer will send request only on timer event, so if for example I will chose tick interval to 5 seconds it will mean that 5 seconds another side will not be aware of the situation changes.

View 4 Replies

Flex :: Where To Get Flash Coding Examples Timeline Example In Particular

Oct 2, 2009

I'm in the process of learning Flex, but I learn best by example. Where can I find open source examples of Flex applets? In particular, I'm trying to reproduce the functionality of the JavaScript based Simile timeline, so a timeline example would be sweet.

View 2 Replies

Flex :: Examples For The Service Online Consultations?

Mar 26, 2011

Looking for Flex (RTMFP) examples for the service online consultations (with sources).When an expert conducts a text chat with a customer.

View 1 Replies

Flex :: Looking For Examples Of Command Chaining In Parsley 2.4?

Aug 31, 2011

I'm looking for examples of command chaining in Parsley. What I mean by command chaining is when one command returns a result that is then immediately used to initiate another command. I ask this question here because the parsley forums have been down for 2 days.

View 1 Replies

Flex ::get Adobe® Stratus 2 Examples On "Swarming", Live Application-Level Multicast, Distributed Data Storage?

Jan 25, 2010

When and where will see (ore already can get) Adobe® Stratus 2 examples (with source) on "Swarming", Live Application-Level Multicast, Distributed Data Storage?

View 1 Replies

Flex :: Get Good Alternative IDE?

Mar 24, 2011

Good alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones.

View 2 Replies

What Is A Good 3D Library For Adobe Flex

Jan 17, 2010

I need a 3D library that works well with Flex... NOT Flex Builder - the free Flex SDK.

View 1 Replies

Flex :: Mxml - Any Good Wizard Libraries ?

Sep 25, 2009

I'm looking for a good "Wizard" library in Flex before rolling my own. The important features are: Multiple custom input panels in sequence. Ability to prepopulate the data fields using an object, but cancelling at any point leaves original data unmodified. Ability to move to back and forth in panel sequence without losing data.

View 3 Replies

Good Flex Tutorial Website Besides Adobe

Apr 28, 2010

Just wondering if anyone know a good flex tutorial website besides Adobe.

View 4 Replies

Flex :: Good (wysiwyg) HTML Editor In It?

Oct 1, 2010

Anyone knows a good (wysiwyg) HTML editor in Flex?

View 1 Replies

Flex :: Free Good-looking Carousel Component For It?

Jan 20, 2011

Where can I find a free but good-quality and customizable carousel component for Flex 4?

View 4 Replies

Flex :: Can't Get Good Quality Audio/video?

Apr 28, 2011

I'm creating a video chat application, and no matter what combination of amera/Microphone/NetStream properties and functions I use, I cannot get high quality video/audio. I get occasional audio latency, pixelated video, occasional frozen video and the degree of each depends on the combination of properties/functions I set/call.Others such as TokBox, TinyChat, Chat Roulette, etc. have achieved great video/audio quality with FMS, what is the secret? At least point me in the right direction, because right now I'm not impressed with FMS ability to provide a good video/audio experience.

View 2 Replies

ActionScript 2.0 :: Good Online Flex Resources?

Jan 9, 2007

Can anybody tell about good online flex resources? maybe a good forum?

View 2 Replies

Actionscript 3 :: Is AMF3 Protocol Is Good For Flash / Flex Client Server Development

Jul 11, 2010

I need to develop client server application that involve gaming. I have no experience in flash and I was reading about the AMF3 protocol that is compact and fast, is it better than xml/json for data exchange? Also I need it to be on port 80.

View 2 Replies

ActionScript 3.0 :: Google Indexing Swf - Examples?

Jun 22, 2009

I would like to know if anyone has seen online search evidence that google indexes swf sites. So If you have an example where its purely a flash site and a search comes up finding copy from within, I'd be keen to check it out.

View 1 Replies

ActionScript 3.0 :: Different Examples Of Volume Controls For Videos?

Feb 14, 2012

I had seen different examples of volume controls for videos. I had built one that works, but the volume control is outside the main controller/Holder, so If I move the Holder the volume stays. I tried placing the volume controller inside the holder, but I loose the ability to drag and control the volume. here is the AS3 code I have.
 
Holder_mc is the main mc that will contain all other controllers.

[Code]...

View 3 Replies

Windows :: Examples Of Native Apps Using Flash As UI?

Dec 1, 2009

I'm considering using Flash as the UI of a native Windows app, for several reasons, but before I dive in and start building, I figured I'd poll the community to find out whether anyone's got any good examples of this particular approach out there today, just to prove the concept satisfactorily. So I guess that's pretty much the question: Anyone built one specifically? Or better, anyone know of an app in relatively wide distribution that demonstrates the viability of this approach?

View 4 Replies

ActionScript 3.0 :: Find Some Examples For Calculating Trajectories?

Sep 20, 2009

where I can find some examples for calculating trajectories? Basically I'm trying to create a simple example where a missile is shot at a certain angle (already got the movable station) then every frame a function is fired to calculate what happens to that missile. What I need help with is what happens every frame.

View 2 Replies

Professional :: Magnify Work Examples In A Webpage Portfolio?

Mar 27, 2010

The enclosed image is a snapshot of part of my web page portfolio. At the moment it is placed jpgs into Dreamweaver. When you click on a work example it opens up a new browser window with the work example enlarged (old fashioned way). This is not really a problem but I was wondering if I put my work examples into flash CS4 how do I go about creating the effect of a work example instantly being magnified the moment someone clicks it? Like what happens when you click the enclosed image.

Is this an actionscript job or can this effect be produced without any complex scripting work? Perhaps someone knows a tutorial somewhere for a similar effect in Flash CS4. I would like the work examples to magnify quite large though. My thinking behind this was so people can't steal your work example JPGs so easily (flash portfolios seem to not allow saving of the content)

View 5 Replies

ActionScript 3.0 :: CS5 Package Flashx.textLayout.elements.examples?

May 2, 2010

How do I use the xamples in the language reference, which have this package id:
 
package flashx.textLayout.elements.examples

View 3 Replies

Professional :: Large Vertical Gradients Not Working Like Examples

Mar 29, 2011

I am trying to create a simple gui component that has a vertical gradient, simple enough right... I create the sprite, and draw the gradient with beginGradientFill and a matrix with a 90 degree radian angle on it; but it stops working if the sprite has a long width, below is an exmaple of what I mean:

package {
import flash.display.GradientType;
import flash.display.Shape;
import flash.display.Sprite;
import flash.geom.Matrix;
[Code] .....

If I change
matrix.createGradientBox(800, 100, Math.PI*0.5, 0, 0);
to
matrix.createGradientBox(800, 100, Math.PI, 0, 0);
It works fine - but horizontally - why is it that applying 90 degrees the fill does not work?

View 5 Replies

ActionScript 3.0 :: Find Tutorials Or Even Examples For Connecting To A Remote Web Server Via XML-RPC

Jul 23, 2009

Does anyone know where can i find tutorials or even examples for connecting to a remote web server via XML-RPC. I want to establish connection with the server and call a remote method ...

View 0 Replies

Flash :: Flex - Running Good In Browsers But Error By Player Directly ReferenceError: Error #1056

Jul 13, 2011

I wrote a flex demo, customized spark TextInput skin with rounded corners and a search icon in it, like mac os x search box, it's running good in browsers (by Flash Player browser plug-in) either .html or .swf, but error by flash player directly.

[Code]...

View 2 Replies

Get A Good XML Book?

Aug 6, 2008

Can anyone recommend a good book to help me with XML integration in Flash. I need a book that will teach me step by step with very specific instructions how to get information from a user, update the XML file and display the information in a another swf.

View 1 Replies

Finding A Good Swf To Fla Converter?

Oct 24, 2011

I am interested in finding a good swf to fla converter. I would love a trial version that lets me actually see the action script.

View 2 Replies

Looking For Good Swf Viewer / Browser?

May 31, 2009

I'm looking for a swf viewer/browser similar to Windows standard browser.

I need to basically show someone a bunch of swfs in a slideshow format.

View 3 Replies

AS2 :: Get Good Flipbook Component?

Apr 13, 2010

I am looking for a flipbook that I can use inside of flash, whether a component or not I suppose;

in the past, the flipbook that I have used depends upon html/js;

also, the flipbook should be able to load .swf pages

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved