Embed Media Park
The Media Park is a solution to implement a a full film channel into a website within seconds by embedding an iFrame.
It contains information about the movie (cast, actors, release date, plot), the poster and sharing options to post to Facebook and other bookmarking services. It is also available for DVD and Blu-ray releases (for DE, DK and SE only).
The Media Park comes in three different sizes that you can select below.
To integrate a Media Park movie channel into your site, select the size that fits your page best, insert your Channel User ID, product and region_code into the code and paste it into the sourcecode of your page.
Small (450x515px)
<!-- START: PREVIEWNETWORKS.COM MEDIA PARK -->
<iframe src="http://uk.mediapark.filmtrailer.com/v2.2/small/?product_type=cinema&channel_user_id=XXXXXXXXXX" width="450" height="515" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"/></iframe><br/>
<a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="previewnetworks.com" target="_blank" href="http://www.previewnetworks.com/">Powered by Preview Networks</a>
<!-- END: PREVIEWNETWORKS.COM MEDIA PARK -->
Medium (516x340px)
<!-- START: PREVIEWNETWORKS.COM MEDIA PARK -->
<iframe src="http://uk.mediapark.filmtrailer.com/v2.2/medium/?product_type=cinema&channel_user_id=XXXXXXXXXX" width="516" height="340" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"/></iframe><br/>
<a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="previewnetworks.com" target="_blank" href="http://www.previewnetworks.com/">Powered by Preview Networks</a>
<!-- END: PREVIEWNETWORKS.COM MEDIA PARK -->
Large (690x460px)
<!-- START: PREVIEWNETWORKS.COM MEDIA PARK -->
<iframe src="http://uk.mediapark.filmtrailer.com/v2.2/large/?product_type=cinema&channel_user_id=XXXXXXXXXX" width="690" height="460" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"/></iframe><br/>
<a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="previewnetworks.com" target="_blank" href="http://www.previewnetworks.com/">Powered by Preview Networks</a>
<!-- END: PREVIEWNETWORKS.COM MEDIA PARK -->
Customize the Media Park
The Media Park can be customised with an own stylesheet. You can use our example CSS sheets (download from the right menu-box), edit it in the way you wish and upload it to a public URL. Then you can load them with the parameter &css_url=path.
In addition you can manipulate the sound volume of the Media Park to a desired level by adding the &volume=XX parameter to the code.
If you want to turn off the autostart function of the Media Park, use &autostart=true.
Customized Media Park Embed Code:
<!-- START: PREVIEWNETWORKS.COM MEDIA PARK -->
<iframe src="http://region_code.mediapark.filmtrailer.com/v2.2/small/?product_type=dvd&channel_user_id=XXXXXXXXXX&volume=0&autostart=true&css_url=http://yourpathtocss/small.css" width="450" height="515" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"/></iframe><br/>
<a style="font-family: verdana; color:cccccc; font-size: 8pt; text-decoration:none" alt="previewnetworks.com" target="_blank" href="http://www.previewnetworks.com/">Powered by Preview Networks</a>
<!-- END: PREVIEWNETWORKS.COM MEDIA PARK -->