# Loading a page into an \<object\> tag using Flash? \[renamed\]

**URL:** https://forum.kirupa.com/t/loading-a-page-into-an-object-tag-using-flash-renamed/199205
**Category:** flash
**Created:** [August 31, 2006, 6:12pm UTC](https://forum.kirupa.com/t/loading-a-page-into-an-object-tag-using-flash-renamed/199205 "2006-08-31T18:12:51Z")
**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:12pm UTC](https://forum.kirupa.com/t/loading-a-page-into-an-object-tag-using-flash-renamed/199205/1 "2006-08-31T18:12:51Z")

</div>

All 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…
