A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: two question about Flash authoring

  1. #1
    Member
    Join Date
    May 2004
    Posts
    47

    two question about Flash authoring

    Hi I hope some of you could help me with two question about Flash authoring

    1.
    I have som Flash files where I #include one/some .as files
    I've noticed that each time I change some code in the .as file, I have to compile the .fla file again so the changes in the .as file work. Am I right? or am I missing something ???
    If so, that is not so intuitive

    2.
    Is it possible to batch script things in Flash( MX)
    Like create some DOS commands which eg. compiles all .fla files in a directory, so I don't need to go through each individual files in the Flash IDE

    hope you can provide me with answers to these questions
    and thanks in advance

    regards
    T

  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    Hi...

    1. Yes, that is correct. Include files are included into the swf at compile time, not runtime. So if you make changes you need to recompile the swf.

    2. If you are using MX2004 you can script most of the IDE using JSFL (javascript flash)...

    K.

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