View Single Post
  #6 (permalink)  
Old Sep 20th, 2007, 14:45
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: fl.controls.ComboBox could not be found

Ah, I see. Well - there are a couple of options.

1. You can get flash and work on it that way.

OR

2. This one is all dependant on how the actionscript is currently compiled and written.

As long as all of the actionscript is one 1 frame of the flash file...aka (one page) You can create an external .as file and do an include to the actionscript file in the flash file. That way you could manipulate the AS upload it to the server, just like you could do with a .css file seperatly from the .html or.php/.asp.

It's look something like this:

#include "myAs.as"

Make sense?
Reply With Quote