If you use CPS, you want humans to perform comparisons in order to sort media. But in order them to do so, you must first ask them! Therefore, you will have to design a small web page displaying your media and asking workers to compare them. This where cml enters.
CrowdFlower Markup Language is a modified version of html allowing you to easily ask questions. It also allows CrowdFlower to retrieve their results in order them to be sent to you, so you definitely have to use cml.
While CrowdFlower's documentation on cml is rather clear, a few examples could never hurt.
< object type="application/x-shockwave-flash" data="$THE_COMPLETE_URL_OF_YOUR_FLV-PLAYER" width="320" height="240"> < param name="movie" value="$THE_COMPLETE_URL_OF_YOUR_FLV-PLAYER" /> < param name="FlashVars" value="flv=$THE_COMPLETE_URL_OF_YOUR_OWN_VIDEO" /> < /object>Where:
Don't forget to remove the space at the beginning of the HTML marks in this example!
An example of a cml file using this flashplayer can be found here