Flash :: Use FBML To Embed A Custom Video Player / Video On Facebook Walls?
Oct 28, 2010
I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code.
<fb:swf
swfsrc='http://www.domain.com/flv_player/Main.swf'
imgsrc='http://www.domain.com/large1.jpg'
[Code]......
View 3 Replies
Similar Posts:
Jan 4, 2011
Is it possible to embed my own video player in Facebook, so I can see the video directly in the timeline,like all the YouTube videos?
Are there any metatags I need to include in the <head> section of my site?
View 3 Replies
Feb 11, 2011
Is it possible to show Flash content in Custom FMBL tabs for pages? Can it be done with HTML or must it be FBML if possible?
View 1 Replies
Jul 7, 2009
Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....
View 3 Replies
Nov 12, 2010
How to embed a custom SWF based audio player into facebook wall posts? I want to start posting mp3 links on my and other walls and at one point I saw someone do this and a mp3 player was embeded in facebook to play the audio. When I post a link all I get is the link people can click. How do I: 1. make a flash playable on the FB wall via the clickable play thumbnail. 2. Make a mp3 playanle on the FB wall via the mp3 player fb uses.
View 1 Replies
Nov 3, 2011
I am trying to embed a facebook video on my website but it gives "Video Unavailable. this video has either has been removed from facebook or is not visible".video is public to everyone, is not deleted and I can watch it on facebook via other browsers that I am not logged in. I tried both below embed codes, neither is worked.
<object width="500" height="300">
<param name="movie" value="http://www.facebook.com/v/VIDEO_ID"></param>
<param name="allowFullScreen" value="true"></param>[code].....
View 1 Replies
Feb 19, 2010
Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embeding my videos, at least with basic statistics per domain.
Since it's AS2, it's harder to do this. My ideea is that I can create a php page which should be opened each time the player loads on any website; than the flash player can do a "geturl" of the php file which has Google Analytics code or some other decent tracker.
The geturl command could contain a variable like the Video Title which already is included in the player; and this title would pass on with GET to the php file and setup a dynamic page title which can be tracked very well. Problem: how to i use the GETURL function without have user's browser open a new tab or window. Is there any hidden way to do it?
View 3 Replies
Jul 22, 2010
Is there a way I can play a video in a flash player and embed it into a webpage, so the user and start and stop the movie.
View 2 Replies
Mar 4, 2010
I'm trying to insert a player on a Facebook Page tab with FBML with fb:swf. I have the following:
<fb:swf
imgsrc="http://IP/player/player.gif"
swfsrc="http://IP/player/player.swf"
[code]....
I can see the video, no problem. It plays inside a FLVPlayback component, which uses a skin (referred by /player/skinName.swf, I tried also the absolute path here). This player works perfectly everywhere else (even on an iframe Facebook application, where it's not inserted using the fb:swf tag, but with object, of course). However, I can't see the skin on the Page tab.
View 1 Replies
Aug 13, 2006
i want to know how to make a good clean video player in flash pro 7.2.
1. show my a website telling me to do that.
2. give me a understandable tutorial
3. send me a file showing how its done.
View 4 Replies
Jul 22, 2011
Does anyone know how to embed a custom video player into the Google Plus' Stream?You can share videos by uploading, via YouTube, or from your phone, but you can also embed the Vimeo player into the stream, for instance, by just dropping the Vimeo video's URL into the Stream.I assume Google is parsing the markup of the URL for specific meta so that it can render it as a video, much like you can do with Facebook's Open Graph:
View 1 Replies
Jun 25, 2006
I'm trying to figure out how to get the name of the current file being played using a flash 8 video player (custom). Here's the code im using :
[Code].....
How does flash know which video is currently being played? Basically I want to set it up so that there is a 'activeVideo' varible that updates based on what video is currently being played.
View 1 Replies
Aug 5, 2011
When watching a video on youtube you get a dark player But when you embed you get the standard light player
So,How can I change the embedded video to use the dark controls?
I know that I can view the source and copy the object for the video... but there has to be a more "official" way of doing this.
View 1 Replies
Dec 30, 2011
So I was wondering if there was a way to create a video player or edit some open source video player with the functionality that users can add comments straight from the video player. So if you're trying to picture it, it would be something like this: the tool bar at the botom would have the usual seek bar, volume control, play/pause buttons etc, and now an additional button that when clicked would trasform the tool bar into a text box which can be used to enter comments while watching videos. The comments would then be entered below the video.
View 1 Replies
Jan 20, 2009
i did the Video Basic Tutorials and the XML Playlist, because this was a chance to insert more than one videos. Altouhgh, i customized the skin of the Videoplayer.
When i'm finished, the videoplayer shoud look like this:
Okay, so i took the functions shown in the tutorial. So i've got an XML-Playlist, play/pause button, replay button, mute button.
But as you see in the screenshot there should be some more
First of all i want to stop the "Autoplay-system" and "Autoreplay-System". I want to show the preview-picture and if i klick on "play" i want the TV to start. If one video is finished, there should be the "screenshot" again.
Screenshots -> Because i want to use the player with a lot of movies, i want to write down screenshots next to the videourl (XML Datei), something like this
Code: Select all<?xml version="1.0" encoding="ISO-8859-1"?>
<videos>
<video url="videos/rundengewinner08.flv" desc="Giga Homepage Award Runde 8" thumb="preview.jpg" />
</videos>
Than there are some "Arrowkeys" like this », so i want to switch between the screenshots to choose your video. Because i want this as "navigation", i don't need the Playlist next to the player (if i delete the layer i cannot use the player anymore).
Third: I would love the "minutes"-display (shown on the screenshot).
View 3 Replies
Oct 21, 2010
Create a html video list that uses a flash video player?
View 14 Replies
Apr 20, 2011
Is there any way to embed YouTube video/video player into Android Flex AIR Mobile application?
I tried to use SWFLoader(...) but since its MX library class only works on the desktop runtime environment, but fails to work on actual Android device when debugging the application.
Maybe it's possible to embed HTML that contain YouTube video into some Flex media container like TextArea or something?
View 1 Replies
Jan 18, 2010
I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.
View 2 Replies
Mar 6, 2010
With the Flash Player that comes with CS3 and on my PC XP Pro laptop.I want the player controls to appear at the _bottom_ of the video not on top of the video and not under (behind) the video.
- my video is 640 x 480
- so I modified the "properties" tab at the bottom of the screen to 640x480... (it was 550x400)
- but that just makes everything larger when I click File > Publish
- and then look at the video in Internet Explorer... the Player Controls are still _On Top_ of the video.
I guess I need to learn how to
- Make the stage bigger
- Position the Player controls below the actual video
View 1 Replies
Jun 10, 2011
I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?
View 1 Replies
Aug 4, 2011
We have developed flash video player which needs to playe large videos (at least 500 MB videos).We have some issues in the player right now.I am playing a 100 MB + video, it start playing and say it is buffering upto 50% of that video. Then I am closing that page. If I take that video again, it starts downloading from beginning. It never resume downloading from where it buffered previous time. But for small video files, this is looking ok. Is there any size limit a video player can buffer?Is there any better way to play large videos (more than 500 MB). Any other protocol or any other settings in flash player?
View 1 Replies
Mar 17, 2011
All I want to ask is that, can I use netStream and its functions for like resume(); or play(); to control playback of swf files. more importantly, can i use netStream for swf files?
View 9 Replies
Oct 10, 2011
We have an ordinary video player built for Adobe Flash Player that streams a video file and plays it on a browser.However some of the video files aren't clear enough that we need additional video filters like sharpness filter while the others may require contrast filter or hue and tint filter due to its color balance.
The question is, is there any feature that are provided by Flash Player's core video component to apply those kind of filters on the fly at client-side?
View 1 Replies
Mar 23, 2011
I have a .swf and the external link buttons work fine except when on facebook the clickable buttons do not lead anywhere.
View 7 Replies
Jan 16, 2009
I am working with the scrub element in my custom video player. The code for this in AS2 is as follows (this is the whole of it). How the scrub portion is coded in AS3?
HTML Code:
var nc:NetConnecttion = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("vegas.flv");
[Code] .....
View 0 Replies
Jun 9, 2010
for a project I need to develop a custom video player that needs to be able to go fullscreen, with custom control (play btn etc) overlay. The player will be used in a flash application (say as a window in the application.
Now I can figure out how to build a player from NetConnection, NetStream, Video etc, but I have no idea how you would implement the ability to go fullscreen and have the control overlay when in fullscreen as well.
Note that I cant tell the SWF to go full screen, it needs to be just the player.
View 2 Replies
Feb 28, 2010
Does anybody know why flash gives me this errors when I play video in fullscren mode in custom flv player?
[Code]...
View 8 Replies
Jun 19, 2009
How can i create a custom video player with out using the default FLVplayer
View 1 Replies
Oct 21, 2009
I'm using the following rather than the FLVPlayback component, how do I attach a generic skin?
[Code]....
View 1 Replies
Apr 2, 2011
i want to know if it is possible to play a video via flash player, when the video is located on different server's mysql. for example: i want to play video on [URL] which(video) is located in [URL] mysql
View 1 Replies