Search

You searched for the word(s): Flash
Showing page 40 of 151 (1,503 total posts) < 1 second(s)
  • Re: Determine if Browser uses IFrame mode

    Hi,   you can try the code below. It will detect the browser has the silverlight/flash or not. If not, it means the uploader will load as the htlm5/ifream mode.   <script>  function CuteWebUI_AjaxUploader_OnBrowse()  {      uploader=this;      ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 18, 2012
  • Re: Problem with the youtube button

    OK, thanks for the previous help.  I'm sorry to bother you again but i'm now using the last version of Youtube button, and it seems that now, it does not work with dailymotion videos:When I paste the following embed code, nothing appears in CuteEdirot (the code is only pasted in the HMTL mode): <object ...
    Posted to Cute Editor for .NET (Forum) by Romain on March 2, 2011
  • Re: Failed on ReadEntityBody, unexpected data ending

    I see. We installed the latest version and tested both silverlight and flash. As you predicted, flash was terrible with large files and the setting flashloadmode set to true.Silverlight seemed to do a bit better,but still had big delays, and wasn't able to finish, showing the following error in an alert window: SLM error:Error:Target ...
    Posted to Ajax Uploader (Forum) by dyte on October 26, 2010
  • Re: Upload image doesn't work on Mac

    adukic: I downloaded the latest version (9/12) and now setting UploadType=''iFrame'' forces iFrame all the time - it is not using Flash or Silverlight anymore. Thanks, Alex    Alex,   I am still interested to resolve the flash and silverlight issue.   Can you check the following article and set up temp file ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2010
  • Re: custom upload button

    Hi,   Because the Flash/Silverlight limited ,   So Uploader only support this logic :   1 - user click the button (actually click on the Flash/Siverlight transparent layer, not on the button)   2 - uploader fire the CuteWebUI_AjaxUploader_OnBrowse event.   you can put your login in that function , ...
    Posted to Ajax Uploader (Forum) by cutechat on July 18, 2010
  • Re: Ajax Uploader in MVC deletres ALL pages from History

    We also tried it in FireFox with 1 image (i.e. 1 uploader) and it seems to work. But when you put a few uploaders on the page, that seems to be the problem.   The way we are putting several (infact 10) uploaders on the page is   First Uploader using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by hassan on May 11, 2010
  • Object PARAM tags get mangled

    When I provide the following markup in the HTML pane of the Cute Editor:   <object>  <param name=''x'' value=''y''></param>  </object>    and click Save, the resulting HTML ...
    Posted to Cute Editor for .NET (Forum) by moskie on March 24, 2010
  • Re: Build a context menu programatically on the server?

    Hi,   You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.   Here is the Load.ashx code :   <%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %> using System; using System.Web; using System.Xml; using System.IO; public class EditorLoadHandler : ...
    Posted to Cute Editor for .NET (Forum) by cutechat on March 17, 2010
  • Re: File Browsing dialog has been blocked - Flash 10

    I am using form-manualstart.php from your example. i m using this code in our page but there are some problem that it get error file browsing dialog has been blocked.   Please find the solution  
    Posted to Ajax Uploader (Forum) by nkhl20 on February 20, 2010
  • Re: disabled upload file button on demo

    john,   I think it's not a server issue. Most likely it's client side issue.   When you testing local and server, are you using the same browser?   Are you using AjaxUploader version 3.0?   Which version of .NET framework are you running on the server?   Can you try the following example and get back to ...
    Posted to Ajax Uploader (Forum) by Adam on May 1, 2009
« First ... < Previous 38 39 40 41 42 Next > ... Last »