View Full Version : tagcloud addon and swfobject.js
alain
03-28-2009, 03:20 PM
hello
anybody knows how to use tagcloud addon with swfobject.js and could post me the codes please !?
regards
alain
alain
04-07-2009, 04:26 PM
140 views and nobody knows !?
regards
Alain
Dennis
04-08-2009, 08:17 AM
What addon are you talking about? Please provide more information, like what addon you want to use for Pixelpost, does it come with documentation, have you looked at the description in the addon page.
There are lots of variables unknown. The question itself isn't clear. Hence, the 140 views and no answers.....
alain
04-08-2009, 04:42 PM
ty for your reply Dennis
the addon i m using is tagcloud and it works nicely
now to make the "content" move i need to use swfobjects.js but i have no idea how to "code" it so it shows the "tags"
here is a featured site where it s working fine
http://photos.cheneel.com/?x=about
regards
Alain
alainwelter.com
Dennis
04-09-2009, 05:34 AM
Can you point me to the addon in question? Like a download link?
alain
04-09-2009, 12:38 PM
hello again
i hope this is the basic link ..
http://code.google.com/p/swfobject/
feel free to goggle swfobject.js
regards
alain
Dennis
04-10-2009, 02:37 PM
aha, so this isn't a pixelpost addon. It is code that needs to be transformed into a pixelpost addon. That is a whole different ballpark. Have you tried contacting the author of the blog you mentioned earlier?
alain
04-14-2009, 01:02 PM
yes ... without getting a reply ...
You seem to be correct.Only the basic of this featured site seems to be pixelpost with ALOT of coding from the owner that s no official pixelpost addon ...
May be for the next release you could add addons like most viewed picture,most commented picture,rotating tagcloud ...
ty for your time Dennis
regards
Alain
alain
04-18-2009, 02:07 PM
<script type='text/javascript' src='swfobject.js'></script>
<div id="flashcontent">
</div>
<script type="text/javascript">
var so = new SWFObject("tagcloud.swf", "tagcloud", "200", "200", "7", "#222222");
// uncomment next line to enable transparency
so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0xFFFFFF");
so.addVariable("tcolor2", "0xCCCCCC");
so.addVariable("hicolor", "0xFF9900");
so.addVariable("mode", "tags");
so.addVariable("distr", "true");
so.addVariable("tspeed", "100");
---> so.addVariable("tagcloud","what code do i need to insert here to call the tags ??? ");
so.write("flashcontent");
</script>
anybody knows !?
ty
alain
Dkozikowski
04-18-2009, 04:08 PM
There is much much more to that tag cloud than meets the eye. Swfobject.js only loads the flash file. So not only do you need the flash file, you also need an addon to pass tags to that flash file...
I see that the tag cloud in use is a Wordpress plugin which I'm assuming the photoblog owner converted into a Pixelpost addon. I may try and do the same but it's not high on my priority list at the moment...
alain
04-18-2009, 04:56 PM
hello
the tagcloud.swf is in the package
the "addon" to "import" the tags into the swf is the code that i m missing in my posted script
there must to be a code in PP to "get" the tags or !?
(codes from PP documentation aren t working )
regards
alain
PS: well ... i m sure a completely working "cumulus cloud tag generator " addon would make many PP members happy :)
alain
05-10-2009, 02:03 PM
just a reminder
regards
alain
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.