Kodi Community Forum

Full Version: Unable to play flash clip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I'm newbie to writing video addon. Please help me out much appreciate.

I'm trying to write a video addon to play this link below, but it doesn't work. I can't figure out why. Please help!!!:

http://star.zing.vn/flash/zingStarPlayer...etype=.swf

Code:
addon_handle = int(sys.argv[1])
xbmcplugin.setContent(addon_handle, 'movies')
url = 'http://star.zing.vn/flash/zingStarPlayer.swf?username=&status=karaoke&song_id=3787&recorder_id=&urlDemo=http://image.star.zing.vn/flash/&domain=http://star.zing.vn&filetype=.swf'
li = xbmcgui.ListItem('My First Video!', iconImage='DefaultVideo.png')
xbmcplugin.addDirectoryItem(handle=addon_handle, url=url, listitem=li)

xbmcplugin.endOfDirectory(addon_handle)
Good morning everyone,

Can i get some help with this link below please? I can't find the source where the music sound come from.

http://star.zing.vn/flash/zingStarPlayer...etype=.swf

Here's what i found out:

Code:
#request# GET http://star.zing.vn/flash/zingStarPlayer.swf?username=&status=karaoke&song_id=3787&recorder_id=&urlDemo=http://image.star.zing.vn/flash/&domain=http://star.zing.vn&filetype=.swf
GET /flash/zingStarPlayer.swf?username=&status=karaoke&song_id=3787&recorder_id=&urlDemo=http://image.star.zing.vn/flash/&domain=http://star.zing.vn&filetype=.swf
#request# GET http://star.zing.vn/favicon.ico
#request# GET http://star.zing.vn/favicon.ico#-moz-resolution=16,16
#request# GET http://star.zing.vn/includes/fnGetSongInfo.php?id=3787
GET /includes/fnGetSongInfo.php?id=3787
#request# GET http://star.zing.vn/flash/skins/skin1.swf
GET /flash/skins/skin1.swf
#request# GET http://stc.star.zdn.vn/karaokeoriginal/mp3/vietnam/Co%20Be%20Mua%20Dong_Dang%20Khoi&T.Tien_Toan%20Thang_Sl%20Bm.jpg
#request# GET http://stc.star.zdn.vn/crossdomain.xml
GET /crossdomain.xml
#request# GET http://stc.star.zdn.vn/karaokeoriginal/xml/vietnam/Co%20Be%20Mua%20Dong_Dang%20Khoi&T.Tien_Toan%20Thang_Sl%20Bm.xml
#request# GET http://star.zing.vn/flash/skins/slide.xml
GET /karaokeoriginal/xml/vietnam/Co%20Be%20Mua%20Dong_Dang%20Khoi&T.Tien_Toan%20Thang_Sl%20Bm.xml
GET /flash/skins/slide.xml
#request# GET http://stc.star.zdn.vn/images/zingstar2.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar3.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar4.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar5.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar6.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar7.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar8.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar9.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar10.jpg
#request# GET http://stc.star.zdn.vn/images/zingstar1.jpg
could someone help please?