Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » a customisable website, built in flash...help


a customisable website, built in flash...help

Reply
  #1 (permalink)  
Old 10-06-08, 03:53 PM
carla carla is offline
New Member
 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
a customisable website, built in flash...help

hey everyone, don't know if you can help or not, but it would be awesome if any one had an idea of how to do this.

Im building a website for customisable russian dolls. I have several different pages where people can select different types of eyes, hair and body peices which are on seperate pages. When they select a style of one of these categories, they automatically go on to the outline of a russian doll on the side as a preveiw.
Although everytime you go to another page, like going from the hair page on to the eye page, what ever is selected and on the preview, disappears when you cross over to the next page, is there any way i can get it to keep the things on the preview box the same on every page?!?!?!

any help would be awesome

thanks, carla
Reply With Quote
  #2 (permalink)  
Old 10-07-08, 02:44 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
You have to make all characteristics of the dolls available in the flash application, by assigning and accessing all variables via the root of the application. Something like this:
Code:
_root.hairColor = "brown";
_root.eyeColor = "green";

// later in your script:
trace (_root.eyeColor);
Of course it might be easier to store all characteristics in an array, it's probably easier to handle
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
  #3 (permalink)  
Old 10-20-08, 04:40 PM
carla carla is offline
New Member
 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
hmm...
i might have done this wrong but its not working for me.

thanx any way
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
100 ways to get more traffic jorokolarov The Lounge 12 12-06-07 07:20 PM
flash starts before rest of website bonniebobbitt Flash & ActionScript 6 10-04-06 06:36 AM
Help with Flash website Laz Flash & ActionScript 1 03-14-06 08:35 PM
Flash MP3 player for website loot Script Requests 2 04-28-05 03:21 AM
FS: Prozilla Memberships (Turnkey Sites) - $10-15 less than Retail! rockergrrl General Advertisements 0 08-11-04 12:05 AM


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