Jump to content

? servers

? players online

HTML Image maps and frames

Recommended Posts


  • Content Count:  11728
  • Joined:  09/17/08
  • Status:  Offline

So I got a image map on my top frame and i want one of the click-able images to send the information into the frame below.

 

 

 

Frames

Headerlogo is the image that i will be mapping.

 







 

 

The main frame where the information goes.







	Battlefield







 

And the image itself that is going to be mapped




	



	















 

 

And the file with the info

 

1942.htm









Battlefield 1942 is a 3D World War II first-person shooter (FPS) computer game developed by 
Digital Illusions CE (DICE) and published by Electronic Arts (EA) for Microsoft Windows (2002) and Apple Macintosh (2004).
The game can be played in SP (Single Player) with AI controled bots or in MP (Multiplayer mode againest players on the internet or using a Local Area Network.
The game has also been a platform for mod developers.





In-game, players can assume the role of one of five classes: Scout, Assault, Anti-Tank, Medic, and Engineer. 
Players also have the ability to fly various World War II fighter planes and bombers, use navel capital ships, submarines and aircraft carriers
, man coastal artillery defenses (Anti Air Guns) and mounted machine guns (MGM).






Each battle takes place on one of several maps located in a variety of places and famous battlefields in all of the major 
theaters of World War II: the Pacific, European, North African, Eastern , and Italian Fronts. 
Combat is always fought between the Axis Powers and the Allies. 
The location determines which nation-specific armies are used (for example, on the Wake Island map, 
it is Japan versus the United States, while on the Battle of Britain map, it is Germany  versus the United Kingdom). 
The maps in Battlefield 1942 are based on real battles and are somewhat realistically portrayed.




For maps like Wake Island that Japanese have a higher amount of Jets, hence Kamikaze pilots are to be used, while the Americans have powerful jets and large AA guns.





The gameplay focus on teamwork and not the kills.
To win, you must take Control points that decrease the teams ticket count faster or slower depending on who has more.
Tickets are the amount of lives your team has left.





Ticket Bleed is when one team has 1-2-3 more flags than the other team.
Battlefield 1942 was one 
of the first mainstream games to represent a dramatic shift.







Each role has its own strength and weakness. For example, 
the scout role has long-range surveillance,
high stopping power and the ability to provide spotting 
for artillery shelling against an enemy position 
(unlike other games with a similar feature, 
other player characters must also supply the artillery fire);
however, the sniper rifle is not efficient in close-quarter combat.






Expansion packs:
The creators of Battlefield 1942 have released expansion packs entitled Battlefield 1942: The Road to Rome (which adds the Italian Front) and Battlefield 1942: Secret Weapons of WWII. Both add various new gameplay modes and design concepts.
he Road to Rome:
The Road to Rome features a focus on the Italian battles and allows players to play as the Free French forces or as the Italian Army.

Secret Weapons of WWII:
Secret Weapons of WWII focuses on prototype, experimental, and rarely used weapons and vehicles (such as jet packs), as well as weapons not featured in the previous games. It adds downloadable patches, fixes bugs in the game, and it adds some extra content (such as the aforementioned Battle of Britain map).



Milestones:

   July 19, 2002 - Battlefield 1942 single-player demo released (Tobruk map)
   August 16, 2002 - Battlefield 1942 multiplayer demo released (Wake Island map)
   September 10, 2002 - Battlefield 1942 released
   2003 - 6th annual Interactive Achievement Awards, BF1942 receives awards for:

       Online Gameplay
       Innovation in PC Gaming
       PC Game of the Year
       Game of the Year

   February 2, 2003 - Road to Rome released
   August 8, 2003 - Battlefield 1942: Secret Weapons demo released (Hellendorn map)
   September 4, 2003 - Secret Weapons released
   October 10, 2003 - 2 million copies sold
   March 15, 2004 - 3 million copies sold, BF1942's sequel, Battlefield Vietnam released
   June 28, 2004 - Aspyr begins shipping the Macintosh version of Battlefield 1942
  March, 2010 - Battlefield 1942 is awarded with "Swedish game of the decade" award at the computer game gala hosted by Swedish Games Industry



 

 

All I can remember Is that to link a imagemap you have to name the frame or the html file in my case 1942.htm.

 

I'm making this harder than it is but i can really use the help.

Link to comment

  • Content Count:  11728
  • Joined:  09/17/08
  • Status:  Offline

You should learn CSS, it makes HTML coding a lot easier to implement, plenty of tutorials online.

 

I was a CSS file also, but so with a CSS i can link my image map to my middle frame?

Link to comment

  • Content Count:  2645
  • Joined:  06/05/07
  • Status:  Offline

I was a CSS file also, but so with a CSS i can link my image map to my middle frame?

 

...How can I put it, CSS is a markup language, it allows you to control where you place content for a webpage, so yes it could.

 

EDIT:

 

Try this tutorial, it should give you some insight http://www.techrepublic.com/blog/programming-and-development/how-do-i-use-css-to-create-an-image-map-on-my-web-site/660

Edited by James
Link to comment

  • Content Count:  11728
  • Joined:  09/17/08
  • Status:  Offline

...How can I put it, CSS is a markup language, it allows you to control where you place content for a webpage, so yes it could.

 

God awful spelling on my part james um....here.

 

 

 

body
{background-image: url(bg2.png);
margin-left: 125px;
margin-right: 105px;
background-attachment: fixed;}

h1,h2,h3,h4,h5,h6,h7,p,ul,li
{color: #FEFEFE;}
{margin: 100,100;}


 

My frame file, the frame with the banner and the frame that the info goes are all connected to the CSS file

Link to comment

Reply to Thread

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...