I am trying to use the Strobe Media Playback plugin to play a video on my website. I am also using codeigniter framework for my site. The video that I am wanting to play is located in root>assets>videos>promo.mov. Below is what the object block looks like:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="100%" height="360">
<param name="movie" value="assets/player/Debug%20build%20for%20Flash%20Player%2010.1/StrobeMediaPlayback.swf"></param>
<param name="FlashVars" value="??????????"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="/assets/player/Debug%20build%20for%20Flash%20Player%2010.1/StrobeMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="100%" height="360" FlashVars="src=??????"></embed>
</object>
The problem is the FlashVars value in the embed tag requires a fully qualified url. However, since I'm using codeigniter I can't simply access the video with http://www.example.com/assets/videos/promo.mov because of the URI routing.
What would the qualified url I can use to access my video?
use HTML 5 Video player
Supported Desktop Browsers
Supported Mobile Browsers
Just get it working
Support everything well
You can get more idea on