reply to discussion
Results 1 to 13 of 13
  1. #1
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times
    Hey guys and girls! I need some help. I have no idea what im doing, lol . Anyway, Macromedia Flash is the game, and im loosing... BAD! I need too know a few things:

    1) How do you link pages together, ie: Click the navigation bar
    2) How do you ADD a navigation bar
    3) How do you enable pages to link to each other when a button on the home page (like a news story) is clicked, ie: SEE SIMILAR, or READ MORE

    Can i just get a totourial, im looking, but no help yet I HATE some of the online ones too. lemme emphasize this: TO THE PERSON WHO SOLVES MY PROBLEM FULLY AND CORRECTLY, WILL GAIN THE SUM OF 250,000 CPF $$!!!


    See More: !URGANT HELP NEEDED! !!Macromedia Dreamweaver!!




  2. #2
    iwnmobile
    iwnmobile is offline
    Junior Member

    Posts
    6

    Answer 1:
    ====================================
    Add this code to your button…

    On (release){
    getURL(“yoururl.here.com”);
    }


    Answer 2:
    ====================================
    Go into your publish settings and make sure you are publishing to both HTML and flash. When you publish Flash will automagicly create a web page for the nav bar. Copy and Paste the code into your web page.



    Answer 3:
    ====================================
    Add this code to your button…

    On (release){
    getURL(“yoururl.here.com”);
    }



  3. #3
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    Only thing about those answers:

    How do i know WHAT the URL is? I dont have a domain yet

    and i have anothe question:

    HOW DO I ADD COLOR TO THE PAGES?



  4. #4
    iwnmobile
    iwnmobile is offline
    Junior Member

    Posts
    6

    Answer 1:
    ====================================
    If you are creating the web page on your computer then just place the web page name instead of an absolute URL. Example:

    On (release){
    getURL(“yourpage.html”);
    }

    Answer 2:
    ====================================
    To add color to your web page make sure that in the 'BODY' the BGCOLOR="#000000"

    For Example:

    <body bgcolor="#000000"> = Black
    <body bgcolor="#C0C0C0"> = Gray
    <body bgcolor="#FFFFFF"> = White

    OR


    <body bgcolor="black"> = Black
    <body bgcolor="gray"> = Gray
    <body bgcolor="white"> = White
    Last edited by iwnmobile; 10-05-2005 at 03:16 PM.



  5. #5
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    hmm... would you happen to have a compleate totourial? Maybe an E-book, or PDF?



  6. #6
    iwnmobile
    iwnmobile is offline
    Junior Member

    Posts
    6

    I wish I did... I am going from Memory.... But what would you need a tutorial for... which one I mean?



  7. #7
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    I need a toturial about compleating pages, and linking them together, if you would create an effectient manual-type thing (lol), i may just up the prize to 300,000 CPF $$



  8. #8
    iwnmobile
    iwnmobile is offline
    Junior Member

    Posts
    6

    Need more info in order to help out...



  9. #9
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    I nned bascially a toturial on how to create pages with dreamweaver. How to add colors, and how to add products (for an online store) into it. I also need to know how to link the pages together. Will i do it when uploading to a domain host, if so, how? Things of that nature.



  10. #10
    Mark
    Mark is offline
    Phone Expert
    Mark's Avatar

    Cell Phone
    Samsung Galaxy S II
    Location
    Éire
    Posts
    2,584 - liked 40 times

    What Version of Dreamweaver r ya usin? Iv been messin with Dreamweaver UD4 for about 2 years now, so i know my way around a good bit of it.



  11. #11
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    Im running MX (2003)



  12. #12
    camstuf
    camstuf is offline
    /\/\s.Super/\/\odette
    camstuf's Avatar

    Cell Phone
    Samsung Galaxy Note 3 Rose Gold White 32GB
    Carrier
    Sprint PCS
    Location
    Houston, Texas, United States
    Posts
    3,730 - liked 291 times
    Blog Entries
    72
    Follow camstuf On Twitter Add camstuf on Facebook Add camstuf on Google+

    I use the Dreamweaver MX Tutorials, they help a lot. The "Help" button at the top right of the page. I started with something basic like geocities first and then advanced to Dreamweaver. Now I use Frontpage and Dreamweaver and their tutorials. Check the page in my sig below.
    Last edited by camstuf; 11-14-2005 at 12:23 AM.
    If you find this post helpful, click on bottom of each post: Like l Share
    * FAQ * Search * CPF PhoneDatabase* CPF Super/\/\odette



  13. #13
    Robb4248
    Robb4248 is offline
    Phone Expert

    Cell Phone
    Motorola RAZR-V3r Fire Red
    Carrier
    Verizon Wireless
    Posts
    2,621 - liked 54 times

    well, i finally figured it out! hahah



  • Similar Threads







  • Quick Reply Quick Reply

    If you are already a member, please login above.