;

PDA

Click to See Complete Forum and Search --> : Kool Moves for Word Press


vistory
05-29-2009, 08:26 PM
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.

w.brants
05-30-2009, 01:20 AM
Do you want to use ActionScript 1 or ActionScript 3 inside your KoolMoves movie ?