Hi,
I am trying to insert a Flash video clip into a page in CMSMS, i have downloaded the FLVplayer module and the standalone flash player, and also tried something called the PLAY module? I cannot for the life of me get Flash videos to display?? why is it so tricky??
help greatly appreciated!!
Playing Flash in CMSMS - Cannot get Modules, etc.. to work???
-
- Forum Members
- Posts: 27
- Joined: Thu Jun 19, 2008 4:55 pm
-
- Forum Members
- Posts: 27
- Joined: Thu Jun 19, 2008 4:55 pm
Re: Playing Flash in CMSMS - Cannot get Modules, etc.. to work???
How does this work, as i can find no documentation for it?? Do i still need to add code to the head of my page also (like i would with a normal XHTML document)?
Re: Playing Flash in CMSMS - Cannot get Modules, etc.. to work???
Ok,
First download the file function.object.php and put it inside your /plugins directory
To view documentation go to Extensions -> Tags and locate object and click help.
a simple application with flash would be:
the class is optional, let me know if you did it work.
Good luck
First download the file function.object.php and put it inside your /plugins directory
To view documentation go to Extensions -> Tags and locate object and click help.
a simple application with flash would be:
Code: Select all
{object src="/uploads/movie.swf" width="500" height="500" class="yourCssClass"}
Good luck
-
- Forum Members
- Posts: 27
- Joined: Thu Jun 19, 2008 4:55 pm
Re: Playing Flash in CMSMS - Cannot get Modules, etc.. to work???
Great i can get my swf file to display !! thank you, another quick couple of questions...
can i use .flv files ?? and also
how do i add a custom flash player (graphic) for my displayed movie, is this possible???
can i use .flv files ?? and also
how do i add a custom flash player (graphic) for my displayed movie, is this possible???
Re: Playing Flash in CMSMS - Cannot get Modules, etc.. to work???
try lookin for the FLV Player Extension