CoverFlow in AppleScript Studio App?

Is there any way to implement a cover flow image browser in an AppleScript Studio app?

Thanks

Hi,

this is only possible with help of ObjC

http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist

Great, is there any way to implement this ObjC in my Applescript studio app?

There is probably a way, but it cannot be described in detail with two sentences.
This sample project is designated to drag files onto the window.
If you need another way to pass the files, you have to add the appropriate ObjC method
This method could be called from AppleScript with the call method command