Adding HTML content to a flash website - html

I have a flash website in which I was trying to make some modifications. I am attempting to add the facebook social plugin * a layer over my flash page. I am not very experienced in coding and web design so any help would be greatly appreciated.
Currently, the facebook plugin is displayed briefly before the flash starts loading then it disappears after the page is loaded. What do I need to do for the plugin to display on the webpage in order to look like it is part of the flash site?
I had some help from one of the forum moderators but he suggested that I should try and get some new eyes to take a look at the page. Can anyone help me out? Please?
The page is http://www.djjigs.com
The green background of the facebook plugin and position is just temp for testing purposes until I can get this page to display properly.
Thanks in advance!

You can not add facebook social plugins to a flash movie. But you can do your own plugin with facebook graph api.
and maybe you can add a div over flash object on your page.

Related

Without branding Youtube video embed?

We want to embed a youtube video in our website, but not sure how to embed it without branding. We found an example https://hamiltonandinches.com/pages/fope at the bottom near this heading "H&I Life" above that heading it is a video which is added without branding.
When we are trying to any youtube video it always shows branding, even we tried the same above ref link video and that shows the branding too.
Any ideas how they are doing it? That site looks in shopify.
Please check and help.
Checkout modestbranding in the YouTube Embed Parameters https://developers.google.com/youtube/player_parameters
im not at all sure if this works, but it could.
download the video via mobile device, and then add the downloaded video

How to post a video in an ifram to facebook? [duplicate]

When something is shared from youtube to facebook, facebook is now showing the youtube html5 player.
If you look up one of their urls (https://www.youtube.com/watch?v=uuS5ZyQhvsk) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one.
I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense:
Share has playable media but will not play inline because it would cause a mixed content warning if embedded. Add a secure_src or make the video src secure to fix this.
This is the information facebook is reading:
This is the url as an example that is generating that error: https://www.la1tv.co.uk/player/124/260
All I can think is that Facebook has made some kind of deal with youtube and this isn't available for everyone yet, but that isn't clear from that error.
All of the content on our site is served over https.
Anyone know what's going on or got this working?
I can't find any documentation anywhere on facebook how to do this.
I posted a similar question a while back when I was trying to get this working but at this time youtube was still only providing the flash player to facebook.
It looks like someone else was having a similar issue here.
According to WizKid this is currently in a trial period for YouTube and hopefully will be rolled out to everyone at a future date.

how to insert this type of video onto wordpress site

How does one insert a video in a manner done in websites such as http://www.leadpages.net? where the video plays the moment the site is loaded and auto replays without any play buttons/full screen options/etc. It behaves in a way similar to that of gifs
My site uses wordpress/divi theme
WordPress comes with a cool feature called auto-embed. It can automatically get the embed code for video from video sites like YouTube and many more.
All you need to do is paste the video URL into the post editor. Make sure that the URL is in it’s own line and not clickable (hyperlinked), and that you are using the visual editor :)

Embedding video player html5 iframe in facebook share like YouTube

When something is shared from youtube to facebook, facebook is now showing the youtube html5 player.
If you look up one of their urls (https://www.youtube.com/watch?v=uuS5ZyQhvsk) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one.
I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense:
Share has playable media but will not play inline because it would cause a mixed content warning if embedded. Add a secure_src or make the video src secure to fix this.
This is the information facebook is reading:
This is the url as an example that is generating that error: https://www.la1tv.co.uk/player/124/260
All I can think is that Facebook has made some kind of deal with youtube and this isn't available for everyone yet, but that isn't clear from that error.
All of the content on our site is served over https.
Anyone know what's going on or got this working?
I can't find any documentation anywhere on facebook how to do this.
I posted a similar question a while back when I was trying to get this working but at this time youtube was still only providing the flash player to facebook.
It looks like someone else was having a similar issue here.
According to WizKid this is currently in a trial period for YouTube and hopefully will be rolled out to everyone at a future date.

Embeding/Loading Youtube video into Lightbox 2

Are you familiar with lokesh dhakar Lightbox 2?
I am trying to display a gallery of videos using this version of lightbox. But for some reason when i put the youtube video embed code it doesnt display in the light box. Just shows an empty light box.
Image #1
is the code that I am using. But it doesnt seem to work for me.
Is this a javascript problem or CSS?
NOTE : I am coding from scratch not using drupal or wordpress etc...
I think Lightbox 2 is only for images popup not embeded videos. You can try custom JS for getting your designed effect.