Can A Non-creative Programmer Have A Future In Flash Development
Aug 16, 2009
As an experienced programmer in various environments (Linux,server side web development,etc), I was recently approached with an offer to do some Actionscript development.Somehow, it seems to me that unless one is artistically or visually creative or at least has some visual talent, one's Actionscript programming skills alone will not get you very far in flash development.Can one be a superb flash developer without having to make any artistic decisions, relying on graphic artists to tell you what to do? Or, should I stick to server side coding where I know I can add real value, even excel.
View 1 Replies
Similar Posts:
Apr 12, 2010
What would be a good resource for an experienced programmer to learn Flash?Consider a very seasoned programmer that doesn't require any teaching of programming concepts and that already programmed Javascript. Someone who never created a Flash file, or even know what Flex is. Someone who could probably learn ActionScript in a day but still needs to learn how to apply it.
View 2 Replies
Mar 21, 2010
What is the shortest path between zero (ie no flash related development software on my computer or information about where to obtain it or get started) to running a "hello world" ActionScript? I'm hoping for an answer that gives step by step instructions about exactly what software is needed to get started, an example of some "hello world" code, and instructions for compiling and running the code. I've spent more time than I think should be necessary researching this question and not found much information. Hopefully this question will be found by programmers like me who want to get started with Flash/Flex/ActionScript (After my morning of researching I still don't even know what terminology to use so I'll just throw it all out there).
[Code]...
View 7 Replies
Mar 2, 2011
I have the Creative Suite CS5 and Flash CS5 does not have the Quiz Templates option.
Yet, if you purchase the Elearning Suite 2, that version of Flash CS5 does have the Quiz Templates.
Is there anyway to get the Quiz Templates for my version of Flash CS5?
View 2 Replies
Feb 9, 2011
i'll using this as2 in the pause button
on (press) {
if (pause!=true) {
playing=false;
[code]....
View 1 Replies
Feb 13, 2011
On my old computer (Windows XP) I was using Flashpaper to convert jpg files to swf files that can be panned and zoomed. It worked great for my website. Here is an example. [URL] I just purchased Adobe Creative Suite 5 Design Premium for my new computer (Windows 7). I was told that it included the ability of Flashpaper to create the pan/zoom swf files. I can't find this ability. Please tell me where it is located or that I need to purchase Flashpaper for my new computer. Please note, I use Photoshop, Illustrator and Dreamweaver, but the only Flash I use is the swf to pan and zoom via Flashpaper. Please keep this in mind when answering my question, i.e. I probably need specifics if the functionality is located in Flash.
View 1 Replies
Aug 26, 2010
I've been given a Flash tutorial to post to the corporate website that is an .exe file with an embedded Flash player. Users will be on IE, so I guess they would get the run/save prompt. I don't like this and I know it generally isn't done, but I need to know if it is OK to just do it. When I try to explain the security issues with executable files, eyes glaze. Is it possible that the users' system admins would be able to block the run prompt and make the user save the file? Could they block that too? The user community is hopeless, so having the embedded Flash player could be a good thing.
View 1 Replies
Jul 4, 2010
I am designing a website with flash video content. If I pass in the URL to a .flv file as a flash parameter to the embedded video player someone can easily extract the URL and download the flv video file. How to do I prevent this? Can someone refer me to anti-leeching techniques being used my websites like youtube.
View 1 Replies
Nov 17, 2011
is flash going to be abandon? do we need to swap for html5 and jquery? where are the usages of flash now and in the web future?
View 3 Replies
Aug 26, 2009
If I recall correctly you needed a server-side language to do that job...but will it be possible in the future for flash to open and write stuff into a notepad or something?
View 5 Replies
Jan 17, 2010
I Am making a demo of a "auction House" for a game to help force the Devs to want to put this in the game. making this lil flash will peek their interest in making the auction house.
I have everything Designed and photoshoped up. At the Moment I am making the flash file to set up the basic stuff for the programmer... and yes i will only need a person to Type up the script. From info i have gained from a AS2 script i will need AS3 from the project i am doing.
View 1 Replies
Jul 11, 2009
I need somebody to program a game for me. I'll do all the drawing and animating, i just need somebody to throw it all together.
My idea is to have a sidescroller with a tank. You control the tank with the arrow keys and aim the cannon with the mouse. And shift to change weapons.
Here's an early outdated drawing of the tank:
Again, this is outdated, I've come alot farther with it. I'm just not on the computer with the file.
View 4 Replies
Nov 3, 2011
I'm using the the Adobe ActionScript 3 SDK for Facebook Platform to get all the tagged photos of the current user. Is this possible?
I've tried this:
FacebookDesktop.api("/"+uid+"/photos",getTagedPhotosHandler);
But that only gets me the photos belonging to that user.
View 1 Replies
Aug 31, 2009
Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)?
Is there a lack of browser support? Or is this functionality determined by the browser's Flash plugin?
View 2 Replies
May 10, 2010
I want to have a web site which switches the web camera of users, makes a video recording and send results to my web server.Is it possible to do that? I think it should be. For example such sites as chatroulette.com starts web camera. Should it be done with the Adobe Flash technologies? Is it hard to do that?
View 1 Replies
Jan 12, 2011
If I load a web page full of other files, e.g. images, my browser doesn't load them all at once.I seem to remember reading that IE will only have at most 3 requests open at a time for a page. The rest will be queued.If I have a flash movie on the page which is continually making image requests, how does this affect the maximum number of downloading files in the browser?
Is this browser limit accurate, and is it generally the same across browsers? Does flash share the requests of the browser? If not, does flash have a limit and what is that limit?
For some background, I do have a flash movie that is continually loading files so there is a queue of Loaders waiting to make requests.My idea was that if there was a different request that I needed to be executed straight away I could make it jump the queue by making a javascript call and allowing the browser to make the request instead.
View 1 Replies
Aug 10, 2009
I'm trying to create a flash file in which my handwritten name transforms/morphs into its creative 'tag' - like something a graffiti artist might put on a wall (not that i would do that though. I can't work out why the shape tweening doesn't want to work with me and I've been trying shape hints etc. I've just tried to attach a picture of what IO want the handwritten word 'charlie' to look like at the end of its flash morph but I can't even do that!
View 2 Replies
Nov 30, 2011
I'm using an XML File and so far things are OK. But now I'm trying to pre-select a Radio button and I can find no where to give an example just ways to detect click event and thing like that. The selected value is a string coming from the XML file. There are five radio buttons How do I match the string to the radio button.
View 1 Replies
Sep 20, 2009
On the creative pro website [URL].. they have a block at the top with images that change. It is titled 'today on creative pro' Does anyone know how they created it? Was it with Flash?
View 3 Replies
Nov 28, 2008
Would everyone please mention how they have used video fortheir clients; I would like to hear some really good creative andunusual usage of Flash video on websites etc...Maybe, you could provide some code samples ;) Anyone got anystories to tell al
View 6 Replies
Oct 21, 2011
I'm trying to set the minimum size of the window of a creative suite extension. I don't want the user to be able to resize the window to a smaller size than the one I define.
Here is what I've tried to do:
var instance:CSXSInterface = CSXSInterface.getInstance();
var extension:Extension = instance.getExtensions([instance.getExtensionId()]).data[0] as Extension;
extension.minHeight = 350;
[Code].....
View 1 Replies
Feb 23, 2011
Why does this program always output the text for "future" from function year()? In this case, with b+c equaling 56, var year should fall under (b+c) > 0 && (b+c) < 1000) and return "roman", but it instead returns "future"...I got this to successfully work if I add this:
var period:String = (year(b,c));
and in my body function, make the conditionals check the period. For example
if (period == "future")
but I don't understand why I need to do this. I am returning a string, why do I have to set another variable? There is no compiler errors so clearly its not syntactical?
var a:String = "Tim";
var b:int = 50; //CHANGE TO ANY INT YOU WANT
var c:int = 6; //CHANGE TO ANY INT YOU WANT
var d:String = "Kyle";
var sum:int = b+c;
[code]....
View 2 Replies
Feb 2, 2011
I've been developing Flash stuffs for almost a decade, i consider myself advanced in AS2 .. i am also very advanced in PHP..Throughout all my projects I've always used Flash, AS2, mySQL and PHP, and have made tons of applications , some mission critical, w/ that combo..
[Code]...
View 7 Replies
Feb 15, 2012
I am a Flex developer. I think Flash builder is a great development environment for developing rich internet applications , 3D games, etc.
Now I am worried about the latest news related to Flex. Some blogs and news wrote flex is going to die. Another one wrote flex has not died.
How can I know latest updates about Flex in Apache. I am visiting Apache incubator site about Flex daily
[Code]...
View 1 Replies
Sep 7, 2010
I want to create one calculator which will calculate the future cost of education after certain years like 10 or 15 yr. If i take the inflation rate as 10%. How to calculate the future cost.I don't have any idea about it. I want to know the formula to get the output.
View 3 Replies
Aug 23, 2005
I was wondering if anybody could help me or knows where I can find help with the AS for Bert on Desktops of the Future.
View 4 Replies
Nov 20, 2009
I am using Flash 8 and would like to create an animation for my future website.What I would like to do is the following:
I want to create an animated menu looking similar to the attached flash animation. The menu buttons will be a variety of 11 images arranged in an oval circle with the website logo located in the center of this oval circle. The mentioned oval circle should spin either left or right depending on which side of the animation the mouse pointer is located and stop if the mouse pointer is in the center/middle of the animation.
As the images move to the front (during the circular but slightly tilted motion) they should have a similar zoom in effect like the one in the attached animation and zoom out again when moving back into the background.
I am sure that this kind of animation is very simple when using Action Script but I am not such an advanced user to know what code I would need to write.
View 2 Replies
Apr 4, 2011
My wish for future versions of Flash is that it should have this option to print entered ActionScript code in the colors. The purpose it that if I would like to analyse the code e.g. on a plane, anyway away from my pc, then I would have it pretty colored on paper, unlike if I would print it black/white via copy/paste into some text editor in order to print.
View 1 Replies
Dec 18, 2009
I'm doing some research for a Maps project I'll be starting soon, and I'm trying to evaluate which of the Map APIs will be best-suited to this project. I've worked pretty extensively with the Google Maps Javascript API, but no others. My basic requirements are, in no particular order[code]...
Flexible: the Google Maps JS API is a good example of this. Basically this leads to lots of good things like numerous third-party plugins/extensions, and puts a lot of power in the devs' hands.
Well-documented and supported: again, the GMap JS API is a good example. If I'm going to start working with a new, rich API, I'm going to need to be able to find answers.
As of now, I'm inclined to use the Google Map Javascript API since I am familiar with it. However, the question of whether or not the Flash API might be able to handle many points more efficiently and gracefully prompted this SO question.
View 5 Replies
May 9, 2009
Just a general question about trace statements. As I'm building a project I put a lot of them in there so I can see where I'm at if (more accurately: when) something goes amiss. The questions is... when I finally consider the program done should I leave them in there for possible future bug tracking or wipe them out of of the finished product?
View 2 Replies