Hi,
I have been using the following script in an iframe for a couple of years with an older version of pro, but now after upgrading to 4.1.10, the paths and filenames are obviously different, I've tried changing the path to the TubePressPro.php file but just get a white page. I appreciate that the way I was doing things may now be deprecated, so either a suggestion or a pointer to a relevant post/document would be appreciated.
Thanks.
Here is the script I was using that worked in the older version:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR...l1-strict.dtd">
<?php
$tubepress_base_url = "http://arosegrowingo....uk/tubepress";
require_once "/chroot/home/zombieme/arosegrowingold.co.uk/html/tubepress/env/pro/tubepress-pro.php";
?>
<html xmlns="http://www.w3.org/1999/xhtml"lang="en" xml:lang="en">
<head>
<title>Tour of Life</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<?php print tubepressHeadElements(true); ?>
</head>
<body>
<div style="width:940px">
<?php print tubepressGallery('mode="playlist" playlistValue="B319CACCB137252B" autoplay="true" fullscreen="true" embeddedWidth="480" embeddedHeight="290" ajaxPagination="true" thumbHeight="135" thumbWidth="180" playerLocation="fancybox" paginationAbove="true" border="false" views="false" resultsPerPage="9"'); ?>
</div>
</body>
</html>