video embeding

Good afternoon

I am updating a site and they want a video to be enbeded into the site.

I went to the video site and got the embed code.

what is the best way to do this - if I put it in a mark up item I am getting a security issue.

if i put it as the url in scripty3 then I am getting file not found…

any thoughts on this matter?

thanks

J


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

What does the embed code look like? (Use Pastie or Gist to show us, don’t paste it here, please!) Also, are you trying to test this on your Mac with a Preview in Browser URL, or have you uploaded it to a public server and testing from there in a full http:// URL?

Walter

On Aug 19, 2013, at 12:23 PM, Julie Maxwell wrote:

Good afternoon

I am updating a site and they want a video to be enbeded into the site.

I went to the video site and got the embed code.

what is the best way to do this - if I put it in a mark up item I am getting a security issue.

if i put it as the url in scripty3 then I am getting file not found…

any thoughts on this matter?

thanks

J


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


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

Walter,

thank you

here is the link to the code:

I was testing it w preview in browser and was getting an security error.

In scripty3 I was getting - can not find document.
and then It was not letting me upload due to that.

Thanks!

J
On Aug 19, 2013, at 12:39 PM, Walter Lee Davis email@hidden wrote:

What does the embed code look like? (Use Pastie or Gist to show us, don’t paste it here, please!) Also, are you trying to test this on your Mac with a Preview in Browser URL, or have you uploaded it to a public server and testing from there in a full http:// URL?

Walter

On Aug 19, 2013, at 12:23 PM, Julie Maxwell wrote:

Good afternoon

I am updating a site and they want a video to be enbeded into the site.

I went to the video site and got the embed code.

what is the best way to do this - if I put it in a mark up item I am getting a security issue.

if i put it as the url in scripty3 then I am getting file not found…

any thoughts on this matter?

thanks

J


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


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


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

See what happens if you do the following two steps:

  1. Click on the pasteboard somewhere and choose Insert / Markup Item from the main menu. In the resulting dialog box, paste in the entire content of your Gist. Okay the dialog, and then adjust the dimensions and location of the Markup Item so that the entire movie would be visible on screen.
  2. Upload the page to your server, and visit it in a browser from your server.

I’m not sure what sort of security warning you were getting, but JavaScript has this notion of the Same Origin Policy, which means that a script cannot access data from outside of its sandbox, which is defined as being the origin of the script itself. If the script is served from your server, then it can access information from the page. If the script is hosted from a third-party server, then there are fewer things it can access or do.

Walter

On Aug 19, 2013, at 2:05 PM, Julie Maxwell wrote:

Walter,

thank you

here is the link to the code:

wivb enbed code · GitHub

I was testing it w preview in browser and was getting an security error.

In scripty3 I was getting - can not find document.
and then It was not letting me upload due to that.

Thanks!

J
On Aug 19, 2013, at 12:39 PM, Walter Lee Davis email@hidden wrote:

What does the embed code look like? (Use Pastie or Gist to show us, don’t paste it here, please!) Also, are you trying to test this on your Mac with a Preview in Browser URL, or have you uploaded it to a public server and testing from there in a full http:// URL?

Walter

On Aug 19, 2013, at 12:23 PM, Julie Maxwell wrote:

Good afternoon

I am updating a site and they want a video to be enbeded into the site.

I went to the video site and got the embed code.

what is the best way to do this - if I put it in a mark up item I am getting a security issue.

if i put it as the url in scripty3 then I am getting file not found…

any thoughts on this matter?

thanks

J


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


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


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


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

IT works now!

thank you

it also might have been a glitch on their end… IDK

J
On Aug 19, 2013, at 2:13 PM, Walter Lee Davis email@hidden wrote:

See what happens if you do the following two steps:

  1. Click on the pasteboard somewhere and choose Insert / Markup Item from the main menu. In the resulting dialog box, paste in the entire content of your Gist. Okay the dialog, and then adjust the dimensions and location of the Markup Item so that the entire movie would be visible on screen.
  2. Upload the page to your server, and visit it in a browser from your server.

I’m not sure what sort of security warning you were getting, but JavaScript has this notion of the Same Origin Policy, which means that a script cannot access data from outside of its sandbox, which is defined as being the origin of the script itself. If the script is served from your server, then it can access information from the page. If the script is hosted from a third-party server, then there are fewer things it can access or do.

Walter

On Aug 19, 2013, at 2:05 PM, Julie Maxwell wrote:

Walter,

thank you

here is the link to the code:

wivb enbed code · GitHub

I was testing it w preview in browser and was getting an security error.

In scripty3 I was getting - can not find document.
and then It was not letting me upload due to that.

Thanks!

J
On Aug 19, 2013, at 12:39 PM, Walter Lee Davis email@hidden wrote:

What does the embed code look like? (Use Pastie or Gist to show us, don’t paste it here, please!) Also, are you trying to test this on your Mac with a Preview in Browser URL, or have you uploaded it to a public server and testing from there in a full http:// URL?

Walter

On Aug 19, 2013, at 12:23 PM, Julie Maxwell wrote:

Good afternoon

I am updating a site and they want a video to be enbeded into the site.

I went to the video site and got the embed code.

what is the best way to do this - if I put it in a mark up item I am getting a security issue.

if i put it as the url in scripty3 then I am getting file not found…

any thoughts on this matter?

thanks

J


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


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


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


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


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