Flash with wordpress php variables
-
Until recently have I fiddled with passing wordpress’s variables through flash for either headline widgets or front page widgets like breaking news headline scrollers at the top of pages, etc.
I’ve developed a .swf file that loads the wordpresses headline via the <? php get_post title, something on the lines of that. That gets tossed through the flash file, all is said and done.
However when trying to specify what post title gets tossed through (e.g. from a category), is where I fall off the bandwagon. Developing front page widgets for my wordpress run websites is alright with just php, but getting just the straight flat text of something (like in this case the headline of an article, or multiple articles from said category) is where I get lost. Any ideas?
An example of what I’m attempting to do is to pass the latest posted article from a specified category through flash so, the only “text” the flash .swf file would see with the wordpress variable would be just the headline. I would then be able to take that text in flash, and play with it, animate it if needed and develop widgets, etc.
This also goes with from a specified category getting the latest posted article’s URL as well, so that the widget can link up to the headline of that article as well.
I completely suck at explaining things, I’m use to be just shoved in a corner and told to code, so if this makes sense to anyone please help 🙂
Thanks all, and from a code monkey to another…assistance would be greatly appreciated 🙂
~Brian
The topic ‘Flash with wordpress php variables’ is closed to new replies.