How can I show a .swf file?
What is an easy way to show an .swf
file in my homepage?
I have uploaded the .swf
file in my uploads directory but I cannot show it via simple directive. What should I do to make it working?
What is an easy way to show an .swf
file in my homepage?
I have uploaded the .swf
file in my uploads directory but I cannot show it via simple directive. What should I do to make it working?
The below link would help in placing the swf file in your home page
http://www.w3schools.com/html/html_object.asp
You could mention the path as /wp-content/uploads/your.swf or you could use wp_upload_dir();
References : http://codex.wordpress.org/Function_Reference/wp_upload_dir
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.