Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » need help with flash shopping cart (as2)


need help with flash shopping cart (as2)

Reply
  #1 (permalink)  
Old 10-20-09, 09:48 AM
__md__ __md__ is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 40
Thanks: 1
Thanked 0 Times in 0 Posts
need help with flash shopping cart (as2)

hi I am creating a shopping cart feature within flash using as2 using this tut

Learn Actionscript 2.0 - Class Implementation

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());

has anyone got any ideas please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help user login/reg page and shopping cart tutorial please which uses as2 __md__ Flash & ActionScript 0 10-02-09 03:38 PM
Shopping cart script that doesn't look like another shopping cart script deanloh Script Requests 8 05-10-09 04:56 PM
Need help in modifying this shopping cart script tundewoods Script Requests 0 04-25-08 07:20 PM
simple shopping cart chrisrobertson Script Requests 4 05-17-06 10:20 PM


All times are GMT -5. The time now is 01:44 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.