Flash :: Desperate Search For A Developer For School Interview?

Oct 26, 2010

I'm in desperate search for a professional Flash Developer who wouldn't mind taking a few moments to participate in an interview about a past or recent Flash Project he/she has worked on. Unfortunately for me, I have had 2 people commit to this, and back out. The first completely ignored all messages and inquiries after I sent the information to her. After having no choice but to search for another person, I found another that was eager to help. Two days after I sent him the related material, I received a message stating he wasn't aware that it was a Flash project, and that they don't do any Flash in house, so as of last night, my second lead has turned into a dead end. I am now on my last ditch effort to find someone that would be willing to share their experience with me, so I can complete my assignment on time, which - by the way - is due Friday, October 29th.

[Code]...

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Desperate Dumb Developer Dove Deep - Drowning

Sep 4, 2009

I need to make some progress in that department asap. I've several issues I suspect are problems, and I will outline the main one below.

[Code]....

View 7 Replies

Flash Game For School Project?

Dec 1, 2010

we had a school project to make a device. My partner said that we should make a computer game for our school project. I asked in another forum if it is possible to do it in less than a week. They told me flash is the best for beginners. I was thinking of making a clone of hangaroo but replace it with another animal and my country's language. Is this possible in flash? Is there noob-friendly tutorials out there that explains the basics of how to make a hangaroo style flash game?

View 2 Replies

ActionScript 2.0 :: Interview Questions Pattern For Flashlite 2.0?

Apr 1, 2008

Acatully I have to face an interview on flashlite. I am not at all getting how get prepare on that. Can anyone give guidlines, questions pattern, interview questions for that.

View 2 Replies

ActionScript 3.0 :: Getting Error 1009 On Clicking Interview Button

Oct 20, 2009

I am getting this error message every time I click on the interview button. The enter button was clicked!
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.transitions::Tween/setPosition()
at fl.transitions::Tween/set position()
at fl.transitions::Tween()
at enteramigos_fla::MainTimeline/frame20() .....

I have this on my entre_mc when I double click on my mc I have
//Go to the myspace.com website
myspace_btn.addEventListener(MouseEvent.CLICK,gotomyspace);
function gotomyspace(evtObj:Event) :void{
var thesite:URLRequest = new URLRequest("[URL]");
navigateToURL (thesite,"_blank");
}

On my stage timeline on frame 20 I have
var entreTween:Tween = new Tween(entre_mc, "alpha", Regular.easeOut, 0, 1, 2, true);
So that when I click on the interview button it fades in.

View 1 Replies

Best Design 2 Developer App For Flash

Aug 11, 2009

Does anyone know which programs work best together with flash for importing graphics that are vector based. I need to know what program a graphic designer should use, so the programmer (me) can easily import the design into flash without much fuss. I know that illustrator is kind of good, but i heard that you could also use indesign.If you know of any limitations or little quirks one has to watch while exporting importing to / from flash or illustrator, had a problem with an illustrator file once that used many effects, it crashed my flash ide durring import.

View 1 Replies

Best Book For Web Developer Learning Flash

Sep 2, 2009

I've gotten far on my own just using online tutorials and dinking around in Flash on my own but my boss(es) are starting to ask for more complex stuff that I simply can't learn by just piecing together my Flash education.I know there's many, many books out there that will teach you Flash but can anyone recommend any particular one(s) that are more concentrated in creating Web elements as opposed to game or animation development?

View 2 Replies

ActionScript 2.0 :: Desperate With Xml + Html Formatting?

Apr 21, 2006

but this 2 days i've been searching this forum and cudn't get it right... here i attached the file with the post...I've been trying to format the text data from xml file into the dynamic text field.

View 1 Replies

Flash :: Compile An IPhone App With CS5 Without A Developer License?

May 10, 2010

I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't require a Developer Certificate or Provisioning Profile (like the way you would modify Xcode so you can compile apps without paying $99 for the developer program)?

View 1 Replies

Java :: Method To Learn Flash AS3 For A Developer?

Feb 14, 2011

I am a Java developer. I am good at learning new languages but I can't make head or tail of AS3. It seems like a different mindset that I can't get into or something.Could you provide links a AS3 tutorials that explain everything well, preferable targeted for people who have already programmed?

