Skip to main content
July 4, 2008
Question

fscommand in flash player 9

  • July 4, 2008
  • 2 replies
  • 433 views
hi every1,
i was using fscommand to communicate with visualC++ app. it worked while testing but wihle running the swf it gave security error. i tried using
Security.allowDomain("localhost") and Security.allowDomain("*") but all in vain. can u help me.
my code is listed below:

This topic has been closed for replies.

2 replies

Participating Frequently
July 16, 2008
See this cool mp3 xml player with visualization, playlist and skins. Fully customisable. Vector. http://flashden.net/item/mp3-xml-strongplayerstrong-with-visualization-and-skins-vectorised/11851
Inspiring
July 4, 2008
I am not claiming that I know these things but from what I gathered so far fscommand is not the best thing to use any more, especially in Flash 9 player. Adobe advises that a much better approach is to use ExternalInterface class for the tasks like yours.