ActionScript 2.0 :: Create A User Login / Reg Page And Also A Shopping Cart Feature?

Oct 2, 2009

Good tutorials which show how to create a user login/reg page and also a shopping cart feature .

View 0 Replies


Similar Posts:


ActionScript 2.0 :: Creating Shopping Cart Feature In Flash

Oct 20, 2009

I am creating a shopping cart feature within flash using as2 using this tut [URL]. I have created the as file and there are no errors but when it can to adding the first part of code to go into the actual flash file I get this error

The class or the interface 'com.ahfx.
Product could not be loaded(source)
var myProduct = new Product();

The code added on the first frame of the flash file
import com.ahfx.Product;
var myProduct = new Product();
myProduct.setQuantity(3);
myProduct.setPrice(2.99);
myProduct.setDesc("Teddy Bear");
trace(myProduct.getDesc());
trace(myProduct.getPrice());
trace(myProduct.getQuantity());
trace(myProduct.getTotal());

View 1 Replies

Create A Simple Shopping Cart With Text Boxes And Delete Buttons On The Fly?

Sep 12, 2009

Trying to create a simple shopping cart with text boxes and delete buttons on the fly and everything is created properly, but I can't get them to delete.

My code:

Code:

for (i=0; i<clothingCart.length; i++) {
var ci:TextField = new TextField();
itemArray[i]=ci;

[code]....

I get the same basic error no matter what:

Quote: The supplied DisplayObject must be a child of the caller.

View 1 Replies

Modifying Flash Shopping Cart

Apr 12, 2009

modify an existing flash shopping cart I purchased from Flashden.net (link). The cart uses two XML files to pull in data and to configure most of the data settings. I need help with one thing: I'm using this cart on a sunglasses shopping site and I need to configure the optional sunglasses to be clickable so they can be added to the cart. I know I need to modify both the flash .fla and the xml file so I've included the code for both below. Here's a link to the website I'm trying to re-configure. The section I need to edit has the optional sunglasses on the right-hand side of the main photo.Here's the first xml file that does some of the basic settings. This file is called settings.xml.[code]I made an attachment for the actionscript code called actionscript.txt that needs to be modified. All I need to do is figure out a way to make the optional images clickable so they can be added to the main cart. We can also just create a button that says add to cart next to each sunglass option. Either way works for me. I'm even willing to compensate the person who can help me come up with a workable solution.

View 3 Replies

ActionScript 2.0 :: Simply Xml Shopping Cart

Jan 13, 2010

i was trying to find simple code of xml shopping cart i.e it's in AS3 or AS2 it's should be simple & run as different level?i mean if i need to import different swf file or using _root.shopping_cart.URL...

View 1 Replies

ActionScript 3.0 :: If / Else / Switch Statement For A Shopping Cart

Feb 24, 2011

I am trying to create a Flash styled shopping cart to integrate into my website. When the "Add to Cart" button is clicked, i am displaying the corresponding text down the side of the stage. However I need a "Total Price" Dynamic text field to display the Total price of all items clicked!I am new to flash and it's proving very difficult to me, as the only way i could think of doing this is creating Boolean variables with all the items and if "add to cart" had been clicked Boolean = True... But how do I code the addition of prices? and cater for all the variations that are possible?

View 15 Replies

ActionScript 2.0 :: Build A Shopping Cart In Flash?

Feb 10, 2009

i want to build a shopping cart in flash, but i dont know how to do.actually i have a gallery i.e. [URL]now what i want to do is that to put check boxes under each thumbnail,after selecting that check box that product should be added to the cart.

View 2 Replies

ActionScript 2.0 :: Build A Thorough Shopping Cart In Flash?

May 31, 2002

how to build a thorough shopping cart in Flash, with a checkout button and everything? And/or could some provide a fla. that has a checkout button and everything?

View 6 Replies

ActionScript 3.0 :: Flash Shopping Cart By Dreamline Studio?

Mar 4, 2008

has anyone ever used it or have experience with it? It seems a decent price and good functionality, but if someone has experience with it that gives me a lot more insightlso, it's designed w/ AS2 and says it can be used easily w/ AS3 via Loader & LocalConnection, but I've had problems in the past w/ LocalConnection & AVM1Movie's.

View 3 Replies

Professional :: Shopping Cart/store Built In Flash?

Mar 16, 2010

I have a shopping cart/store built in flash. All the pages are built in html. My problem is that when you navigate to another page the shopping cart empties. The cart is .xml based. I didn't think of this at the beggining. Does anyone have a suggestion? The link to the site is below.

View 2 Replies

Professional :: Set Up A Button To Automatically Add Items To A Shopping Cart?

Jan 7, 2011

ok, same project i've been working on, new criteria. here's the summary of the project.we are making a digital catalog, in our print catalog we have diagrams but in the digital version i am using flash to link parts of those diagrams to the page with that merchandiseeverything is getting worked out ok.now i have been given some more requirements, myboss wants me to add an "add to cart" button so they can automatically add it to their cart instead of linking to our website and adding it there.

View 4 Replies

Uses A Shopping Cart To Add Items From A Gallery As Well As Connect To The Gateway And Uses SSL?

Nov 13, 2007

I was just wondering if anyone has seen or has actually built a complete flash based eCommerce system that uses a shopping cart to add items from a gallery as well as connect to the gateway and uses SSL

View 3 Replies

IDE :: Implement PayPal's Shopping Cart Html Into Flash?

Nov 14, 2002

Here is a sample of the code that would work:

form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"
input type="hidden" name="cmd" value="_cart"
input type="hidden" name="business" value="sample@sample.com"[code].....

View 14 Replies

Flex :: Integrate Shopping Cart System For Flash Application?

Mar 25, 2010

I've built a simple flash application that takes a user's photo/image, offers various effects and filters to play with. In the end, the application can write-out the resulting image to a PDF print file (to be purchased and sent to a printer).Currently I'm using PHP to template the web pages, with the Flash app embedded in the body of one of the pages.

I now need to integrate a shopping cart and check-out system, the idea being that the user can play with images, add various images to a shopping cart, at some point choose print sizes for each image, check-out and purchase etc. My app would attached the necessary print files, and email/submit the order to the printer.In researching the various cart systems out there like Zen-cart, Magento, osCommerce, etc.. these all seem to be full featured CMS systems, full websites, that you deploy, customize and skin, add products to etc... a "canned store". But in my case, I'm adding/creating the product at run-time. It's not a traditional store where you browse and select items.

At first glance its not clear to me how I would use one of these systems, how to integrate with my Flash app.... it seems I only want to make use of the shopping cart, customer database portion, payment transaction features.Is it possible to use one of these, using only the checkout and order management through a API? called from my Flash app? or processed via back-end PHP?

View 1 Replies

ActionScript 2.0 :: Making Sort Of A Customizable Flash Shopping Cart?

Jan 25, 2006

Im working on a website for a company that specializes in creating custom sound proof boxes for recording and whatnot. The actual site is done completely in html and the shopping cart is html. You can see how i have the thing layout out here:[URL]So they are supposed to have the option to completely customize a soundbooth in flash.

Step1 Involves has them pick out the size of the box. If its 4x4 or 8x12 and so on.

Step2They have to pick the color of the box.

Step3 They drag and drop Windows(They can only place 2 and only at certain spots)on the box.

Step4They pick where the door goes by dragging it and dropping it over the box.

Step5They pick where they want the ventilation box.

And then its done.Now once they have done all of that it takes that sound booth they have created and exports all the data to the html shopping cart ready to purchase.

Now this is pretty complicated for me since I have a pretty basic understanding of actionscript. I just got up too speed on variables for goodness sake a little while ago. And im just not sure where to start. Would i be using strings for all the variables so that depending on what option they click on its storing the information that way or arrays or what? Any tuts or things you think i should read up on to help me would be awesome im just not sure where to start.

View 4 Replies

ActionScript 2.0 :: Implement PayPal's Shopping Cart Html Into My Flash?

Nov 14, 2002

Implement PayPal's shopping cart html into my Flash? Here is a sample of the code that would work[code]...

View 1 Replies

Professional :: Make A Login That Allows The User To Create An Account?

Jan 9, 2011

I am trying to make a login that allows the user to create an account and be able to access it at anytime. Like if I was going to go on to facebook I can login. Something like that except I want it in my swift and not like a php or whatever you call it now.

View 9 Replies

ActionScript 2.0 :: Create A Login Page For A Website?

Aug 27, 2004

I need to know how to create a login page for a website, allowing the user with a correct name and password to view a movieclip with saved inforation.

View 2 Replies

ActionScript 3.0 :: Create A Login Page With Errors Messages?

Apr 7, 2012

I'm trying to create something like a login page with errors messages. Scenario: Username txt field is restricted to at least 5 characters long and can only contain letter Home telephone can only contain numbers and us restricted to 8 digits. If either 4 of these rules are not satisfied an error message appears and user can not login My codes are here. could anyone help me to where i went wrong and show me the right way of doing this, for this is my first time doing ActionScripting.

//stop from going into 2 framde
stop(); fmt.color = 0xff0000;
statusTxt1.text = "Letters only";
statusTxt1.setTextFormat(fmt);

[code]....

View 3 Replies

Flash Login Page For Multiple Separate Login Accounts

Aug 17, 2009

I have a need to build a flash login page. No big deal, but I need to have six seperate login accounts. For example:
Username: user1 Password: pass = link to [URL]
Username: user2 Password: pass = link to [URL]
Username: user3 Password: pass = link to [URL]
and so on for up to six users.

Again the usernames and passwords would not change, but need to redirect the particular user to a certain page.
stop();
var user_input = "";
var pass_input = "";
login_button.onRelease = function(){
if(user_input == "user1"
&& pass_input == "pass"){
getURL([URL], "GET");
}else{
gotoAndStop (3);
}}

View 7 Replies

ActionScript 2.0 :: Script A Flash Shopping Cart In Flash Mx Similar To "flashkart"?

Jul 7, 2005

script a flash shopping cart in flash mx similar to "flashkart"?

View 6 Replies

ActionScript 2.0 :: Create A Login Page In Flash Site That Relates To Information Input To A Mysql Database

Oct 11, 2006

I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions

1: how do i set up a login page?

2: how do i pull that login info to a welcome page?

View 7 Replies

ActionScript 2.0 :: Create User Registration Page?

Sep 25, 2009

I am trying to create a user registration page, but for some reason i do not get feedback when a user tries to register or login.

this is the code for the login flash button

on (release) {
if (username != "" && pass != "") {
loadVariablesNum("login.php", 0, "POST");

[Code]......

View 4 Replies

ActionScript 3.0 :: Submitting Cart Data To PHP Page

Feb 10, 2010

im trying to pass my AS3 array to a sendmail.php page to send the user details of the order (the arrays contents) my array is called 'details'. The method im using is a bit unreliable and im wondering if theres a more effective way of doing this? Im currently using....

ActionScript Code:
//submit button
function cartsubmit(e:Event):void {

[Code].....

View 1 Replies

ActionScript 2.0 :: Sending Variable To Php Page - Login Page?

Feb 19, 2008

I'm trying to login to a password protected php page through a form in flash.When the user provides correct information the flashmovie opens a php-page, but how do I protect the php page from unautorized accesses?Can I send a variable containing the user/pass given?but then everyone who checks history can access the page without even having to access the flash page..

View 2 Replies

ActionScript 3.0 :: Getting The User's Login Name?

Apr 17, 2009

Question - I can't seem to find this anywhere... is it possible to get the user's login name with as3? I'm referring to the name they log into the OS with... this is possible in just about every other language.

View 4 Replies

How To Add Scroll Feature To One Of Page On Portfolio Site

Jun 16, 2009

I'm working on building a personal portfolio site right now. I wanted to add a scroll feature to one the pages. I wasn't sure how to build it, so I down loaded one off here [URL] and just plugged my own graphics into it. It scrolls up and down just fine, but when I try to put a mask over it, it doesn't work. In the content the author wrote for his movie he says "Note: If you want to have a mask over the content: copy MC:frame and make it a mask for MC:Page. If you do so, notice that "non-anti-alias text" is not possible anymore. This is a common thing in a Flash Movie. I keep trying that and it just blocks everything out all together. So what am I doing wrong?

View 1 Replies

Professional :: Have A Page-turning Feature In Flash?

Jul 10, 2010

does Adobe have a plug-in for Flash CS4 or what would you recommend?

View 6 Replies

Flex :: Save User Login And Password?

Jul 27, 2010

What's the best way to save user credentials in flex? Local storage doesn't seem like good place for storing confidential data, because it saves information as a plain text.

View 5 Replies

Facebook :: Displaying MY Public Wall Using AS3 Without User Login

Nov 7, 2011

All I want is to have the latest 3 or so posts from my clients Facebook page to populate and animate in a screensaver that I am building using Flash (AS3).

So far, every time I try to bring anything in, it requires a complete oAuth login and account link, but it's only a one way exchange (read-only, absolutely no writing, posting or even linking, since it's a screensaver) I'm not even sure the client wants pictures or anything.

I am currently trying to use the facebook-actionscript-api, but there isn't an option for the "App Login" type of Authentication that would solve most of my problems.

View 1 Replies







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