Recent content by charco

  1. C

    How to video HTMLexe books

    Hi GDG, I was trying to make some videos for “How To Use” the ebooks that I make, but the program seems to be invisible to the screen capture software that I am using (Camtasia Studio 8). Is there any way around this? Cheers, Charco
  2. C

    Cant run any of my compiled files

    I am replying to my own post. It seems that I cannot run HTMLexe either. I cannot open the program - it just hangs on the splash screen. Help!
  3. C

    Cant run any of my compiled files

    Help! Something has happened and I can’t run ANY of the many .exe files that I have compiled. I have tried turning off AVG but they just will not open. They just start to load and then stop and disappear! Is this a consequence of some new Windows update? Please help - all ideas gratefully...
  4. C

    Problem with mp4 embed

    OK, I’ve sorted out the problem. Everything was set correctly to use the built in server, BUT the action for .mp4 files on the “content file types” was set to “download to disk”. I reset the .mp4 filetype option to “serve with built in server” and the videos play normally. I include this to...
  5. C

    Problem with mp4 embed

    How do I do that?
  6. C

    Problem with mp4 embed

    Hello, is there anyone there?
  7. C

    Problem with mp4 embed

    Using HTML5 The code is identical to the code in the offline help for mp4 <video id="video" width="640" height="480" controls> <source src="video/methane.mp4"></source> HTML5 video not supported: Internet Explorer 9 is not installed </video> Works fine in the web browser but does not...
  8. C

    Problem with mp4 embed

    Hi GDG, I’m having a problem embedding mp4 video. The files show up OK in the uncompiled web browser, but show the message “Error: unsupported video type or invalid file path” I’m still on my first video, which is only 2.125 Mb What could the problem be? Cheers, Graeme Hall HTMLexec 4.9.2.0
  9. C

    Can't compile HTMLexe

    It’s OK, I sorted out the problem!
  10. C

    Can't compile HTMLexe

    Hi GDG, I cannot compile from HTMLexe - I get the message that invalid product version number specified in output resources. I have tried all manner of version numbers, always in format X.X.X.X. but receive the same error message. HTML Executable Compilation Log Version 4.9.2.0 Publication...
  11. C

    Flash content in ebooks after 2020

    Hi GDG. I am aware that the major browsers are not going to support flash player from 2020. I have some ebooks with flash content. Will this content still be playable in the ebooks after 2020? Kind regards, Graeme
  12. C

    Php in HTMLexe possible?

    Is there any plugin or gizmo that will allow me to use server side script such as php in a standalone HTMLexe compiled program?
  13. C

    Download hosting for automatic update

    Hi GDG, I have been using dropbox for file storage which allows clients to download the compiled and zipped ebooks. This is good insofar as it works and I use links from my website to dropbox for this purpose. However, I see that HTMLexe now has the possibility of generating .inf files that...
  14. C

    Linking HTMLexe to a hosted php mailer - possible?

    Thanks. I thought that there might be some security issue.
  15. C

    Linking HTMLexe to a hosted php mailer - possible?

    Hi there GDG, What I would like to do is send an email from a compiled HTMLexe program, but I don’t know if it is possible. I have a php sendmail file hosted on one of my websites and thought to call it from the compiled HTMLexe file. Will this work? or is there some kind of authentication I...
Back
Top