|
Search
You searched for the word(s): Flash
Showing page 69 of 151 (1,503 total posts)
< 1 second(s)
-
Matt,
I have had this problem too. It is related to the image popup window (and document, media and flash) not trasfering the current sessions to the window. The problem is in the browse_img.asp file line 14
If InStr(Lcase(ImageGalleryPath),Lcase(trim(Session(''ImageGalleryPath'')))) <= 0 or Session(''ImageGalleryPath'') ='''' ...
-
mrdon wrote:
1. When I click on any of the , instert image, insert flash, etc., the pop up window comes up, but there is an error message on it that says:
Path not found /admin/CuteEditor_Files/filename
any idea how to fix this?
Are you sure the your file structure is correct? Can you post your file ...
-
Hi, Here is another idea… I was thinking this morning, my partner and I were on our support chat and I realized that I cannot easily see who else is online doing support. I thought it would be cool if when you login as a live support operator you could see who else is logged in as an operator. Perhaps where you see the ...
-
jpchatt,
That is expected behavior.
Because when the Flash version >=10 or Silverlight version >=3
The addon do now allow javascript show the browsing dialog.
So AjaxUploader put a transparent layer , and let user click the Flash/Silverlight to show the dialog.
If you tab to the HTML button , it ...
-
I am using the following code
RichEdit.Setting[''security:ImageGalleryPath''] = filesPath + ''Images/'';
RichEdit.Setting[''security:FilesGallaryPath''] = filesPath + ''Files/'';
RichEdit.Setting[''security:MediaGallaryPath''] = filesPath + ''Media/'';
RichEdit.Setting[''security:FlashGallaryPath''] = filesPath + ''Flash/'';
filespath ...
-
Hi demmett, For now does not support this feature. Sorry for your inconvenience. Regards, Ken
-
John,
That's not normal.
What browser are you testing ? can you try another browser ?
And which mode ? Flash/Silverlight/IFrame (right click the button, you will see context menu for Flash or Silverlight)
Regards,
Terry
-
the Flash mode means only use Flash , if the browser does not install the Flash , it would prompt the user to install it.
You can also use Auto mode, and disable the silverlight by this way:
uploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, ''true'');
Regards,
Terry
-
OK. That is good to hear.In ther interim, we have revertd back to a version from 10/27 and installed some browser detection to eliminate the issue with Flash 10 in IE.
If possible, would you be able to email me directly when the correction is made? We just purchased the license for two servers yesterday and would like to get this up today ...
-
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
... 69 ...
|
|
|