Archive

Posts Tagged ‘as3’

Iphone Simulation Flash As3

January 30th, 2012 Comments off

I have started a simulation of an iphone and need it to be completed using similar methods of action script and fully noted. things to be completed are such as opening and closing menu’s, viewing images(in sliding iphone fashion), using maps, sound and a keyboard to use in the message menu.

Convert Flash Tutorial From As2 To As3

January 25th, 2012 Comments off

We are looking for an experienced Flash developer to migrate an ActionScript 2.0 project into AS 3.0 (correct syntaxic changes).

This is a first step so we can compile it for the iPad platform.

As a second step, we may have some additional changes to better adapt it to the tablet size. But that would be a separate project.

We estimate the workload to be between 5 to 10 days.

We’ll give additional details to the bidders who will be shortlisted, before a final bid is selected.

Raster Image To Vector Polygon In Flash And Svg

January 3rd, 2012 Comments off

I am creating a Flash image to vector scan app that imports an image and scans to vector…using a raster to vector algorithm already available written in AS3 the project uses BitmapData() in Action script 3.0 to scan pixels, I have laid out the interface logocally and have the spec/code process developed already with code files and a detailed spcification of how the app works in an integrated system. The output would be flash polygons and SVG formatted files and compiled to a executable.

Tell Me What This As3 Function Outputs

December 12th, 2011 Comments off

Just need someone that has Flash to run this function and tell me the output. Willing to pay. Run it as _-TX(-633, -89)

