Hi adukic,
Dialog "Insert Image" and "Image Gallery" will make confusing. we can try on "Insert Flash" dialog first
1. Open file "\CuteSoft_Client\CuteEditor\Dialogs\InsertFlash.aspx"
2. Find section below
<CE:Uploader ID="InputFile" runat="server" >
</CE:Uploader>
3. Change to
<CE:Uploader ID="InputFile" runat="server" UploadType="iFrame">
</CE:Uploader>
4. Than, right click on the upload button, it will display the corresponding menu. (Silverlight/Flash/Iframe)
Keep me posted.
Regards,
ken