Music API and Yahoo widgets
I cannot get the Music Videos to work properly with Yahoo Widgets. I've tried just loading the sample video player html into the a web element in a widget but it does't load the video. I've also try loading the swf in the a flash element of widgets, the video loads but non of the functions or events will then work with it. I'm I doing something wrong?
<flash name="flashView" height="500" width="450"
allowNetworking = “all”>
<src>http://d.yimg.com/cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop.swf</src>
</flash>
flashView.flashVars="id=v"+video.id+"&eID=131797&ympsc=4195351"
flashView.reload();
by
0 Replies