• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] I want to add swf flash games

Started by porncome,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

porncomeTopic starter

On my website, I want to add swf flash games. Can we do this by interfering with the code?
  •  

PHPVibe A.

In configuration you have an list of accepted video formats, you can add sfw to it and clear cache from tools.

shtefcs

What you said is not working. Did you tried urself ? I just did what u said, and the .swf file is like being converted or something. It's just loading, see screenshot http://screencast.com/t/JfBjjhOZ4.

On screenshot u can see that is converted to .mp4 file.

What is solution ?

Stefan
  •  

PHPVibe A.

If you use ffmpeg, best choice is to write an com for it (based on music, for example) as ffmpeg will attempt to convert it and extract thumbnail and duration.

shtefcs

Cmon Alex, do you think I can understand what you saying ? Can you be more detailed ? What exactly i need to do to make it work. I took new VPS, and spend 2 days to install LAMP myself etc, just cause I read this thread and to try to have flash games on site. So, can you please explain me exactly steps what should i do, cause i can't read your mind.

Tnx
  •  

PHPVibe A.

Then please be patient until support is lighter, cause custom stuff is not part of support, and I get my ass kicked by Mario every time.


- index.php (component case)
    case {your slug}:
		$com_route = ABSPATH."/com/com_{your component}.php";		
		break;

- com/com_{your component}.php
- tpl/main/{your template}.php


Similar topics (7)