Making PlayList

Hello
i am making a mobile app for streaming. script below help me to load video and play it then i am loading it in my app, Now i am looking a way for making a playlist

    <div id="myEmbedTarget" style="width:400px;height:330px;"></div>
    <!-- Substitute {partnerId} for your Kaltura partner id, {uiConfId} for an actual player id, also known as the uiconf id and {entryId} for an actual entry id. -->
    <script src="http://vod.adicis.cd:88/p/102/sp/10200/embedIframeJs/uiconf_id/23448125/partner_id/102"></script>
    <script>
        kWidget.embed({
                      'targetId': 'myEmbedTarget',
                      'wid': '_102',
                      'uiconf_id' : '23448125',
                       'entry_id' : '0_kn2zb0gg',
                      'flashvars':{ // flashvars allows you to set runtime uiVar configuration overrides.
                      'autoPlay': true,
                      'LeadWithHLSOnFlash': true,
                      'Kaltura.LeadHLSOnAndroid': true
                      },
                      'params':{ // params allows you to set flash embed params such as wmode, allowFullScreen etc  0_s1i9ck1l   0_t8yzoyud
                      'wmode': 'transparent'
                      }
                      });
        </script>
    
    </body>

Hi @EphremYems,

On the player’s end, see:
http://player.kaltura.com/docs/PlaylistFeatures

On the server side, you can create a playlist from KMC->Content->Playlist. We support both manual and auto generated, rule based playlists.

Of course, the API can also be used directly to create these playlists, for that, see:
https://developer.kaltura.com/api-docs/Engage_and_Publish/playlist