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 Link to comment https://forums.phpfreaks.com/topic/188732-embedding-a-web-page-within-another/ 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> Link to comment https://forums.phpfreaks.com/topic/188732-embedding-a-web-page-within-another/#findComment-996438 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 Link to comment https://forums.phpfreaks.com/topic/188732-embedding-a-web-page-within-another/#findComment-996568 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 Link to comment https://forums.phpfreaks.com/topic/188732-embedding-a-web-page-within-another/#findComment-996891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.