We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18219
    • 826 Posts
    No install SimpleVideoShow version v01c in the repository wink
      Marc
      I'm French... Sorry for my bad English, I use ' Google Translator' or other... but that remains that tools wink
      • 8895
      • 76 Posts
      still nothing
        • 18219
        • 826 Posts
        Here the tree structure which you must have for your site:
        - assets (directory)
        |- cache (directory)
        |- docs (directory)
        ...
        |- snippets (directory)
        |- ditto (directory)
        |- eform (directory)
        ...
        |- simplevideoshow (directory)
        |- lang (directory)
        simplevideoshow.class.php (file)
        simplevideoshow.inc.php (file)
        ...


        Is it correct for you?

        For the moment I don’t understand why you do not obtain anything. For the videos .avi the snippet is correct. I did not have to go up error until now.

        Which is the problem which you encounters? Did you succeed in installing another snippet not provided with the MODx package?
          Marc
          I'm French... Sorry for my bad English, I use ' Google Translator' or other... but that remains that tools wink
          • 8895
          • 76 Posts

          the structure is correct, i also installed a comments snippet which works fine and im making an image gallery snippet (not completely finished yet) - which also works.

          i dont really understand why i dont get any output - there is not even a change in the source code =/
            • 18219
            • 826 Posts
            Quote from: enigma at Nov 23, 2006, 10:29 AM


            the structure is correct, i also installed a comments snippet which works fine and im making an image gallery snippet (not completely finished yet) - which also works.

            i dont really understand why i dont get any output - there is not even a change in the source code =/
            Strange indeed. I return to my starting idea. The call of the snippet is not interpreted by the parser of MODx. Are the names of the snippet and the call quite identical? Can you make a copy/past on the name?

            In the snippet code, can you check the presence of ’<? php .... ?>’, please?
            In version 0.9.2 of MODx they should not be present. From the 0.9.5, they must be present
              Marc
              I&#39;m French... Sorry for my bad English, I use &#39; Google Translator&#39; or other... but that remains that tools wink
              • 8895
              • 76 Posts
              ITS THE "<?php .. ?>" !!!!!!!!!!
              yeeey =P

              i get this code now:
              			<!-- Internet Explorer Users -->
              
              			<object id="player_IE" 
              		type="video/x-msvideo" 
              						
              				width="400" height="340"
              				standby="In process..."
              				>
              				<param name="url" value="http://chaoticclips.com/assets/media/test.avi" />
              				<param name="src" value="http://chaoticclips.com/assets/media/test.avi" />
              		<param name="showcontrols" value="true" /><param name="autostart" value="true" /><param name="controller" value="true" /><param name="volume" value="75%" /><param name="transparentatstart" value="true" /><param name="AutoSize" value="true" />
              				<!-- Non-Internet Explorer Users -->
              				<!--[if !IE]>-->
              				<object id="player_NIE"
              		type="video/x-msvideo"data="http://chaoticclips.com/assets/media/test.avi" 
              					width="400" height="340">
              					<param name="src" value="http://chaoticclips.com/assets/media/test.avi" /><param name="showcontrols" value="true" /><param name="autostart" value="true" /><param name="controller" value="true" /><param name="volume" value="75%" /><param name="transparentatstart" value="true" /><param name="AutoSize" value="true" />
              					</object>
              
              				<!--<![endif]-->
              			</object>		


              but here comes the next problem - what plugin do i need?? can i set a default one which every browser has?
              mozilla has a yellow bar at the top (page is white), telling me that i need a plugin - plugin name: unknown

              yet in IE it shows a windows media window - it starts after a while but it wont show the actual content of the video =/
                • 8895
                • 76 Posts
                ok, no it works - was a problem with the file encoding

                anyhow

                thanks a lot marc!!!
                  • 18219
                  • 826 Posts
                  Happy to see that that is correct now.
                  Call us when the site is on line.
                  I will see it wink
                    Marc
                    I&#39;m French... Sorry for my bad English, I use &#39; Google Translator&#39; or other... but that remains that tools wink
                    • 31979
                    • 26 Posts
                    I think there is a very small problem with SimpleVideoShow. Seemingly it does not pass w3 org css validation.

                    see: http://www.waso.com/testfilm.html

                    and: http://www.waso.com/testfilm.html" target="_blank" rel="nofollow">http://jigsaw.w3.org/css-validator/validator?uri=http://www.waso.com/testfilm.html
                      www.waso.com
                      • 18219
                      • 826 Posts
                      I have a blank page.
                        Marc
                        I&#39;m French... Sorry for my bad English, I use &#39; Google Translator&#39; or other... but that remains that tools wink