Passing Flashvars in Facebook via Open Graph References I\'m trying to play my customize video player in my facebook timeline. It loads my custom video player but it won\'t pass the clip id to my swf via flashvars. For some reason I keep getting NULL returned. Here\'s the OG tag: Here\'s how I tried to load the flashvars: var paramList:Object = root.loaderInfo.parameters; var myParam:String = paramList[\"clip_id\"]; If I hand code the clip id inside the swf file then the video player plays it.
No comments:
Post a Comment