First I'd like to say that I spent all day yesterday researching all the different Joomla photo galleries that had all that I was looking for and I can honestly say that Phoca won out
That being said, I'm having an issue that I've seen in several posts but none of the solutions work for me. I hope I'm missing something simple. I'm using version 2.6.2.
All I want to do is click on a thumbnail in the UI and have it show a YouTube video. To that end I've followed the directions here: https://www.phoca.cz/documents/2-phoca-g ... 18-youtube but I can't get the video to display.
1. I've tried in IE and Firefox
2. I've verified that the video (see actual code below) is in the database.
3. I've turned off me SEF setting.
4. I've tried all three viable types (Modal, HighSlide JS and Standard Popup) - see results below:
Video code, pasted in the Video Code textarea:
Video Code:
[NOTE: I'm not sure if I should be when I do a View->Source on the HTML I don't see this code anywhere in it.]
<object width="425" height="355">
<param name="movie"
value="http://www.youtube.com/watch?v=GiTKJ7cSB7c&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/watch?v=GiTKJ7cSB7c&
hl=en&rel=0&color1=0x006699&color2=0x54abd6"
type="application/x-shockwave-flash" wmode="transparent"
width="425" height="355"></embed>
</object>
Results:
Mode Modal Popup Box
URL: http://<my domain>/index.php/animals-section/zoe/videos/7-videos/detail/49-zoe-rolling-snarfies?tmpl=component
UI Result: Almost completely blank screen with only refresh, close and forward/backward buttons.
Mode: Highslide JS
URL: http://<my domain>/index.php/animals-section/zoe/videos/7-videos/detail/49-zoe-rolling-snarfies?tmpl=component
UI Result: Highslide Window with no video but with control buttons on the bottom.
Mode: (Standard Popup Window)
URL: http://<my domain>/index.php/animals-section/zoe/videos/7-videos/detail/49-zoe-rolling-snarfies?tmpl=component
UI Result: Almost completely blank new window with only refresh, close and forward/backward buttons.
Regards,
Rob


