HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
IFrame Popup Question
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
VTRMike



Joined: 09 Apr 2008
Posts: 2

PostPosted: Wed Apr 09, 2008 2:34 pm     IFrame Popup Question Reply with quote

I need some advice on the best way to do something. I have a client with a database driven site. When search results come up, some will have a "play video" button. I want to be able to click the button and have an Iframe pop up on top of the existing page. Inside this Iframe will be my flash video player and video. I can get a new browser window to come up with my I frame but I don't want to see any browser borders. I just want to see the player on top of the existing page. I have to be able to call this up by attaching some code to the "play video" button thru the admin for the database.

Does anyone know what code will bring up the Iframe without a browser window. And then what code will close it. I hope this is making sense!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8255
Location: Castle Rock CO USA

PostPosted: Wed Apr 09, 2008 3:50 pm     Reply with quote



It sounds more like you want some type of a "pop-up" - not an iframe. An iframe
Code:
<iframe name="book" src="book.html">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>
is embedded into an HTML page. You seem to want a pop-up instead?

_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account
VTRMike



Joined: 09 Apr 2008
Posts: 2

PostPosted: Wed Apr 09, 2008 4:16 pm     Reply with quote

Thanks Corey, you are right. I have been using Iframes with a popup program to create floating talking head video ads that are loaded on a web page through two lines of javascript. I used the iframes to get around internet explorer's "click to activate" issues.

What is different now, I have to find a way to trigger a custom video player, which is a swf file from a button generated from a database. We can assign a link to these buttons thru a complicated admin input program online but it is limited. I don't know if I should link to my swf file, or the two lines of javascript generated by my popup program? And if so, what code would I use to do it?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8255
Location: Castle Rock CO USA

PostPosted: Thu Apr 10, 2008 11:43 am     Reply with quote

I think you probably need probably code it in Flash. FlashKit (a forum for Flash Developers). There is also International Web Developers Network that might be able to suggest a few things as well.

But I think that you are probably better off coding this in JavaScript.

_________________
Corey
Toll Free Solutions | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial