Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Http://www.spreadshirt.net/shop.php



can anyone point me in the right direction as hto how to create store like the one shown

http://www.spreadshirt.net/shop.php



FlashKit > Flash Help > Flash MX
Posted on: 12-06-2006, 07:46 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Spreadshirt.com
Hi all

I have started a project for a t-shirt store with a similar features spreashirt.com

can any one tell me how he is controlling the designs and text rotation and scaling inside the target area

Spreadshirt Tutorial
Have a client that wants a similar t-shirt designing system to that on spreadshirt.net. Anyone seen any tutorials on something of that magnitude!

Cheers

Spreadshirt.com Rotate Design Feature
anybody been to spreadshirt.com yet? it's a site where you create a tshirt design and have it printed, i'm creating an app similar to it and i can't seem to get the logic behind the rotate feature.

i mean, i'm already able to rotate my design but what i don't get is the snap feature. it's when the clipart should get stuck when you rotate it because it hits the outsides of the bounding box.

i hope this does not violate some copyright stuff since i also spent time coding my app, and i'm just copying a feature. any insights would be appreciated. thanks.

here's a link to spreadshirt btw..
http://www.spreadshirt.com/us/US/Cre...t/Designer-59/

and here's my app (quite buggy as of now)
http://tshirt.ramon.ph/

HTTP Status 404 Http://localhost:8080/flashservices/index.html
Why if I type "http://localhost:8080/flashremoting/gateway" (flashremoting is the context root)in the address bar, I will get a HTTP Status 404 error: The requested resource (/flashservices/index.html) is not available.
If every thing is ok, it should show a blank page, right?
Thanks

By the way, if I set gateWayUrl to "http://localhost:8080/flashremoting/gateway", I will get an error of "flashgateway.adapter.NoSuchServiceException: No service named flashremoting is known to Flash Remoting MX."
if I set it to "http://localhost:8080/flashremoting/", I will get an error of "NetConnection.call.BadVersion"!

I am quite confused now, can anyone help me out?
I am using flash mx 2004 pro, flash remoting mx with components installed. And tomcat 5.0

[F8] Links In Single Swf To Http:// Http://www And Https://
Hey everyone, I have an swf with several links to "http://www.infiniteguitar.com/blahblah.php". You can see the swf on the top left of the site here: http://www.infiniteguitar.com/ where it says "Lesson Links".

My problem, is that the links only work when the address bar in the browser specifically says "http://www.blahblah" with the "www". However, if I used the following URLs, the links don't load:

http://infiniteguitar.com
https://www.infiniteguitar.com

Is there something I have to do in the actionscript to make the links load no matter what the beginning of the URL says. I'd like the links to work on secure pages as well as when the "www" is not present in the URL.

Thanks for any help!

Pro Shop
I don't think I can make it beyond the drawing board in the design phase (creating the way things look from a pure FORM point of view) to the flash stage in the development phase (programming the way things work from a pure FUNCTION point of view) without pulling all of my hair out.

Does there exist any kind of "pro shop" where a newbie who is frustrated to tears can go and just pay a flash expert to do in his sleep what she can't do wide awake?

IOW, how do I subcontract out the action script portion of my projects? I know that's a wuss way out but I have other fine art projects I need to be focused on and my mind goes into vapor lock trying to figure out why something doesn't work the way it should. Plus, it is just too time consuming. Please advise.

Web Shop
Do anyone know if its hard to create a web shop with a product list and a cart.

Looking For A NY Shop. Thank You.
Hello,

i know this is a web design forum. I use it all the time. I am just going to New York in one month and i am thinking in buying a Laptop there. Can somebody tell me some good and cheap computer stores?

I am asking here cause maybe some of u can help me out.

Thanks and Sorry for taken your time with this,
Miguel

Online Shop?
I recently told one of my clients that it would be no problem to sell some of their products online, ooops

in your opinion where is the best place to find the most comprehensive information to do this in flash, anyone recommend a book??? or a site that has lots of info??

Hope you can help me out

Flash Shop
The description below is what i want to do. Right now I am using paypal's cart, but I want to have the cart in flash. You can see what I have done so far: http://www.creationdaze.com . You'll notice that for every item added to the cart it opens up another html page for the cart. Thats why I want to have a cart in flash. Your help would be greatly appreciated!

