Author Topic: how can i add real player in the details.html  (Read 7185 times)

0 Members and 1 Guest are viewing this topic.

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
how can i add real player in the details.html
« on: August 20, 2010, 02:15:38 AM »
thanks for all your help

how can i add real player in the details.html

i want to play file type *.rm

thanks againe

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: how can i add real player in the details.html
« Reply #1 on: August 20, 2010, 03:09:16 AM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: how can i add real player in the details.html
« Reply #2 on: August 21, 2010, 08:05:12 AM »
Thanks V@no 
 
but please can u post the code here
or what i have to write in rm.html

sorry to bother you

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: how can i add real player in the details.html
« Reply #3 on: August 22, 2010, 07:07:49 PM »
hi V@no 

i put this code at rm.html but it did't work i think something is missing

<OBJECT ID=RVOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH=320 HEIGHT=240>
<PARAM NAME="SRC" VALUE="plugin.rpm">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="CONSOLE" VALUE="one">
<PARAM NAME="AUTOSTART" VALUE="true">
<EMBED SRC="plugin.rpm" WIDTH=320 HEIGHT=240 NOJAVA=true CONTROLS=ImageWindow CONSOLE=one AUTOSTART=true>
</OBJECT>

waiting for you

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: how can i add real player in the details.html
« Reply #4 on: August 23, 2010, 07:31:34 PM »
please help
 :cry: :cry: :cry:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: how can i add real player in the details.html
« Reply #5 on: August 23, 2010, 07:38:50 PM »
replace plugin.rpm with {media_src}
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: how can i add real player in the details.html
« Reply #6 on: August 23, 2010, 10:01:21 PM »
thanks V@no
i do this and it still do' work th player apper but no song found

Code: [Select]
<OBJECT ID={media_src} CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH=375 HEIGHT=100>
<param name=src value="file://D:\{media_src}" ref>
<PARAM NAME="CONTROLS" VALUE="All">
<PARAM NAME="CONSOLE" VALUE="one">
  <param name="_ExtentX" value="9922">
  <param name="_ExtentY" value="2646">
  <param name="AUTOSTART" value="0">
  <param name="SHUFFLE" value="0">
  <param name="PREFETCH" value="0">
  <param name="NOLABELS" value="0">
  <param name="LOOP" value="0">
  <param name="NUMLOOP" value="0">
  <param name="CENTER" value="0">
  <param name="MAINTAINASPECT" value="0">
  <param name="BACKGROUNDCOLOR" value="#000000">
<EMBED SRC="{media_src}" WIDTH=375 HEIGHT=100 NOJAVA=true CONTROLS=All CONSOLE=one></OBJECT>

what is worng

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: how can i add real player in the details.html
« Reply #7 on: August 23, 2010, 10:24:36 PM »
... as V@no already said ...

replace
Code: [Select]
<PARAM NAME="SRC" VALUE="plugin.rpm">with
Code: [Select]
<PARAM NAME="SRC" VALUE="{media_src}">
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: how can i add real player in the details.html
« Reply #8 on: September 28, 2010, 11:29:50 AM »
hi
it's work with internet explorer

but something is wrong with fire fox 3.6.10 it does't work do you know why