public class _-6r {

static const _-0M:Array = new Array([-1965640999, 1106197457, 1924304339, 46025238, -2071459649, -1705569666, -1684366694, -1090942929, -2047992572, -1424140388, -1781014503, 1972275252, 1092327300, -974127431, 928689421, -338863303, -572030881, -2042369564, 1720229659, -652198152, -799035140, -860163988, -873911711, -36866713, -1042943495, -1…

Convert As3 To Php

December 12th, 2011 Comments off

Following function needs to be converted into a PHP function and produce same results as AS3 function. Must be done within 24 hours.

public class _-6r {

static const _-0M:Array = new Array([-1965640999, 1106197457, 1924304339, 46025238, -2071459649, -1705569666, -1684366694, -1090942929, -2047992572, -1424140388, -1781014503, 1972275252, 1092327300, -974127431, 928689421, -338863303, -572030881, -2042369564, 1720229659, -652198152, -799035140, -860163988, -873911711, -36866713,…

Custom As3 Preloader And Template Base Conversion

December 1st, 2011 Comments off

Hello All!
What im needing is a preloader created that can be easily adjusted/skinned with graphics per project on the timeline. An example link of what im trying to acheive is here – http://www.adobe.com/devnet/actionscript/articles/lightweight_as3.html – Also if interested could you please quote on this as well? Im wanting to convert a Template file that I created in AS2 to AS3! Ive attached the files for you. Ive already set up a base for the AS3 version just need the functionality applied t…

Need Flash As3 Developer

November 14th, 2011 Comments off

Hello Developers,

I need some changes in a flash application. The application is built using action script 3. Please ask me for more details in PM.
Only serious bidders please.

Convert This File To As3

July 15th, 2011 Comments off

Convert this file to AS3 and make rotation based on mousewheel and add a wire frame(3d axis) so that it can be rotated around axis as well.

As3 Datagrid Cellrenderer.button/image

May 21st, 2011 Comments off

Hi I need to develop a datagrid that displays images and buttons in several columns the following way.

The Datagrid has four columns.

The first and and third columns need to display images, but the images need to have different sources, so the image displayed in each will be different. The second column is text and the fourth column is for a button cell renderer.

I have already sought this myself but I have essentially two problems:

1) I can load an image to the first datagrid column, but I can

As3 And Red5 Custom Web Cam Recorder

May 19th, 2011 Comments off

I am working with Flash CS5 in AS3. I need to be able to record A/V from my web cam and store it on my local machine.

As of now, I have the video feed but I have no way of saving what the video feed is showing to a .flv

I have been working with Red5 instead of Flash Media Server because its open source and FREE.

Have any of you done anything like this before?

Thanks,

Chris
.

As3 Flash Built Game To Run On Java And Red Dwarf Server

May 13th, 2011 Comments off

The goal is to create an avatar creator and then help integrate it into a game that is being developed so that it runs on a Java and Red Dwarf server, where the game is built in FlashBuilder 4 and AS3. The options will be either male, or male, with various clothing, and accessory options. It’s an extreme turnaround deadline, so please be serious, and professional, and only bid, if you can finish the job on time, and have great communication skills. All assets are being created, and will be provided.

Oc-database

May 8th, 2011 Comments off

I need you to fix and complete this small demonstration project which is written in AS3. Before you start, look at part 3 of the online tutorial cited in the next paragraph. I modified the code to build my AS3 program. But, I’m having trouble!

You can Google: “search through xml database using AS3 Part 3″
– or – click on this site:
URL:http://www.google.com/search?hl=&q=search+through+XML+database+using+AS3+Part+3&sourceid=navclient-ff&rlz=1B3GGLL_enUS391US391&ie=UTF-8

This “AS3 Part 3″ tutorial program:
1. loads an XML file
2. creates a datagrid to display the data and some combo-boxes to search the database
3. parses the entire XML file into an array and then creates a new array from the old one which contains only the data that the user searched for and puts it out on the data grid. (The datagrid has a built-in sort function which is very useful.)

Here’s how my project is different:

1. No text input by the user. All the inputs will be handled by combo-boxes.
2. no fancy colored rows or text. Just plain black text output. No line separators either.
3. Data came from MS Access and was saved as an XML file.

What I need done:
( Please run the SWF and look at my fla first)

1. I can’t get the data into the datagrid! I assume I am creating arrays but maybe not. This is the major problem. Fix it and provide an explanation of what I did wrong.

2. I need the DataGrid, the search button and the combo-boxes cleaned up. The stage dimensions should remain as they are. I can do this myself, but you might as well do it. Do not get fancy!

3. I need to be able to search on a range of numbers. You can use the age category to show me how to do this. The user will select something like “from 21-65″ or from “0-10″ and the program will select only those ages which fall into the selected category. Feel free to add more data if you need to test this.

4. I am not searching on IDs or Names. But those must show as part of the output.

5. Any changes you make MUST HAVE DETAILED COMMENTS. Your work will be my model for a much larger database.

My Comment:
This is not a difficult job. I am a non-programmer and I got this far without help. If you are familiar with AS3 or similar programming this should be very simple. Do a good job. There is more that I need done and I would like to work with the same person.

Small Flash Project As3

May 7th, 2011 Comments off

I have a small flash game. (AS3)
Everything works wonderful!

I just need to put a video before start the game and a “skip video” button to skip video and enter the game menu.

All files and video are ready!
Can somebody do this?

Note: I need it within 10 hours!

Thanks!

As3/xml Template Modifications 2

May 5th, 2011 Comments off

I have an AS3/XML template that I am working on and need some help making a couple minor modifications to the template.

I have the template and two additional AS3/XML scripts that I need embedded into my template.

I will provide more info and links to the scripts in the PMB.

I need this done relatively quickly.

Thanks

Flash Swf Loop As3 Super Easy Job

April 30th, 2011 Comments off

Hey, this is very very easy for the person with the know how…

I have a .FLA file that contains my swf movie, and I need the swf to loop for certain frames only.

Im guessing you would use AS3 to create a syntax that says when you reach this frame, go back to “x” frame.

Thanks for viewing, I need this done in a matter of an hour or less, this is not that complicated.

Ill let the winning bidder know what frame should the loop start at.

Categories: ActionScript 3, Easy, Flash Tags: , , , , , ,

As3/xml Template Modifications

April 28th, 2011 Comments off

I have an AS3/XML template that I am working on and need some help making a couple minor modifications to the template.

I have the template and two additional AS3/XML scripts that I need embedded into my template.

I will provide more info and links to the scripts in the PMB.

I need this done relatively quickly.

Thanks

As2 To As3 Conversion

April 26th, 2011 Comments off

I have a 7 flash files developed in AS2 using mostly the TweenMax class system. The files are fully functional in AS2 and include GA tracking, video bandwitdth detection (netConnect/rtmp), an audio player, external URLs and share facilities such as facebook/twitter links. There is also a simple form with php functionality.

A working AS2 example will be able to view for reference, as will the current source code.

I am looking for someone with solid AS2 to AS3 migration ability. A quick successful job will guarantee more work at increased rates.

If you feel you have the skills and ability to do this job, then please get in touch now. Thanks.

Update A Small Flash Game From As2 To As3

April 14th, 2011 Comments off

Nothing(design and functionality) should be changed.
Only upgrade the code from AS2 to AS3.

you can download the source code file(see attachment).

Adobe Flex To WordPress As3 Library Modification

April 4th, 2011 Comments off

There is a pre-existing AS3 Library to allow you to easily send posts to a WordPress Blog from an Adobe Flex Application.
Trouble is, that when the posts are shown on WordPress, Commenting is turned Off.

I need someone to modify this AS3 Library such that when the Post is sent to WordPress, that Commenting is turned On by default. The user of the Flex Application should not need to visit the WordPress site to enable Commenting.

The AS3 Library can be found here:
http://blog.absentdesign.com/as3-library-for-the-wordpress-api/

The Flex Application is deployed as an AIR application, so the modifications must work within the AIR framework.

Development is done in Flash Builder 4, so the Flex code must compile without erros or warnings in FB4.

Flash As3 Player & Play To Fms

March 2nd, 2010 Comments off

I already build a Player list and i want more feature
such like this :
1. Time Counter 30>0 after Allow Request.
2. Time Counter button.
3. Stop Enable only.
4. After 00 Play enable, Stop & Record disable.
5. There is delete if record finish.
6. Counter start from 0>30 if Play.
7. Accept access internal device info

Play Button
1. Slide Fast Seek Bar.
2. Volume.
3. Play change to Pause.

Categories: Flash Tags: , , , , , ,

As3 Smiley Component

February 25th, 2010 Comments off

Hello,

I need an emoticon text field component for Flash CS4 for Action Script 3.

Flex As3 Video Rec-streamer

February 22nd, 2010 Comments off

This is a RUSH project.

Please see the attached pdf for basic funtionality of this browser based video capture app, that has both audio and motion detection and streams video to our wowza server.

If you are not familiar with motion detaction techniques, here are a couple of samples.
http://blog.soulwire.co.uk/code/actionscript-3/webcam-motion-detection-tracking
http://www.laserpirate.com/as3edgeandmotion/

This app needs xml supplied parms for frame rates etc.

Please do not just dump your resume online. If you have a working version similar, you have priority.

Open PMB with Questions

Pro As3 Coder For Oop Work

February 22nd, 2010 Comments off

We are in need of a professional AS3 coder to help us with our big project. we will be coding on a team so it’s important to mention some

details:

For a business to be successful, we need to make sure that the team is following the same rules and here I try to explain some of the

important facts that we apply in writting our classes. This does not mean that we know everything about coding and it does not mean that we

are sure this is the best practice neither! As you know, technology in the world is expanding so fast that no one could ever be sure that

they know things better than others but I just tell you the facts that we have been happy with. and it’s very probable that in future, new

rules may be added but as for now, the following structure is the best we have came up with.

To give you a quick insight of the final goal, it’s worth it for you to know that we are going to build up a very big software which will

allow ordinary internet users to build their own flash sites with nice and modern features/tools. and to get to that big dream, we are

building our classes from the very scratch. we have started with some very basic classes like a Bg class, like a button class, like a

scrollbar class… we are also uploading the classes to www.myflashlab.com if you want to have a look at their demo.

take the scrollbar class as an example: http://www.myflashlab.com/2010/01/22/scrollbar-class/ as you see, although this is a scrollbar, but

it’s very complex, almost perfect. it does almost EVERYTHING you might want a scrollbar to do!

Here are the points you need to know:
1) we code AS3 with the help of the free software “FlashDevelop”. not because it’s free but because it gives us a lot of nice features that

FLash IDE doesn’t. Besides that, it will help us easilly use the SVN in our internal network. you must know how to code in FlashDevelop and

how to work with SVN, we’re using “TortoiseSVN”.

2) we use Flex SDK for compiling the codes, currently we are using “flex_sdk_4.0.0.6898″.

3) we carefully write comments for asDoc generator so we can generate html documentations for every class we finish.

4) we write our code with a very careful look at CPU usage because these classes will be all used together in future and if we want the

final product to run smoothly using hundereds of these classes, we must be sure that all small classes are working smooth without using

unnecessarilly cpu. To manage this, we must use the common logic and make sure the class is not doing something unnecessary operations…

just as a simple and quick example, we don’t want to have a Event.ENTER_FRAME to be always running. it just need to work when needed and

removed when it’s not necessary. or for example a “for loop” which is trying to find a “Sprite” in the stage must be terminated as soon as

it found the desired result, and many more samples… the main thing is to make classes run as smooth as possible.

5) For almost all our classes, we add “ADDED_TO_STAGE and REMOVED_FROM_STAGE” listeners so we can make sure we are coding clean and if a

