Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Sun May 26, 2013 2:22 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 15 posts ]  Go to page Previous  1, 2
Pop ups for other than music player
Author Message
 Post subject: Re: Pop ups for other than music player
PostPosted: Fri Jul 30, 2010 6:36 am 
Offline

Joined: Sat Jul 17, 2010 9:42 pm
Posts: 6
hi Cédric,

i hope you remember my problem with a centred popup window in iweb. i got a good yava srcipt for a centered popup window to perform a video in iweb from you. lot of thanx for that. everything works fine. but the explorer dont show me the jpeg or even a link to my popup window (the link should be a jpeg: a little grey box with "video" under the last picture at the bottom of the site), which is hostet on my server and should be the link button to the centered popup window. do you have an explaination for for this mal function in explorer? how can i mange it better? you can see my problem on the bottom of this site: http://www.foleyshop.com/Quietschendeutensilien.html
thanx a lotl


Attachments:
File comment: this little grey video-link button under the pic dont expire in explorer but in safari etc works it fine.
video-popup link.png
video-popup link.png [ 26.66 KiB | Viewed 595 times ]
Top
 Profile Send private message  
 
Pop ups for other than music player
Author Message
 Post subject: Re: Pop ups for other than music player
PostPosted: Sat Jul 31, 2010 1:44 am 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
You may want to read this FAQ:
http://iwebfaq.org/site/iWeb_Compatibility.html

If something works in Safari, works in Firefox and works in Opera but does not work in Internet Explorer then the problem probably is Internet Explorer. Since you can't change Internet Explorer and the code works in all other browsers all I can tell you is: live with it.

Internet Explorer ist echt zum Kotzen, das ist nunmal so, kann man nicht ändern und ist Weltbekannt. So leid es mir auch tut. Mir ist Internet Explorer total egal. Darauf kann man nun wirklich nicht Rücksicht nehmen da ca. 30% der Dinge in IE nicht funktionieren, obwohl sie in allen anderen Browsern funktionieren.

Gruss,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
Pop ups for other than music player
Author Message
 Post subject: Re: Pop ups for other than music player
PostPosted: Sat Jul 31, 2010 7:16 am 
Offline

Joined: Sat Jul 17, 2010 9:42 pm
Posts: 6
hi Cédric,

thanks a lot. i will write in english for understanding to other people here. that´s centainly right. but most of people are using internet explorer, so i dont have to ignore them. but i don´t want to downgrade the smooth workflow wich i reached with your help: nice button, nice videowindow (centered!), editing posibility in iweb. it´s a difficult decision. oherhabs there is another html-script for popup a nice centered videowindow that works in explorer too?

another problem: i want to create a safety text like "this is a demo video" and want to lay over the quicktime movie. that video plus overlayed text should appearin the little popup videowindow. but iweb let me paste a text in front of the video, but after that the text dont appears in the videopopoup window. doesnt that work at all in iweb? is there a posibillity to put text in front of a quicktime vid?
(entschuldige für das etwas zu große angehängte bild)

thanks a lot


Attachments:
File comment: example textframe over quicktimevideo. possible or not in iweb?
text over quicktimevideo.png
text over quicktimevideo.png [ 151.9 KiB | Viewed 591 times ]
Top
 Profile Send private message  
 
Pop ups for other than music player
Author Message
 Post subject: Re: Pop ups for other than music player
PostPosted: Sat Jul 31, 2010 10:31 am 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Paste this entire code in an HTML Snippet:

<html>
<head>
<title>
</title>
<script type="text/javascript" language="JavaScript">

// Centered Pop-Up Window (v1.0)
// (C) 2002 www.smileycat.com
// Free for all users, but leave in this header

var win = null;
function newWindow(mypage,myname,w,h,features) {
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
if (winl < 0) winl = 0;
if (wint < 0) wint = 0;
var settings = 'height=' + h + ',';
settings += 'width=' + w + ',';
settings += 'top=' + wint + ',';
settings += 'left=' + winl + ',';
settings += features;
win = window.open(mypage,myname,settings);
win.window.focus();
}

</script>
</head>
<body>
<a href="#" onClick="newWindow('http://www.java-scripts.net','','750','450','resizable,scrollbars,status,toolbar')">Click Here</a>
</body>
</html>

If this code doesn't work either you may want to search for "centered popup" in Google for more codes.

iWeb posts the video always in front of everything. To have behind something you would need to add the video with code and put the code in the page source code once published. Anyway that's not ideal.

Why don't you put the movie in iMovie and add a title for the entire length of the video? This way the text would in the video itself which is much better.

Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
Pop ups for other than music player
Author Message
 Post subject: Re: Pop ups for other than music player
PostPosted: Sun Aug 01, 2010 7:06 pm 
Offline

Joined: Sat Jul 17, 2010 9:42 pm
Posts: 6
hi Cédric,

thanks. i will try it. the other way you mentioned is a good idea cause its the easiest way to protect a video content.
tank you


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


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 post attachments in this forum

Jump to:  
cron






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield