Welcome to TalkGraphics.com
Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,780

    Default Re: Music site: how to play and download the music?

    Quote Originally Posted by Braden View Post
    Not sure how you created an iframe
    Rectangle for Placeholder and the following code in the Head section. iframes are very useful for lots of different applications. They're easy to use so keep somewhere or commit to memory.

    <iframe src="https://lukemumby.com.au/playermob/index.htm" width="100%" height="100%" frameborder="0" scrolling="auto" name="originals" ><p>Your browser does not support iframes.</p></iframe>

    Click image for larger version. 

Name:	Placeholder.jpg 
Views:	52 
Size:	20.6 KB 
ID:	126388

  2. #2
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,780

    Default Re: Music site: how to play and download the music?

    There's an error in the code above. The name Originals is the name of my web page and so it should look like...

    <iframe src="https://lukemumby.com.au/playermob/index.htm" width="100%" height="100%" frameborder="0" scrolling="auto" name="originals" ><p>Your browser does not support iframes.</p></iframe>

    Or just delete the name= bit altogether.

  3. #3
    Join Date
    Aug 2019
    Location
    Tulsa, Oklahoma, USA
    Posts
    115

    Default Re: Music site: how to play and download the music?

    Thanks to Chris and his friends, we got it working!!

 

 

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
  •