lucy Posted January 17, 2010 Share Posted January 17, 2010 Is there any way i can embed a webpage within another without an iframe? I want to embed an online radio onto a page but i cant find out how to do so. The player for the station is located at http://bassdrivearchive.com/flashme/ so i was maybe thinking of having that page sit in my webpage i want to make. Could i perhaps take the player out and embed only the player and not the whole page? I know there may be copywrite issues, but i will clear that up with the station before putting online. Thanks, Lucy Quote Link to comment Share on other sites More sharing options...
Tazerenix Posted January 17, 2010 Share Posted January 17, 2010 Yep, the iframe tag: <iframe src="the website url" width="your width" height="your height">Text if browser doesnt support iframes</iframe> Quote Link to comment Share on other sites More sharing options...
lucy Posted January 17, 2010 Author Share Posted January 17, 2010 Is there any way i can embed a webpage within another without an iframe? Is there any way i can extract just the player of that link, so i can use it to play their radio station? Thanks, Lucy Quote Link to comment Share on other sites More sharing options...
Tazerenix Posted January 18, 2010 Share Posted January 18, 2010 lol sorry If the player is a flash file or somthing you could use the object or embed element to include it in your webpage Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.