small button class is inside a popup class and the popup is removed, we can be sure that the button inside of it will also be removed

completly and no other process will continue silently in the background.

6) We code our classes in a fashion that we have named it “live approach”, by which I mean you can set properties for the class anytime and

they will work instantly. take the scrollbar class as an example, you can change its dimensions or colors, or any other property anytime and

depending on which property is changed, the scrollbar will be changed accordingly.

7) for some of our classes we build an import/export method. this needs a bit more explanation but as a brief, these two methods, will let

you create a new instance of the class and instead of manually setting its properties, you can export properties from a former instance and

then import them into the new instance. For example in our contact form “http://emstris.com/sample/AS3/forms/contactForm/”, we have used the

scrollbar in three different places, but we didn’t want the user to be forced to set properties for all three scrollbar instances manually,

so they set the scrollbar once and then we use the import/export method to set the properties to all other instances of that class.

that’s it for now :) I have put a very basic project for you which includes all above explaned rules. that should get you started. all I

want from you is to be able to code nice and clean and as OOP as possible.

If you feel ok with these, let me know in PMB and I will send details for our real project that you’ll be helping us with.

and by the way, please send me your best sample code. only send me one sample, you best one.

Best regards,
Hadi

Categories: Flash, Programming, XML Tags: , , , , , ,

