Forum Replies Created
-
-
Windows 7 32 bit 3.50GB i5-4670 3.39 GHz Service Pack 1
Internet explorer 11 11.0.9600.18816
Update version: 11.0.47
Ran all updates. This has happened on three computers so far. :)Thanks, appreciated.
Indeed nice one. Many thanks for this. Happy Bunny !!
https://hospitals.nowbaby.co.uk/
You will see the screen in the middle of the page. It is displayed behind a graphic to ensure the edges are sharp. Basically through a transparent screen. It normally starts automatically and allows the buttons below to control its display. There is a lot of of files flv’s and mp4’s in that pages playlist. It has also been skewed to correct the 3d aspect. This bit is not an issue. This page is a very simple page with the same FVPlayer shortcode as in question:-
https://hospitals.nowbaby.co.uk/testit/If I could access the javascript that access the start button that would be very helpful. It was all working before…
8 years ago in reply to: Use xml file for playlist sourceThanks Martin,,
Appreciated. The cut n Paste generated shortcode from an Access created file works fine for now. ( Interestingly its much happier with a .flv and a secondary .mp4 in solving network errors and speed on displaying. Curing warnings about Meta information is lacking in the help screens.)8 years ago in reply to: Use xml file for playlist sourceI have done this with the below open source RSS with another media broadcast software. Copyright says I cannot say more but its an open standard. http://www.rssboard.org/media-rss
— Top few lines ———–
<?xml version=”1.0″ encoding=”utf-8″?>
<rss version=”2.0″ xmlns:media=”http://search.yahoo.com/mrss/” xmlns:feedLoc=”urn:Feeds:Location” xmlns:dc=”http://purl.org/dc/elements/1.1/”>
——————————WebStunning do a good one. Unfortunately I cannot get it to work in wordpress. You will have to do your own research into this one – NDA’s prevent me.
I create a shortcode in Access to a file I cut n Paste to the page, but its a real faff. Better to set up a source file and replace that. I was wondering whether I can add a <script> with the right classes to do a low level call?. Would that work.
Thanks, it was helpful. The added fun was that the player had to be viewed at an angle and with perspective. No parallel sides. So the below worked. Can’t include the image used, but you’ll get the idea. Enjoy !!
<div id=”hv1″>
<style>
#hv1 {
position: relative;
background-image: url(‘//cdn.foliovision.com/media/backgrounds/Waiting_Room.png’);
height: 405px;
width: 720px;
}
#hv2 {
position: relative;
top: 33px;
left: 455px;
height: 96px;
width: 152px;
-ms-transform: rotate(-2.5deg); /* IE 9 */
-webkit-transform: rotate(-2.5deg); /* Safari */
transform: rotate(-2.5deg); /* Standard syntax */
}
#hv3 {
height: 96px;
width: 152px;
-webkit-perspective: 19px; /* Chrome, Safari, Opera */
perspective: 19px;
}
#hv4 {
position: relative;
height: 96px;
width: 152px;
-webkit-transform: rotateY(-.65deg); /* Chrome, Safari, Opera */
transform: rotateY(-.65deg);
}
</style><div id=”hv2″>
<div id=”hv3″>
<div id=”hv4″>[fvplayer src="/media/stuff,mp4" width="152" height="96" autoplay="true" liststyle="prevnext" controlbar="no" loop="true" playlist="https://cdn.foliovision.com/media/stuff2.mp4" hflip="true"]</div>
</div>
</div>
</div>8 years ago in reply to: Use xml file for playlist sourceThanks,
I was referring to the old flash flowplayer xml structure. If possible if not then an equivalent.Bill