Kool Moves for Word Press
I write Word Press themes.
I would love to be able to insert a Kool Moves Flash into the header
that imported the blog title and description.
Now the Word Press code for title is: bloginfo(name)
The Word Press code for description is: bloginfo(description)
Of course, I am exluding the php tags
I am thinking of writing code like this - of course minus the php tags
$title= bloginfo(name);
$desc = bloginfo(description)
and inserting them in a file call headerinfo.php
Now I want to have flash with dynamic text Action Script
How do I write the action script to load these two variable and just
display them.
Ultimately, what I would like to do is load the variable text and run some preprogammed flash - such as the scolling fire - so that the header flash would display the flash.