Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Adding a media player plugin to Silverstripe


Go to End


2240 Views

Avatar
Chris

5 Posts

6 October 2007 at 2:02am

Hi all!

I would like to implement a media player (like http://www.jeroenwijering.com) into Silverstripe.

My idea is to insert the following code directly into a page content, like :
[flashvideo width="320" height="240" filename="video.flv" /]

Then, I'll have to parse the page code and replace this line with the full script call.
Has anyone an idea to start with ?

Many thanks in advance.
Chris