I am using MX, I am sending the variables to Paypal. I have about 32 items right now. I have a mainmovie (_level0) witch loads a vertical menu to the left (_level1) and loads the maincontent (_level2).
There are three catagories of items. So in the menu(_level1) there are links to the 3 catagories witch when click on load there catagory in _level3. So there are different items in these 3 catagories and I want the visitor to be able to add the items to the cart. Have the cart add up the total, with short description for each item (identifing the item) and send the two variables to paypal. Hope that was clear enough.

Main Movie (loads to _level0)
:holds all the other loaded movies using (loadmovie command)

Menu (loads to _level1)
:has the buttons that link to the catagories of items. ie.. (cat1,cat2,cat3) when clicked loads to _level3

Content movie (loads to _level2)
:initial content page

Cat1 - button on menu (when clicked loads cat1.swf to _level3)
Cat2 - button on menu (when clicked loads cat2.swf to _level3)
Cat3 - button on menu (when clicked loads cat2.swf to _level3)

Each catagory has items that when click "add to cart" next to that item should be added to the cart.
It should add up all items to a "total price" and add up all descriptions for each item to "total description"

When click on check out - should send "total price" and "total description" to paypal.
You know what I mean! =)

Please let me know if you need further information. Looking forward to your help!

-Travis

Variables Shop Mx? Please Help
sorted it thanx 2 those concerned

How To Make A Shop Like This
I'm after sme help on how u would go about building a shop like this one:
https://www.shopcomposition.com/secure.aspx i dont wont to copy it or anything like that just wnat to understand how it works how to store the user selection and such. if u could point me in the right direction that would be good
thanks

Basic Shop Car
I am creating a basic shop car, you choose a product you drag to shop car, after this it goes to appear in a dynamic field the price, this I did.
my problem.
when I drag a product to a shop car, it I appear the price but when I drag one another product, I didnīt make it to add these two values, it he only changes the value for as the new product.
how I would make to add?
I have 6 products.
my AS.

Code:
//
var nProduto1:Number = new Number (199);
var nProduto2:Number = new Number (600);
var nProduto3:Number = new Number (1200);
var nProduto4:Number = new Number (199);
var nProduto5:Number = new Number (300);
var nProduto6:Number = new Number (350);
//----------------------------------------------------------------------------------------------
//arrastar e soltar Produto 1
produto1_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto1;
}
};
produto1_mc.onRelease = function () {
produto1_mc.stopDrag ();
};
//arrastar e soltar Produto 2
produto2_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto2;
}
};
produto2_mc.onRelease = function () {
produto2_mc.stopDrag ();
};
//arrastar e soltar Produto 3
produto3_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto3;
}
};
produto3_mc.onRelease = function () {
produto3_mc.stopDrag ();
};
//arrastar e soltar Produto 4
produto4_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto4;
}
};
produto4_mc.onRelease = function () {
produto4_mc.stopDrag ();
};
//arrastar e soltar Produto 5
produto5_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto5;
}
};
produto5_mc.onRelease = function () {
produto5_mc.stopDrag ();
};
//arrastar e soltar Produto 6
produto6_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto6;
}
};
produto6_mc.onRelease = function () {
produto6_mc.stopDrag ();
};
//
sorry about my english

Swap Shop
i need to swap the entry of an array

currently
Code:
striker[0] = _level_0.striker_1

need to create
Code:
striker[0] = "empty"


any ideas?

Card Shop
Hello,

I've been searching around and can't seem to find the answer that I'm look for.

I want to make a site that will let people buy cards.
Nothing too fancy, I just want the customer to pick a template and then pick from a list of pictures I have, let them type in the text that they want on the card. When they finished the design, I would like them to enter the amount of quantity and click the Submit/Buy button.

Now I'm stuck here, once they've click the Submit/Buy button, I just don't know what to do.
I don't know how to receive their orders, how to get their contact/delivery address etc.

Can anyone please direct me to the right place please?
Any info, Web sites would be a great help.


Thank you
Sol

Flash Shop
Can anyone advise where I might get info about building a shop for a Flash site? Thanks...

