Skip to content

Flash based Adobe presenter audio or video presentations can be converted to an HTML 5 interface

Notifications You must be signed in to change notification settings

kraebsli/Videopresentation-Converter-Adobe-Presenter-to-HTML5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videopresentation-Converter-Adobe-Presenter-to-HTML5

Flash based Adobe presenter audio or video presentations can be converted to an HTML 5 interface

  1. modify path in index.php function loadpage_onclick(i) {

    window.location.href = ".../index.php?id="+i+"&open="+open; } function loadpage_onclicks(i,o) {

    window.location.href = ".../index.php?id="+i+"&open="+o; } function gobackpage_onclick(i) {

    window.location.href = ".../index.php?id="-i; }

  2. modify slideurl and videourl/audiourl if necessary

$videourl=str_replace(".flv", ".mp4", $videourl); or $videourl=$item->audios->media['url']; $slideurl="Slide" . $t .".PNG";

  1. modify counters if necessary $i=0; $t=0;

  2. modify videojs source (https://videojs.com/) if necessary

<script src="//vjs.zencdn.net/5.19/video.min.js"></script>
  1. create two folders
  • slides
  • videos
  1. put xml source file in the main directory

  2. modify audio/video javascript code

audio:

type='audio/mp3' />

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

video:

type='video/mp4' />

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

  1. convert flv files to mp4 files

  2. convert .swf files to .png files

About

Flash based Adobe presenter audio or video presentations can be converted to an HTML 5 interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published