Skip to main content
Participant
November 15, 2006
Question

sample_videoconference & flash 8

  • November 15, 2006
  • 2 replies
  • 253 views
Hi all, I have not been able to make the Sample_Videoconference file work when I publish for Flash 8 (the original file publishes to Flash6). Can anyone please tell me how I can do this?
Thanks so much in advance,

Matthew
    This topic has been closed for replies.

    2 replies

    November 16, 2006
    Hi i have tried with Flash 6 and As1 then also it is not working.is it a problm of media server 2.

    can any one help

    thanks in advanced
    November 16, 2006
    Did you add the application directory and the required .asc files for the application? If so, what errors are you seeing?
    November 15, 2006
    Most of the sample apps use the v1 communication components, and include some depreciated actionscript.

    If you're not using any AS2 code in your .swf, just change the publish settings to Flash 6 AS1, and you'll be all set. If you need to export a Flash 8 AS2 .swf, you'll beed to go into each of the components, and update the depreciated acionscript. I don't use the prefab components myself, but my understanding is that the depreciated actionscript is limited to the use of the "add" operator. Change "add" to "+", and they should start working for you.