Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-05-2013, 04:58 PM   PM User | #16
fakierock
New Coder

 
Join Date: Feb 2013
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
fakierock is an unknown quantity at this point
It was kind of an embarrassing moment.....Commenting out the below was the main fix!

/*if (IsIE == 0)
{
$('#trailer').get(0).play();

$('video').bind('ended', function(){
moveslider();
video.currentTime = 0;

trackEvent._trackEvent('globe', 'trailer', 'end');
trackEvent2._trackEvent('globe', 'trailer', 'end');
});

$('video').bind('play', function()
{
clearInterval(inter);
playvid = false;

trackEvent._trackEvent('globe', 'trailer', 'play');
trackEvent2._trackEvent('globe', 'trailer', 'play');
});
} else {
createSWFobject();

$('#next-button').css({ 'top' : '310px' , 'margin-top' : 0 });
$('#prev-button').css({ 'top' : '310px' , 'margin-top' : 0 });
}*/
fakierock is offline   Reply With Quote
Old 03-05-2013, 08:29 PM   PM User | #17
JonBMN
New Coder

 
Join Date: Feb 2013
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
JonBMN is an unknown quantity at this point
@fakierock make sure you change the title of this article to a relevant name to the problem you were having, not just "please please please help!". We've all been there when starting out and It's a great feeling to get it on your own

Another thing; when changing the title you need to edit your first post in the topic and click advanced and you can edit the title and put the RESOLVED prefix before the title as well. Just to help out people who might be in the same situation!
JonBMN is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:42 PM.


Advertisement
Log in to turn off these ads.