Combine Multiple As3 Files

February 17th, 2010 Comments off

There are several AS3 Flash files which have been purchased from FlashDen, with the purpose of creating one ‘feature’ banner for a website.

I have a navigation bar Flash file (AS2) which I would like to use to load each flash file.

I would like to either use this navigation bar to load each flash file correctly (by converting it from AS2 > AS3), or combine all the files into one AS3 file.
I need this one to be ASAP. If you have done any similar thing, this will increase your odds.
Many thanks.

As2 To As3 Conversion

February 13th, 2010 Comments off

Hello,
I have a project that works well in AS2. The Flash Application uses UI Components to allow users to make a selection from a variety of criteria and press a calculate button. Based upon the result an image or swf is returned to a movie clip in the display area of the app.

Now, I want to have the same functionality but programmed in AS3 using AS3 UI Components.

This should be a quick project. The AS2 version works perfectly. Most of the coding is repetition based on if / else if statements. Main issue is converting to AS3 UI Components.

In a rush. Thanks

Bounce A Ball Game (as3) 3

February 9th, 2010 Comments off

Hi,

This is not a request for a complete game, but only for a simple ‘bouncing ball’ system that I will make into a game myself later.

Attached is the source file with some graphics, the graphics you will be working with are the ball and the wall lines. These are mockup graphics.

Your job is to make it work like this:

a) when the user clicks the ball (MouseEvent.CLICK) a function is called that will receive 2 random values, an angle and a intensity, the intensity between 1 and 10 .

B) With this values the function should animate the ball and make it bounce off the walls until it reaches a complete stop.

c) The code should be in Actionscript 3 and OOP and the bounce algorithm doesn’t need to be realistic, because this game is for kids.

The budget for this project is $60 USD and timeframe is 2 days.

You MUST provide examples of work to be considered.

Thank you.

Categories: Flash Tags: , , , , , ,

Bounce A Ball Game (as3) 3

February 5th, 2010 Comments off

Hi,

This is not a request for a complete game, but only for a simple ‘bouncing ball’ system that I will make into a game myself later.

Attached is the source file with some graphics, the graphics you will be working with are the ball and the wall lines. These are mockup graphics.

Your job is to make it work like this:

