# Surely this shouldn't be this difficult

**URL:** https://forum.kirupa.com/t/surely-this-shouldnt-be-this-difficult/199209
**Category:** Uncategorized
**Created:** [August 31, 2006, 6:25pm UTC](https://forum.kirupa.com/t/surely-this-shouldnt-be-this-difficult/199209 "2006-08-31T18:25:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![emanon](https://avatars.discourse-cdn.com/v4/letter/e/ecae2f/32.png) [@emanon](https://forum.kirupa.com/u/emanon)
#### Post date: [August 31, 2006, 6:25pm UTC](https://forum.kirupa.com/t/surely-this-shouldnt-be-this-difficult/199209/1 "2006-08-31T18:25:38Z")

</div>

ll i want to do is open my .php pages in a \<object\> area of my web page instead of having it open in a new window…

[www.savvasfellas.com/o3m/content](http://www.savvasfellas.com/o3m/content)

the actionscript in my flash buttons is pretty simple

on (release) {  
getURL(“home.php”, “contentframe”);  
}

I’m quite new but surely this shouldn’t be that hard.

I’m having to use the object tag because it has to validate in XHTML 1.1 i was using the \<iframe\> tag which worked fine…
