Similar components for adobe flash
XML Voting Poll
Attractive Flash Poll, easy to use and customize from XML. Supports... read more
Simple XML Quiz
This quiz allows for an unlimited number of questions and answers to be... read more
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
support@flabell.com
vinujune3
on 28/6/10
on 29/6/10
To store the answers you will need a database (ex: mySql) and to modify the Flash to send data to a server-side script (ex : PHP) and to save in into database.
on 9/12/11
on 13/12/11
Actually, the component, calls for a php file that writes the answers in an XML file. It's the write_survey_results.php in the project->deploy->survey->php folder. You can modify that file to write the answers in a Database.
If you need our help we can work with you do it as custom work. If you're interested, just send an email with some details at [email protected]
timsalabim
on 6/8/10
Thanx,
Tim
on 6/8/10
I'm sorry but we don't have a script for this.
xuy0ung
on 20/8/10
on 20/8/10
You will need to change the font from the FLA, with one that supports chinese characters.
Have a nice day, Marius
xuy0ung
on 22/8/10
I want to write chinese questions,but it shows some like messy code.u said I need to change the font from the FLA,but I don`t how to change that ,can u tell me that, thx.
another is the FLA don`t support Multiple Select right?
on 22/8/10
Send me an email to [email protected] and I will reply to it with a new fla.
xuy0ung
on 23/8/10
Thank u
edlington
on 23/8/10
In the help folder it says there are help files online, but i can't seem to find them.
The XML is super straight forward.
But Everytime i try to publish from the Fla it says "The file does not exist!" but i'm not sure which file doesn't exist.
I can't find any actionscript in the file, so i'm lost.
edlington
on 23/8/10
on 24/8/10
When you try to edit the FLA you need to add the path to the files in the script. When you export the SWF in a Flash Editor you don't have access to flashvars.
mcschnauze
on 15/6/11
I'm planning on using it on my website.
Is there a way to make the background transparent or translucent? Perhaps there's a code I can insert on the html or xml file? Thanks in advance!
on 20/6/11
Thanks for downloading the component and we're glad you like it. There wasn't a way to make the background transparent before.
But now, we completed an update and made it possible. You'll just have to download the new files and see in the new surveysettings.xml file two new attributes, at these lines:
<background opacity="100" strokeColor="0xf7f7f7" fillColor="0xffffff" contentMargin="50"/> ... <questions_screen backgroundStrokeColor="0xC8CACC" backgroundFillColor="0xFFFFFF" backgroundOpacity="100"It's the opacity attribute, in the first line and the backgroundOpacity in the second line. Just set the first opacity attribute to 0, like this:
opacity="0"
and then go into the the code that you put in your webpage, and add this line:
params.wmode = "transparent";
after this line:
var params = {};
This will make the component background transparent.
If you want to make the questions background transparent too, just do the same with the second new attribute:
backgroundOpacity = "0"
This should do what you needed. If it gives you more trouble, please buy a support ticket and share a link to your webpage. We'll inspect it and give you a solution ASAP.
on 21/6/11
I've downloaded the new files and tried them out with the new settings -- works great!
Been using the the flash components in my website with amazing results. Really happy to be a premium member of Flabell!
on 22/6/11
martha villalba
on 6/11/11
But I have a simple question:
How do you change the red color?
Thanks!
on 7/11/11
The component uses a settings.xml file that contains all the settings. You can change the colors in that file. It's in the project/deploy/survey/xml/ folder.
on 7/11/11
I've been changing the colors from the settings.xml file and I'm still getting the red color.
Actually I've been looking at the settings.xml file and it has some blue colors as default.
So I was wondering where it's getting the red color from.
Thanks for the reply :)
on 14/11/11
I just tested all the options in the surveysettings.xml file. I was able to remove every red color in the component. Please explain exactly what red color do you want to change (for the buttons, the scroll bar or the question number). I'll explain what attributes in the XML file change that color.
petpet55
on 18/11/11
Can the script email the answers directly?
Thanks.
on 21/11/11
You don't need to use a database for this component. You just need to set the questions in an XML file (by default it's named "survey.xml"). You can find it in the deploy/survey/xml folder. The results are stored in the same XML file. The "votes" attribute increases anytime someone chooses that option.
You can email the results anytime someone uses the survey, by modifying the php files that the component is using. They're in the deploy/survey/php folder.
If you need our help, we can do it as custom work. Please send us an email at [email protected], if you're interested.
petpet55
on 18/11/11
on 21/11/11