Wimpy Player

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/65181?pagenum=1
05 November 2025, 12:47

Topic


leatherlips
Wimpy Player
16 July 2007, 19:27


I use the wimpy player progam to put videos and audio on my site. I'd like to be able to post my wimpy player in my posts. Anyone know of a way to do that?<

 

Replies ...


leatherlips
16 July 2007, 21:19


I've added MarcelG's video/flash mod, but I can't get it to work with Wimpy Player. The code ends up showing my flash player but none of the video/audio files are loaded in it.
The wimpy player uses two files: wimpyAV.asp and wimpyAV.swf.
When I posted the link between the flash tags towards my swf file, it is missing the asp file. How can I also get it to recognize the asp file?<
leatherlips
16 July 2007, 21:23


For what it's worth, this is the code that Wimpy generates for you to put into your own pages. Perhaps this could give some of you wizards a clue as I am totally clueless. blush
Code:
<!-- Wimpy Player Code -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="260" id="wimpy" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.yoursite.com/wimpyAV.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#6A7A95" />
<param name="flashvars" value="wimpyApp=http://www.yoursite.com/wimpyAV.asp&backgroundColor=6A7A95&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=100&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" />
<embed src="http://www.yoursite.com/wimpyAV.swf" loop="false" menu="false" quality="high" scale="noscale" salign="lt" width="320" height="260" flashvars="wimpyApp=http://www.yoursite.com/wimpyAV.asp&backgroundColor=6A7A95&displayDownloadButton=no&infoDisplayTime=3&randomOnLoad=no&randomButtonState=off&startPlayingOnload=yes&popUpHelp=yes&theVolume=100&getMyid3info=no&videoSmoothing=yes&autoAdvance=yes" name="wimpy" align="middle" bgcolor="#6A7A95" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<!-- End Wimpy Player Code -->
<
gary b
16 July 2007, 21:47


<param name="flashvars" value="wimpyApp=http://www.yoursite.com/wimpyAV.asp&backgroundColor=6A7A95&display
You did change this URL, correct? <
leatherlips
16 July 2007, 21:54


Yes. I pointed it to my actual URL on my page. The flash tags in the mod only let you link to the swf file. I need for it to also somehow call attention to the wimpyAV.asp file. Perhaps something needs to be added to the inc_func_common.asp file?<
© 2000-2021 Snitz™ Communications