a) when the user clicks the ball (MouseEvent.CLICK) a function is called that will receive 2 random values, an angle and a intensity, the intensity between 1 and 10 .

B) With this values the function should animate the ball and make it bounce off the walls until it reaches a complete stop.

c) The code should be in Actionscript 3 and OOP and the bounce algorithm doesn’t need to be realistic, because this game is for kids.

The budget for this project is $60 USD and timeframe is 2 days.

You MUST provide examples of work to be considered.

Thank you.

Categories: Flash Tags: , , , , , ,

Required As3 Programmer

February 5th, 2010 Comments off

Hi
I need a programmer who can work in AS3.
Project details will be forwarded in PMB.
Thanks & Regards

As3 Experienced Developer

February 3rd, 2010 Comments off

Looking for a skilled Actionscript 3 developer who is also skilled in Photoshop to XHTML/CSS conversions. A full-ranged developer to take on an exciting project. Must possess experience in the following skills:

1. AS3
2. Javascripting
3. PSD
4. XHTML/CSS
5. AJAX
6. Facebook integration
7. PHP
8. WordPress

Bounce A Ball Game (as3) 2

February 3rd, 2010 Comments off

Hi,

This is not a request for a complete game, but only for a simple ‘bouncing ball’ system that I will make into a game myself later.

Attached is the source file with some graphics, the graphics you will be working with are the ball and the wall lines. These are mockup graphics.

Your job is to make it work like this:

a) when the user clicks the ball (MouseEvent.CLICK) a function is called that will receive 2 random values, an angle and a intensity, the intensity between 1 and 10 .

B) With this values the function should animate the ball and make it bounce off the walls until it reaches a complete stop.

c) The code should be in Actionscript 3 and OOP and the bounce algorithm doesn’t need to be realistic, because this game is for kids.

The budget for this project is $60 USD and timeframe is 2 days.

You MUST provide examples of work to be considered.

Thank you.

Categories: Flash Tags: , , , , , ,

Bounce A Ball Game (as3)

February 1st, 2010 Comments off

Hi,

This is not a request for a complete game, but only for a simple ‘bouncing ball’ system that I will make into a game myself later.

Attached is the source file with some graphics, the graphics you will be working with are the ball and the wall lines. These are mockup graphics.

Your job is to make it work like this:

a) when the user clicks the ball (MouseEvent.CLICK) a function is called that will receive 2 random values, an angle and a intensity, the intensity between 1 and 10 .

B) With this values the function should animate the ball and make it bounce off the walls until it reaches a complete stop.

c) The code should be in Actionscript 3 and OOP and the bounce algorithm doesn’t need to be realistic, because this game is for kids.

The budget for this project is $60 USD and timeframe is 2 days.

You MUST provide examples of work to be considered.

Thank you.

Categories: Flash Tags: , , , , , ,

Flash As3 Isometric Engine/fw

January 31st, 2010 Comments off

Am looking for experienced AS3 developer for a multi-user virtual world development, on isometric game engine/framework.

As3 Dev. For Flv Presentation

January 8th, 2010 Comments off

Need an advanced AS3 programmer to do the following for our Flash based Synchronized Streaming Presentation:

Current link to presentation:
http://streamingdigitalmedia.com/demo/demo_col_sotca_2009/index.htm

Here is what we need done in priority order:
- Needs to function perfectly when being accessed locally
- Need to change the Hyperlink of “Streaming Digital Media dot Com” to “Streaming, Inc.” and needs to point to http://www.streaminginc.com
- Incorporating some sort of white flash/transition between the slides?
- Change the blue background of the Table of Contents with white? Then change the font colour of the Table of Contents items to dark blue?
- Can we make the scroll buttons a bit bigger for ease of navigation?
- Can we pretty up the player buttons? Black border and blue in the middle?
- Add a 5 second loader much like the one located on our old version of the presentation http://streamingdigitalmedia.com/schulich/lecture_series/stephen_sims/index.html but with the words “Streaming, Inc.” instead of “Streaming Digital Media dot Com”

As3 Fix Liquid Resize Video 2

December 23rd, 2009 Comments off

I have a specialized video player written in flash

http://www.troyworks.com/webinars/index2.html

I need to get it to properly resize, right now it’s halfway done and turned off, cause it doesn’t work correctly.

