View previous topic :: View next topic |
Author |
Message |
thatsflash -
Joined: 21 Aug 2004 Posts: 4
|
Posted: Fri Oct 08, 2004 12:06 am Post subject: macromedia flash.......mm |
|
|
Hi
Im trying to create a demo chatroom using flash 5
has anyone managed to get one to work ??
with out the dreaded chmod option......
My server is running on an xp machine.
thankyou for any help
jc |
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Fri Oct 08, 2004 4:29 pm Post subject: |
|
|
On windows, correct me if im wrong, but there is no chmod command that is for linux. _________________
 |
|
Back to top |
|
 |
thatsflash -
Joined: 21 Aug 2004 Posts: 4
|
Posted: Fri Oct 08, 2004 4:50 pm Post subject: |
|
|
That is the proplem,
you cannot enable the file to be written too...
and im running the serevr on an xp machine |
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Sat Oct 09, 2004 12:26 am Post subject: |
|
|
yes you can enable a file to be open and written....its something like
<?php
flock("somefile.txt, R)
fopen("somefile.txt", R)
?> _________________
 |
|
Back to top |
|
 |
richardyork -
Joined: 22 Jun 2004 Posts: 411 Location: United Kingdom
|
Posted: Mon Oct 11, 2004 12:53 pm Post subject: Using Windows |
|
|
All u do when using windows is right click on the file you want people to be able to write to and un tick the read-only check box. Simple as that!!
hope this helps _________________ Please SEARCH the forums BEFORE asking questions! |
|
Back to top |
|
 |
|