hi there,
after much develpment i'm using the following technique in the 3 sites listed bellow
Frontend (pulls most of its content from WP):
Flash AS2 + SWFAddress + AMFPHP + ExternalInterface
Backend (main plugins used in WP):
All in One SEO Pack + GD Press Tools + Google XML Sitemaps + WordPress Mobile Edition + WP Google Analytics
The sites:
http://www.cocoabio.com
http://www.pandaec.com.br
http://www.restaurantebabylon.com
Hey
very nice !
how did you do to get the video URL from wordpress ? you used the custom fields ?
if you are interested we need people like you on flog, the open source flash blog plugin for wordpress ( http://wordpress.org/extend/plugins/flog/ ).
we make templates with silex (the os flash cms) and plug them into wordpress using the plugin API.
so the html theme is the html equivalent for those who do not have flash and for seo. we often use a smart phone theme in addition.
the project is very young (5 months) but we will be 4 people working on it soon. why don't you join us?
bye
lex.
thx, creyes!
hi, lex, i'm writing you an email this very moment
- about the video Url:
yes, i put many values inside custom fields, but sometimes i do amfphp queries with "SELECT guid from wp_posts where post_type='attachment' AND post_mime_type='audio/mpeg' AND post_parent='$ID'"
this one is to feed an mp3 player, i have a page called 'Radio', upload all the files inside it, and grab the list with the query above