Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Cimmerio

Pages: [1] 2 3
1
Hola,

Primero, quiero mostraros el contenido de mis archivos:


Extensiones Válidas de Archivo
Code: [Select]
flv,wmv,avi,mp4,jpg,mov
includes/upload_definitions.php
Code: [Select]
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream", "video/flv", "video/x-flv");

templates/<your template>/media/flv.html
Code: [Select]
<!-- Template file for FLV files -->

<script type='text/javascript' src='./data/swfobject.js'></script>

  <div id='preview'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('./data/player.swf','ply','725','408','9','#EDF5FB');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=./.{media_src}&backcolor=EDF5FB&frontcolor=000000&lightcolor=EDF5FB&screencolor=000000&bufferlength=6&autostart=false');
  s1.write('preview');
</script>

Estoy usando el reproductor "JW FLV Media Player 4.5" y funciona muy bien con los videos flv que ya estaban subidos..

EL PROBLEMA

Cuando intento subir un archivo *.flv el sistema me devuelve el siguiente mensaje: "Invalid file type: (flv, )". en cambio, cuando subo un archivo por ftp y compruebo si hay nuevas imágenes desde el panel de control, los archivos aparecen.

Los archivos existente funcionan conrrectamente, y los subidos por ftp también.

¿Alguien me puede ayudar con este problema?





2
Hi,

First, i want to show you the content of my files:

Valid Extension Files
Code: [Select]
flv,wmv,avi,mp4,jpg,mov
includes/upload_definitions.php
Code: [Select]
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream", "video/flv", "video/x-flv");

templates/<your template>/media/flv.html
Code: [Select]
<!-- Template file for FLV files -->

<script type='text/javascript' src='./data/swfobject.js'></script>

  <div id='preview'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('./data/player.swf','ply','725','408','9','#EDF5FB');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=./.{media_src}&backcolor=EDF5FB&frontcolor=000000&lightcolor=EDF5FB&screencolor=000000&bufferlength=6&autostart=false');
  s1.write('preview');
</script>

I'm using the player "JW FLV Media Player 4.5" and is working fine.

THE PROBLEM

When i try to upload a *.flv file, the system return me the next message: "Invalid file type: (flv, )". Instead, when i upload a file by ftp, and check in the control panel for new images, the files appear.

Existing files are working properly, and the files uploaded by ftp too.

Can anyone help me with this problem?




3
Hi,

I need this mod in my website. Any one can do it?


4
Mods & Plugins (Requests & Discussions) / auto create video thumbnails?
« on: February 17, 2009, 08:47:37 PM »
Hello.

Exit this mod?

A greeting.

5
Español / Castellano / ¿Thumbnails de videos?
« on: February 07, 2009, 01:38:17 AM »
Saludos a todos.

Pues eso, ¿Existe la forma de que al subir un video genere automáticamente un thumbnail?

Un saludito.

6
Hello.

I wish to do this in my web. exit any mod like this?

A greeting.

7
Hi.

I want to convert the uploaded videos to a flv file. Is it possible?

A greeting.

8
Español / Castellano / Motras las imágenes en un tamaño fijo
« on: October 20, 2008, 08:30:44 AM »
Buenas.

Me gustaría saber como hacer para que mis imágenes se muestren en un tamaño fijo en mi template. Para que no me lo deformen.

Saludos.

9
Hi everybody.

I have a problem. I have some videos hosted in rapidshare.com. If i put the URL in the "download url", when i try to donwload it my website return me a file with the same name, but broken and less size. It's very strange, because i trid to do the same thing but with a megaupload url and a file factory url and work fine.

A greating.

(sorry for my bad english)

10
Hi everybody.

I need that my user can add an external url for the download, like the option in the admin panel.

How i can do this?

A greating.

11
Buenas.

Me interesaría muchísimo saber si es posible que un suario al subir una imagen a la web, pudiera añadir también la URL de descarga de esa imagen como si estuviera en el panel de administración de la web.

Saludos.

12
Español / Castellano / ¿Como poner una palabra clave doble?
« on: May 08, 2007, 08:33:42 AM »
Buenas.

Lo que quiero hacer es tan simple como poner un keyword de una imagen doble, es decir, que en ponga por ejemplo "fotos cartagena" y no "foto, cartagena".

¿Se puede hacer?

Saludos.

13
Buenas.

Hace nada cambié el alojamiento de mi web y bueno, todo parece funcionar muy bien hasta que hoy me he puesto a crear una categoría y al enviar una imagen via web a la misma me salía un error. Me he imaginado que era por el permiso de los directorios pero NO, estan todos creados y con 777 de permiso. Lo curioso es que si envio na imagen a una categoría que ya tenía creada antesde migrar la web no hay problema, pero si creo una categoria nueva e intento subir una imagen me da error.

¿Sabéis por qué puede ser?

Saludos.

14
Buenas.

Tengo instalado el mod para poder reproducir videos FLV, pero me gustaría cambiar el reproductor que adjuntaron en el MOD por uno como el de Youtube o similares.

¿Alguien sabe como hacerlo?

Saludos.

15
Por ejemplo.. si queréis buscar las fotos relacionadas con la palabra "submarino" pondríais www.tusitio.com/search.htm?search_keywords=submarino. Mi pregunta es.. ¿Cual sería la URL para que se mostraran solo las fotos que tuvieran esas dos palabras, por ejemplo "submarino" y "peral"?

No se si ha quedado muy clara mi pregunta....

Saludos.

Pages: [1] 2 3