3.4. Streaming Media Guide*

 

You can embed the streaming media objects in the encrypted FlipBooks for FlipViewer. However, only HTML files that embed the streaming media objects are encrypted, while the streaming media objects are not encrypted.

 

 

3.4.1. Streaming Media Control2

 

To control the streaming media objects (e.g. asf, wmv, wma, mp3, etc) in the FlipBooks for FlipViewer, you need to do the following:

 

Assign the ID “ebooksysmmplayercontrol” to the embedded streaming media object in the HTML file (as shown below). Make sure that the class ID is set to “CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6”. The codes below on how to specify a streaming media is only applicable to streaming media types that are supported by Windows Media Player plugin.

 

<object id="ebooksysmmplayercontrol" width="300" height="300"

classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">

        <param name="AutoStart" value="False">

        <param name="AutoSize" value="True">

        <param name="url" value="071.mpg">

        <param name="ShowControls" value="True">

        <param name="ShowStatusBar" value="False">

        <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"

src="071.mpg"

width="280" height="240"

autostart="0" autosize="1" showcontrols="1">

        </embed>

 </object>

 

 

Limitation:

 

Only streaming media supported by Windows Media Player like wma, wmv, mp3, asf, etc. can be supported,  

 

 

Notes:

2 Applicable to PC FlipViewer only   

* Applicable to FlipBooks for FlipViewer only