Joomla 1.5 Insert video using flowplayer
Loading...
3,962
Loading...
Uploader Comments (gruzua)
see all
All Comments (7)
-
I use editor from joomlacontenteditor com
In the editor you can set what CSS tables to use there (either common joomla template CSS tables, or specially created for the backend), so it will load styles from those CSS tables.
-
Hey there. Interesting clip. Where can I get the styles menu you go to at 3.45 in the video. I see it's not part of Joomla 1.5. Thanks
Loading...
hey ! how can i add link after video complete plyaing...????
i have done this thing in wordpress plugin but dont know how to do that in jomla plugin....
MrRaja729 5 months ago
@MrRaja729 I don't know if it's possible. I didn't use this plugin since the time of the video creation.
gruzua 5 months ago
Thanks for the video! This helped me a lot!
Did you use FlowPlayer Reloaded?
Could you share the css code for floating_to right_block css style?
JanoYago 8 months ago
@JanoYago There are two styles. One in editor_content.css file to have the border to have some visal placing in the backend editor. It's:
floating_to_right_block { float: right; border: 1px dotted #ccc; display: block; margin: 0 0 0 25px;width:380px; text-align:center;
}
And the other one is in the template.css (main frontend css file): .floating_to_right_block { float: right; display: block; margin: 0 0 0 25px;width:380px; text-align:center;
}
gruzua 8 months ago
@JanoYago I used flowplayer , it's a rather old video recorded for a client., which seems not to exist anymore.
gruzua 8 months ago