9/24/2010 2:40:13 AM
Title:
ERROR in RSL implementation
Hi,
I have use the AlivePDF, AXIIS and Degrafa as RSL in my project, while running in local there is no issue, same thing i have put into wamp server that time its showing this Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
9/24/2010 4:24:05 AM
are you able to access your rsl files typing the url in the browser address bar , by default the extension type may not be permitted to download on your server, you may require to add the extension in the allowed files list.
9/24/2010 10:26:02 AM
this error occurs when you try to load some binary data from server but server refuses access to data or the data is not present there. The server returns you 404 error which says page not found. In this case also you are loading the rsl which is binary being loaded. Webservers only permit some filetypes to be accessible like html, text,jpg,gif,png etc other file types are not permitted by default . You should contact your server admin and ask him to add SWZ extension to server. As REX said you can test by entering your rsl path in browser. the browser should ask you to save the file.
http://yoursite.com/yourrsl.swz
9/26/2010 11:10:07 PM
Hi Justin and Rex,
Thanks guys,But i am using only unsigned RSL,so that file extension is only .swf,any other idea friends
Kiney
Points: 600
Posts:0
9/26/2010 11:39:57 PM
your problem does not seems to be related to rsl. The error you are getting is due to some other missing external file that you are loading in application , it can be xml, image or css etc. You might have not copied the file to your online application. Verify all your files for correct url. Also use the debug version of flash player to see the line number where error is occurring.
9/27/2010 2:48:30 AM
Hi kiney,
I am using FlexBuilder 4,i have pasted all swf file in server,i read something flexbuilder 4 follow the dependence,based on this rule i have changed my library file order,after that i got class not found error,
VerifyError: Error #1014: Class IWatcherSetupUtil could not be found.
VerifyError: Error #1014: Class ArrayCollection could not be found.
anything else we need to configure in FLexBuilder4