View 5 Replies

IDE :: Requirement For 'Flash Game Developer' Pune

Dec 3, 2008

I am working as HR executive.I do have requirement for "Flash Game Developers", kindly find JD below [FONT='Verdana','sans-serif']Flash Game Developer:[/FONT][FONT= 'Verdana','sans-serif']Must be an experienced gamer. We are looking at not only developers who write code but ones who also play/experienced video games.Senate is looking for a Flash Game Developer to help create good addictive Flash based projects. From mini-games to huge action oriented games, this individual will be responsible for the innovative and entertaining games and Flash based products supporting games.[code]

View 2 Replies

Professional :: Loading Swf On Html Page-desperate

Jul 26, 2010

I've recently made a website (www.doneanddone.co.nz) which has two swf's on it. The first is a sound swf which works perfectly, however, my other swf is a video swf that loops over and over and does not show up now I've loaded it on to my host.I just get this error message.[code]

View 5 Replies

ActionScript 3.0 :: Find A Qualified Flash Developer In My Region?

Apr 14, 2009

My organization is looking for someone with heavy Flash/AS experience for an upcoming project. How do I go about finding people with the right qualifications?

View 2 Replies

Flash :: Flex - Developer IDE - Display With Coloring Keywords

Aug 11, 2010

I was wondering which IDE choice you flash developer use to write the code....I use Flex Builder for my AS3 only project so the code below will display nicely with coloring keywords. I wanted to know if there are better choices there...Also, does flash developer do the AS3 programming only? Do they do graphic design at all?

View 3 Replies

ActionScript 2.0 :: Desperate - Swf To Be Loaded Into A Movieclip(content) When MyButton Is Pushed

Jun 14, 2003

What I want to do is this: In my main movie I have 2 variables: movietoplay and tag I want an swf to be loaded into a movieclip(content) when myButton is pushed. This swf contains a variable, called tag1(var tag1 = "guitar"). Then if its loaded, tag and tag1 should be compared, and if they're the same, nothing should happen. But if they are not, another movie must be loaded elsewhere. Basically, I've collected links that belong with the different pages that load into 'content' and those groups should be loaded into the 'links' movieclip. But sometimes, the links for 2 different pages are the same. So I want to check if the links of the page that will come are the same links of the previous page and if they are the same, no new links need to be loaded. But if they're not the same, the new set of links should be loaded. (A set of links always ends with"_link.swf")

[Code]....

View 14 Replies

Arrays :: Search Multidimensional Array (Flash As3) Using Another Array For Search Criteria

Sep 26, 2011

Long story short: I want to search a multidimensional array in AS3 for (in this example) the location of 6 strings - all of which are stored in another unrelared array. Long story long: Once I get the locations (in the multidimensional array) of each string, i then know where it's located, and can access other atributes of that object - so if i found the string "box3" is located in element [5] of my multidimensional array, i can now target: multiArray[5][3] to return the 4th item stored (keeping in mind we're starting from 0, so 3 is the 4th position).

I can get this to work once, but I'm trying to set up a for loop based on the length of my basic string storage array - this array holds (in this example) 6 instance name strings - each time my for loop loops, i need to run a search in my multdimensional array for the next consecutive instance name. Then, once I've located all of them (and store the results in a new temporary array) I can dig around in each location for the info I need.

[Code]...

View 3 Replies

ActionScript 3.0 :: Upload It To School Server?

Oct 20, 2009

Edit, it works when i upload it to my school server!

View 1 Replies

ActionScript 3.0 :: Create An Animation For A School Assignment?

May 14, 2011

I have to create an animation for a school assignment... Anyway I'm quite new to Adobe Flash and I'm using Action Script 3.0. I have created the first segment of my animation and I'm now onto the second part but when i go to change the stage background of my second segment it changes the background of my first segment. If you don't understand this just say so and I'll rewrite.
 
