Link to home
Start Free TrialLog in
Avatar of SonicVoom
SonicVoomFlag for United States of America

asked on

embed .mp4 in offline (cd-based) html page. flowplayer?

I'm working on an html project that will be distributed by CD, and should not rely on a network connection for anything.

I have an mp4/h.264 video that I need to embed into a page. Currently, the video will play if I load the page through my local apache, but not if I access the page as file:///

Can anyone tell me how to accomplish this, even if it means ditching flowplayer?

					flowplayer("player", "data/flowplayer-3.2.7.swf", {
    			clip:  {
      				autoPlay: false,
      				url: "data/lcontent/English_Company_Profile.mp4",
     				autoBuffering: true
   	 			}
			});

Open in new window


I'm also open to other methods.
ASKER CERTIFIED SOLUTION
Avatar of SonicVoom
SonicVoom
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SonicVoom

ASKER

I figured it out using another technology.