ActionScript 3.0 :: Make A Mix And Matching Thing For A Fashion Client?

Nov 16, 2010

create those mix and match things that you often see on those fashion websites (You would select what variety of clothing you would want by clicking through the different items until you get the combination that you want, and then submit that choice to the store). I heard that it can be easily done in flash and so I am asking if it can be done.

I have nothing made at the moment. I just want to be able to know what the heck the client was talking about before I send her a contract. It'd be really messy if I come off as a guy who doesn't know what he's doing.

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Make Something Stop When It Hits Another Thing?

Jan 7, 2004

I am wanting to make a game, and I need a gravity code that works great. I want gravity, a jumpibg code, and then a code to make something stop when it hits another thing.

View 2 Replies

ActionScript 2.0 :: Dynamically Make A Dotted Line Box Around Some Thing?

Jun 29, 2006

Im trying to dynamically make a dotted line box around some thing. Making the box is simple but and I make it dotted or do I have to make a lot of little lines. Im going for a selection box like look

View 2 Replies

ActionScript 3.0 :: Make It So When The Character Touches A Swirly Thing It Goes To Another Scene?

Jun 7, 2009

I'm making a game using Cs3, and As3, And I need a way to make it so when the character touches a swirly thing it goes to another scene...How do I do that?

View 3 Replies

ActionScript 2.0 :: Make A File Data Center Sort Of Thing In Flash

Jun 12, 2009

Im making a file data center sort of thing in flash. What's meant to happen is: You click an button on the side of the list and on the display area beside it it shows the text info on that item and the button that you click to display that item! really simple but i dont know how to do it Instance names: what ever you want
Actionscript dyscription:

1. Click button
2. [instance name: "display" MOVIECLIP] displays the frame("display2")
3. Click other button in list and goto and stop ("display3")

View 2 Replies

ActionScript 3.0 :: Make The Thing Auto Rotate - Give Me Errors And The Carousel Would Not Load?

Feb 10, 2010

I followed the 3D Carousel tutorial from gotoandLearn http:[url].... I was able to put in my images and change the features to how I want, but for the life of me can't figure out how to make the thing auto rotate.

var tw:GTween = new GTween(container, 0.8, {rotationY:targetRotation}, ease:Exponential.easeOut});
tw.autoRotation = true;

But when I added it it just gave me errors and the carousel would not load.

View 3 Replies

Server Side :: Make A Small Thing On A Website That Will Allow The User To Update The News Themselves?

Dec 26, 2003

Ok I'm trying to make a small thing on a website that will allow the user to update the news themselves.... after reading up on it i found that to export a textfile in this way I would have to have a serverside script to execute it for me (PHP in my case)... I did it, but it isnt working..

View 14 Replies

ActionScript 3.0 :: TypeError: #1009 - Make A Popup Alert Modal Window Thing With An External Class

Apr 15, 2011

I'm trying to make a popup alert modal window thing with an external class. I have a simple swf set up with just some random sample text, a rectangle, and a button. What I want to happen is for the "alert" class to initialize upon startup of the swf and then when I click the button (instance: btn), the alert will show up. If I get rid of all AS in the swf and set alert as the document class, it shows up just fine, so I think it should be working, but for some reason I get this instead when I try the button function:

[Code]...

View 9 Replies

ActionScript 2.0 :: Make A Specific Thing Happen While Clicking A Specific Button

Jan 17, 2006

What I want is a hint how to make a specific thing happen while clicking a specific button. Like "if I click button 1, do this". Would like to use this script though I'm gonna add buttons over time and this is an easy way to have the functionality working.

Here's the code:

Attach Code

