Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

i have html file which play video on jwplayer.
here my code:
XML
<div id="video_player" align="center">

                <script type="text/javascript">
                    jwplayer('video_player').setup({
                        'flashplayer': 'js/player.swf',
                        'file': 'Admin/Video/f3caranddrivingcomvideos200new_audia1_2010mp4.mp4',
                        'controlbar': 'over',
                        'width': '100%',
                        'height': '400',
                        'controlbar.idlehide':'false',
                        'autostart': 'true'
                    });
</script>
</div>



this video combined with 5 parts of video as one video.
i need to play first part of video when i click first link and second part of video when i click second link.

any one help me to write javascript code to achieve my ideas?

Regards
Lalitha
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900