Sponsored Links


Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: IT430 E Commerce Assignment No 2 fall Semester 14 November 2011 solution

  1. #1
    Administrator
    Join Date
    Oct 2011
    Posts
    468

    Icon14 IT430 E Commerce Assignment No 2 fall Semester 14 November 2011 solution

    Sponsored Links1


    Question 1: (10)

    Suppose you have an image mc00000000.jpg (your vu id). You have to create an image map in html by using the given image. The map should have following properties:

    1. Use rectangle shape
    2. The map area should start from 100 pixels away from top and left border of the image.
    3. The height and width of map area should be 100 and 150 pixels respectively.
    4. When user clicks on the map area, www. google. com should open in a new window.

    Idea solution code is given
    HTML Code:
    <html>
    <title>
    It430 assignment no 2
    </title>
    <body>
    <img src="mc090205531.jpg" usemap="#green" border="0">
    <map name="green">
    
    <area shape="rect" coords="1,1" href="http://www.google.com">
    
    </map>
    </body>
    </html>
    Question 2: (10)

    Sponsored Links

    Suppose you have a media file yourname.mp3 (your name). Your task is to play media file on the html page. The player should have following properties.
    1. The height and width should be 50 and 250 pixels respectively.
    2. Media file should play automatically on loading the page.
    3. File should play using play button after first loop.

    Idea solution for 2nd question
    HTML Code:
    <html>
    <body>
    <audio controls="controls" height="50px" width="250px">
      <source src="song.mp3" type="audio/mpeg" />
      <source src="song.ogg" type="audio/ogg" />
    <embed height="50px" width="100px" src="song.mp3" />
    </audio>
    </body>
    </html>
    03009520262
    Rabeel Website

  2. #2
    Junior Member
    Join Date
    Dec 2010
    Posts
    3
    i have tried, by putting "jpg & mp3" files in the same folder. But neither it shows pic nor plays media file.

  3. #3

  4. #4
    Junior Member
    Join Date
    Dec 2010
    Posts
    3
    finally 1st question has been done.. But i can play Mp3 File. What to do.. ??
    even i have searched over the net.. i didn't sleep whole night

  5. #5
    Junior Member
    Join Date
    Dec 2010
    Posts
    3
    <html>
    <body>

    <embed src="1.mp3" autostart="true" />
    <audio controls="controls" height="50px" width="250px">
    </audio>
    </body>
    </html>

  6. #6
    Junior Member
    Join Date
    Oct 2011
    Posts
    23
    its not working

  7. #7
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    first is working then you should share by changing some code which also work. Second will also work. just try to post the code you should need some plugin to run it.

  8. #8
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    Solution:

    <EMBED src= "Your Name.mp3" Autostart="True" Loop="1" width="250"
    height="50" Controls="console"></EMBED>

    Explanation:
    <EMBED> is the tag which is used to embed media files (audio/video) into html web page.

    Autostart determines whether or not the display or play of the embeded object will proceed automatically or not.

    Loop determines whether or not the displayed audio or video file will loop and the number of times it will loop. In the Netscape browser true indicates that the embedded
    file should loop continuously.

    Controls determine which console will be used for controlling the play of audio files. (play, stop, pause button etc)
    </EMBED> tag will be closed at the end.

  9. #9
    Junior Member
    Join Date
    Oct 2011
    Posts
    2
    kindly send right code. both r not working. today is last day

  10. #10

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 01-02-2013, 03:37 PM
  2. Replies: 0
    Last Post: 11-19-2012, 02:19 PM
  3. IT430 - E-Commerce Assignment No. 01 Fall Semester 1st November 2012
    By vuassignments in forum Assignments & Solutions
    Replies: 0
    Last Post: 11-01-2012, 03:02 PM
  4. Replies: 3
    Last Post: 10-30-2011, 04:21 AM
  5. Replies: 9
    Last Post: 04-28-2011, 04:42 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft