|
 |
 |
| |
FAQ -> Jugglor -> v2
When I click build I keep getting the message "Flash ActiveX Installer not found. Do you want to find it yourself?" - should I be concerned? Doesn't it install automatically?
How do I change the title caption of the Juggled file at runtime?
Is there an event which notifies me when the ticker application is docking?
Can I pass parameters to my Juggled file? I want to have 2 different versions without having 2 different Juggled files ?
How do I use the Balloon Message Hint fscommand in Jugglor with my SWF file?
What is the minimum playback spec for a Flash MX Projector PC file?
|
|
Jugglor v2 supports this feature.
SetCaption
Allows you to change the caption of the Window Caption of the Juggled file.
Syntax - Active X :
fscommand("setcaption","title");
Syntax - Projector MX:
We recommend you use the EncodeForJugglor function if you are using dynamic text or just use the FSCOMMAND Generator if it's fixed. i.e
fscommand("exec",encodeforjugglor("j:setcaption:title"));
Syntax - Projector Flash 5:
fscommand("exec","jcommand:setcaption:title");
Title* : The window title caption

|
|
|
|
Yes, see the
Jugglor Help -> Advanced Techniques -> Using FSCommands -> Dock Events
SetDockNotificationKey
This command provides the ability to know where the Flash file is Docked to when using the Ticker Settings .
Syntax - ActiveX :
fscommand("SetDockNotification","Key,VariableName");
Key The variable will receive a number (as string) - the docked state when it changes Left="0"; Top="1"; Right="2"; Bottom="3"; Unknown (Quitting)="4"; Float="5";
fscommand('SetDockNotificationKey','N'); or
fscommand('SetDockNotificationKey','55') // 55 is the key ASCII code.
Which key will be used to signal a change in the docking state.
Please download the example file to see it in action.

|
|
|
|
Yes this is possible.
See
Jugglor Help -> Advanced Techniques -> Command Line Parameters to Juggled File
Command Line Parameters
juggledfile.exe /joe /bloggs
These parameters are then passed straight to variables at _root level when the Flash file starts. So, for the above example it would be:
param1 = "joe"
param2 = "bloggs"
This will allow you to set different modes in the Juggled file rather than having different versions of the Juggled file.
Syntax
JuggledFile.exe /param1 /param2 /param3 etc...
Many parameters can be sent to the Juggled file. You can use the variable ParamCount to count the number of parameters sent.
Please download the example file to see it working
|
|
|
|
Syntax - Active X :
fscommand("balloon","message,title,icon,sound");
You must also set
Setup Settings -> Icon Tray -> Always sit in Icon Tray
See example file.
For further information see
Jugglor Help -> Advanced Techniques -> Using FSCOMMAND -> Balloon Message
Remember you only need to use the EncodeForJugglor function if you are using a Projector file rather than a SWF file as your Flash file in Jugglor.
|
|
|
|
|
 |
|
|
|
| |
|
 |
 |
 |
|
|
|
|
|
|
|
|
 |
 |
|
|
MCD Studio We handle flash, php and html design for clients nationwide. As of late we have been concentrating on promoting small business. |
 |
|
 |
 |
|
 |
 |
| Arvato Systems UK & Ireland, Ltd. |
 |
|
 |
 |
|
 |
 |
Hi Gentleman,
Thanks for your immmediate response and infact I was delighted to see your mail.
I will look at the link.
Thanks again for the support.
Cheers
Franklin  |
| Franklin - |
|
 |
|
 |
 |
|
|
|
|
 |
|
 |