HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Java objects
Java objects
  View type:
Hello ,

I have one question about Java objects I can add.

It is possible to add jar and class files. How do I add Java applets If I have one jar file and bin file?

What are possibilities?

regards
Rafal
 
I have found workaround [:D] , but it is time consuming and manual work.

It is possible to change it manualy in runtime.xml. Here example:

<slide id="SLIDE_6" sid="5" masterid="SLIDE_MASTER" name="Untitled" indent="0">
<frame id="FRAME_7" dur="0" infinite="0">
<object id="OBJ_13" x="20" y="20" w="640" h="480" zIndex="30" display="frame" begin="0" type="media_004_java">
<data>
<![CDATA[<div style="width:640px;height:480px;">

>>>> HERE PUT APPLET CODE<<<<

</div>]]>
</data>
</object>
<timeline>
</timeline>
</frame>
</slide>

I think the functionality should be added to CourseLab in the next release.


cheers
Rafal
 
 
I see that code is not visible in my last post.

In general, the entry should be placed
for the slide code:
it starts with:
slide id="SLIDE_6"

and ands with /slide

Anybody who understands HTML should easy find the way to put own code

cheers
Rafal
Subject:
Message options
No additional options