I want to change this photo of video
yo another photo I want
Tags:
Replies are closed for this discussion.

Permalink Reply by TJ @ jQueryHelp on June 14, 2012 at 11:26pm This is the code I use now to replace the default video image, on my site. See it work, here:
http://jqueryhelp.ning.com/video/video?page=4
<script type="text/javascript">
// Change default video image - by TJ at jQueryHelp.ning.com
x$("img[src='http://api.ning.com:80/files/uJmJ**Ct6KjMIaXuraIiQ0XC24UU6M4c4PYhHwmYVr7wT2rTmMbMo7O16BP7GC5N24FpKQfmLXvKPzq*X35dLO8Yyc1D6F2Y/831428088.png?width=136&xj_video_default=1']").attr('src', 'http://bkserv4.net/appsX/images/NewVideoDefault.png');
</script>
HOW TO MAKE THIS WORK ON YOUR SITE:
You are going to have to figure out the URL of the default video image on your site. And you are going to have to host your new default video image somewhere and get its URL. Put those URLs in the code, something like this:
<script type="text/javascript">
// Change default video image - by TJ at jQueryHelp.ning.com
x$("img[src='http://CURRENT-DEFAULT-IMAGE-URL']").attr('src', 'http://NEW-DEFAULT-IMAGE-URL');
</script>
Best wishes!
"TJ"
Permalink Reply by classic on June 16, 2012 at 2:27pm You have changed the URL of the image you want to change
But did not change
This link is
http://api.ning.com/files/-232-FD7gTw-ixacUMiI*KFGI0xp4RpNNuY5FJOl2...

Cindy replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Sylvia Hysen replied to Sylvia Hysen's discussion 'NING 2.0- Sign-up for newsletter'

Alex replied to Alex's discussion 'More styling in the Design Studio'
A discussion started by Sylvia Hysen was featured© 2013 Created by Ning.
