you tube video

Hello guys

I need to put a you tube video on a web page that I am building. It is less than 3 minutes long and B/white video

Thanks so much for your help!!

Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Carla,
As you might expect there is an action to help you with that;
http://www.softpress.com/products/Fun/youtube.php
Regards,
Tim.

Quoting Carla email@hidden:

I need to put a you tube video on a web page that I am building.

Extend Freeway the way you want with FreewayActions.com
http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Heyy Tim!!!

Thanks I will look at it now!!!

Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hello again Tim and everyone. I used the you tube action and it worked great although the related videos are also included and I can’t seem to resolve that issue so I have to go another route and upload the video myself.

which is best to load quickly and how can I do this…
QT or .flv

how to upload onto freeway

Thanks
Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Carla,

Personally I would deliver this using the Flash video (.flv) format simply because of the plug-in coverage (as previously mentioned).
You can still use the YouTube action to deliver your video but you just need to tweak the code slightly to stop YouTube from offering related videos. Here’s how;

  1. Add the action to your page as normal
  2. Enter the YouTube video reference code in the action
  3. Make sure the page is exactly how you want it (the next step will lock you out of Freeway’s visual design mode)
  4. Add the Source Code Snooper action to the parent page (action available from http://www.freewayactions.com/product.php?id=015))
  5. Publish your site
  6. In the Source Code Snooper action palette click on the Edit button
  7. Look for the line of code that looks like this;

FW_WriteObject(“http://www.youtube.com/v/Zcc8gE54Md8&autoplay=1”, “425”, “350”, “”, “false”, “flash” , “MovingItem”, “”, “loop”, “true”, “play”, “true”, “quality”, “autohigh”);
8. Add the following code after the end of ‘autoplay=1’;
&rel=0
so (in my example) it reads;

FW_WriteObject(“http://www.youtube.com/v/Zcc8gE54Md8&autoplay=1&rel=0”, “425”, “350”, “”, “false”, “flash” , “MovingItem”, “”, “loop”, “true”, “play”, “true”, “quality”, “autohigh”);

(I’m sending this through using e-mail so shout if the formatting gets messed up in the forum).
This basically tells YouTube to show zero related videos. Maybe this and the autoplay options could be incorporated into a future version of the action?
Regards,
Tim.

On 7 Aug 2008, at 10:48, Carla wrote:

Hello again Tim and everyone. I used the you tube action and it worked great although the related videos are also included and I can’t seem to resolve that issue so I have to go another route and upload the video myself.

which is best to load quickly and how can I do this…
QT or .flv

how to upload onto freeway

FreewayActions.com - Freeware and shareware actions for Freeway Express & Pro.

Protect your mailto links from being harvested by spambots with Anti Spam.
Only available at FreewayActions.com

http://www.freewayactions.com

Tim

this is great as I have the file in flv already in my media folder
Ok I downloaded source code snooper and it is a html code so I highlight that and copy it where?

as I said I am clueless with writing code

Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Remember, having it in your Media folder means exactly nothing to
your final site. You will need to use one of the upload Actions to
get the flv file into the Resources folder on your server. Putting
the file in the Resources folder on your computer won’t do that
either, because you’re going behind Freeway’s back. Use Upload Stuff
(from Tim’s fine collection of Actions) or there’s a similar action
from Softpress, available on the KnowledgeBase.

Walter

On Aug 7, 2008, at 2:35 PM, Carla wrote:

this is great as I have the file in flv already in my media folder


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Carla,
So this is how I would attack this problem.

  1. Upload your video to YouTube
  2. Make sure you are happy with it and it plays OK
  3. Use the YouTube action to add the video to your site
    (this will pull the video directly from YouTube’s server so there is
    no need to host the flv file yourself)
  4. Use the Source Code Snooper action to add the ‘rel=0’ addition to
    the source code (as previously mentioned)

Enjoy the video on your site :slight_smile:

Regards,
Tim.

On 7 Aug 2008, at 11:35, Carla wrote:

Tim

this is great as I have the file in flv already in my media folder
Ok I downloaded source code snooper and it is a html code so I
highlight that and copy it where?

as I said I am clueless with writing code

Carla

FreewayActions.com - Freeware and shareware actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

So after a bit of Googling it seems that you can extend the YouTube
player with some other options;

The one they don’t have here (and I think is pretty cool) is allowing
users to enter full screen mode;
fs=n - Allow the user to toggle the video into fullscreen mode. Either
1 or 0. fs=0 is the same as removing the option.

It would be great to see these options available in the YouTube action.

And, doh, the autoplay feature is already in the action! Not sure how
I missed that.
Regards,
Tim.

FreewayActions.com - Freeware and shareware actions for Freeway
Express & Pro.

Protect your mailto links from being harvested by spambots with Anti
Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ha! Thanks that was funny

Ok I will follow your above instructions… so what you are saying is that although I am using video uploaded on youtube, I am bypassing them by following your instructions…
Is this correct?

Thx

carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok regarding the source code
sorry I have to be spoon fed… I downloaded the code. Is this the action ? and where do I write this…
sorry
Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim

Success

Thanks… if I would just start from the beiginning I can sometimes figure it out… The action did not auto load in FW so I dropped it in and follwd you instructions

So the you tube video works great now without the intrusion of the other videos.
Thanks much

Carla


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options