Flash problem in Delphi application -


i create delphi application flash , perfect before today day. when start project send me error. if try add shockwave component project gives me

error class not registered ? 

what mean?

educated guess: upgraded flash, air, or installed else upgrades flash or air.

in addition that, referenced guid old version of com object flash.

the result app doesn't see version of flash installed.

i had similar thing @ client while ago when called help: had hard reference msxml 6, test equipment had msxml 3 installed. boom!

the first step use generic msxml com guid, messed because msxml 3 had base of search results off 1 (either 1-based or 0-based, or other way around, forgot).

final solution make sure running minimum version of msxml (like described in test requirements).

you should sort out version of flash need minimum, , guid must reference instantiate com objects.

--jeroen


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -