A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Average Flasher, New HTMLer

  1. #1
    Senior Member Pazil's Avatar
    Join Date
    Sep 2006
    Location
    Ontario, Canada
    Posts
    913

    Average Flasher, New HTMLer

    I really want to make a website, and so far have been using those premade ones, where you just pick a template, add pages, then write stuff, and add links to files...blah blah blah...I've already heard of HTML since I don't know when, but never learned it. I know a bunch of flash actionscripting, if that helps. ANYWAYS...
    The main point of this was, could people teach me the basics of HTMLing? Not exactly codes, but...rules. Like AS rules would be:
    -All things have to be on a certain "event", except frame script
    -{ Mark the beginning of a "sentence", and } close a "sentence", containing the necessary data to make actions.
    -"if" statements are used alot, or for buttons, "on" statements.
    -(example)

    Anyways, I hope you get what I mean...Like, please DO give me a bit of code, like code for text and links, or anything that helps. Pleeease, have mercy on me!
    WIP-ZOMBIES

    I love vegetarians! More meat for the rest of us!

  2. #2
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    xhtml is a mark-up language and the structure is completely different to actionscript so what you are trying to ask for is not really relevant, follow this tutorial and it will give you the information you need to construct a page.

    http://www.w3schools.com/xhtml/default.asp

    Once you understand xhtml try your hand at CSS which will enhance your webpages.

    http://www.w3schools.com/css/default.asp

    then you can progress onto javascript which is not to dissimilar to actionscript and will give your pages functionality.

    http://www.w3schools.com/js/default.asp
    Last edited by 1stbite; 12-23-2006 at 05:53 PM.
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

  3. #3
    Texan at Heart
    Join Date
    Feb 2003
    Location
    Castle Rock, CO
    Posts
    15
    You might also check out Expressions - it is a WYSIWYG editor that will help you write HTML code. Learning the code though is paramount in creating a website

  4. #4
    Senior Member Pazil's Avatar
    Join Date
    Sep 2006
    Location
    Ontario, Canada
    Posts
    913
    Thanks! I want to start learning CSS soon too, because it'll give me more control of things, (no offense to Flash)...I'm starting a civilization type game...Thanks for the stuff!
    WIP-ZOMBIES

    I love vegetarians! More meat for the rest of us!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center