The timer the logo are on a multiframe flash and need to center in the size of the browser.

The video doesn’t scale correctly on tall (not wide), causing the video to get severely clipped.

The resize of the browser doens’t correctly center things, right now
it’s turned of but when on, things end up on the far right of the screen.

There is not actually that much code left to do, probably 3 hours of work for just I’m busy on other parts of the project so can’t do it myself.

Successfull delivery would involve testing the player on IE, FireFox, Safari on several different resolutions e.g. 800×600,600×800, 800×1440, 1024×1280 etc. and have all the assets appear properly centered and when resized have the same assets centered as well.

You would need SVN in order to work on this project, others are involved on it. You must also use something other than Flash CS3 for coding, else you just aren’t a right fit.

If successful this would lead into other Actionscript AS3.0 work, so looking for a good resource with excellent english skills and coding abilities for a long term working relationship.

Categories: Flash Tags: , , , , , ,

As3 Programmer Required

December 21st, 2009 Comments off

Looking to hire AS3 Programmer.
web Site need to be enhanced.

Important Points:
1. Serious bidders. (drop a msg in IM)
2. Sample showcase
3. Quality deliverable
4. ON TIME EVERY TIME
5. Milestone based delivery
6. No upfront payment. Payment at end of project

URGENT – Projects starts now!

As3 Coder For Conversion Proj

December 17th, 2009 Comments off

Hi,

please bid only if you can work over next 6-10 hours to complete this project. Do not bid if you cannot.

we have completed a site module http://bit.ly/67Raam which is to be part of a main site http://bit.ly/67Raam.

however we did it in as2 and client needs us to recode what we have done in as2 into as3 + ext classes.

we can provide reference files of existing pages on the current site, and entire source of our module which is working.

again, please bid only if you can work and finish this in 6-10hours.

when you pm me, i will provide the files for you to have a look and confirm the bid.

thanks

Categories: Flash Tags: , , , , , ,

Programmer Skilled In As3

December 15th, 2009 Comments off

Hi

We need someone with a small team of as3 programmers, to work over next 1-2 days for an urgent project.

all codes provided but you will need to contact us to host the files as the server is locked to our ip and we need to upload for you to test.

if you render the fla locally, it will not run as it needs to reside on the server side.

we will be online on gtalk so you can communicate.

pls only bid if you can work over next 1-2 days full time on this.

As3 Programmer 2 Days Project

December 15th, 2009 Comments off

Hi,

we need someone strong in as3 to help us on a project for next 2 days.

we have the flas etc, and need help with as3 coding, and using some existing codes to create something similar to http://soccernet-assets.espn.go.com/scoreboard?league=all&cc=4716, to pull content from xmls.

you will need to be available on gtalk, over next 2 days as you will not be able to test live on the server, as the project is quite complex.

you can send the files to us, and we will upload to the stage server for you.

please revert with your experience in as3 when you bid.

we prefer if you are closer to GMT+8hours, our time zone.

thanks

Convert Drawing Applet To As3

December 12th, 2009 Comments off

I have a simple special pie chart drawing applet viewable here.

http://troyworks.tripod.com/troyworks/flashwork/SunburstViewer2.html

I need to put in a new AS3.0 project.

but the original is written in AS1.0 (the script is attached). So some things have changed.

The code is clean shouldn’t take more than an hour or so to get the syntax changed over.

Need to
1) switch the functions from e.g.
drawfunction = function(AllRings, zoom, timepan)
to
private function drawfunction(allRings:Array, zoom:Number, timepan:Number):void{

2) Change the xml sytax to E4X style e.g.

parentNode.attributes.pa;

to
parentNode. (at) pa;

Flash As3 Xml Video Builder

December 10th, 2009 Comments off

I had a you developer build an app for me at www.hirepresence.com/vcreator/test.html

He got about 90% done now I cant get intouch with him, and I have not have the latest source.

It also appears that older flash and action script was used, so I have decided to post again to have it built from scratch.

This app was supposed to go live two days ago, so we are very far behind schedule, so I need delived asap.

I have the XML files needed for business rules, and the adobe illustrator file for the vector graphics.

You will need to understand the functionality of how the video packages work.

the end result will be a 4 layer video in the player.

Ask questions and again, please note, I need quality and speed.

Bear