Flash8 Shop
I'm looking into the potential of building a flash shop (F8) but I can only find tutorials/ guidance in MX form and the few I've found aren't too clear.. Can anyone point me in the right direction?]

Tab Order Is All Over The Shop
Hi,
I have a problem with text input fields on a form:
https://secure.railwaymutual.co.uk/rm_apply.html
The tab order seems really random, even though I have gone through all the input elements and assigned a tab index using the accessability panel in Flash.
It's driving me mad - please can someone tell me what I'm doing wrong?
Cheers,
Al

Basic Shop Car
I am creating a basic shop car, you choose a product you drag to shop car, after this it goes to appear in a dynamic field the price, this I did.
my problem.
when I drag a product to a shop car, it I appear the price but when I drag one another product, I didnīt make it to add these two values, it he only changes the value for as the new product.
how I would make to add?
I have 6 products.
my AS.

Code:
//
var nProduto1:Number = new Number (199);
var nProduto2:Number = new Number (600);
var nProduto3:Number = new Number (1200);
var nProduto4:Number = new Number (199);
var nProduto5:Number = new Number (300);
var nProduto6:Number = new Number (350);
//----------------------------------------------------------------------------------------------
//arrastar e soltar Produto 1
produto1_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto1;
}
};
produto1_mc.onRelease = function () {
produto1_mc.stopDrag ();
};
//arrastar e soltar Produto 2
produto2_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto2;
}
};
produto2_mc.onRelease = function () {
produto2_mc.stopDrag ();
};
//arrastar e soltar Produto 3
produto3_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto3;
}
};
produto3_mc.onRelease = function () {
produto3_mc.stopDrag ();
};
//arrastar e soltar Produto 4
produto4_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto4;
}
};
produto4_mc.onRelease = function () {
produto4_mc.stopDrag ();
};
//arrastar e soltar Produto 5
produto5_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto5;
}
};
produto5_mc.onRelease = function () {
produto5_mc.stopDrag ();
};
//arrastar e soltar Produto 6
produto6_mc.onPress = function () {
this.startDrag ();
if (this.hitTest (carrinho_mc)) {
total_txt.text = nProduto6;
}
};
produto6_mc.onRelease = function () {
produto6_mc.stopDrag ();
};
//
sorry about my english

Virtual Shop With Flash
Hi!
I'm working on a website for a bags&belts label which i want it to be done in flash, but it has to work as a virtual catalogue where people can order products.
Is there any tutorial about this or can anyone help me or
show any example? thanx!!
I don't really need a complicated script like normal e-shops
just the script pretending filling an order page which can be sent by e-mail.
If anyone, even don't having idea how is it done, knows any flash virtual shop please let me know!!

thanx again!

Coffee Shop Menu
Hi,

This probably isn't the right forum for this, but I hope someone can help.

I know someone who is going to open a coffee shop, in an office complex and he wants to make his shop a little different from all the other coffee shops out there.

What he wants to do is, display the shops menu on a large plasma screen. The menu will be controlled from his laptop, and once the design of the menu has been finished. When he wants to change a price of item, he can just go to the laptop and change the price.

So now this will need to be something he can do on the fly. He doesn't know Flash. So I was thinking I could create the actual menu with Flash. Then create a small Access database that will store all his items with the prices. Then somehow pull the data from access, and display it in the Flash Menu. So anytime he makes changes to the items in the database, it is reflected in the menu.

Is this possible? How difficult is it, to pull the data from the database and display it in Flash?

Or is there a better option then using Access for this?

I need to make it as easy as possible for him to make changes.

Thanks in advance
Chris.

E-commerce - Flash Shop
Can anybody help?

I am trying to find information or a tutorial on how to create a flash based shop...with cart and payment page etc...

Most of my work is animation based - but I do sites and interfaces aswell...I am looking for info on how to go about creating a shop...I have countless tutorials for doing this with html and dreamweaver templates etc...but cant find out how to it with flash...

I have a vague idea of how it works - using MySQL and PhP...but dont know much about those - there must be an easyer solution?

I am OK with action script - can get flash to do some fancy stuff - I just dont know where to start with creating an e-commerse site...

It would be small - under ten items for sale....anyone???

Professionnal Shop Project
Hi
so i work to develop a .fla shop application and need some help :-)
I search good flash action scripts en php codder to help me to finish
the project of "professionnal shop" in order to have a good solution of shop in flashkit.

