HTML5 Video Player Support Product Page
Solved
Video being pulled in from YouTube not working.
Reported 22 Mar 2012 18:53:55
1
has this problem
22 Mar 2012 18:53:55 Barbara ONeal posted:
I have created a video that i include in tabs and it has dynamic data. The data is being pulled in properly however the video doesn't show. dev.ce-exchange.com/detail/agilent-3070-series-iii-ict-4798.cfm open the video tab and there is no video. however, if you use firebug or if you even just view sorce you can see there is no video there but the data being pulled in is correct. If I just have it on a page by itself it works dev1.ce-exchange.com/detail/video.cfm
any suggestions would be appreciated.
Replies
Replied 23 Mar 2012 07:37:52
23 Mar 2012 07:37:52 Teodor Kuduschiev replied:
Hello,
Please remove the following line from your code:
As it is duplicating the
Please remove the following line from your code:
<script src="/js/jquery-1.6.1.min.js" type="text/javascript"></script>
As it is duplicating the
<script type="text/javascript" src="/ScriptLibrary/jquery-latest.pack.js"></script>
Replied 23 Mar 2012 14:06:04
23 Mar 2012 14:06:04 Barbara ONeal replied:
thank you i just replaced the code and it works.