Effect: http://www.roytanck.com/tag-cloud/
Jquery, jquery, and swfobject are required.
Documentation:
Http://www.roytanck.com/2008/05/19/how-to-repurpose-my-tag-cloud-flash-movie/
<Tags> <a href = 'HTTP: // www.roytanck.com/tag1' style = '9'> tag name </a> <a href = 'HTTP: // www.roytanck.com/tag2'style = '12'> tag two </a> </tags>
Code
< Html >
< Body >
< Script SRC = "Jquery-1.4.2.min.js" > </ Script >
< Script SRC = "Jquery.swf object.1-1-1.min.js" > </ Script >
< Script >
$ (Document). Ready (
Function (){
// # Myflashvars is the selector
$ ( ' # Myflashvars ' ). Flash (
{
// Test_flashvars.swf is the flash document
SWF: ' Http://www.roytanck.com/wp-content/plugins/wp-cumulus/tagcloud.swf? R = 7544641. ' ,
Movie: ' Http://www.roytanck.com/wp-content/plugins/wp-cumulus/tagcloud.swf? R = 7544641. ' ,
// These arguments will be passed into the flash document
Wmode: " Transparent " ,
Flashvars :{
Mode: ' Tags ' ,
Distr: ' True ' ,
Tcolor: ' Zero X 111111 ' ,
Hicolor: ' Zero X 000000 ' ,
Tagcloud: " <Tags> <a href = 'HTTP: // www.roytanck.com/tag1' style = '9'> tag name </a> <a href = 'HTTP: // www.roytanck.com/tag2'style = '12'> tag two </a> </tags> "
}
}
);
}
);
</ Script >
< Div ID = "Myflashvars" > </ Div >
</ Body >
</ Html >