Hi there,

I'm building a flex application with Flex SDK 4.9.1.
I've set it up to work with RSL's.
But when I make a new release build (in Flash Builder) and open the
application, I'm always getting this blank screen with the message "Flex Error
#1001: Digest mismatch with RSL
file:///C|/..../bin-release/osmf_4.9.1.1447119.swf. Redeploy the matching RSL
or relink your application with the matching library."

So I decided to embed the osmf.swc by setting its framework linkage to "merged
into code".
After making a new release build, this gives me following error: 

VerifyError: Error #1014: Class org.osmf.events::TimeEvent could not be found.

        at
spark.accessibility::VideoPlayerAccImpl$/enableAccessibility()[/Users/justinmcle
an/Documents/ApacheFlexSDK/frameworks/projects/spark/src/spark/accessibility/Vid
eoPlayerAccImpl.as:329]
        at _Main_FlexInit$/init()
        at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()
        at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader
_completeHandler()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()

One thing I find remarkable:
the 'source attachment' property of osmf.swc is set to "C:\Users\hvk\Apache
Flex\sdks\4.9.1\frameworks\projects\osmf\src".
If I have a look here, this doesn't seem to exist. I had the flex sdk
installer installing the entire SDK again, and still I don't see the 'osmf'
folder underneath 'projects'. Shouldn't this be there?

My system is:
- Windows 7
- Flash Player 11.7.700
- Flash Builder 4.6

Anybody an idea of what might be happening?
Thanks in advance,
Hans


Reply via email to