2
   

Windows in Websites

 
 
Reply Sun 25 Jul, 2004 07:32 pm
I have found out about this new HTML code eg. <IFRAME src="http://www.yahoo.com" height="300" width="400" frameborder="0" scrolling="yes"></IFRAME>

I want to put the IFRAME around a certain flash/java window, without having to show the website as well.

Is that possible?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 2 • Views: 1,404 • Replies: 4
No top replies

 
Monger
 
  1  
Reply Sun 25 Jul, 2004 10:08 pm
Why not just make an html page which includes nothing but your flash or java, then put that page within an iframe?
0 Replies
 
Craven de Kere
 
  1  
Reply Mon 26 Jul, 2004 02:51 am
You can embed remote flash directly into the page if you want, you don't need an IFrame to frame someone else's flash (which sounds like the goal).
0 Replies
 
Micropanic
 
  1  
Reply Mon 26 Jul, 2004 09:05 pm
How so?
0 Replies
 
Craven de Kere
 
  1  
Reply Tue 27 Jul, 2004 12:51 am
Here is example code:

Code:<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=480 HEIGHT=400>
<PARAM NAME=movie VALUE="http://www.domain.com/directory/flashfile.swf">
<PARAM NAME=quality VALUE=high>
<embed src="http://www.domain.com/directory/flashfile.swf" WIDTH="480" HEIGHT="400" quality="high" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</OBJECT>
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Windows in Websites
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/24/2024 at 05:34:25