Flash :: Embed A Custom SWF Based Audio Player Into Facebook Wall Posts?
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
Similar Posts:
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
Jun 12, 2010
I'm looking for a way to have an .mp3 file play in a website without relying on a flash-based player. I've searched w3 schools and every forum I can think of, but every media player I've found so far has been some sort of proprietary flash player.
Doesn't HTML support some sort of native player? I've found some that rely on Windows Media Player which is close, but I want the player to work on an iPhone and something tells me WMP won't get that done.
View 4 Replies
Apr 17, 2007
My name is Daniel, and im using flash 8. Im building a flash site and wanted to include my audio on a page. I wanted to use a flash player such as [URL] or [URL] to upload my audio then embed it. Do you know how to adapt the player or any other way I could Embed it into my flash site? ps I tried a dynamic text box and inseting the HTML code but that didnt seem to work.
View 1 Replies
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
Jul 31, 2011
Can I get the user wall status in Facebook using as3? Using me/feed/...something ?
View 1 Replies
Dec 15, 2011
In the comments of this question, users have commented that it's possible to insert a Flash applet into a Facebook wall post. I was under the impression this isn't possible without making a FB app.
I'm aware that FB will convert links to various media types - e.g. a link to a MP3 becomes automagically a SWF MP3 player, but the Flash applet used is chosen by FB's internal logic, not by the content of the post. Is it possible to embed a SWF applet of your own choosing?
As I haven't been able to find any documentation on this, has anyone else? Or, do you have some PoC code that does this?
View 2 Replies
Aug 25, 2010
I am creating a game that needs to be integrated with Facebook. The game is done and once the user complets that game it adds the button that send score to the Facebook wall of the user.
I have downloaded the Facebook api for flash and is able to connect to the user and get its id. But I don't know what command to use to post the score or message on users wall via swf.[code]...
View 1 Replies
Feb 1, 2011
Someone have already done this? I have a solution in mind, but I don't tried yet. Before trying i'm wanna know if it's possible.
My solution is just posting a wall into an html page and getting the source of page in Flash and parsing it.
View 2 Replies
Feb 23, 2011
All I really need is to make a post to the Facebook wall of the user from flash movie.Been trying to find any decent tuts for Flash IDE but everything seems to be for Flex mainly.
View 2 Replies
Jun 14, 2011
Is there anyway I can add a link to a flash file I post on my wall using the rest/graph api, such that when a user clicks on the flash file playing, it takes them to my app?
View 1 Replies
Jun 3, 2011
I'm developping a flash photo gallery with deeplink and i would like to enable the user to share the photos on their facebook wall. I tryied to find some tutorials explaining how to achieve that but unfortunatly I had no luck. The ones I found don't enable me to customize the wall post (these fields: title, description, url and image)
View 2 Replies
Dec 10, 2011
I'm writing an app for Android using Adobe AIR 3.0 and facebook action script 3 sdk to enable user social experience. I can't call facebook methods using ExternalInterface, so I have to make all request using GRAPH api. [URL]
So, working with this SDK, provide me with code example how can I post to users wall (text + URL link + image) using:
1) app requests
2) streamPublish.
View 1 Replies
Apr 2, 2012
I'm trying to learn how to get my own facebook & twitter wall status into flash so that I can export it out and install it in my iPhone.After reading the facebook and twitter API documentation, I'm still very confussed on how to use them.
View 1 Replies
Aug 24, 2009
I am trying to get this dragger to work on the play head of my audio player. I get it to drag but when i let go it jumps back to the place it was before. You may need to change the sound file to get it to work but I have attached all other files needed to get it to work.
var XMLLoaded:XML = new XML();
XMLLoaded.ignoreWhite = true;
var timesLoaded:Number = 0;
this.createEmptyMovieClip("sound_mc", this.getNextHighestDepth);
var sound_mc:Sound = new Sound();
[Code] .....
Attachments: AudioPlayerOnline.zip (14.2 K)
View 3 Replies
Feb 6, 2011
How do I add a widget to Facebook wall? So when a user clicks on wall post, it gets opened there only, like YouTube video/audio.
It's certainly possible, as Slideshare app [URL] does it.
And, I see that it's a Flash component. I have an iframe (Javascript/html) widget.
View 1 Replies
Feb 29, 2012
I'm absolutely new to programming and just managed to learn the basics of ActionScript 3. Now, I would like to learn how to post on my Friends' Walls via the as3 SDK using the UI class (taken from a nice Tutorial):
[Code]...
View 1 Replies
Mar 19, 2012
Is posible to build a site like youtube, that when is shared in facebook users can run the app (in this case the video player) in the user wall without enter to the youtube page. if is posible, this is only for videos?... can i get an interactive app, like a game do the same. this can be only achieved using flash? or there is any way to do it using HTML5?
View 1 Replies
Feb 4, 2011
i have made some web pages with flash and my problem is that i want to show a thumb picture in facebook wall when i post there my website in the news tab.
i only found this to add in the index.html (?) after the head :
< link rel="image_src" href="images/logocolor1.jpg"/> (without the space after the < and the picture is inside the images folder)
but didn t work
does it take some tome to show up
or do i have to make something else?
View 4 Replies
Nov 7, 2011
All I want is to have the latest 3 or so posts from my clients Facebook page to populate and animate in a screensaver that I am building using Flash (AS3).
So far, every time I try to bring anything in, it requires a complete oAuth login and account link, but it's only a one way exchange (read-only, absolutely no writing, posting or even linking, since it's a screensaver) I'm not even sure the client wants pictures or anything.
I am currently trying to use the facebook-actionscript-api, but there isn't an option for the "App Login" type of Authentication that would solve most of my problems.
View 1 Replies
May 24, 2010
know my question isn't linked directly to AS3, but still.
<meta name="title" content="Stranger: V.V. Brown, Singer-Songwriter" />
<meta name="description" content="We caught up with singer-songwriter V.V. Brown just before she released her new album, Travelling Like the Light. The uber-stylish singer with
[code].....
View 1 Replies
Feb 20, 2012
My mission is to embed a video (custom player) into a facebook wall and track the users events (play count etc.), also gather other relevant data. I was wondering is this at all possible, if so, can you comment on that briefly?
View 1 Replies
Sep 20, 2011
I want to publish this link [URL] into wall via Graph Api. If you see the code of the link you can see that the required metas are wrote. In fact, if you paste the link in Fb, you can see that it recognise and even publish the player.For test purpose i have used the Graph API Explorer [URL]) with this parameters:
Method: "POST"
Api : https://graph.facebook.com/user/feed
oauth_token : ...
message: "Test from API Explorer"
[code]....
I do not understand why, whith the API Explorer works fine, but whit my PHP call does not.
View 3 Replies
Apr 13, 2011
My server is streaming binary audio data (mostly mp3 files) to a client (a browser). This client stores the audio data in memory.
What I'm looking for is a flash audio player that I can input the binary audio data so that it can play the audio file.
Preferably, the flash client is merely a bridge to Javascript so that I can handle everything in Javascript and simply use Flash's audio features, but this is not a requirement.
View 1 Replies
May 15, 2007
I'm looking for a (free) flash player that I can embed in my site and use to play a .m4a (.mp4 with AAC audio) file that will be obtained using a URL (i.e. it's not local to the server hosting the web page).I've tried searching on google for one, but either I'm searching wrong or no one has made such a thing. Ideally this would be very simple (small user interface with play button and maybe a progress bar) and it would be easy to have multiple instances of on an html page (can create the player with an <object> tag).
View 7 Replies
Oct 25, 2011
I am trying to embed this link into a web player so I can customize it page.
[URL]
is there anyway to embed it into radio streaming web player?
View 1 Replies
Mar 19, 2010
I know this will inolve some trig but how exactly will it be implemented? Heres what I have for when the bullet hits the wall:
rotation *= -1;
That works based off of gun angle but not wall angle.
View 7 Replies
Jul 15, 2010
I need a flash based video player that is able to trigger events I can listen to via JavaScript. The events I need to listen to are:
The play button is pressed The pause button is pressed The video stops (is finished)
View 1 Replies
Sep 4, 2010
I have a small problem with a the Facebook sharer.php! I'm developing a small flash application (kind of slideshow) that will be embed into different website. In the application there is a button that send a request to Facebook to share a link. So based on the Sharer.php doc, I send a request like this :
[Code]....
The facebook page pops out, I see the correct title for 2 seconds and then facebook replace it with the title of the current page. Is there a way of preventing Facebook of rewriting the title that I chose? I know that I can use this in the head of my HTML document :
[Code]....
View 1 Replies
Jun 28, 2011
I am trying to embed a flash movie into a facebook (iframe) canvas. When i request the page locally to test the movie is embedded. When I view the same page via the facebook application url - the movie doesn't appear (but other page content does).
[Code]...
Are there any special tricks required to make a flash movie play in a facebook canvas application?
View 1 Replies