you can see the beta projet at the following url :
http://www.additifconsulting.com/adagio/adagio_shop
(right clic and choose play to bypass login system)


Need______________________________________________ ____

>implement var price and shopping cart to the product part
>create a page for commande validation (with price, quantity and definition var)
> create a php and mysql systeme to store information of command
> debug the showcase part
> optimised user login form to store information in mysql table
> creating a part of user information

If you are interested in and really want to work on it, contact me.
It will be usefull for evrybody and all user of flashkit

:-)

Animation Shop/sprites
hey, can someone pls tell me what other programs there are that has the same function as animation shop. i rly wanna make a sprite movie. i have a story for it and it'll be great! but i cant find a program to make the sprites. pls reply, thanks

Php Mailer Transformed To E-shop
i have made a small e-shop using a php mailer. in the body section instead of having an input text i want to include a symbol showing all my products. the problem is that i cannot set this symbol to be sent in my mailbox and receive the order form from the user.
how can i make a form with active buttons to be sent in my mail box when the user submits it from my site.

thank you
tsatsa

On Line Shop, E Commerce
I need a book to learn how to create an on line shop using Action script (or other languages). Please link me to a site that provides this tutorial. Thanks a lot.

[F8] Flash Populating Php Shop?
Hi, at work we've got a shop and a flash movie, and what they want is for the flash movie to populate the shop (say there's a category button in the flash movie it would then populate the shop in php).
Is there a way I can do this while not reloading the page (and hence restarting the movie), maybe having the flash file and php in different frames then populating the php shop from buttons within flash?
What would be the best way to do this, when it comes to flash I can make sites/small animations etc but I've never done anything uber complicated, any help on what I could do with reading up on and what methods would be best would be a great help.

Thanks
Lee

Nicest Photo Shop FX
I definitely gotta go with:
Ink drops
Layers
Light streaks
Energy beams

Flash And Paypal Shop.
I've created a Flash / Paypal shop that works great. However I'm unhappy with the fact that each time a product is purchased the visitor is taken to the Paypal site to view their basket and then needs to press a "Continue Shopping" button to be taken back to the Flash shop (and not particularly the page they left).

I'd far rather the View Cart option was kept in the Flash site and only when the visitor is happy with the total purchases do they click on a proceed to checkout button which takes them to Paypal site for the first and only time.

I can do all this. The only hurdle I need to get over now is this:

When a "Place in Basket" button is pressed, purchase_x equals that product and x is increased by 1. So when x = 1 and the first product is placed in the basket, purchase_1 = that product and x is increased to 2 etc

Paypal will accept multiple upload of purchases but they must have sequential numbering. So this would work fine:


Code:
paypal.item_name_1=purchase_1;
paypal.item_name_2=purchase_2;
paypal.item_name_3=purchase_3;
paypal.item_name_4=purchase_4;

My problem arises when in the Flash side of the site, purchase_2 is removed from the basket. If paypal.item_name_2 is missed off all the following paypal variables are ignored. So I want to end up with code like:

Code:
paypal.item_name_1=purchase_1;
paypal.item_name_2=purchase_3;
paypal.item_name_3=purchase_4;
Of course there would be more variables than this per product but I hope I'm keeping it simple.

Anyone any ideas on an easy way to achieve this?


Egg

Developmnet Of A Flash Shop
Hey All,

Im about to develop an online shop that is based in flash. I was wondering what the best way to get the data from the remote database would be. I am running apache, MySQL and PHP.

In the past I have used the built in function whatever.sendAndLoad method from Flash. However, Ive been doing some research and have read about this flash remoting stuff, particulary AMFPHP.

Is this more hassle than its worth?

Craig

Setting Up A Shop With Flash
hallo everyone,
I have created a flash website and I want to add a Shop on line made by Flash as well. I have created the structure but I am really stuck with some important issues:

How can I add items to a "Shopping art" in flash?: example : I want to buy a T-shirt size "S" color Blue which cost ÂĢ10 how can I include all these information in a script for the flash button "Add to Cart" related to the t-shirt.

How can I add diferent Items in the "shopping cart" plus delivery charge?

