This code below stopped working for me when Flash Player got updated to version 9.
If I uninstall version 9 and reinstall version 8 it starts working automatically.Code:fscommand ("send_var", "1")
Any ideas or code alternatives?
Thanks
Printable View
This code below stopped working for me when Flash Player got updated to version 9.
If I uninstall version 9 and reinstall version 8 it starts working automatically.Code:fscommand ("send_var", "1")
Any ideas or code alternatives?
Thanks
As you can read on the Docs there is no send_var command featured in fscommand(). But maybe the ExternalInterface is interesting for you. Maybe you tell us what you are trying to do. This would make helping easier.
thanks for the help. its being used to interact with a vb activex control. so "send_var" was in all the versions up version 9?Quote:
Originally Posted by joa__
any other ideas?
i'll check out ExternalInterface. this is new to flash 9 right?? we don't even compile to flash 9 (have the newest version of flash). i need something that would work on all versions (7,8,9, etc).
externalInterface came out in 8
At least this is a strange problem to me. And the reason is: You compiled it as Flash8 and therefore the old AVM should execute your code (not the new AVM2 for AS3). So nothing should change.
that's what i think would be the case. i can't figure out why it wouldn't work now. all that its doing is flash is sending a number when the user presses a button, and the VB app is taking the number and deciding what to do based on the number. this has always worked in every other version of the flash activex control until version 9.Quote:
Originally Posted by joa__
anybody else have any ideas??
Do you think there is some Global Security setting?? Or something that would make this work?? Nothing else really makes sense.
if i put the flash file into a VB exe on a form it seems to work, but not in other applications, like Microsoft Office (which it always has before).
ok here was the solution i found. I put the directory into Flash 9 Players Global Security settings and it worked.
Is there a registry setting for that or anything that i could change on other peoples computers?? Or is the only way to physcially go to the global center and change it? Where is that information stored?
thanks
Check the new PDF. It contains new security issues.
http://www.adobe.com/devnet/flashplayer/
C:\Documents and Settings\USER\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys
here is where i think the trusted locations are stored.