Re: [CGUYS] Chrome glitches?

2008-09-08 Thread Tom Piwowar
The web site that I am developing used only the embed and the 
noembed tags, but I have now modified with both object and embed.  
This I haven't uploaded yet.  The reason is that I am now unsure what 
player to specify to open the downloaded mp3 file.  Should I specify 
Quicktime or MS Media Player or some other?  I need to find out if it is 
possible to have no specification when using the object tag.

Oh neither! You don't know if either of these has been installed. Making 
assumptions like that makes your site look like it was created by an 
amateur.

Best strategy is to provide your own player. The easy route is Flash 
based. Thia assumes that they have flash installed, but that is a very 
safe bet.

There is a very nice FOSS player at musicplayer.sourceforge.net. If you 
dig around there a bit you will find some code for twiced cooked that 
you can copy/paste.


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Chrome glitches?

2008-09-07 Thread Robert
I am developing a web site.  I found that Chrome -- I downloaded just 
for testing -- apparently does not recognize the embed statement in 
html.  While embed is not standard html, it is how audio and video gets 
played on a web site.  Firefox, IE, and Opera all recognize embed.


Paul Meyer wrote:

Anyone had glitches with chrome?

I had 6-8 tabs open in FF the other day, all
the sites become unreachable, except that I
notice gmail was still up.  I decided to 
uninstall Chrome (this is XP)and I don't

even think I rebooted and the sites were
all back up.  Could be coincidence.


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*

  



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Chrome glitches?

2008-09-07 Thread John DeCarlo
On Sun, Sep 7, 2008 at 3:48 PM, Robert [EMAIL PROTECTED] wrote:

 I am developing a web site.  I found that Chrome -- I downloaded just for
 testing -- apparently does not recognize the embed statement in html.  While
 embed is not standard html, it is how audio and video gets played on a web
 site.  Firefox, IE, and Opera all recognize embed.


You mean that is how it gets played without any action on the person's part.


It is a shame that people still try to do this kind of thing - no audio or
video should be allowed unless the person browsing the site wants it.

This is a huge feature plus for Chrome.


-- 
John DeCarlo, My Views Are My Own


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Chrome glitches?

2008-09-07 Thread Tom Piwowar
I am developing a web site.  I found that Chrome -- I downloaded just 
for testing -- apparently does not recognize the embed statement in 
html.  While embed is not standard html, it is how audio and video gets 
played on a web site.  Firefox, IE, and Opera all recognize embed.

Actually, to reliably incorporate media files you have to use both the 
embed and object tags. The so called twice cooked method. Have you 
tried that?


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Chrome glitches?

2008-09-07 Thread Robert
I disagree strongly with your statement--see next.  However, I agree 
that automatic playing of music is not acceptable when visiting a web page.


For my web site, I am not automatically playing music when the page is 
entered.  There is a link to a listen to music page from the home 
page.  Once the link is clicked upon, the listen page is shown.  In that 
page, there are links to select the kind of music to be played.  No 
click on link, no music.  If a link is selected then a popup opens that 
should play the music just once.  The listener can close the popup and 
stop the music at any time by clicking on either the close button or the 
close link in the popup.


Embed is the only way that I know how to include music or video in a web 
page.  If there is another way, please let me know.  According to how it 
is used, both automatic playing and otherwise requires the statement AFAIK.


You can see my web site, still not completed, at 
http://www.riversidesax.info/



John DeCarlo wrote:

On Sun, Sep 7, 2008 at 3:48 PM, Robert [EMAIL PROTECTED] wrote:

  

I am developing a web site.  I found that Chrome -- I downloaded just for
testing -- apparently does not recognize the embed statement in html.  While
embed is not standard html, it is how audio and video gets played on a web
site.  Firefox, IE, and Opera all recognize embed.




You mean that is how it gets played without any action on the person's part.


It is a shame that people still try to do this kind of thing - no audio or
video should be allowed unless the person browsing the site wants it.

This is a huge feature plus for Chrome.


  



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Chrome glitches?

2008-09-07 Thread Robert

Tom Piwowar wrote:
I am developing a web site.  I found that Chrome -- I downloaded just 
for testing -- apparently does not recognize the embed statement in 
html.  While embed is not standard html, it is how audio and video gets 
played on a web site.  Firefox, IE, and Opera all recognize embed.



Actually, to reliably incorporate media files you have to use both the 
embed and object tags. The so called twice cooked method. Have you 
tried that?


  
The web site that I am developing used only the embed and the 
noembed tags, but I have now modified with both object and embed.  
This I haven't uploaded yet.  The reason is that I am now unsure what 
player to specify to open the downloaded mp3 file.  Should I specify 
Quicktime or MS Media Player or some other?  I need to find out if it is 
possible to have no specification when using the object tag.


Any source info to help me out?


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*