OK found the issue using the web server call as you suggested.
I had to explicitly specify the path to the .swz file in my build file:
<arg line="-runtime-shared-library-path
'${FLEX_HOME}'/frameworks/libs/datavisualization.swc
/foo/bar/datavisualization_3.0.0.477.swz ...

I had omitted /foo/bar assuming it would, by default, look for the swz
file in the same directory as the application swf. Once I specified
the path, it works fine.

I had incorrectly thought this was working for the framework swz but
it actually wasn't. It so happened that the framework swz had already
been cached by the player from somewhere else and was therefore not
re-loading.

Thanks
Vijay

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Monday 28 Jul 2008, Vijay Ganesan wrote:
> > Get this error trying to use the datavisualization library as an RSL:
> > Error #2032: Stream Error. URL: datavisualization_3.0.0.477.swz
> 
> What does the web server log for the request for this file ?
> 
> -- 
> Tom Chiverton
> 
> ****************************************************
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at Halliwells LLP, 3 Hardman Square, Spinningfields,
Manchester, M3 3EB.  A list of members is available for inspection at
the registered office. Any reference to a partner in relation to
Halliwells LLP means a member of Halliwells LLP.  Regulated by The
Solicitors Regulation Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
>


Reply via email to