Hello, I use an open source CMS called PHPDirector which displays youtube, dailymotion and google video submitted by users. PHPDirector uses the SMARTY template system and I have uploaded and included the latest SWFObject javascript file. The way PHPDirector displays the videos is as follows:
The video embed script is in a file called players.tpl and then this file is called in another file called viewvid.tpl to display the videos.
{else} This video type is currently unsuppotred {/if}
And then players.tpl is included in viewvid.tpl with the following code:
{include file="players.tpl"}
Ive read the SWFObject documentation and searched the forum, I cant for the life in me figure out how to implement it into PHPDirector. Any help will be much apretiated and shared with the open source community.