For this system best way to do that would be to add the html code to the index. php for the hcl system then add your code to pull the flash web site in.
To keep your site all flash :- Is to call a jpg from a folder on your site into a movie clip. You need to do 2 parts for this to work. Open your flash website Document. Create a new movie symbol and add the code below
//load Graphic Behavior
this. loadMovie("hxxp: www. yoursite. com/hcl/icons/support. jpg");
//End Behavior
export and your flash side is done.
then change the php script code to over write the support. jpg file each time your operators are on or offline on hcl.
I can do the flash but I dont Know This hcl Script or php well enought to tell you what to change in the hcl sorry. I know it can be done in php using code like this
This code will not work its just a php example of writing and uploading
move_uploaded_file($_FILES['pic_filename']['tmp_name'],"". $_SERVER['DOCUMENT_ROOT']. "/images/album/$directoryname/". $_FILES['pic_filename']['name']. "");
chmod($_SERVER['DOCUMENT_ROOT']. "/images/album/$directoryname/". $_FILES['pic_filename']['name'],0777);
copy($_SERVER['DOCUMENT_ROOT']. "/images/album/$directoryname/". $_FILES['pic_filename']['name'],"". $_SERVER['DOCUMENT_ROOT']. "/images/album/$directoryname/$dirname_thumb/". $thumb_name);
chmod($_SERVER['DOCUMENT_ROOT']. "/images/album/$directoryname/$dirname_thumb/$thumb_name",0777);
So It should be able to be done in Hcl
May be one of the kind php & hcl gurus will help us out haha This would be a nice feature then I can add some cool effects to the flash online & offline logo. If your going to attempt it make sure you set chanmod 777 on the folders where your writing.