Click to See Complete Forum and Search --> : Can anyone help me with inserting java applet into front page?


baitrunnerhomie
10-16-2006, 08:13 PM
Hi, I have a code for a ticker that I want to insert into front page, I tried inserting using the java applet web component but nothing will show up when i upload it to the internet. can anyone help me?

<APPLET width="450" height="15" code="HeadLine.class" codebase="http://www.allsports.com/free-content/" ARCHIVE="HeadLine.jar">
<PARAM NAME="cabbase" value="HeadLine.cab">
<PARAM NAME="DataFile" value="nbaheadlines-java.tlt">
<PARAM NAME="FontType" VALUE="Helvetica">
<PARAM NAME="FGScrollTabs" VALUE="0,0,0">
<PARAM NAME="BGScrollTabs" VALUE="255,255,255">
<PARAM NAME="FGSection" VALUE="255,255,255">
<PARAM NAME="BGSection" VALUE="0,0,0">
<PARAM NAME="FGText" VALUE="0,0,0">
<PARAM NAME="BGText" VALUE="203,203,203">
<PARAM NAME="LinkColor" VALUE="255,244,181">
<PARAM NAME="MoveStep" VALUE="2">
<PARAM NAME="SectionMargin" VALUE="5">
<PARAM NAME="MessageMargin" VALUE="20">
<PARAM NAME="ShowArrows" VALUE="none">
<PARAM NAME="CodeString" value="FEFJFRDPDQE@ECELGHFJMMMBJAJMODKE">
</APPLET>

agent_x91
10-18-2006, 05:55 AM
Not entirely sure what the problem is... did you get this off the web? Maybe the applet has been removed from the webpage.

baitrunnerhomie
10-18-2006, 06:05 PM
The code is fine, I just do not understand the process of inserting java into front page, how do i do this? All I am given is the code, if I insert it as html it says that its invalid and doesnt work. like for my google ads, I do not understand the process of putting java code into my website with front page.

agent_x91
10-19-2006, 03:29 AM
It's fairly simple, you just use an <APPLET> tag like you've done there and use the "code" field to set the filename of the main class of the application. "codebase" refers to the "home" path of the file, and "width" and "height" obviously set the width and height of the applet.

<PARAM> tags nested inside the <APPLET> tags send named parameters to the applet.

baitrunnerhomie
10-19-2006, 08:49 AM
Hi, In Front Page 2003, what is the best way to insert information such java, html, ect.., using layers or like cells?

thanks,

wade

agent_x91
10-30-2006, 04:28 AM
Not a clue I'm afraid. I've never used applications such as FrontPage.