Hey Everybody, Just need a little advice. I have created a login system form via Flash, php, MySQL. I would like to enquire what the best option is to uploading a swf a file in WordPress? Is using a FTP like Filezilla or, is a better alternative for me to embed using a plugin like TinyMCE? Great to hear your thoughts guys!
Do you mean the media manager? I don't recommend storing "system files" (anything that is not blog content, e.g. posts and images) in the foder wp-content/uploads (which is used by the media manager for uploading files). There is no harm in putting it to that location, I guess, but it just doesn't make sense.
Thanks for your reply Devtard I appreciate your comments. Yes, I was referring to the media manager. If you don't recommend me storing system files and it doesn't make sense putting the files in the wp-content/uploads what do you suggest I do?
I would put all the files that interact with that .swf thingy to a single folder and create a plugin. That way you can activate/deactivate it and edit its files from WP admin interface (and do all other cool stuff via WP API).