Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Problem with embedded movies showing funky in firefox (http://www.greenguysboard.com/board/showthread.php?t=46224)

RedCherry 2008-03-25 12:09 PM

Problem with embedded movies showing funky in firefox
 
Can anyone figure out if there is a fix to this? When I view these embedded trailers in NetCaptor or IE, they play the correct size. But when I view them in firefox, it seems to take the 320x240 literally and not allow for any frame width, so it cuts off part of the movie.

http://www.nothingbutcocksucking.com...-sample-3.html

I've tried changing them every which way with the different Params but can't seem to get it to show right in FireFox. Any suggestions?

Cleo 2008-03-25 02:01 PM

The controller is also getting cut off in Safari. You need to give you movie height more pixels then the actual movie height for that.

Seems to have other issues too in Firefox.

Not sure about the code you are using as it is much different then what I use but I never use wmv files. For mpegs this is what I use on a movie that is 384x288.
Code:


The above movie is used in my Blog if you want to see what it looks like in Firefox.
http://cleos-porn-links.com/blog/

RedCherry 2008-03-25 03:12 PM

Thanks Cleo, that worked with a bit of adjusting for wmv. |thumb Every time I played with the numbers to try and make it bigger, it didn't do anything for firefox, and screwed it all up in IE. |loony|

Cleo 2008-03-25 04:29 PM

1 Attachment(s)
Looks good in Firefox but you may want to give your
a color to match the page as it looks kind of funky in Safari.

cd34 2008-03-25 07:14 PM

Remember that Windows uses the portion, and firefox uses the portion

Code:

  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  type="application/x-oleobject">
   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
        pluginspage = "http://www.microsoft.com/windows/mediaPlayer/"
      id="Player"
      src="http://videofile.wmv"
      width="320"
      height="240"
      showcontrols="0"
      showstatusbar="0"
      autostart="true">
 

 

The above is what I had tested in IE, Firefox, and Safari ages ago.

Cleo 2008-03-25 07:41 PM

Just fucking wonderful. |banghead|

So what would be the code for a mp4 movie?

RedCherry 2008-03-25 07:47 PM

Thanks cd34, I did this:

Code:

  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  type="application/x-oleobject">
   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
        pluginspage = "http://www.microsoft.com/windows/mediaPlayer/"
      id="Player"
      src="video.wmv"
      width="384"
      height="310"
      showcontrols="0"
      showstatusbar="0"
      autostart="true">
 
And put the larger size in the embed tag, and that allowed me to have the controls and have it all show up in firefox. |thumb

Cleo 2008-03-26 08:45 AM

My mpeg-4 movies seem to play in IE with or without the tags that Sparky posted but adding them along with some other tags that my html editor recommends makes IE properly deal with mpeg-4 movies if QuickTime is not installed prompting the surfer to download QuickTime.

This is what I'm now using on my Blog.
Code:







Not sure what some of the other param name tags do that Sparky had in his post.

cd34 2008-03-26 03:28 PM

Some of those were determined to set hidden settings in windows media player that had odd defaults. Version 6.x defaulted one way, 7.x defaulted a different way, 8.x was able to be configured in preferences. That was when we were testing my webcam ages ago and those were the settings that I found worked consistently across all browsers, and, maintained the same look on each of them. i.e. no controls present on any of the versions.

Some settings could be skipped now since I doubt many people are still using WMP6/7, but, I'll be darned if I know which ones they were as I cannot find my original notes on it.


All times are GMT -4. The time now is 05:37 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc