Note that there are some explanatory texts on larger screens.

plurals
  1. POOffline (CD, Thumb Drive, etc) No-Install HTML + Video Presentation?
    primarykey
    data
    text
    <p>Our company would like to put some marketing/training content onto USB thumb drives to distribute to our clients.</p> <p>The content is HTML + some embedded videos. The videos (currently .flv's) are not interactive or anything like that, though they are important to the content. The tricky bit is that the HTML contains Javascript that needs to run when the video is finished. </p> <p>Our first thought was to use a Flash video wrapper solution like <a href="http://www.longtailvideo.com/players/jw-flv-player/" rel="noreferrer">Jwplayer</a>. This works fine when the files are hosted on a web server. However, due to Flash's security policies, <a href="http://www.longtailvideo.com/support/forums/jw-player/bug-reports/5647/jw-player-offline-how-to-call-javascript" rel="noreferrer">local (e.g. "file://foo.js") Javascript code cannot receive callbacks from Flash objects</a>. Additionally, Internet Explorer users get nasty security warnings (as they darn well should!) when local web files contain ActiveX objects like Flash.</p> <p>Ideas? </p> <p>Ideally, we'd like to be as cross-browser and as cross-platform as possible without requiring users to install anything. But we can't guarantee they ll be able or willing to screw around with security settings and we can't guarantee they'll have an HTML5-video capable browser, either.</p> <p>Seems like the default industry way to do this is to simply package things up into standalone Flash Player executable. Was wondering if it could be done otherwise, preferably with web standards. </p> <p><a href="http://www.appcelerator.com/products/titanium-desktop-application-development/" rel="noreferrer">Titanium Appcelerator Desktop</a> would be close to perfect, though the desktop version doesn't support video!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload