Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Hi
you can also use html interfaces now, this is easier than Flash.
HTML interface ? could you explain it more detail ? What's software i will use? Adobe Dreamwaver ?
I'm learning Demo CAR SHOWROOM to know how this make it, but i'm confused where the place to input source code like Arkeon told before..
Offline
I wanna make my interface with flash in the exe, but it has been connected to OS3D. So, we don't have to play OS3D Player for showing my object. What should i do first ? I have opened demo car showroom (media-> interf.fla), but i don't really understand. Flash interface(not plugIT) can call OS3D, and works like OS3D Player.
Last edited by putiansini (10-Jul-2012 07:50:42)
Offline
Hi,
HTML interface ? could you explain it more detail ? What's software i will use? Adobe Dreamwaver ?
Dreamweaver or other software, at your choice. Or manually. You'll find a lot of tutorials in the web to make such an user interface in HTML
Don't forget : Flash is heavier than HTML code
Flash interface(not plugIT) can call OS3D, and works like OS3D Player.
Your interface is included in the 3d scene or this is in the web page ?
Offline
My interface is included in the 3D Scene (in my case, i will make interface with Adobe Flash CS4), that interface will be the exe file.
What should i do to make it happened..
Offline
You call the "main" function in your flash file from the flahs interface plugIT
An short example in this same topic : http://www.scolring.org/forum/viewtopic … 1140#p1140
Offline
ExternalInterface.addCallback("myParam", myFunction);
function myFunction(param:String)
{
dosomething with param;
}
("myParam" is the name of the variable passing to flash from OS3D, and "param" is the value)
The source code above is put on Action Script 3 Flash. (done)
In the other way :
ExternalInterface.call("myParamToOS3D", param); (not yet)
Where the source code above is put ?
Offline
If I call the "main" function from the flash interface plugIT, it must be opened from OS3D. It's different case, because I wanna open the exe, the exe call OS3D..
Offline
What is this exe ?
I don't understand ...
Your user interface is included in the 3d scene (post 55), so your scene is already opened in os3d, no ? (the user can click on your UI).
Then, what is this exe ? Why does it call os3d already open ?
Offline
.exe file.. flash file ( .swf ) is changed become .exe ..
I mean, my flash file contains scene from OS3D. So, when i open file with the format is .exe (contain flash interface), it will work like OS3D Player, and i can put my marker in front of camera. It seems like showing marker in OS3D Player, but not in OS3D Player ( in the other file, .exe). Could it happened ?
Offline
I would like make menu (with flash, contain information about the object), the menu interface works like OS3D Player (when it played, it will connect to the webcam). So, the menu can connect OS3D. My lecturer told me to make menu interface in .exe format, she told me to make it practically (user just open .exe and then open the player, without open the OS3D Player first)
Is that possible ? If that isn't possible, i will make it like Demo Car Showroom (contain flash in the scene)
*my project is about Augmented Reality
Offline
Sorry if I misunderstood :
1- The user should only click on a launcher. This launcher must be a MS Windows binary (an .exe file) and not a .scol file.
2- This launcher is an encapsulated flash content (a first user interface). This content must run the os3d player with the good AR project and the good objects parameters.
3- The AR project contains an other flash content : a second user interface.
4- This user interface must be shown in the os3d player and interact
If i've right, at what level is the problem ? Or where have i wrong ?
Otherwise, Arkeon or Nodrev may understand better than me what you want to do
Offline
You can launch os3d player from any exe file : first call Scol, next the player (or put these two call in a single command).
But i believe Flash forbids a call to an exe outside the exec flash directory (i could be wrong, my memories are too far).
If you want to control the os3d player content/scene from an external flash file, may you use a javascript ?
Offline
Sorry if I misunderstood :
1- The user should only click on a launcher. This launcher must be a MS Windows binary (an .exe file) and not a .scol file.
2- This launcher is an encapsulated flash content (a first user interface). This content must run the os3d player with the good AR project and the good objects parameters.
3- The AR project contains an other flash content : a second user interface.
4- This user interface must be shown in the os3d player and interactIf i've right, at what level is the problem ? Or where have i wrong ?
Otherwise, Arkeon or Nodrev may understand better than me what you want to do
YUP ! That's what i mean... I'm confused to connect OS3D to flash.because in Demo Car Showroom, OS3D is filled flash file.. i want the opposite
If somebody get ideas, please tell me..
Offline
I confused in level 1. How to make a launcher that will connect with scol (OS3D player)
Offline
You must run Scol and next call os3d. You can join this in a single command :
%PATHSCOL%\Scol.exe tools/os3dplayer/os3dplayer.scol
where %PATHSCOL% is the Scol installation directory (by default, in C:\Programs\Scol Voyager)
Perhaps the double quote will be useful.
If Scol is registered in the system, you can launch os3d player directly :
%PATHSCOL%\%PARTITIONNAME%\tools\os3dplayer\os3dplayer.scol
where PARTITIONNAME is the name of the admin partition (usually, a sub-directory of %PATHSCOL%)
For example :
c:\Programs\Scol Voyager\Partition_LockedApp\tools\os3dplayer\os3dplayer.scol
Warning : ActionScript may impose restrictions
Offline
It should be easier to make OS3D the exe file (export the project in stand alone mode)
and then include all your flash applications in OS3D as interfaces.
In stand alone mode OS3D can works like an autorun and use the exec plugITs to launch external exe files.
Offline
Yes.
However, i think he must make a flash interface to configure the 3d scene (3d objects and parameters). Next, from this interface, call the os3d player to show the good 3d scene and interact. Clients or teacher seems to want this.
Offline
You must run Scol and next call os3d. You can join this in a single command :
%PATHSCOL%\Scol.exe tools/os3dplayer/os3dplayer.scol
where %PATHSCOL% is the Scol installation directory (by default, in C:\Programs\Scol Voyager)
Perhaps the double quote will be useful.
If Scol is registered in the system, you can launch os3d player directly :
%PATHSCOL%\%PARTITIONNAME%\tools\os3dplayer\os3dplayer.scol
where PARTITIONNAME is the name of the admin partition (usually, a sub-directory of %PATHSCOL%)
For example :
c:\Programs\Scol Voyager\Partition_LockedApp\tools\os3dplayer\os3dplayer.scolWarning : ActionScript may impose restrictions
I'm sorry, but I don't understand, what's that mean...
Offline
It should be easier to make OS3D the exe file (export the project in stand alone mode)
and then include all your flash applications in OS3D as interfaces.In stand alone mode OS3D can works like an autorun and use the exec plugITs to launch external exe files.
How to export the project in stand alone mode ? could you give me the steps for doing that ?
Yeah, maybe i put Flash interface in OS3D like Demo Car Showroom, after that I export the project in stand alone mode..
Offline
i've done to export the project in stand alone mode (from Demo Car Showroom)..It become .scol file, then I put that file to dekstop. For running the project, it still need to install the OS3D, right ? I thought that if i make .exe file, it doesn't have to install OS3D, but actually it must install OS3D,..
My lecturer wants me to make it practically, so user doesn't have to install OS3D, ScolVoy@ger, just click the .exe file and then appear the player. Is that possible ?
Last edited by putiansini (11-Jul-2012 06:34:51)
Offline
export the OS3D scene using the "stand alone" mode
then an export directory is created in the project folder contains all the needed resources and files with an exe
Oh great ! Thank you so much Arkeon and Iri.. I did it
But, appears another problem.. It was running slowly, please give your opinion on here
Offline