Subversion Repositories SmartDukaan

Rev

Rev 1048 | Rev 1107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1048 Rev 1097
Line 83... Line 83...
83
		
83
		
84
		ytplayer = document.getElementById(playerid);
84
		ytplayer = document.getElementById(playerid);
85
        ytplayer.cueVideoById(vidid);
85
        ytplayer.cueVideoById(vidid);
86
        // these two lines will set currentvideo id for the player 
86
        // these two lines will set currentvideo id for the player 
87
        var param = "currentVideoId" + playerid.substring(8,playerid.length) + "= \"" + vidid + "\"";
87
        var param = "currentVideoId" + playerid.substring(8,playerid.length) + "= \"" + vidid + "\"";
-
 
88
        eval(param);
88
   }
89
   }