| Ultrashock Forums
• site within site? |
|||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
|
2005-08-04
#2 |
||
|
2 Creative Assets
|
2005-08-04
#3 |
||
|
I think he wants to a) Use HTML and b) not link to another website, display the website inside his, StreamerDA. In this case I would either use a frame or iframe. There's loads od documentation on both these on both Google and Ultrashock. http://www.candsdesign.co.uk/article...using-iframes/ http://webdesign.about.com/cs/frameshelp/a/aaiframe.htm Good luck, -Neverrain |
|
|
2005-08-04
#4 |
||
|
Aaah!!! Well anyway now you can do it in flash and html!!!!
|
|
2 Creative Assets
|
2005-08-04
#5 |
||
|
Your method would load the other site within the same browser window, but his site would not show up like on the examples he gave. I don't think you can mimic frames in Flash, yet. |
|
|
|
2005-08-04
#6 |
||
|
thanks guys! I'll post the site up as soon as I ad my content and try this frames method
|
|
|
|
2005-08-04
#7 |
||
|
does anyone here use Freeway?
|
|
|
2005-08-04
#8 |
||
|
be sure to have written permission from the organization / site you wish to display within yours. at my last company we were attempting to display the 'download flash player' page w/in a frame of an online app we were developing and macromedia would not allow us to do this (believe it or not).
|
|
|
|
2005-08-04
#9 |
||
|
wierd...you would think they would love for someone to do this! Basicaly it's a forum that I can't actually build in freeway and need to host as a page outside of the site...I just want the site to be seemless...you know? |
|
|
2005-08-04
#10 |
||
|
Originally posted by br1643 Correct. You can get into legal issues doing this.
be sure to have written permission from the organization / site you wish to display within yours. |
|
|
|
2005-08-24
#11 |
||
|
if u are using html. u can try to use <iframe> </frame>...... if using flash, i have not idea i suggest that you just create a pop up window ^0^ ...it is easy |
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|



10 comments
| 425 views


2 Creative Assets
Linear Mode
getURL("http://www.mydomain.com", "_self");
This will open a link within the current frame of the active window.
Hope this helps