[Im new to these forums so if I have posted in the wrong section could Admin/Mod move it.

View 1 Replies

ActionScript 2.0 :: Creating An Interactive Photogallery For School?

Aug 28, 2009

For the last couple of weeks, i've been trying to develope an interactive yearbook for my school. Im using an external XML, and trying to push all the data in the xml to assigned arrays. Also im trying to use a for loop to create empty movie clips. This empty clips will serve as "pages" if the total number of students is greater than 25. Also, on these pages im trying to attachMovie to a specific x, and Y, as you'll see in my source code.

Other than that, i can not figure out where im going wrong.When i first try to publish it, it gives me an error saying that the path is undefined, and will not load ANYTHING. if i make a few changes, it just sits there blanky.

[Code]...

View 1 Replies

ActionScript 3.0 :: Button Error Only On School Network?

Jan 14, 2011

I'd created an interactive quizz that worked great [URL] Then I decided to spruce up the background and add a "title slide" [URL] Both ran great on my home computer, but the second version bugs out on the school's computers! Everything seems fine until you try to advance past frame 2 using the "next question" button, and although you see the button's over and down states, the slide never advances. I only changed one line of code between the two examples, the one declaring the slide number variable, and the logic must be correct as everything runs great on my machine at home! Both machines are running IE7 and have Flash player 10 installed. Do you know of any issues with network compatibility that I may have overlooked? As I don't have CS5 on the machines at school, I can't run the .fla files directly for debugging, so I don't know what to do to locate the error.

View 5 Replies

Php :: Adding Unobtrusive Progress Bar To Old-school File Uploads

Oct 30, 2009

You all know the new generation of fancy, mostly Flash-based file uploaders like SWFUpload that can show a progress bar while uploading - a great improvement especially for shaky and low-bandwidth connections.

However, these uploaders all bring their own logic of how to handle uploads on the client side. I am looking for an unobtrusive way to "fancify" existing, classical file uploads, i.e. introducing a progress bar to normal file upload forms.

Due to the architecture of uploading files, this is most likely not possible without some tweaking on the client side.

I am looking for a solution that keeps the tweaking to an absolute minimum, e.g. a component that adds itself to the onsubmit event of a normal form, performs the file upload, displays a nice progress bar, puts the resulting temporary (server side) file path into the form, and submits it. On the server side, I just have to modify my script to use the file path provided by the flash uploader, instead of $_FILES and consorts, and think about security for a moment.

This is not exactly what all the Flash-based uploaders do: They can use data from a form, but they do not provide possibilities to submit the form as is, what is what I'm looking for. I am looking for a (probably) Flash based upload function taken a step further.

View 6 Replies

ActionScript 2.0 :: Senocular XML Search Tutorial (search Query Case Sensitive)

Dec 3, 2004

I've just tried senocular's xml tutorials. [URL] The search query seems case sensitive. How to make it accept upper and lower case characters. Actually i'm trying to make a search by myself by using the same code.

View 6 Replies

ActionScript 3.0 :: Create A Search Field To Search Keywords In XML File?

Sep 6, 2010

I am trying to create a search field in AS3 to search keywords in a dynamic text field of the same flash movie, where the text is loaded from an XML file.

View 1 Replies

Media Server :: Streaming Movie DVDs Within School Network?

Jun 16, 2009

Im looking to stream educational DVDs within my school, i now have a spare server but im not 100% sure what adobe flash product i need to do this?As ive seen a few different options to buy but thinking will the Adobe Flash Media Streaming Server  3.5 be good enough?Also the streamed files are they all via web page or can you use something like VLC player and connect to streamed files that way?

View 3 Replies

Making Text Attributes Understandable To Old School Print Designer?

Jun 23, 2009

To enter static text in Flash, the only measurement option available for the text size is points,while the measurement for"Letter Spacing" appears to be pixels (based on my own observations, can't find documentation to verify this). Can either option be changed so that both options are measuring pixels or point/em units?

For instance in InDesign, the type size is in points and the "Tracking" is 1/000th em (see comment here). Both measurements are based on the same basic unit, while Flash seems to be using two different basic units of measuring.

View 1 Replies

ActionScript 2.0 :: Merging Two SWF To Create A Google Street View Of School?

Jan 7, 2010

Basically at my school we are doing a project that allows you to walk around the school like you can on "Google Street View". Me being a geek, the teacher asked me to make a prototype using my house to see if this idea would work. So today I went on Flash and made two working Flash/SWF files, one being a "Google Street View"type of thing of my upstairs and one of my downstairs of my house. I made two SWFs because at school there are many different people working on the project so there will be many different SWFs to combine.

So after making the two SWFs (the upstairs one called Untitled-2 and the downstairs called downstairs) I tried to merge them together. Each one of the SWFs have action script on these" Arrows" that allows you to guide around my house. The action script on all the arrows is:

on (Release) {
gotoAndStop(Frame Number);
}

I made a new Flash Document and one the first scene I had a Button That Said "Begin". Once Pressed, it takes you to scene 2. On scene two I went to File > Import > Import to Library and Selected Untitled-2.swf. Untitled-2.swf was then in my library. I clicked and dragged it into the stage of Scene 2 and in the timeline only 1 keyframe pooped up. I thought it would work so I previewed the Flash Movie. The Begin Button show up, and when I clicked it preview file Flashed each Keyframe in Untitled-2.swf even though the first frame in Untitled-2.swf has the action script: stop(); The whole thing is uncontrollable and I dont know what to do. I hope you understood what I wrote (Im not the best with spelling and grammar). So in a nut shell, how can I combine 2 SWF files In Flash, whilst maintaining all the action script in each file.

View 1 Replies

Media Server :: Use Of The Developer Key?

Jan 26, 2011

I am trying to create a multi-player game and I found a VideoPhone sample that each client must have a key. But in this forum, I found a MMORPG that do not need any key for login.How can I do to implement this?

View 7 Replies

C# :: - Web Developer Moving To Winforms

May 20, 2010

I have been doing ASP.NET / C# development for several years now. I have recently been offered a project that will need to be a winforms application (I am assuming .net 2.0).

[Code]...

View 1 Replies

Search Function To Search For Button Names?

Jun 8, 2009

I've started a project a while ago, so far it is almost done but there is something that I seem not to be able to do alone... I would like to add a search function which I don't know how to do.It will not be a normal search function so I am going to try to beak it down with an easy example:

Let's say I did a project that is embeded somewhere in a normal html page with a main menu from where you can get to different city maps (e.g. New York, Paris, Berlin). The maps are seperate swfs. On all those maps there are several buttons for historical sites (or whatever) with a mousover function and a link to a page with more information about that specific site (on html).the names of the buttons are always a letter and a number (New York: "N1","N2","N3"...; Paris: "P1","P2","P2"... instance name for P1 is p1_btn)

What I need now is a search field in the main menu where you can search for those buttons. Meaning if I type in "N2" and hit search it will take me to the New York swf and show me button "N2".

I know this might not make much sense like this but the actual version is quite different and more complicated context-wise. Therefore if possible I would like to leave it that way with the main menu, the linked swfs and the buttons.

View 1 Replies

ActionScript 1/2 :: Develop A Search Box That Will Search Through The Titles?

Nov 23, 2011

I've got a catalog of events in XML that is read into my Flash swf. I'm trying to develop a search box that will search through the titles, descriptions, presenters, etc. and return a list of related events.
 
Does anybody know a prebuilt AS2 system that does this? Or a good tutorial on how to go about this? I have googled, but haven't found much.
 
Here is my approach so far. When I load in the XML I create an array of the frequency of all the words in the nodes that I'm interested in. I figured it would be useful to do this once instead of each time a search is performed. I store that word index in another array with an index that will take me back to the original node. I was trying to figure out if there was someway to put it all into one index, but then I'm not sure how I'd link back to the original nodes.
 
When performing a search I look through the array of word indexs and check for the word and return another array of which original nodes contain the word.
 
If the search term isn't represented I generate all the permutations of the word that have an edit distance of 1 -- i.e. that have a letter changed, added, or deleted in any position. So for example if the search is for "the" the list of 1-edit would be ahe, bhe, ... tae, tbe,... tha, thb...athe, bthe,...tahe,tbhe, ....... he, te, th. If any of those are found it returns the results and puts up a "Did you mean xxxxx?" type of notice.
 
So far all of this is working rather well.
 
I'm still working on figuring out what to do if the user puts two words into the search box.
 
Also haven't figured out what to do with plurals and other "stem" type situations.
 
I want to make this pretty simple and easy for people to get the results they want.

View 5 Replies







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