Author Topic: Up spread the RM document problem  (Read 11425 times)

0 Members and 1 Guest are viewing this topic.

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« on: June 28, 2002, 10:55:00 PM »
Error uploading image file: setup.ini
setup.ini: Invalid file type (ini, application/octet-stream)

No database entry!

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #1 on: June 28, 2002, 11:15:12 PM »
Hi,

look here :

http://www.4homepages.de/forum/viewtopic.php?t=317&highlight=mime

ini will be a "text/plain" mime type i suppose
Thats It !

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« Reply #2 on: June 29, 2002, 04:13:05 PM »
If I want to up spread the 'rm' format the document. Should how to do?

Error uploading image file:
eee.rm: Invalid file type (rm, application/vnd)

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #3 on: June 29, 2002, 04:32:43 PM »
same as for ini's
Thats It !

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« Reply #4 on: June 29, 2002, 04:48:53 PM »
Quote from: Vienix
same as for ini's


Can you write to me the code? I am stupid.

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #5 on: June 29, 2002, 05:03:40 PM »
Quote
Can you write to me the code? I am stupid.


No you are not, but so am I :)

you have this

Code: [Select]
$mime_type_match['rm'] = array("audio/vnd.rn-realmedia");

in your upload_definitions.php ??

You have rm as allowed filetype ?

The file is not bigger then allowed ?
Thats It !

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« Reply #6 on: June 29, 2002, 05:13:00 PM »
It is admission that I have the such code, all formats of, equally come amiss.
Hope that, you can help me to solve problem

http://klqq.vicp.net/kl/4images1.6/

Username: admin
Password: 123456

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #7 on: June 29, 2002, 05:32:04 PM »
Hi,

change your password NOW , and never post them in public please...

I have uploaded a rm file with no problem.....

(actually it is a renamed gif file... could not find a rm with suitable size)

So to me it seems that it is working ??

btw where are you from ?? funny those automatic translators :)

Can you try to ftp your rm file to the server ??
Thats It !

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« Reply #8 on: June 29, 2002, 05:53:02 PM »
Thank you very much.
I test to Server.

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #9 on: June 29, 2002, 05:55:55 PM »
I tried a real real media rm and i have the same problem...

stand by...
Thats It !

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #10 on: June 29, 2002, 06:33:05 PM »
Ok found the "solution"

go to your upload_definitions.php

and use this for rm

$mime_type_match['rm'] = array("application/vnd");

And the you can upload but not see anything..

go to your rm.html and change this to

<OBJECT
ID=RAOCX
CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
height=300
width=400>

<PARAM NAME="SRC" Value="{media_src}">
<PARAM NAME="Console" Value="Clip1">
<PARAM NAME="controls" value="ImageWindow">
<PARAM NAME="autostart" value="True">
<PARAM NAME="loop" value="True">
</OBJECT>


The problem is the size of the movie, the same problem with flash..
It seems that you have to supply the size, so anything that is not 4:3 like in this case, gets distorted...
Thats It !

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Up spread the RM document problem
« Reply #11 on: June 29, 2002, 06:41:16 PM »
Anyone want to try this at home ??

http://vierstra.com/videotest.rm

You cant upload or see anything until you make the changes above.

Who Oh Who knows how to auto size this movie AND flash movies
because there IS a problem with flash as well....
Thats It !

Offline mo88

  • Pre-Newbie
  • Posts: 6
    • View Profile
Up spread the RM document problem
« Reply #12 on: June 30, 2002, 01:55:49 AM »
Quote from: Vienix
Anyone want to try this at home ??

http://vierstra.com/videotest.rm

You cant upload or see anything until you make the changes above.

Who Oh Who knows how to auto size this movie AND flash movies
because there IS a problem with flash as well....


Finally find outed the reason.
Really thank you very much.
Hope next edition can support these problems. Support format of more mediums.