Flash As2
Http://www.kcpa-tv.com/test/problems.doc is where you will download the detailed list of problems in the flash, and see exactly what it now looks like so you will be able to give your bid.
Http://www.kcpa-tv.com/test/problems.doc is where you will download the detailed list of problems in the flash, and see exactly what it now looks like so you will be able to give your bid.
Hi, i search for one programmer who have a good skills in FLASH as2 fms connection.
I want added one option into my flash chat! PRIVATE MESAJE.
More details in PMB.
Thank you.
I need some non-structural modifications to my existing flash / AS2 site
- change order and some names of menu items, fix a xml issue where
a text document I upload does not produce the desired result
- resize captions text area for loaded images
- bid on 1 hour of concentrated effort and get paid on the spot
Need help embedding my vimeo videos in my flash site
http://vimeo.com/api/docs/player
You need to make sure that that VimeoPlayer.as file is in the root of your source directory, or the same directory as your FLA. If you want to put it in a different directory, com/vimeo, or something, you will need to update the VimeoPlayer.as file and have the package set to com.vimeo.
http://up.vimeo.com/forums/topic:30805
and possibly upgrade my AS 2.0 to 3.x
I need a simple flash AS2 job done. In my flash, I have movie clips that can be dragged and dropped on to a target area. This target area is re-sizable upon user input. So if a user enters 800 length x 500 height, the target area takes that size and if they enter 2000 length x 2000 height, it takes 2000 x 2000 size.
Now, the change in size is just the zoom level. So as an example, the script looks like this for zoom
var _loc3 = canvasWidth – floorWidth;
var _loc4 = canvasHeight – floorHeight;
if (_loc3 < _loc4)
{
zoom = canvasWidth / floorWidth;
}
else
{
zoom = canvasHeight / floorHeight;
So i have no problems with the target area being resized but what I need done is the movie clips that are dragged and dropped on to this target area need to be resized according to the zoom level of the target area.
I need this completed today my clients wants it early morning. So serious bidders only please.
No escrow. Full payment release through escrow only after my client takes a look at it and says the zoom level is logical and proportionate to the target area zoom.
Hi,
I need a customizable search module developed with specific functions. This need to be developed in AS2 with functions called through external .as & .xml files. Also need to be well documented (help file / help notes) so that I can customize it to my requirements.
Search functions based on category selection with keywords input. There will 12 categories, but this must be customizable.. so that in future I can add or delete the number of categories. In each category there will 30 store name, this too need to be customizable.. so that in future I can add or delete the number of stores. All these needs to be called form an external XML file. Each category and the store will have few keywords specified, so that it can be called through the keywords search.
Pls download the attached files for full details.
Game 1
Make an association game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Associations/
————————————————
Game 2
Make a quizz game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Quizz/
————————————————
Game 3
Make a Puzzle game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Puzzle/
————————————————
Game 4
Memory game in flash / AS2
Design is already done
————————————————
Game 5
Similitude game in flash / AS2
Design is already done
————————————————
Game 6
Make a Puzzle game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Puzzle/
————————————————
Please put your detailled budget for each game in your messages !
Thank you
I need a customizable search module developed with specific functions. This need to be developed in AS2 in flash with functions called through external .as & .xml files. Also need to be well documented (help file / help notes) so that I can customize it to my requirements.
Search functions based on category selection with keywords input. There will 12 categories, but this must be customizable.. so that in future I can add or delete the number of categories. In each category there will 30 store name, this too need to be customizable.. so that in future I can add or delete the number of stores. All these needs to be called form an external XML file. Each category and the store will have few keywords specified, so that it can be called through the keywords search.
Pls do download the PDF file for full details.
Game 1
Make an association game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Associations/
————————————————
Game 2
Make a quizz game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Quizz/
————————————————
Game 3
Make a Puzzle game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Puzzle/
————————————————
Game 4
Memory game in flash / AS2
Design is already done
————————————————
Game 5
Similitude game in flash / AS2
Design is already done
————————————————
Game 6
Make a Puzzle game in flash / AS2
Design is already done
You can see an exemple with another design here:
http://vlstudio.free.fr/Games/Puzzle/
————————————————
Please put your detailled budget for each game in your messages !
Thank you
Hi bidders,
flash clone for learning purpose. with limited budget.
Don’t send me your portfolio…The programmer who can deliver a good sample for this project and low price will win… More details in PMB.
Thanks
I have an external class that is imported into a nested movie clip. This class creates transform handles and initiates the rotation and scale handles for objects. You can view how it works here
http://nidds.com/ohmm/ohmm.html
Click PLANNER – Choose Length and Height – click on the menu sub panel where you have buttons INITMATE, ACCESSORIES, BY THE SEA, etc
You will see products appearing on the stage. When you click the product, it duplicates on the square
ISSUES:
1) Currently, the duplicate movie clip that you will see on stage is not created at runtime. Multiple copies of the main movie clip were placed at the center of the stage and using a counter they were intialized.
If you closely observe, whatever square size you enter, the duplicated object appears at the same x and y on the stage for all products.
I need this fixed. I want the ability to drag and drop the object on the stage. When I drag the object, it has to be duplicated so that the main object stays there and the cuplicated object is dragged.
2) The objects should be scaled to fit the square. If you observe, the objects are of different dimensions. So, when the square height or width is less than the object height or width, it will still be dragged but it cannot be dropped.
3) I need this external as2 class to be imported and it has to initialize upon the drop action of the movie clip.
This is an easy job for someone familiar with AS2. So please no unrealistic bids.
Thanks
Rob
my client wants a flash banner that has a zip code field. This is only for a local area and there are around 30 agent locations. A certain range of zip code will bring up 4-5 agents. I don’t know how to write the actionscript as2 code for this..although I know that it is probably simple for an advanced actionscripter.
I will be designing the look of the ad though. I just need the actionscript. It can even be something like this…
If zip code is between 89000 and 89999 then gotoAndPlay(2); something like that.
We need someone who can write ActionScript 2.0 for Flash to animate movieclips in perspective (all related files can be downloaded from: http://www.redsnappermedia.co.uk/storage/scriptlance/ScriptLance.zip).
Example flash movie of how we want the text blocks animated: http://www.redsnappermedia.co.uk/storage/scriptlance/ScriptLanceAS3.html
This has been created using ActionScript 3.0 and the 3D transform tool. Click on the button ‘SPANISH’ to see the text block animate. The click on ‘ENGLISH’ to see it swap back again. We want to achieve exactly the same animation but using ActionScript 2.0 so it can be published for Flash player 8.
The grey bounding box around the text is a graphic symbol which will be made invisible on the final version but is used so each element has the same dimensions. Essentially you need to be able to animate this symbol which contains each of the text blocks.
Example flash movie of the final format (ActionScript 2.0) at: http://www.redsnappermedia.co.uk/storage/scriptlance/ScriptLanceAS2.html
Two blocks of text on the left are static, these are what need animating. Buttons within a scrollable list on the right change language.
We require:
1) Actionscript 2.0 to distort and transform two blocks of text per language in exactly the same way as the ActionScript 3.0 example.
2) ActionScript 2.0 to control which language is displayed and to swap between languages using the scrollable button list on the right.
There will be 50 or more languages which we will implement but we require the ActionScript to be easily duplicated and expanded by us across all the languages. You will need to demonstrate it works on at least 5 different language options (not all 50).
Please provide examples of working with Flash ActionScript 2.0 for animating 3D perscective transforms.
Many thanks.
Several (4-5) changes are required to a simple flash gallery, displaying images, text and Video out of an XML file. the changes are mainly around the display and not functionality.
full details will be provided accordingly.
We have exactly 125 lines of source code that needs to be converted from AS2 to AS3. We will provide you the .fla file. We are using Flash CS3.
We need this asap.