1
element
Flash smarty help
  • 2004/3/4 8:12

  • element

  • Just popping in

  • Posts: 4

  • Since: 2004/3/4 8


I want to make a flash application where a number is displayed in the flash movie according to how many posts you have. I've seen a similar example used in HQ_Flash theme where the block title is a flash movie with a dynamic text variable that gets the block title name.

I wish to do a similar thing with a dynamic text variable except i want to know how to make it show the number of posts you have instead of the block title....

In HQ_Flash it was achieved through the parameter options in the flash movie
Quote:
<PARAM NAME=movie VALUE=\"".$xoopsConfig['xoops_url']."/themes/HQ_Flash/blocktitle.swf?blocktitle=<p align='center'><b>$title</b></p>\">

so yeah... help would be really appreciated