Topic: iFrames (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9664" title="Pages that link to Topic: iFrames (Page 1 of 1)" rel="nofollow" >Topic: iFrames <span class="small">(Page 1 of 1)</span>\

 
KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 07-23-2003 17:44

I want to use iframe for a music player (flash)... is there a way to make it so it is fixed on everypage as in it doesn't reload everytime like a frame that way the music doesn't get interupted...

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 07-23-2003 18:12

I don't know for certain, but I would have to assume not, as the iframe is a child of the <html> document that must be loaded, unlike a standard frameset where each frame loads independently from the other....

KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 07-23-2003 21:56

any ideas of alternatives to do the job...? i can't think of a possible scripting language that will do that

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-23-2003 22:11

Alright I don't know if this will work but you can try it.

Create your main page like so
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="100%" rows="100%">
<FRAME src="inner.html">
</FRAMESET>
<!-- all your stuff to embed the flash object here -->
</HTML>

Now inner.html is your "real" main page. What this does is make the page a frame but the inner page is the only thing you see.



.:[ Never resist a perfect moment ]:.

ozphactor
Maniac (V) Inmate

From: California
Insane since: Jul 2003

posted posted 07-24-2003 05:35

bit: That's a pretty kludgy workaround. Kinda takes me back to the nineties...



[EDIT: come to think of it, though, that might be the only way... ]

[This message has been edited by ozphactor (edited 07-24-2003).]

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 07-24-2003 16:00

But won't that make it invisible? Or am I missing something....?

I would assume that you would want to be able to see the controls.



ozphactor
Maniac (V) Inmate

From: California
Insane since: Jul 2003

posted posted 07-24-2003 19:01

Hmm, yeah, the only way I can think of to accomplish this is to use regular old frames. Get two frames, put the page in one and the controls in the other.

Unless there's some kinda fancy DHTML solution for this...

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-24-2003 19:04

Again I'm not an expert but you should be able to put the controls on every page and then control the main movie with javascript calls to the top page element

top.document.FlashMovie.fastForward();

or something like that I only know enough flash to make myself dangerous



.:[ Never resist a perfect moment ]:.

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 07-24-2003 19:08

KARN: The 2 solutions that spring to mind are:

1. Make it so the rest of the page is in the iframe/frame not the Flash player - as detailled above.

2. Put it in a popup window.

I'd probably go with 2.

___________________
Emps

FAQs: Emperor



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu