![]() |
any chance of adding veoh.com video site to this?
and does this handle people uploading video files (wmv, mov etc) files as attachments? |
What we REALLY need is to add Stage6 at Stage6.com to this mod!
Stage6 seems to be the best player out there for HD. |
Quote:
|
Not sure. When I download it I see it just fine. Does anyone else have this problem?
|
Perhaps you can email it to me? Or someone can email it to me?
|
I DL'ed it again, seems fine ... RedGTiVR6, have you tried extracting it and then seeing if the file sizes increase? Try that ... If not, what's your email?
|
I've now tried downloading through a different connection and still no dice. It still gives me the same files as in the screen shot above.
Uploading the files that were in the download that I got for some reason upgrades me to 3.06, not 3.07 and it doesn't fix the issue with YouTube on our board. Would someone be so kind as to send me the most recent files? Specifically what bug was fixed in 3.07? |
Cool thanks , hope to add Photobucket to the collection :)
|
The uploaded files is 3.07, he just forgot to change the version to 3.07, so it shows as 3.06 .. it contains all the fixes though ... the bug that was fixed was one that nix found, dont know exactly what it was ... What is the issue with your YouTube?
|
I'll be uploading 3.0.8 here in a bit. Has all of youtubes and google uk.
The bug that 3.0.7 fixed was an template edit I left in. If you go in the anymedia template and look and make sure the forum paths are correct. |
OK - well I just tried extracting and it worked this time. Something was funky earlier and I'm not sure what...
however, I'm still having the issue with YouTube...click on it to play and it just says 'Failed...' If I click on the 'Click here to download it' link it takes me to the right link on YouTube even and the video plays. I tried re-uploading even and disabling and re-enabling the mod too. |
Make sure that you've unchecked all of the items under the "Use AnyMedia Player for which video sites?" section of this Mod's Control Panel Options and that Youtube is checked in the "Supported video sites" section ...
|
Yea check that setting. I'm going to take that out in the next release so its not a problem anymore. I also changing some things around to make it less of a hassle to work.
|
|
Quote:
Either way, thank you for being patient with me about it and helping me fix it! |
first off thanks for updating the hack this is easily the best hack going for media players. one small problem since the old player was installed first i now have the media button for the original one showing but now its twice any1 tell me what i can do ? btw im using 3.6.4 if it makes any difference thanks
|
RedGTiVR6,
No problem ... So it works now for you, correct? Dermo-MIO, Just edit the editor_toolbar_on Template and remove one of the following codes: Code:
<!-- AnyMedia BBCode By Crist Chsu Start --> |
Quote:
Quote:
Does anyone use the Collapse feature? Or any of the torrent stuff? I'm in the middle of rewriting this hack to make it easier to update and add sites for me. I'm also looking to change the way it embeds so the javascript file wont be needed anymore. I would also like to restyle it. |
^ I sometimes use the Collapse feature, so if you can keep it, it would be cool - if not its cool too ... dont use it too much, just sometimes ...
|
Updated to 3.0.8
3.0.8 - Fixed some defualt settings - Added all youtube local languages - Added google uk - Added stage6.divx.com (you'll need to install the divx web plugin) - Added brightcove.com |
Quote:
Thank you |
Just upload files and import the product. Its pretty much the same for all upgrades.
|
Done =)
Quote:
Btw, there is a '__MACOSX' folder in the 3.0.8 zip, I think you forget to delete that I have a problem with .divx option, I check the box but when I click save, the that option is not saved :S, I can't enable .divx |
that setting isn't used yet. Probably wont need to.
I can't see the _macosx folders. The program I'm using to zip it is suppose to not include it. I"ll look into it. |
Quote:
confirmation: and I know media files (like mov, mp3, wmv) are covered in Christ's version.. .so I an assume they work with this one (not just posting flash video sites)? |
Yea they should all work. If not let me know.
|
1 - i have problem with youtube links .. it shows me Failed error
2 - i checked Allow Web based Divx and also i checked "stage6" in Use AnyMedia Player for which video sites? and Supported video sites and it shows Saved successfully ! but again i saw they r unchecked . i did 10 times but i can not checked those options .. any idea ? also is it possible that u can add a option to Screen that users can set the Size of the screen ?? thanks |
Quote:
Now I'm off to update to .8! |
Quote:
|
Quote:
thanks |
Upgraded to 3.0.8, smoothly :up: ...
Nix: Any idea on Photobucket being added? |
Quote:
should help. |
thanks for your help Nix and upgraded without any problems
|
Quote:
If you go back a few posts, you'll see where another user made the suggestion. |
Upgraded to 3.0.8 and still, with VISTA x64 cant play a video that is on my server...
the FF and IE7 are frozen... |
autostart option is not working for me
you can check it |
The extension .divx never still checked after check and click to save settings. This is a bug or anything like?
|
More one website for you to add support if possible: http://www.liveleak.com
|
testebr, the .divx Option will not allow you to mark it as "checked" because it's not out yet. It is something that will be added in the future, maybe next release ...
Skavenger, try it again, but this time in the AnyMedia BBCode Options make sure that you have the "Collapse by default" option set to "No" |
Quote:
admincp/index.php?do=buildbitfields If neither of those work I'll take a look at it for you on your server if you would like. Try these. Tag without options: [MEDIA]url_of_the_file[/MEDIA] ex. [MEDIA]http://server/file.mp3[/MEDIA] Shown as a mp3 player (Use the flash mp3 player by default). Tag with options: [MEDIA="width, height, autostart, loop, extension"]url_of_the_file[/MEDIA] [MEDIA="width, height, autostart, loop"]url_of_the_file[/MEDIA] [MEDIA="width, height, autostart"]url_of_the_file[/MEDIA] [MEDIA="width, height"]url_of_the_file[/MEDIA] ex. [MEDIA="300,380,yes,2,rm"]http://server/file.mp3[/MEDIA] It will use the real player to play the file.mp3, the object is 300px width, 380px height, it will autostart and will repeat for twice. [MEDIA=250,150,0,3]http://server/file.flv[/MEDIA] It will use the flash player to play the file.flv, the object is 250px width, 150px height, it'll NOT autostart but will repeat for 3 times. [MEDIA=400,480,false]http://server/file.swf[/MEDIA] It will use the flash player to play the file.swf, the object is 400px width, 480px height, and it'll NOT autostart. [MEDIA=421,211]http://server/file.pdf[/MEDIA] It will post the pdf object on the page, the object is 421px width, 211px height. If they don't work I'l put it on the todo list! Quote:
Quote:
Quote:
Quote:
Quote:
|
All times are GMT. The time now is 01:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|