LOGIN Don't have an account yet?   Register

Forgot password?
 
Simple XML Quiz

Simple XML Quiz screenshot

Preview:   Downloads: 6659

Posted on: Mon, Aug 3rd 2009, 07:57

 

 
Search comments:

 
bonobo

bonobo

on 17/12/09

 
Hi, Thanks for the comments - I look much worse :-) - and the quick answer!
Ok I've had a look at the setting xml and I still don't know what to change :

If I change the stroke color to transparent or/and the fill colors it turns into black.
You guessed ? : I'am a beginner
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 18/12/09

 
That's funny! :-)

Inside settings.xml, change this to the color you want to use:
                fillColor="0xffffff" 
                

 
bonobo

bonobo

on 21/12/09

 
Hello Bobocel,
Sorry to come back again to you and wasting your time but It still don't work : I have the same problem than Brainbuckett (page3 of coments) I would like to eliminate the white that borders the rounded corners of the main area. I'm using on a different color BG and would love for it to blend, so which parameter is this?
So
                <background strokeColor="0xf7f7f7" fillColor="0xffffff" contentMargin="10" contentYPosition="10"/> 
                
if I change to "transparent" it's still a white bg or it turns into black etc... and I'd like to have it transpsrent and get rid of the thin grey line of the content margin.
Sorry,
Have a lovely day
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 21/12/09

 
bonobo, if you want to completely remove it, you need to do it in the Quiz.as. Comment this line:
                Tweener.addTween(mcBackground, {alpha : 1, time : 0.5, transition : "easeOutExpo"});
                

 
bonobo

bonobo

on 5/1/10

 
Hello,
sorry to be so long to thanks you to your patience. So thank you very much for your advices and I wish you a happy new year!
has downloaded icon

 
saquib

saquib ansari

on 11/3/10

 
Hello,

Your components are awesome.

I am using a simple quiz system. I want to add a name and email field in in beginning of quiz.

How i can do that ?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 11/3/10

You can only add information in the blue text area. Email or what you need, all must go there. ;)
has support ticket icon
 
vlad.serban

Vlad Serban

on 5/5/10

 
adding something here 2
 
vlad.serban

has support ticket iconVlad Serban

on 5/5/10

un reply pentru mine editat 2
has downloaded icon

 
btorubio

btorubio

on 9/5/10

 
how i get the answers from the quiz? Where i need to put my email? Please Help
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 10/5/10

Please check the PHP file that comes with the source files. It saves all scores in a txt file.
has downloaded icon

 
andreshenao206

andreshenao206

on 12/7/10

 
hello, congratulations on this website as well.
and if possible load quiz.xml random file.
so that the questions vary every time you load the quiz
quiz.xml
quiz1.xml
quiz2.xml

I can not find the file where you load the xml to make the modification or can not?

Thank you

 
Hi,
The xml file is loaded in project/source/com/vuzum/quiz/Quiz.as on line 289.
 
andreshenao206

has downloaded iconandreshenao206

on 13/7/10

hello, look at the code and I could not make me load randomly
the quiz.
if anyone can help me because I've searched far and nothing to find the
solution.

sorry and Thanks
 
Here is a hint:
In project/source/com/vuzum/quiz/Quiz.as @ line 289 replace this code:
                
var tempContentFlashVar : String = stage.loaderInfo.parameters.xmlPath;
if(tempContentFlashVar != "" && tempContentFlashVar != null)
{
    xmlContentPath = pathToFiles + tempContentFlashVar;
    xmlPathForScript = tempContentFlashVar;
}
else
{
    xmlContentPath = pathToFiles + "xml/quiz.xml";
    //xmlContentPath = "http://vuzum.com/tests/poll/pool.xml";
}

                
with
                
var xmls:Array = ['xml/quiz1.xml','xml/quiz2.xml','xml/quiz3.xml','xml/quiz4.xml'];
xmlContentPath = pathToFiles + xmls[Math.round(Math.random()*4)];

                
has downloaded icon

 
andreshenao206

andreshenao206

on 14/7/10

 
I thank you very much works perfect.

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


Similar flash components

XML Flash Voting Poll

XML Flash Voting Poll

Attractive Flash Poll, easy to use and customize from XML. Supports... read more


XML Survey with Multiple Questions

XML Survey with...

Simple and neat Flash XML Survey with multiple questions and variable... 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?

Support ticketGet 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!