function hitButton(btn) {
btn.onRollOver = function() {
this.colorTo (0xC4006A);

[Code]....

View 4 Replies

ActionScript 2.0 :: Array - Output Them In A Fashion?

Aug 5, 2005

I am having problems understanding arrays. More exact, how to output them in a fashion. Say i have this array of five items, and i want to output them items starting first with a random number and then increasing by one until the array reaches the last index. But say the random number is 2? It would diplay 2 through 4 but not display 0 or 1. I would like to display 0 through what ever the initial random number was. In this case 2 through 4 would display, i would then like the 0 through 1 to display after. [code]...

View 1 Replies

ActionScript 2.0 :: [FMX] Duplicating Clips In A Grid Fashion?

Jan 28, 2004

Well i want to duplicate clips so they are in a grid fashion. I thought about something similar to this tutorial:[URL]..

But for that, you can't have for example, 27 of the same clips. It will always be 25, 30, 35 - depending on your i and j values of course.

So the question is how can you chagne the code from the tutorial, so the grid isn't actually a grid. In other words, have 5 clips in row 1, 5 clips in row 2, but 2 clips in row 3.

View 4 Replies

ActionScript 2.0 :: Duplicating Clips In A Grid Fashion

Jan 28, 2004

i want to duplicate clips so they are in a grid fashion. I thought about something similar to this tutorial:URL...But for that, you can't have for example, 27 of the same clips. It will always be 25, 30, 35 - depending on your i and j values of course.So the question is how can you chagne the code from the tutorial, so the grid isn't actually a grid. In other words, have 5 clips in row 1, 5 clips in row 2, but 2 clips in row 3.

View 4 Replies

ActionScript 3.0 :: Generate Movieclips Dynamically In A Circular Fashion

Jun 22, 2010

I want to generate movielclips dynamically using xml nodes in a circular fashion (lets assume 360 degree circle). Suppose if i have 5 nodes in xml, then it has to generate only 5 movieclips in a circular fashion. and if it was 50, it has to generate 50 mc's in a circular fashion again.

View 1 Replies

ActionScript 3.0 :: Generate Movieclips Dynamically In A Circular Fashion?

Jun 22, 2010

I want to generate movielclips dynamically using xml nodes in a circular fashion (lets assume 360 degree circle). Suppose if i have 5 nodes in xml, then it has to generate only 5 movieclips in a circular fashion. and if it was 50, it has to generate 50 mc's in a circular fashion again.

View 2 Replies

ActionScript 2.0 :: Get To 9 O'clock Position It Spins Around In Weird Fashion

Aug 1, 2006

What I'm working on is a spinning menu, and it's sort of working, but there is a particular spot where in order to achieve the rotation that I want, the menu spins entirely around instead of just going the 3 degrees or whatever that it needs. I can't quite figure out how to fix it.Note how when you get to the 9 o'clock position it spins around in a weird fashion.[code]

View 12 Replies

ActionScript 3.0 :: Make A Client GUI Application?

Feb 16, 2011

I am going to make a client GUI application. I have some parts of the GUI in action script( i dont know actionscript only java) is it possible to embed this code within java GUI?

View 0 Replies

ActionScript 3.0 :: Flash - Generate Movieclips Dynamically In A Circular Fashion?

Jun 22, 2010

I want to generate movielclips dynamically using xml nodes in a circular fashion (lets assume 360 degree circle). Suppose if i have 5 nodes in xml, then it has to generate only 5 movieclips in a circular fashion. and if it was 50, it has to generate 50 mc's in a circular fashion again.

View 3 Replies

ActionScript 2.0 :: Make A Accordion Menu For A Client?

Mar 1, 2007

i have to make a accordion menu for a client and i have never used the accordion component. is that the best way to go about it or is there another way that is easier and nicer looking?

View 2 Replies

IDE :: Make Button To Click And Go To Mail Client

Jan 26, 2009

I have a problem creating button for mail, how to make button to click and go to mail client

I tried mailto and doesn't work

my flash is FLASH CS3

View 1 Replies

Flex :: Make The Rounded Corners Of The Client App In WindowedApplication?

Apr 2, 2010

In my application,showFlexChrome is set as true in WindowedApplication,and the *-app.xml is setted as follows

<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>

I know how to make the top border rounded corners with follow codes:

borderStyle="solid" cornerRadius="8"

But I cannot find a method to make the bottom border of my app window rounded-corner.

View 1 Replies

ActionScript 2.0 :: XML Driven Menu - Display AttachMovie'd Items In A Logical Row / Column Fashion

Jul 28, 2005

I'm trying to create an XML driven menu for my portfolio site. I'm basing the code concept off Senocular's tutorial on this site, but I'm basing the aesthetic/operational idea off portfolio menus such as those seen on [URL] and basically every other portfolio site that uses small thumbnails as icons to present larger versions of the work.

Functionally, I think I've got it down (it's basically the tutorial code with the submenu functions stripped out), but I'm struggling with trying to figure out how to display my attachMovie'd items in a logical row/column fashion... i.e. if I had 7 items in my XML file and wanted the row to exist in threes, I'd have two rows of three and one row of one.

I'm sure there's a very simple solution to this that I'm simply overlooking. I was just thinking about trying to implement this via some type of counter/multiplier for the _y property.

View 2 Replies

Actionscript 3 :: Make A Project: XMPP Client On Adobe Flex?

Feb 25, 2011

In my university a have to make a project: XMPP client on Adobe Flex. On this occasion I've decided to learn any architectural framework and to use it in my project. Could you advise me, what framework would be the best one for the XMPP client? What are advantages and disadvantages of this or that framework?

View 7 Replies

Flash :: Make A Client Side Ftp Software Like FileZilla In Adobe AIR?

Apr 4, 2011

we make a client side ftp software like FileZilla in Adobe AIR?

View 1 Replies

Media Server :: Find Client Disconnected When Client Lost Net Connection?

Oct 27, 2010

how can I find on fms server that client disconnected if if client disconnected due to power cut off. I client manually close the application then onDisconnect on server is called but if due to power cut off it does not called.

View 1 Replies

ActionScript 2.0 :: Make A Policy File For A Socket Server Made On Java With A Client?

Dec 30, 2011

how to make a policy file for a socket server made on java with a client made on as2.

View 21 Replies

ActionScript 2.0 :: Client To Client File Transfer

Nov 19, 2008

Can we perform client to client file transfer, client to server can be done by FileReference. but how do we do client to client transfer, for example if a user wants to send file to another user to whom he is chatting online.

View 3 Replies

Actionscript 3.0 :: Client To Client Streaming?

Mar 17, 2010

I am trying to build a client-to-client streaming program - client 1 has a webcam and client 2 will connect to client 1 and be able to view the webcam. Is this possible using 2 swf clients? Can someone point me in the right direction as to what commands would be used to connect the two clients. I have tried: binary sockets Connect() where each clients points to the other and they both time-out NetConnection to try to point each client to one another to establish a connection, but no luck with that either; this seems more oriented towards streaming content to a flash media server rather than to another flash client.

View 1 Replies

Actionscript 3 :: Client + Grails Server - Processing Audio At The Client And Sending It Back To The Server

Mar 8, 2012

We're writing a flash application that can download a MP3 file, convert it to a Sound object, get the raw data and make some processing (like adding sounds, change octaves). After the processing, we want to send the data back to the server in chunks, so the server will be able to glue the data together and recover the new generated file. The problem is: if we send to the server "wav" pieces of sound, we are able to glue them together without any problem in the generated file. However, if we convert each wav piece to a mp3 file (so we can send a smaller file to the server) and join the mp3 files at the server, the result is a sound with some problems at the merge point.

This is how we load the mp3 file from the server:

sourceSnd.load(new URLRequest("sample url to mp3"));
sourceSnd.addEventListener(Event.COMPLETE, carregou);

This is how we convert each piece of mp3 to bytearray and wav:

[Code]....

View 1 Replies

ActionScript 3.0 :: More Than One Function One Thing THEN Do Another?

Jan 18, 2009

I'm wondering how you add more than one function to a button? When the button is clicked I want a tween to be carried out which brings a image onto the stage, then once that is there I want each button of a menu to tween in one after another. How can I do this with actionscript?

I've tried just adding the tweens all under one function but they are carried out all together rather than one after another..

View 9 Replies

Mouse Over The 2 Buttons The Whole Thing Disappears?

Mar 26, 2009

When you click on "works" on my site it reveals a menu with 2 other buttons, but when you try to mouse over the 2 buttons the whole thing dissapears. What I've done is set the "works" button to jump ahead in the animation to reveal the menu which is actually one large button with the 2 other buttons on top. The large button is set to - on rollout goto and play frame 1.

View 4 Replies







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