Flowplayer

User 455349 Photo


Registered User
21 posts

Hello folks,

Does anyone know how to add Flowplayer or Longtail Player to VSD? I worked several hours last night with flowplayer but no luck. I'm sure it's something simple I've missed (it usualy is) but I was wondering if anyone has successfully implemented one of these programs into VSD. I'd appreciate any feedback. I do have coffecup web video program but the final video quality is so very poor. My hosting service is 1&1 so no problems with the server. Thanks guys
User 562592 Photo


Registered User
2,038 posts

Have you added the appropriate reference files under the settings menu? The flowplayer references two files I believe.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 455349 Photo


Registered User
21 posts

Three files.

http://flowplayer.org/documentation/ins … index.html

This file to be put in the VSD header of each page that will display video

Step 1: To include file flowplayer-3.2.4.min.js in the web page you place the following tag in the HEAD section of your web page:

<script src="path/to/the/flowplayer-3.2.4.min.js"></script>

Step 2: To place the link to your video file in the web page, the simplest way is to use the following A tag on your web page. The video will automatically play there:

<a
href="http://www.mywebsite.com/myVideo.flv"
style="display:block;width:425px;height:300px;"
id="player">
</a>

Step 3: Finally, to load the player on the A tag just described, you place the following script in your page, following the A tag:

<script language="JavaScript">
flowplayer("player", "path/to/the/flowplayer-3.2.5.swf");
</script>

This seems simple enough, just input my files and path to server. Step one I did "edit - Header".
Steps 2 and 3 I used the html tool in VSD to input

Somewhere I've goofed. Two answer your question I only added step one under the settings menu - edit header
User 539237 Photo


Registered User
241 posts

If you ever get Flowplayer to work in VSD I would be very interested in knowing how to do it, please post the answer when it gets figured out.

many thanks
Greg

When I stop learning please check for signs of life.
User 455349 Photo


Registered User
21 posts

I agree Greg - I need a good player and the flowplayer has a great quality and feel
User 122279 Photo


Senior Advisor
14,651 posts
Online Now

Dean, you could post an url so that we can see the code. It's easier to help if we can see what's wrong/missing/misplaced etc.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 271657 Photo


Ambassador
3,816 posts

I don't know if this is any help, but when I added a slideshow script to my VSD site, I found I needed to add the image files with the Add File function in VSD. Even though the images were already in the files folder, it didn't work until I added them through the Add Files as well.
Let us know what you come up with :)

Edit - Have you tried the Flash tool instead of the HTML tool?
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 562592 Photo


Registered User
2,038 posts

yea, try adding all of your files through the add files option.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 455349 Photo


Registered User
21 posts

Well - I went the easy route. You can take a look. http://www.doubletakecreations.com/ I did add the files, added the script to the header but no go so the easy route. I just copied the scripts that flowplayer provides, entered my pictures place card holders and linked to my .flv and easy. I'm happy with the result of the video since the video are the same quality I saved them at. Here at http://flowplayer.org/demos/ - under demos you can click on a stand alone player, http://flowplayer.org/demos/installation/index.htm look at the source code, copy it over to your html editor and plug-in your video information. I chose the multi player for my home page and the single player for other pages. You can change the size of the player to suit your needs Adding the flowplayer html to VSD is nothing more then adding the html via the VSD html tool. Obviously, this is just the simple fix to flowplayer and not the full function commercial flowplayer which is offered but I'll goof around with the free version for a while
User 282670 Photo


Registered User
3,940 posts

Hi deano,
take a look here http://myofficialnewbie.com/tutorials/flowplayer.html
I thought I would give it a go..:)





Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.