I'm trying to get the FlashVideo module working. I've followed all the instructions laid out. I even tried all the steps suggested by people on some of the other forum posts concerning this issue and still no luck. Here is what I've done -
1. Enabled clean URLS
2. Enabled Upload module
2. Install Flash video module
3. Enabled Flash Video module
4. Added these settings to my php.ini file
- php_value post_max_size 100M
- php_value upload_max_filesize 100M
- php_value max_execution_time 3600
- php_value memory_limit 100M
5. Download FLV Player, renamed it to Player and placed it in the files folder. Also copied flashvideo_playlist.php to drupal root folder and removed copy in the flashvideo module dir.
6. Enabled video upload for the page content type
7. Created new page content, uploaded .flv file
8. Confirmed that flv file is in the files folder
9. Add [video] to the body
9. When I view the content, it shows Video is currently not available message.
I have the 5.x-2.2-beta2 Flashvideo module installed. I'm not using FFMPEG since I do not have to convert my movies to flv format. Lastly I'm running this locally on my PC, through Apache so my URL is http://localhost/drupal/
I don't see how this would cause an issue.
Hi there,
I am a noob to drupal. I downloaded it last week and decided to implement it into my property management website. It has been amazingly easy to install and use. Here is the unfortunate part:
I cant seem to create a image gallery which:
A. Has a listings gallery for flats and houses displayed separately.
B. every listing has a primary image and also has a description.
C. Every listing has multiple images.