PDA

Ver la Versión Completa : no veo las peliculas flash


Roilo
07-03-2007, 21:54:00
:confused: Qué podrá pasar que no puedo ver las películas Flash en las páginas web ?

jhonny
07-03-2007, 21:59:34
Sera que no haz instalado el FlashPlayer?

Roilo
08-03-2007, 15:18:42
Ya re-instalé flash player y sigo sin ver las películas Flash en la web.
Gracias por responder.

dec
08-03-2007, 15:23:27
Hola,


Ya re-instalé flash player (...)


Asegúrate de que tienes la última versión, o, en su defecto, la versión necesaria para la "película" que tratas de reproducir. A no ser que te ocurra en todas las páginas Web... en todas las películas Flash...

Si esto fuera así yo empezaría por instalar la última versión del Plugin de Flash, por un lado. Por otro me aseguraría de que ese tipo de contenido no estuviera siendo bloqueado por el navegador o por alguna extensión de este.

Roilo
08-03-2007, 16:02:04
Les cuento los antecedentes....
Ayer estube buscando la forma de reproducir "películas" flash en aplicaciones Delphi y encontré "algo" que seguí con todos los pasos y a partir de ahí BOOMMM!!! comenzó el problema.
Ese algo que encontré :

To make use of SWF files in your Delphi application you should have the swf plugin
installed then follow these steps:

Um SWF-Dateien in einer Delphi-Applikation gebrauchen zu können, muss das SWF-Plugin
installiert sein.

{English}

In the Delphi IDE

- click on "Component", "Import ActiveX Control"

- chose "Shockwave Flash" and click on "install".

Now you have a TShockwaveFlash component in your IDE on the ActiveX
tabsheet.

Place the TShockwaveFlash Component onto your form, resize it as needed but for now do not assign a movie to it.

You will need to register the ocx file if it is not installed on the target computer. So you should have a resource file with

- the swflash.ocx and your Flash ( *.swf) file.

- Copy swflash.ocx (from i.e. windows\system32\macromed\flash) and
your custom swf file to your project path.

- Create a textfile with a code like this:

SHOCKWAVEFILE RCDATA yourfile.swf

SHOCKWAVEOCX RCDATA swflash.ocx

(Where yourfile.swf is your swf-file)

- Save this file as flash.rc

- Goto Commandline, change to your project dir and enter the line:

"Brcc32 -r flash.rc"

- Now you have your new resource as flash.res file

{Deutsch}


In der Delphi IDE:


Qué habrá pasado que los .swf ya no se ven en mis páginas.

Roilo
09-03-2007, 17:26:35
Cuando cargo la página que tiene contenido flash (No sé si son todas las páginas pero la que estoy haciendo sí) me sale el siguiente mensage :

Windows bloqueo este software porque no puede comprobar el fabricante.

Nombre:wsflash.cab
Fabricante: Editor desconocido.

Saludos.

dec
09-03-2007, 17:30:35
Hola,

Pasa un antivirus. Desinstala el Plugin de Flash. Vuelve a instalarlo. :)

Roilo
09-03-2007, 20:41:37
Gracia dec y equipo por la letra. Desintalé e instalé Flashplayer... y resolví.:)