I saw the shop on line of Nike.com and It is something like this that I meant. Not as complicated as Nike but I would like to know what to learn to get that sort of result.
tank you so much

Importing Gif From Animation Shop 3
Ok, here's the situation. I used Animation Shop 3 to make a blue pill GIF rotate, i made it into an animated GIF. When i try to import it into my (Flash MX) FLA, it adds about 80 bitmaps to my library in addition to the GIF i made... the Gif works when you play in within the Library preview... but i can't figure out how to put it into my FLA. it doesn't seem to like me dragging and dropping it into a key frame... what am i doing wrong? any ideas on how to correct it? it's just a stupid Gif i want to make into a linked button. I tried attaching my file, but it's too big to upload (123 kb zipped)

Thanks

Z

Flash Shop (e Commerce) HOW
first post here so hello all, working on a site at the moment and would really like to add a shop, is this doable in flash? had a scout around but cant find any info, dont really want templates, as the site has a distinctive look that i would like to flow through the whole project, any info/ideas or pointers at tutorials would really be appreciated, thanks, neil.

MySQL Or XML For Flash Shop?
Hi there, I am working on building a very simple online shop that also has a database of the orders that have been made. I have been doing a bit of work with XML and wondered if this would suffice to use as the database for a shop, the database only needs to have text details of orders, it will not hold details of products as there is only one product the shop will sell.

It seems that MySQL is normally used for this kind of thing but I am only trying to create a very simple database and as I am reasonably happy with XML in Flash wondered if this would suffice. This would mean I could easily build a user interface in Flash for the shop-owner to access the information (it also saves me having to learn MySQL).

The shop would link into a Paypal shopping cart which I will probably buy rather than make myself.

I am also wondering about the security side of things, obviously payments will be processed within the Paypal website but how secure would the database be, are there any precautions I should take? What sort of hosting services should I be looking for?

Your help with any of my questions would be very much appreciated.

Thanks everyone,

Hectors

Importing Gif From Animation Shop 3
Ok, here's the situation. I used Animation Shop 3 to make a blue pill GIF rotate, i made it into an animated GIF. When i try to import it into my (Flash MX) FLA, it adds about 80 bitmaps to my library in addition to the GIF i made... the Gif works when you play in within the Library preview... but i can't figure out how to put it into my FLA. it doesn't seem to like me dragging and dropping it into a key frame... what am i doing wrong? any ideas on how to correct it? it's just a stupid Gif i want to make into a linked button. I tried attaching my file, but it's too big to upload (123 kb zipped)

Thanks

Z

Making A Secure Flash Shop.....
does anyone know how or where i can get some info on building a secure flash online shop..?

i just want to know what's involved really and how complex it might be to build.

thanks

mr tim

Custom Shop/Store In Flash
Does anyone know anything about where I can get info to make a shop or store in Flash using Paypal? I can't find anything anywhere about how to script for this.. also, does anyone know how to make a custom horizontal scrolling bar for items for the shop? Thanks in advance!

Flash E-Commerce/Shop Cart
Hi!

Does anybody knows where can I find a good, simple Flash Shopping Cart tutorial?

All I can find over the web are under licenses and cost real money.
In other hand, when I find tutorials about it, they're too complicated for my level of scripting or full of errors.

Can anybody help me in this?


Tks for your time

Shop Cart Functionality With Array
How exactly do I emulate a shopping cart? I don't want to actually send any info, I just want to have the person click on something they want, then later be able to review the items "collected".

