Editor.URLType Doesn't Work on Flash, Media or Downloads

Last post 07-01-2007, 5:49 PM by lbklatzkin. 7 replies.
Sort Posts: Previous Next
  •  06-06-2007, 10:55 PM 30464

    Editor.URLType Doesn't Work on Flash, Media or Downloads

    Setting the Editor.URLType to Absolute doesn't make the links absolute when you insert a downloadable file or flash object.  It only seems to work when inserting images.
  •  06-07-2007, 11:13 AM 30487 in reply to 30464

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    It didn't work for me even with images when i tried:

     editor.RemoveServerNamesFromUrl = true
     editor.EnableAntiSpamEmailEncoder = false
     editor.UseRelativeLinks= false
     
    i had to go into browse_img.asp and browse_img_gallery.asp and add in my base url for the parent.row_click event
  •  06-08-2007, 12:25 PM 30520 in reply to 30464

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    This feature doesn't work for media and flash. It's a known issue. We will find a solution soon.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-08-2007, 12:30 PM 30521 in reply to 30487

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    lbklatzkin:
    It didn't work for me even with images when i tried:

     editor.RemoveServerNamesFromUrl = true
     editor.EnableAntiSpamEmailEncoder = false
     editor.UseRelativeLinks= false
     
    i had to go into browse_img.asp and browse_img_gallery.asp and add in my base url for the parent.row_click event
     
    In version 6.0, Editor.RemoveServerNamesFromUrl Property and Editor.UseRelativeLinks Property are now obsolete.
     
    Please use the following property:
     

    Editor.URLType Property

    Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif).


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Determines how the toolbars and its buttons and dropdownlists are displayed .
               editor.URLType = "Absolute"
               editor.Text = "Hello World"
               editor.Draw()
          %>

     

    Members

    See Also

    Editor Class | CuteEditor Namespace


    Member Name Description
    Default The URL is not converted.
    SiteRelative The URL is converted into a site root relative path. A site root relative path describes the location of the destination file by describing the route the browser must take from the Web site's root folder (top level in the folder structure). For example, a site root-relative path to an image may appear as: /html/images/image1.gif
    Absolute The URL is converted into an absolute path. An absolute path describes the physical location of a file on a machine or the exact location of a file on the Internet. An absolute path on your hard drive might appear as: An absolute path might appear as: http://www.mysite.com/images/image1.gif.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-15-2007, 7:25 PM 30815 in reply to 30521

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    Has this issue been resolved with regards to the flash, media and downloads?  I seem to recall your answer in this post was that it was a known error and was being fixed, however I don't see that remark anymore.
  •  06-29-2007, 8:08 AM 31180 in reply to 30815

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    I changed my URLType property to Absolute, and it won't even work for images.
     
    edit:  nevermind... i re-downloaded the control, and it seems to work now.  it would be nice to be notified of bug fixes via email.
  •  07-01-2007, 3:26 PM 31195 in reply to 31180

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    Is it working for your flash/download files?  I just downloaded the controls again and it's still not working for anything other than the images?  It's also brings up an error when trying to view the Help files.
  •  07-01-2007, 5:49 PM 31196 in reply to 31195

    Re: Editor.URLType Doesn't Work on Flash, Media or Downloads

    unfortunately for you, i don't have those buttons enabled since we're using this editor in an email tool, and emails can't contain flash or downloads.  sorry i'm no help!
View as RSS news feed in XML