A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Is it possible?

  1. #1
    Senior Member Wancieho's Avatar
    Join Date
    May 2002
    Posts
    370

    Is it possible?

    To hard code a link to a class or .as file?

    Basically the class file and .as file sit on 1 server and everytime the flash file on another server loads it dl's them if the cache on the users machine doesnt match. So if I wanna extend the class or add new AS to the flash file the user wont have to DL a new flash file, it will just update on opening a new browser window.

    I havent tried with the .as file yet but I got a feeling that will work but im not so sure about the class file as I think that gets built into the .swf when published?
    Last edited by Wancieho; 10-17-2006 at 02:14 PM.

  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    All actionscript is compiled into the SWF when it is published - you can't simply update an .as file on a server, you need to actually recompile the SWf itself...

    K.

  3. #3
    Senior Member Wancieho's Avatar
    Join Date
    May 2002
    Posts
    370
    Thanks dude for the info. Kinda knew it but for some reason i think i was blinded by my drive to load the .as and class files.

    On the other hand I have though of a work around and ill manage to achieve what i want

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