I found the address myself and I thought I'd share the codes with you guys, it's quite obvious to find if you know a lot about html code (I suck at html...).
The address of the 3d view is here:
This is the code for the Iframe view:
This is the address of the promotional video:
Here is the IFRAME code for those of us who want to frame sites and other HTML themselves:
Hope this helped!
The address of the 3d view is here:
This is the code for the Iframe view:
<iframe name="FRAME7" src="http://movies.apple.com/movies/us/apple/mac/macbookpro/2008/qtvr/macbookpro_group_qtvr_20081014_850x380.mov?width=850&height=380"width="850" height="363" frameborder="1"></iframe>
This is the address of the promotional video:
Here is the IFRAME code for those of us who want to frame sites and other HTML themselves:
<iframe name="insertNAME" src="insertHTML" width="insertWIDTH" height="insertHEIGHT" frameborder="1" ></iframe>
Hope this helped!