Post by (¯`•DregondRahl•._) on Nov 23, 2006 5:47:28 GMT -8
At long last, a new version of the PB theater code, it has been done for weeks, I just wanted to test it more and try to make it as small as possible and compatible. This is a complete remake of the code, i started it from scratch so this version should work in IE 6 - 7 , FF 2 and Opera 9. It can also be used to play any video/swf file...so you can add swf games to it too, but its mainly for video files.
-----------------------------------------------
Screen Shots
Theater Main
Video Playing
Admin Area
Create Movie Option
Select Movie
Delete Movie
GLOBAL HEADER
<style type="text/css">
<!--
.proFont {
font-size:10px;
}
.divDisc {
padding-left:34px;
margin:2%;
}
-->
</style>
<script type="text/javascript">
<!--
// ProTheater - support.proboards.com
// Global Header Part
// Created by Dregond Rahl
var movieButton ="http://i95./l131/dregond/theaterbd4.gif";
var m_script = document.createElement("script");
m_script.type = "text/javascript";
m_script.src = "http://pb.proscripts.co.uk/dregond/pbMovieGHeadder.js";
document.getElementsByTagName('head').item(0).appendChild(m_script);
var pbMovie = new Array();
//-->
</script>
GLOBAL FOOTER
<script type="text/javascript" src="http://pb.proscripts.co.uk/dregond/pbMovieGFooter.js">
<!--
// ProTheater - support.proboards.com
// Global Footer Part
// Created by Dregond Rahl
//-->
</script>
Note: If there are no movies it will redirect you to an error page, so you need at least one movie added for the Main theater page to work, Also when creating options the ID must always be Unique... thats about it.
Special Thanks to Simie for hosting the file for me, and since he's hosting it for me, if you new coders have an idea for a admin editable and can code it yourself, PM me and you can use any part of the header portion of the code.
Edit: Button Complete
Update: Jan 22
-----------------------------------------------
Screen Shots
Theater Main
Video Playing
Admin Area
Create Movie Option
Select Movie
Delete Movie
GLOBAL HEADER
<style type="text/css">
<!--
.proFont {
font-size:10px;
}
.divDisc {
padding-left:34px;
margin:2%;
}
-->
</style>
<script type="text/javascript">
<!--
// ProTheater - support.proboards.com
// Global Header Part
// Created by Dregond Rahl
var movieButton ="http://i95./l131/dregond/theaterbd4.gif";
var m_script = document.createElement("script");
m_script.type = "text/javascript";
m_script.src = "http://pb.proscripts.co.uk/dregond/pbMovieGHeadder.js";
document.getElementsByTagName('head').item(0).appendChild(m_script);
var pbMovie = new Array();
//-->
</script>
GLOBAL FOOTER
<script type="text/javascript" src="http://pb.proscripts.co.uk/dregond/pbMovieGFooter.js">
<!--
// ProTheater - support.proboards.com
// Global Footer Part
// Created by Dregond Rahl
//-->
</script>
Note: If there are no movies it will redirect you to an error page, so you need at least one movie added for the Main theater page to work, Also when creating options the ID must always be Unique... thats about it.
Special Thanks to Simie for hosting the file for me, and since he's hosting it for me, if you new coders have an idea for a admin editable and can code it yourself, PM me and you can use any part of the header portion of the code.
Edit: Button Complete
Update: Jan 22