|
 |
 |
| |
FAQ -> JTools
How do I use the CopyFile function in JSystem with CS3 ?
I have been using Flash 8 and now upgraded to CS3. Now when I publish my old projects to a CS3 Projector file none of the Actionscipt/Jugglor commands work ?
How do I open the explorer window to view a folders contents ?
I am having problems with the LoadFromFile command using Flash CS3 using ActionScript 3.0 , can you please help ?
I am having problems with the AppendTo command with Flash 8. Can you help ?
|
|
Please look at the example file given.
In the Help file is says
Active X
fscommand('exec','j:sy:copyfile:"SourceFileName","Destination",true,ResultVar');
Projector Engine
fscommand('exec',_root.EncodeForJugglor('j:sy:copyfile:"SourceFileName","Destination",true,ResultVar'));
but the true shouldn't be there so remove it
Active X
fscommand('exec','j:sy:copyfile:"SourceFileName","Destination",ResultVar');
Projector Engine
fscommand('exec',_root.EncodeForJugglor('j:sy:copyfile:"SourceFileName","Destination",ResultVar'));

|
|
|
|
Yes that is because your using AS2 with CS3 Projector files. This will not work. You will need to publish the Projector as a Flash 8 Projector file.
Now you can only do this if you are have Flash 8.
But here one way todo this without having Flash 8 installed.
1. Save the FLA has a Flash 8 Document in Flash CS3.
2. Publish the Flash files as a SWF, not a a projector.
3. Open Jugglor -> Select Flash Projector/Movie file -> The saved SWF.
4. Then select 'Convert SWF to Flash Projector' -> Flash 8.
5. Now Build the project.
Remember AS2 and CS3 Projectors will not work with Jugglor. You can convert to AS3 and then use CS3 Projector files.

|
|
|
|
Look at the example file below. It opens C: drive. Edit the
cd\fscommand\Start.ini
if you want to change it.
You must have the fscommand folder and the folder structure. It's a Macromedia Security feature.
|
|
|
|
Yes since Actionscript 3.0 had been introduced we'd had to change a few things the way we code.
Please look at the example below and follow this example while we update the JSystem Help file.

|
|
|
|
This example will work with Jugglor 2.3 and 3.0.

|
|
|
|
|
 |
|
|
|
| |
|
 |
 |
 |
|
|
|
|
|
|
|
|
 |
 |
|
|
Eldridge Technologies Limited (ETLtd) Eldridge Technologies Limited (ETLtd) is primarily a ‘think – tank’ company whose aim is to find simple solutions to contemporary ‘problems’ utilising the latest digital technology. As an example ETLtd have recently finished the first products for the LifeSaver and De-Sign brands (Digital Emergency Sign). LifeSaver “Fire” (V2.0) was officially released in July 03 and has caused immense interest from the UK Fire Authorities, Governmental Departments and Microsoft to name but a few. |
 |
|
 |
 |
|
|
|
 |
 |
DO NOT STOP MAKING THOSE DARN GOOD SOFTWARE !  |
| Dominique - |
|
 |
|
 |
 |
|
|
|
|
 |
|
 |