views:

12

answers:

1

Does anybody know if it is possible to create a wordpress template with a flash navbar? Perhaps you could point me to some examples? Thanks.

A: 

you would need to retrieve your pages url from wordpress (probably using get_pages() and parsing the info you need) and send the result to flash, using flashvars for instance.

PatrickS