All posts created by Alex

14 years ago

This means cloud.swf flash file cannot find the data for your cloud to render. Did you save your cloud before embedding?

14 years ago

Could you please post (or send me by email) the url link you are using

14 years ago

OK, at what excatly moment do you see the error, what button you push to make the error appear?

Could you please post the error message you receive.

14 years ago

Hi. It is on my plans to enhance blacklist. Thanks for the suggestion!

14 years ago

Could you please post here or send me (support@tagul.com) the url you use as a source.

14 years ago

Could you please advise what url or text do you use as your cloud's source.
I will try to help.

14 years ago

This code must be placed in the "text" field on the "core options" tab of your cloud.

14 years ago

Hi,

I don't completely understand your problem. Do you experience troubles with getting tags from your page to create a cloud or you just can't embed your cloud on a "Google" site?

14 years ago

Gullars,

just visited your blog and realized that your cloud is not clickable. That is because SWF object plugin does not have allowScriptAccess="always" parameter.
To enable it you should change the wp-swfobject.php code

// Use SWFObject 2.0 code
$wpswf_params = "wmode: \\"".$wpswf_config[\'swf_wmode\']."\\", ";
$wpswf_params.= "menu: \\"".$wpswf_config[\'swf_menu\']."\\", ";
$wpswf_params.= "quality: \\"".$wpswf_config[\'swf_quality\']."\\", ";
$wpswf_params.= "bgcolor: \\"".$wpswf_config[\'swf_bgcolor\']."\\"";

to

// Use SWFObject 2.0 code
$wpswf_params = "wmode: \\"".$wpswf_config[\'swf_wmode\']."\\", ";
$wpswf_params.= "menu: \\"".$wpswf_config[\'swf_menu\']."\\", ";
$wpswf_params.= "quality: \\"".$wpswf_config[\'swf_quality\']."\\", ";
$wpswf_params.= "bgcolor: \\"".$wpswf_config[\'swf_bgcolor\']."\\"";
$wpswf_params.= ", allowScriptAccess: \\"always\\"";

The last line adds allowScriptAccess parameter.

14 years ago

Gullars,

the correct code while embedding with WP-SWFObject

[SWF]http://cdn.tagul.com/cloud.swf, 600, 500, id=3411@2[/SWF]

You should remove "<" and ">" from your code.