My prof "showed" us how and this is what I have (but it doesn't work).


PHP Code:



addToCart.onPress = function() {
    descSound.stop();
    _global.collect_array.push("pieceThumb");
    trace(_global.collect_array);
    if (_global.current < _global.collect_array.length) {
        _global.current = _global.current +1;
        _root.mainCont.cartContent.cartItems.attachMovie(_global.collect_array[current-1], currentshown, 1000, {_x:0, _y:0});
    }





(I added the _global. thinking if it was a global variable, it might work. It didn't work before either, when the variable was just declared in the same AS window as the above function.)

addToCart is the instance name of the movie clip you click on to add the item to the cart. mainCont.cartContent.cartItems is the path to the movie clip where I want the items to show up.

pieceThumb is the name of the movie clip I want added to the cart (the name of the clip, not the instance name). Pushing this to the array works, as when it is traced, the word "pieceThumb" shows up.


PHP Code:



cartLink.onPress = function() {
    _root.mainCont.gotoAndStop("shopCart");
    //haltActions.apply(exitLink);
    descSound.stop();
    _root.mainCont.cartContent.cartItems.attachMovie(_global.collect_array[0], _global.currentshown, 1000, {_x:-200, _y:10});





cartLink is the link to the shopping cart, so that when you click on it, this function is called. I'm assuming it makes the items show up, but nothing appears. So I'm assuming this is what's broken.

Can you please tell me what's wrong?

Shop Cart Functionality With Array
How exactly do I emulate a shopping cart? I don't want to actually send any info, I just want to have the person click on something they want, then later be able to review the items "collected".

My prof "showed" us how and this is what I have (but it doesn't work).


PHP Code:



addToCart.onPress = function() {
    descSound.stop();
    _global.collect_array.push("pieceThumb");
    trace(_global.collect_array);
    if (_global.current < _global.collect_array.length) {
        _global.current = _global.current +1;
        _root.mainCont.cartContent.cartItems.attachMovie(_global.collect_array[current-1], currentshown, 1000, {_x:0, _y:0});
    }





(I added the _global. thinking if it was a global variable, it might work. It didn't work before either, when the variable was just declared in the same AS window as the above function.)

addToCart is the instance name of the movie clip you click on to add the item to the cart. mainCont.cartContent.cartItems is the path to the movie clip where I want the items to show up.

pieceThumb is the name of the movie clip I want added to the cart (the name of the clip, not the instance name). Pushing this to the array works, as when it is traced, the word "pieceThumb" shows up.


PHP Code:



cartLink.onPress = function() {
    _root.mainCont.gotoAndStop("shopCart");
    //haltActions.apply(exitLink);
    descSound.stop();
    _root.mainCont.cartContent.cartItems.attachMovie(_global.collect_array[0], _global.currentshown, 1000, {_x:-200, _y:10});





cartLink is the link to the shopping cart, so that when you click on it, this function is called. I'm assuming it makes the items show up, but nothing appears. So I'm assuming this is what's broken.

Can you please tell me what's wrong?

Flash Graphics Vs Paint Shop
Hi all,

I've been wondering about this and was curious to know wether anyone had any opinions on it that might broaden my percept of the matter.

I'm wondering, primarily, about how people decide whether to use imported imagery as opposed to something drawn in flash?

I've just finished my first site and I found that much of the time in places I would have liked to used more finely drawn art, it was to much of a boost in the file size and thus the loading time too.

Gaz

Flash E-Commerce/Shop Cart
Hi!

Does anybody knows where can I find a good, simple Flash Shopping Cart tutorial?

All I can find over the web are under licenses and cost real money.
In other hand, when I find tutorials about it, they're too complicated for my level of scripting or full of errors.

Can anybody help me in this?


Tks for your time

Flash Shop Scripting Between Levels
The description below is what i want to do. Right now I am using paypal's cart, but I want to have the cart in flash. You can see what I have done so far: http://www.creationdaze.com . You'll notice that for every item added to the cart it opens up another html page for the cart. Thats why I want to have a cart in flash. Your help would be greatly appreciated!

I am using MX, I am sending the variables to Paypal. I have about 32 items right now. I have a mainmovie (_level0) witch loads a vertical menu to the left (_level1) and loads the maincontent (_level2).
There are three catagories of items. So in the menu(_level1) there are links to the 3 catagories witch when click on load there catagory in _level3. So there are different items in these 3 catagories and I want the visitor to be able to add the items to the cart. Have the cart add up the total, with short description for each item (identifing the item) and send the two variables to paypal. Hope that was clear enough.

Main Movie (loads to _level0)
:holds all the other loaded movies using (loadmovie command)

Menu (loads to _level1)
:has the buttons that link to the catagories of items. ie.. (cat1,cat2,cat3) when clicked loads to _level3

Content movie (loads to _level2)
:initial content page

Cat1 - button on menu (when clicked loads cat1.swf to _level3)
Cat2 - button on menu (when clicked loads cat2.swf to _level3)
Cat3 - button on menu (when clicked loads cat2.swf to _level3)

Each catagory has items that when click "add to cart" next to that item should be added to the cart.
It should add up all items to a "total price" and add up all descriptions for each item to "total description"

When click on check out - should send "total price" and "total description" to paypal.
You know what I mean! =)

Please let me know if you need further information. Looking forward to your help!

-Travis

Flash Base Image / Sign Shop
I am working on a web site that sells various products using a product call
swiffcart. It always me to add an image or a Flash file within a cube for a
product (www.swiffcart.com).

A client wishes to enable their customers to alter a sign's colour, text or
images etc the use that image to print the signs. eg:

A std sign has a red backgound
10 lines of non changable text
3 lines of changable text
1 logo image that can be changed.

So how do I go about the above.

I know how to allow the user to change the text of a text box but hpw do I
then create an new flash file or image from the changed sign.
How do I allow the user to browse / drag an image into the flash movie.

Also on the text ensure if he only enters 2 lines of text the text expands
to 'fill' the text area.

I suppose what I am looking for is a flash equivlant of a simplified desktop
publishing app.

Once the sign is finished I then show / email the client the new sign image
he authorises it then the job is printed.

Any help or info appreciated

Cheers

SteveW

How To Make A Barber Shop Style Preloader?
How can I make the effect of the barber shops moving sign pole? You know, it's like candy cane stripes moving. Anybody has any idea of a tutorial or something?

GetURL Stops Working After Loading Coldfusion Shop
Oke, I have this very weird problem. I've made a menu for a site in flash. Just some basic stuff, using geturl to load pages into the mainframe. I've done this many times before, only now things aren't working anymore. Here's the problem:
I've got a menuframe and a mainframe. One button in the menu calls a coldfusion page and places it in the mainframe. After that none of the other buttons execute their geturl commands anymore. The menu responds to the mouseclicks, but the geturl command doesn't work anymore. This only happens after opening the shop. As long as you don't open the shop everything works great.
Does anybody have any idea what could be wrong? I've tried everything I could thingk of, even loading the shop through an html file that calls the shop with the onload function in the body tag.

Thanks for any advice you can give me.


Bas

Help Pizza Shop Game- Buttons, Drag And Drop..etc
Hello, Im new here to the forum and joined today. I have been on this website for around 2 years now and was thinking about joining the forum, but never realy wanted any help! Im a newbie to Flash to be honest and only know the basics. I have created drag and drop dress up games and used basic non roll over buttons to go from frame to frame- I also know basic animation and sound. I have joined the forum to get help with this question to be honest, but please don't take this the wrong way- I am not good with flash therefore I cant help and I will probably asking more questions than answering them! This is my first post and hopefully I will get a response from you very clever people!
------------------------

For my first 'good' game, I didnt wan't it to be too complex so I decided to dp a mix of what I think I know already which is - Drag and drop, Basic Buttons and some animating skills. I have created the actual drawings and put them into a Flash document so now you could see what I am attempting to create.
http://img.photobucket.com/albums/v1.../PizzaShop.swf
I would like for when you click an ingredient, some pieces of the ingredient to go on the pizza base, then you would be able to drag the ingredients round enabling the 'player' to customize there pizza. Hopefully when you have finished creating your pizza you press a button named finish then a small random animation should appear of judges rating your pizza. If this is possible I would be EXTREMELY happy to hear any ways of doing so... (the animation bit at the end is not needed)...

Thanks in advance and I have to tell you im not a bright spark so please make your replys as easy as possible! Thanks again..


tom m.

Get Snap Shop Pictures From Lots Flash Files
Hello all
i need to get snap shop picture to use as preview to the flash game
is there any quick automated way to get snap shot from lots of flash files?
Thanks

GetURL Works In Http://www.site.com But Not In Http://site.com
I'm using a getURL function to pass some querystring parameters which changes what content is displayed on the page. The function works correctly on the address 'http://www.site.com', but for 'http://site.com' there's no action at all aside from the cursor change. The two addresses are pointing to the same files. The function is as follows:







Attach Code

this.onRelease = function() {
getURL("http://www.site.com/Default.aspx?Region=1", "_self");
};

Copyright Đ 2005-08 www.BigResource.com, All rights reserved