turtlewings
Member
Posted 4 years ago #
I am have created a presentation in Keynote(mac version of powerpoint) and there is a option to export as html presentation, Quicktime or others. The html looked like a great option, because when I took the file and drop in my browser it was full screen, great quality and small file size. But!!! I tried to upload it as a file in a page and when I clicked the link it was blank, but when I tried the same with the quicktime file which was .mov it worked perfectly, but is smaller and slower!
What am I doing wrong? How can I get this html file to work in my wordpress site? I would REALLY appreciate all of your expert advice that I enjoy reading here!
Thanks in advance
jules
But!!! I tried to upload it as a file in a page [...]
I am not sure I understand this. You cannot upload a complete html file into another (x)html file - that's what you are saying you did.
You can upload the html file(s) to your site and you can link to them from a post or Page.
turtlewings
Member
Posted 4 years ago #
Ok, it does sound stupid that I was trying to upload a html file into my (x)html file. Your method sounds simple, but I am afraid I still do not know how to do what you suggest. How do I link to it? I placed my file in my public folder and I tried through the linking menu, like you usual link to other websites I used both the normal http://www.turtlewings.be/wp-content/bozarpresent2.html and then I tried the way it looks when it works from my computer which is file:///wp-content/bozarpresent2.html I know this probably is also a stupid move, but I really do not know how to do this.
Thanks for your help!
I placed my file in my public folder
Let's start from here. It is not there in the publi_html, which would be the root:
http://www.turtlewings.be/bozarpresent2.html
(never try to link from the internet to your computer, it doesn't work)
You have a file here:
http://www.turtlewings.be/wp-content/uploads/2008/02/bozarpresent2.html
but all its content is this:
<html>
<body>
<object width='1024' height='768'>
<param name='movie' value='bozarpresent2.swf'>
<embed src='bozarpresent2.swf' width='1024' height='768'>
</embed>
</object>
</body>
</html>
and I don't think that will work!