When you create a post or page on a wordpress blog...Does it exist on my server? Or just in my database?
I'm trying to get a FLV plugin to work, in order to get the video to play I have to install an SWF player in the same folder that my post/page exsist.
The author of the plugin is telling me to do the following:
put the player in the same folder as the page that has the video sequence.
if the page is at
http://yourwebsite.com/wordpress/blog/2010/10/05/test/
then the player goes
http://yourwebsite.com/wordpress/blog/2010/10/05/test/singleFlvPlayer7.swf
NOT
http://yourwebsite.com/wordpress/singleFlvPlayer7.swf
I always thought that the post and pages only existed in your database not an actual file/folder on your server.
Thanks in advance for your help.