Results 1 to 6 of 6

Thread: opening windows media player within a iframe

  1. #1
    Join Date
    Mar 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default opening windows media player within a iframe

    how do i open windows media player within a iframe. i have all the code in place (embed etc). if people want to see it

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I shouldn't think this such a problem, did you try the obvious? That would be to make a page with your object/embed code on it. Call the page say - mediawin.htm, then for your iframe:

    HTML Code:
    <iframe src="mediawin.htm"></iframe>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no, i didnt try the obvious (so like me!!) but i see what it is going to do, but i have several links that all open pages up in the same iframe, so will what you say above still work?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Sure, you can target the iframe from the top page, give the iframe a name:

    HTML Code:
    <iframe name="mwin" src="mediawin.htm"></iframe>
    Then links on the top page could be like:

    HTML Code:
    <a href="mediawin2.htm" target="mwin">Content Two's Description</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Mar 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the trouble im having now is that i have 17 different videos i want to play within that iframe, all 17 have their own links on the main page. so, for example i click on one of my other links (about us etc) these pages open in the iframe. then i chose to open up media item 15 say, how do i get that to open in that iframe?

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Put it on its own page and use the method from my previous post.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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