Script Video

I have a dolphin 7.1.4 website and I have been trying to figure out how to have 2 single separate videos side by  with this type of "Script" or html:

<script type="text/javascript" src="http://affiliates.men.com/jscript/flowplayer.js"></script><div class="video_holder_3914 table-video-small"></div><script>  flowplayer("div.video_holder_3914", {src:'http://affiliates.men.com/flash/flowplayer.swf', width: 854, height: 480},      {            playlist: ['http://cdn.ads.men.com/hostedvideos/retributionspart2dmhscrncap.jpg', {autoPlay: false,autoBuffering: false,loop: false,url: 'http://cdn.ads.men.com/hostedvideos/RetributionPart2_scene1_trailer.mp4',linkUrl: "http://enter.men.com/track/MTE3MDEuMS4xLjEuMC4zOTE0LjAuMC4w"}],            plugins: { controls: {all: false,play: true,scrubber: true,mute: true,fullscreen: true}}});</script>

I know it goes into a php block but when I try to paste a side by side video it do not work.

I have no Problem pasting this script code in my wordpress blog  it is only in Dolphin.

What is the correct code for dolphin to paste side by side video with this type of code?

Quote · 16 Sep 2014

try adding <div id='something'></div> to each video section, then set positioning using css stylesheet.

caredesign.net
Quote · 16 Sep 2014

hello thanks for responding. I tried using the <DIV> but it did not work because when you use "SCRIPT" you have to use the:

?><?php { } at the beginning and end of the script code.

Quote · 16 Sep 2014

 RE

hello thanks for responding. I tried using the <DIV> but it did not work because when you use "SCRIPT" you have to use the:

?><?php { } at the beginning and end of the script code.

 You may have to put that in the database manually.

That is in an HTML block?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Sep 2014

 RE

I know it goes into a php block but when I try to paste a side by side video it do not work.

 The posted code does not go in a php box.

That is placed in an HTML block.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Sep 2014

When using a php block with the suggestion that I made, try something like:

?>

<div id='left_side'>

<script type="text/javascript" src="http://affiliates.men.com/jscript/flowplayer.js"></script><div class="video_holder_3914 table-video-small"></div><script>  flowplayer("div.video_holder_3914", {src:'http://affiliates.men.com/flash/flowplayer.swf', width: 854, height: 480},      {            playlist: ['http://cdn.ads.men.com/hostedvideos/retributionspart2dmhscrncap.jpg', {autoPlay: false,autoBuffering: false,loop: false,url: 'http://cdn.ads.men.com/hostedvideos/RetributionPart2_scene1_trailer.mp4',linkUrl: "http://enter.men.com/track/MTE3MDEuMS4xLjEuMC4zOTE0LjAuMC4w"}],            plugins: { controls: {all: false,play: true,scrubber: true,mute: true,fullscreen: true}}});</script>

</div>

<div id='right_side'>

<script type="text/javascript" src="http://affiliates.men.com/jscript/flowplayer.js"></script><div class="video_holder_3914 table-video-small"></div><script>  flowplayer("div.video_holder_3914", {src:'http://affiliates.men.com/flash/flowplayer.swf', width: 854, height: 480},      {            playlist: ['http://cdn.ads.men.com/hostedvideos/retributionspart2dmhscrncap.jpg', {autoPlay: false,autoBuffering: false,loop: false,url: 'http://cdn.ads.men.com/hostedvideos/RetributionPart2_scene1_trailer.mp4',linkUrl: "http://enter.men.com/track/MTE3MDEuMS4xLjEuMC4zOTE0LjAuMC4w"}],            plugins: { controls: {all: false,play: true,scrubber: true,mute: true,fullscreen: true}}});</script>

</div>

<?php {}

 

@Newton - I always use php blocks for similar codes as the tinymce has a habit of stripping things in an html block

caredesign.net
Quote · 16 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.