Pls there is Star Rating System in flash ? thx
Page 1 of 1
Star Rating
#3
Posted 07 November 2009 - 05:59 PM
hi,
guess you mean this

I have never seen it before in swishmax.. but it's easy to build, the calculation can be done with swishmax but you'll need php to external txt file to store/load the total votes and the rating value..
- you'll need to draw a yellow bar (as background bar) the width = 100% (total width from 5 stars)
- draw 5 stars
- first time, php variable rating = 0
- every star has some code, onpress star 1, rating + 1.. onpress star 2, rating +2.. onpress star 3, rating +3... etc...
- to display the average rating score you can do something like this
a example
visitor 1 press star 5.. rating total = 5
visitor 2 press star 3.. rating total = 8
visitor 3 press star 4.. rating total = 12
rating total = 12 / 3 visitors = average rating score = 4
4 = 80% width for the yellow background bar = 4 stars are yellow, the 5 isn't
grtz
guess you mean this

I have never seen it before in swishmax.. but it's easy to build, the calculation can be done with swishmax but you'll need php to external txt file to store/load the total votes and the rating value..
- you'll need to draw a yellow bar (as background bar) the width = 100% (total width from 5 stars)
- draw 5 stars
- first time, php variable rating = 0
- every star has some code, onpress star 1, rating + 1.. onpress star 2, rating +2.. onpress star 3, rating +3... etc...
- to display the average rating score you can do something like this
a example
visitor 1 press star 5.. rating total = 5
visitor 2 press star 3.. rating total = 8
visitor 3 press star 4.. rating total = 12
rating total = 12 / 3 visitors = average rating score = 4
4 = 80% width for the yellow background bar = 4 stars are yellow, the 5 isn't
grtz
This post has been edited by crslz: 07 November 2009 - 08:06 PM
We're here to speak Actionscript
Free 5-star rating system with swishmax and php
Free basic cms with swishmax and php
Free 5-star rating system with swishmax and php
Free basic cms with swishmax and php
Share this topic:
Page 1 of 1

Help













