- Posts: 5
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Two questions: Is it possible to see the readme from installing and break.com...
Two questions: Is it possible to see the readme from installing and break.com...
- austin
- Topic Author
- Offline
- New Member
Also I can't seem to get the break.com embed to work. I think it is setup wrong for the old break.com without the flash player.
Please Log in or Create an account to join the conversation.
- austin
- Topic Author
- Offline
- New Member
- Posts: 5
Ok here is what I have been trying to do **read next post**
Please Log in or Create an account to join the conversation.
- austin
- Topic Author
- Offline
- New Member
- Posts: 5
all of this is taking place in plugin_jw_allvideos.php
here is the break embed code from break.com itself:
<object width="425" height="350"><param name="movie" value="embed.break.com/Mjc4OTYx">
www.break.com/index/drinking_smoke_in_a_glass.html">Drinking Smoke In A Glass - www.break.com/">Click Here for more great videos and pictures!
and here is the code I am trying to use in the plugin_jw_allvideos.php to no avail:
"break" => array("<object style=\"".$width." ".$height."\"><param name=\"movie\" value=\"embed.break.com/***code***\" />", "#{break}(.*?){/break}#s") ,
I was kind of using youtube as a template
here is youtube for reference:
"youtube" => array("<object style=\"".$width." ".$height."\"><param name=\"movie\" value=\"www.youtube.com/v/***code***\" />", "#{youtube}(.*?){/youtube}#s") ,
I have also tried using this
"break" => array("<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"embed.break.com/***code***\">", "#{break}(.*?){/break}#s") ,
to no avail
you can see the problem at www.cashville.net. It is the third video down from the top.
Please Log in or Create an account to join the conversation.
- austin
- Topic Author
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6219
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- Two questions: Is it possible to see the readme from installing and break.com...