31
solo71
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 7:01

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Woaw... Glad to see a so rapid use of this module.

1) I haven't tested the .ram files yet. I'm not sure which player to use with that...

2) Easily. In the page settings (or module preferences azs default), you can select "display in main menu". Set it to no.

3) Easy as well. In the module preferences, you can select 3 way to display media list: none, list or path. Select none, of cours. Note that this list is useful if you are using the categorisation.

Glad to see you like it.


32
Herko
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 7:11

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


.ram is realmedia (RealPlayer).

Herko

33
solo71
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 8:58

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


Thanks Herko.

I just have a difficulty to find the code to use to display the realmedia player.


34
toddherrold
Re: [myMEDIA] Test my new media manager module

Thanks for the fast response. I should have been able to figure out how to tweak the default settings for the sub menu. . .

Fantastiche! Thanks for your efforts. I've been looking for something like this for a long time, but nothing ever had the right combo of functionality for me.

One feature I'd like to know about is user submissions? It seems like some of the settings are set up for this, but I don't see where a user would do this without access to the admin section of the site. . .

35
solo71
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 16:01

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


It's not... yet.

Maybe for a futur version.

Step by step, birds makes his nest.


36
Gambero[removed]
Re: [myMEDIA] Test my new media manager module

Great idea and a great module! Congrats!

37
mizi_
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 16:40

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Here is the code for Real Video (.rm and .ram)

<object 
  id
="RVOCX" 
  
classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" 
  
width="<@width@>" 
  
height="<@height@>">
 <
param name="src" value="<@mp3file@>" />
 <
param name="autostart" value="<@autostart@>" />
 <
param name="controls" value="imagewindow,all" />
 <
param name="console" value="video" />
 <
embed 
  type
="audio/x-pn-realaudio-plugin" 
  
src="<@mp3file@>"
  
width="<@width@>"
  
height="<@height@>"
  
autostart="<@autostart@>" 
  
controls="imagewindow,all"
  
console="video">
 </
embed>
</
object>


it's from Debase module, so you must change the parameters (@autostart@, @mp3file@, etc...)

38
wcrwcr
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 17:23

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

Regarding the players controls and configs:
Quote:
Solo wrote:

Nowhere, at the moment. I'm trying to figure out how to proceed. Feeback appreciated. Here are the various possibilities:

1) Somewhere in the module preferences, you define default size and settings.

2) For each and every page, you can choose your settings.

And regarding the settings:

1) Possibility to define each and every settings (more complex - can be confusing).

2) 2 or 3 modes: restricted or extend mode (easier and userfriendly).

Wadayathink?


Approach #1:
Simple to show all standardized movies

Approach #2
More flexible I guess due the huge variety of medias size

BTW> I found that the "myMedia/include/media.php" is where all the code for the players is written.
Trying to customize a bit I?ve changed some values, mostly on the windows media player "auto size" value = true or false, and on qt player "controller" value = true or false, but the players seem to not repond accondingly.

A+

39
toddherrold
Re: [myMEDIA] Test my new media manager module

Mizi - Thanks for the code!!! I implemented a variant of it and it works beautifully. . . insert following code into /include/media.php

Quote:
<!-- END mov -->
';

} elseif (eregi('ram', substr($media_url, -3)) OR eregi('rm', substr($media_url, -3)) ) {
// RAM - RM
$icon = '<a href="'.$media_url.'" target="_blank"><img src="'.XOOPS_URL.'/modules/myMedia/images/icon/mov.gif" /></a>';
$media = '
<!-- BEGIN ram/rm -->
<object
id="RVOCX"
classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH=480 HEIGHT=360>
<param name="src" value="'.$media_url.'" />
<param name="autostart" value="true" />
<param name="controls" value="imagewindow,all" />
<param name="console" value="one" />
<embed
type="audio/x-pn-realaudio-plugin"
src="'.$media_url.'"
width="480"
height="360"
autostart="true"
controls="imagewindow,all"
console="one">
</embed>
</object>

<!-- END ram/rm -->
';


I couldn't get the params for what looked like auto width and height to work sufficiently with the code mizi provided, so I just set the width and height manually. I also changed the autostart param and console param.

You can check it out here:

http://doggybloggy.com/modules/myMedia/content.php?id=6

Also, for anyone trying to tweak this for your purposes, the following official realmedia help page is excellent:

http://www.realnetworks.com/resources/samples/embedded.html

40
toddherrold
Re: [myMEDIA] Test my new media manager module

I've done a lot of testing of myMedia since launching it on my new dog site. it's great so far. a couple of thoughts:

1. I quickly ran out of space on one page, and so had to go to "categories" by making a dummy page and then filing actual videos under this page. It works fine, but it would be nice to have a true categorization scheme so that video images show up on the category page like they would on the index page, rather than just being able to show links or a path to the videos. . Don't know how easy this mod would be.

2. Ability to search alphabetically, like in wfdownloads.

Thanks for a great module.

Login

Who's Online

236 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits