Is this possible?

garikr

New Member
Messages
46
Reaction score
0
Points
0
First of all you are trying to use content from BBC site. I'm sure they've copyrighted their stuff up to wangyangs, so be careful. What is the problem? I've copied your iFrame code and it worked in Chrome, Opera and Firefox. What browser are u using? do u have the latest versions of the software, maybe your iFrame is too big for your screen. Just throwing some suggestions out there. One suggestion is to replace
HTML:
<iframe src="http://www.bbc.co.uk/sn/hottopics/climatechange/climate_challenge/index_1.shtml" width="1000" height="900" frameborder="10"></iframe>
with
HTML:
<iframe src="http://www.bbc.co.uk/sn/hottopics/climatechange/climate_challenge/cc.swf" width="1000" height="900" frameborder="10"></iframe>
That way you won't get the entire page, just the flash game. I would also suggest making your iFrame smaller. Hope this helps
 

earthinc

Banned
Messages
104
Reaction score
1
Points
0
Thanks for the reply. I don't mean to "steal" the game from bbc, just allow access to it from my site. Isn't that what frames are for? To access other sites with your own? I usually stay away from frames.
Is this illegal or something?
 

garikr

New Member
Messages
46
Reaction score
0
Points
0
Sorry man, I didn't mean to spook you or anything, I'm sure if u'll put the proper reference you'll be fine. Most of us rip an occasional song or a movie of a net, just don't want you to pay a half a million for it... like some ppl on the news :) that's all. Did you figure out? It worked fine on my computer.
 
Top