HTML-Videoplayer (Fluid Player), der mehr als ein Video abspieltHTML

HTML-Programmierer
Anonymous
 HTML-Videoplayer (Fluid Player), der mehr als ein Video abspielt

Post by Anonymous »

Ich wollte Fluid PLayer in meiner HTML-Site für mehrere Videos verwenden. Aber ich muss etwas falsch machen, weil nur der erste im Fluid Player abgespielt wird. Ich denke, dass es falsch ist, allen Tags dieselbe ID zu geben, aber ich bin mir nicht sicher. Irgendwelche Hilfe?

Code: Select all


















var myFP = fluidPlayer(
'short',
{
layoutControls: {
fillToContainer: false,
primaryColor: false,
posterImage: false,
autoPlay: false,
playButtonShowing: true,
playPauseAnimation: true,
mute: false,
logo: {
imageUrl: null,
position: 'top left',
clickUrl: null,
opacity: 1,
mouseOverImageUrl: null,
imageMargin: '2px',
hideWithControls: false,
showOverAds: false
},
htmlOnPauseBlock: {
html: null,
height: null,
width: null
},
allowDownload: false,
allowTheatre: false,
playbackRateEnabled: false,
controlBar: {
autoHide: true,
autoHideTimeout: 1,
animated: false
},
},
vastOptions: {
}
}
);

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post