- Posts: 44
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- [*NOT* SOLVED] local FLV video is not loading into player
[*NOT* SOLVED] local FLV video is not loading into player
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
17 years 1 month ago - 17 years 1 month ago #11591
by dax702
[*NOT* SOLVED] local FLV video is not loading into player was created by dax702
I've done everything correctly. When I load my content item, I see a solid white box where the player is supposed to be. If I right click on that box, it says "Movie not loaded..." and it's grayed out.
So apparently, the plugin is loading a flash object, but it's not loading the video into it. My path is /images/stories/videos/ I also tried combinations of no leading slash, or trailing slash. My file name is lowercase, as is the extension and no I'm not putting the extension in the tag. Also tried fooling around with the permissions all the way up to 777 for both the folder and the file, no luck.
What is wrong here?
So apparently, the plugin is loading a flash object, but it's not loading the video into it. My path is /images/stories/videos/ I also tried combinations of no leading slash, or trailing slash. My file name is lowercase, as is the extension and no I'm not putting the extension in the tag. Also tried fooling around with the permissions all the way up to 777 for both the folder and the file, no luck.
What is wrong here?
Please Log in or Create an account to join the conversation.
- MindTooth
-
- Offline
- Junior Member
17 years 1 month ago #11592
by MindTooth
Replied by MindTooth on topic Re: local FLV video is not loading into player
What tags are you using?
Birger :)
Birger :)
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11593
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
{flv}myvideo{/flv}
Please Log in or Create an account to join the conversation.
- MindTooth
-
- Offline
- Junior Member
17 years 1 month ago #11594
by MindTooth
Replied by MindTooth on topic Re: local FLV video is not loading into player
As I am not currently running a Joomla! site, I can test it my self. But does AllVideos create the directory /images/stories/videos/ ?
Birger :)
Birger :)
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11595
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
I'm pretty sure I created that videos folder manually, don't remember..But the plugin lets you specify what folder so you don't have to use one called videos. I've been messing around with this thing for a while now, can't get the video to load!!!
Please Log in or Create an account to join the conversation.
- MindTooth
-
- Offline
- Junior Member
17 years 1 month ago #11596
by MindTooth
Replied by MindTooth on topic Re: local FLV video is not loading into player
Okay, so this is an optional part. Not sure you run some other scripts that can corrupt AllVideos. Would help some if you provided a live link.
Birger :)
Birger :)
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11597
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
tinyurl.com/2azryd
There's actually two video players I want to embed (one is for dialup and one for broadband) Also, I changed the background color to black, easier to see where the player is supposed to be..
There's actually two video players I want to embed (one is for dialup and one for broadband) Also, I changed the background color to black, easier to see where the player is supposed to be..
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11598
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
Interestingly, I just added a youtube video to that page and it worked without a problem. It's definitely something about the local file playback, but what, I don't know.
Please Log in or Create an account to join the conversation.
- MindTooth
-
- Offline
- Junior Member
17 years 1 month ago #11599
by MindTooth
Replied by MindTooth on topic Re: local FLV video is not loading into player
Where did you get the .flv files, have you encoded them self, and what version of Flash were you using?
Birger :)
Birger :)
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11600
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
Yes I created them myself, these are On2 VP6 encoded FLV files. I know they work fine with Jeroen Wijering's popular flash player. So why they're not working with this plugin?
EDIT: Oh, and the flash version is 8
EDIT: Oh, and the flash version is 8
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago - 17 years 1 month ago #11601
by dax702
Replied by dax702 on topic Re: local FLV video is not loading into player
I contacted someone on the Joomla forum who was having similar problems and he said that his webhost does not allow any file=http:// references so he told me to try this:
Edit plugin_jw_allvideos.php, at line 52, the code begins for local FLV files
Change:
to:
also for the <embed> tag.
This worked for me! Just make sure you also have a trailing / in the folder location in the setup area for the plugin.
Edit plugin_jw_allvideos.php, at line 52, the code begins for local FLV files
Change:
file=$mosConfig_live_site/".$video_folder.
to:
file=../../../".$video_folder.
also for the <embed> tag.
This worked for me! Just make sure you also have a trailing / in the folder location in the setup area for the plugin.
Please Log in or Create an account to join the conversation.
- dax702
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 44
17 years 1 month ago #11602
by dax702
Replied by dax702 on topic Re: [*NOT* SOLVED] local FLV video is not loading into player
Looks like I'm not out of the woods yet. I just discovered last night that these videos are not playing in IE7!! (I was testing in Firefox before)
Can anyone tell me why they're not working in IE?
Can anyone tell me why they're not working in IE?
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- [*NOT* SOLVED] local FLV video is not loading into player