A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: [FP9] fscommand/send_var not working with version 9?

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    12

    [FP9] fscommand/send_var not working with version 9?

    This code below stopped working for me when Flash Player got updated to version 9.

    Code:
    fscommand ("send_var", "1")
    If I uninstall version 9 and reinstall version 8 it starts working automatically.

    Any ideas or code alternatives?

    Thanks

  2. #2
    \x3a\x6f\x29
    Join Date
    Sep 2005
    Location
    paris
    Posts
    88
    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.

  3. #3
    Junior Member
    Join Date
    Nov 2004
    Posts
    12
    Quote Originally Posted by joa__
    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?

    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).

  4. #4
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    externalInterface came out in 8

  5. #5
    \x3a\x6f\x29
    Join Date
    Sep 2005
    Location
    paris
    Posts
    88
    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.

  6. #6
    Junior Member
    Join Date
    Nov 2004
    Posts
    12
    Quote Originally Posted by joa__
    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.

    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.

  7. #7
    Junior Member
    Join Date
    Nov 2004
    Posts
    12
    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).

  8. #8
    Junior Member
    Join Date
    Nov 2004
    Posts
    12
    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

  9. #9
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    Check the new PDF. It contains new security issues.

    http://www.adobe.com/devnet/flashplayer/
    - The right of the People to create Flash movies shall not be infringed. -

  10. #10
    Junior Member
    Join Date
    Nov 2004
    Posts
    12
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center