Media player and Real Player

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ximcix
    Senior Member
    • May 2004
    • 115

    #16
    Originally posted by Jake Bunce
    [quote} is not a valid way to call the quote tag, that's why it isn't working. You have to use [.quote].
    Jake, i'm very aware of that. I didn't want the code to be parsed in this thread, thats why I pointed out that i was substituting. but the BB Code that i am trying to use is

    Code:
     
    [left][.quote]<embed src="{param}" />[/quote][/left]
    (without the period)

    Comment

    • Jake Bunce
      Senior Member
      • Dec 2000
      • 46598
      • 3.6.x

      #17
      Why do you want a quote tag in a BB code?

      Also, BB codes do not parse within the replacement text of other BB codes, if that's what you are trying to do.

      Comment

      • ximcix
        Senior Member
        • May 2004
        • 115

        #18
        I want the end result to be an embedded clip inside '[quote]' tags so even if someone quote's the post, the clip will not be repeated.

        it annoys me somewhat to see people using "Reply with Quote" when its not neccesary, as opposed to just "Reply." Especially when the post being quoted has an audio/video clip embeded, causing the same clip to appear in 4-5 replys of the same thread. On our forums, nothing inside quote tags of post #1 gets copied to posts that follow

        Comment

        • Jake Bunce
          Senior Member
          • Dec 2000
          • 46598
          • 3.6.x

          #19
          I don't know of any easy way to prevent embedded content from being quoted. You would probably have to modify the files, so you should post on www.vbulletin.org about this.

          Comment

          • an-nisaa
            New Member
            • Nov 2004
            • 28
            • 3.0.7

            #20
            I soooo wish I could get some help here... I really do not know how to change this so I can make this happen. As well I was told I have to change my file sizes in the php because it is defaulted to 2mb but I do not see how. Can someone PLEASE help me through this. I kind of need the step by step I dont want to destroy my site :P but I really need to get this up and running anyone willing to help me out PLEASE!

            Comment

            • Jake Bunce
              Senior Member
              • Dec 2000
              • 46598
              • 3.6.x

              #21
              Did the check the aforementioned server settings? You will probably have to ask your host about these settings.

              Comment

              • tpccom
                New Member
                • Aug 2005
                • 15
                • 3.0.7

                #22
                Originally posted by Cary
                Admin CP --> 'Attachments' --> 'Extensions & Sizes'

                You can edit the max. size of a particular file type there.
                Can you answer a question for me regarding the extensions? What are the Content-types that need to be placed in the mime fields for the extensions .wmv .avi .asf .mov .wma .mpeg

                Those have audio and video so how to I account for both in that field. Normally I can just go Content-type:audio/mp3 and it works but I dont know how to account for both.

                Thanks

                Comment

                • Jose Amaral Rego
                  Senior Member
                  • Feb 2005
                  • 11058
                  • 1.1.x

                  #23
                  AdminCP>>Custom BB Codes>>Add new BB code

                  BBCode for Flash
                  Title: Flash Media
                  Tag: flash
                  Replacement :
                  PHP Code:
                  <table border="0" align="center" width="400" cellspacing="0" cellpadding="0" background="http://URL.com/forum/images/misc/flash.gif" height="370"
                  <
                  tr
                  <
                  td width="100%" height="204"><center
                  <
                  object width="550" height="400"
                  <
                  param name="movie" value="{param}"
                  <
                  embed src="{param}" width="318" height="253" type="application/x-shockwave-flash"></embed
                  </
                  object
                  </
                  center></td
                  </
                  tr
                  </
                  table> </center
                  User {option}: *Yes
                  Button Image (Optional) image in attachments


                  AdminCP>>Custom BB Codes>>Add new BB code

                  BBCode for Windows Player
                  Title: Mp3
                  Tag: music
                  Replacement :
                  PHP Code:
                  <object classid='clsid:6bf52a52-394a-11d3-b153-00c04f79faa6'><param name='url' value='{content}'></object
                  User {option}: No
                  Button Image (Optional) image in attachments


                  AdminCP>>Custom BB Codes>>Add new BB code

                  BBCode for Real One Media Player
                  Title: Mp3
                  Tag: ram
                  Replacement :
                  PHP Code:
                  <embed src="{param}" height=25 width=200 console="{option}" autostart="true" loop="true" controls="ControlPanel" type="audio/x-pn-realaudio-plugin"
                  </
                  embed
                  User {option}: No
                  Button Image (Optional) image in attachments


                  AdminCP>>Custom BB Codes>>Add new BB code

                  BBCode for Windows Video Player
                  Title: wmv
                  Tag: music
                  Replacement :
                  PHP Code:
                  <Table align="center"><tr > <td align="center" valign="bottom" background="images/misc/mediabg.gif" border="0" alt="" width="345" height="304"
                  <
                  object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="Player" width="300" height="245">
                  <
                  param name="URL" value="{param}">
                  <
                  param name="rate" value="1">
                  <
                  param name="balance" value="0">
                  <
                  param name="currentPosition" value="1">
                  <
                  param name="defaultFrame" value>
                  <
                  param name="playCount" value="1">
                  <
                  param name="autoStart" value="-1">
                  <
                  param name="loop" value="-1">
                  <
                  param name="currentMarker" value="0">
                  <
                  param name="invokeURLs" value="-1">
                  <
                  param name="baseURL" value>
                  <
                  param name="volume" value="100">
                  <
                  param name="mute" value="0">
                  <
                  param name="uiMode" value="full">
                  <
                  param name="stretchToFit" value="0">
                  <
                  param name="windowlessVideo" value="0">
                  <
                  param name="enabled" value="-1">
                  <
                  param name="enableContextMenu" value="0">
                  <
                  param name="fullScreen" value="0">
                  <
                  param name="SAMIStyle" value>
                  <
                  param name="SAMILang" value>
                  <
                  param name="SAMIFilename" value>
                  <
                  param name="captioningID" value>
                  <
                  param name="enableErrorDialogs" value="0">
                  <
                  param name="_cx" value="7938">
                  <
                  param name="_cy" value="6482">
                  </
                  object
                  </
                  td></tr></table
                  User {option}: Yes
                  Button Image (Optional) image in attachments

                  *edit
                  hello im asking about adding the realplayer, mediaplayer and flash to the reply panel ? :( I hope that I get the answer :) Regards

                  Comment

                  • paperback
                    New Member
                    • Jan 2006
                    • 2
                    • 3.0.5

                    #24
                    The BBCode for Windows Video Player contains a background image: background="images/misc/mediabg.gif"

                    Where can I find this file, please?

                    Comment

                    • Jose Amaral Rego
                      Senior Member
                      • Feb 2005
                      • 11058
                      • 1.1.x

                      #25
                      You can make your own?
                      Check for 3.0.x version of this or ask the author of this link below

                      Comment

                      • Hummie
                        Senior Member
                        • Nov 2007
                        • 223

                        #26
                        Thanks for your help! I truly appreciate it.

                        This code for wmv is working for me in IE, but not Firefox. What could be wrong? The only changes to the code I made were the autostart to "0" and to take out the background code.

                        Thanks for your help! I truly appreciate it.

                        I could not get your flash code to work with my .swf files.
                        Still trying to get something to work with .avi files too.

                        Originally posted by Jose Amaral Rego

                        AdminCP>>Custom BB Codes>>Add new BB code

                        BBCode for Windows Video Player
                        Title: wmv
                        Tag: music
                        Replacement :
                        PHP Code:
                        <Table align="center"><tr > <td align="center" valign="bottom" background="images/misc/mediabg.gif" border="0" alt="" width="345" height="304"
                        <
                        object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="Player" width="300" height="245">
                        <
                        param name="URL" value="{param}">
                        <
                        param name="rate" value="1">
                        <
                        param name="balance" value="0">
                        <
                        param name="currentPosition" value="1">
                        <
                        param name="defaultFrame" value>
                        <
                        param name="playCount" value="1">
                        <
                        param name="autoStart" value="-1">
                        <
                        param name="loop" value="-1">
                        <
                        param name="currentMarker" value="0">
                        <
                        param name="invokeURLs" value="-1">
                        <
                        param name="baseURL" value>
                        <
                        param name="volume" value="100">
                        <
                        param name="mute" value="0">
                        <
                        param name="uiMode" value="full">
                        <
                        param name="stretchToFit" value="0">
                        <
                        param name="windowlessVideo" value="0">
                        <
                        param name="enabled" value="-1">
                        <
                        param name="enableContextMenu" value="0">
                        <
                        param name="fullScreen" value="0">
                        <
                        param name="SAMIStyle" value>
                        <
                        param name="SAMILang" value>
                        <
                        param name="SAMIFilename" value>
                        <
                        param name="captioningID" value>
                        <
                        param name="enableErrorDialogs" value="0">
                        <
                        param name="_cx" value="7938">
                        <
                        param name="_cy" value="6482">
                        </
                        object
                        </
                        td></tr></table
                        User {option}: Yes
                        Button Image (Optional) image in attachments
                        Last edited by Hummie; Sun 2 Dec '07, 8:53am.

                        Comment

                        • Hummie
                          Senior Member
                          • Nov 2007
                          • 223

                          #27
                          Originally posted by Jose Amaral Rego
                          You can make your own?
                          Check for 3.0.x version of this or ask the author of this link below
                          http://www.vbulletin.org/forum/showthread.php?t=106239
                          Do I have to have a background...maybe that is why mine is not working in firefox? I guess you just make a .gif file the same dimensions or a little larger than the video dimensions?

                          I downloaded that anymedia and unzipped it...haven't the slightest clue (other than to upload it to my webspace) how to install it. The Do Not Upload folder has an html page for "install"...I don't see any instructions...lol.

                          Comment

                          • Jose Amaral Rego
                            Senior Member
                            • Feb 2005
                            • 11058
                            • 1.1.x

                            #28
                            I have had trouble trying to make Windows media files work in firefox in the past, as I do not know if it requires a plugin now like you do when playing .mov files for Apple.

                            You will now have to take this up with vBulletin.org and or codingforums.com

                            Comment

                            • trana
                              Senior Member
                              • Apr 2005
                              • 268
                              • 3.0.7

                              #29
                              Is there any way to embed the MOV files so they don't start playing when the page is loaded? Something like a media player interface or a play button?

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...