PDA

View Full Version : Running Java Applet with Movie clip


Denizen
07-11-2005, 04:51 PM
Hi y'all.

I'm trying to incorporate a Java applet into a movieclip.

eg. I click on a button and this loads in an external movie into a blank movie clip. I can do this bit. However. The external movie needs to contain a Java applet command which works in HTML. I am not sure how to integrate it into Actionscript.

Here's the Applet code I have in the HTML:

<applet code=IpixViewer.class name=IpixViewer alt="Sanctuary - Bedroom" width=320 height=240 archive="IpixViewer.jar">
<param name="url" value="Bedroom_m.ipx">
</applet>

Any help will be appreciated.

;) D

CyanBlue
07-11-2005, 06:53 PM
Howdy and Welcome... :)

Flash has no idea what Java applet means... So, you will need to put that into HTML content rather than the Flash content...