quasimidi
Posts: 151
|
| Posted: 03/18/2008, 10:44 PM |
|
Hello,
Please help me to solve this problem (I already reported to Yess.):
I installed the CCS4 (licensed) then I installed the Flex3 builder. Now my flash builder says I dont have flash player installed. This is quiet annoying, because I do have flash and shockwave player installed.
CCS uninstalled, Flex3 uninstalled, Flash and Shockwave plugin updated, cleaned the registry, re-registered the flash.ocx. I ran out if ideas.
Dear co-ccs-friends!
If you have a sandbox pc on hand, please try to intall Flex3 beside the CCS4, then please check is the Flash builder is still working.
Thank you for your time to reading this.
Robert
_________________
RS |
 |
 |
quasimidi
Posts: 151
|
| Posted: 04/05/2008, 12:26 PM |
|
I fixed it!
I had to modify the CCS FlashChart builder core files.
For those who expreience issues after installing Flash 9, modify the FlashChartResizable.html and the FlashChartWizard.js files.
Search for this:
new ActiveXObject("ShockwaveFlash.ShockwaveFlash.8");
Then rewrite to
new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
Hope this helps.
_________________
RS |
 |
 |
|