Professional :: Add In A Flash Animation, Two Butons (Share And Like Vidéo) To Facebook?

Nov 10, 2011

how can we add in a Flash animation, two butons (Share and like vidéo) to Facebook

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Share Flv On Facebook From Within Flash?

Jan 20, 2011

i have something like a flv player in my flash site and i load different flvs depending on user interaction. I want to add a "share on facebook" functionality so the videos will be shared on fb in a way similar to youtube sharing. I've serached a lot but there seems to be a lack of documentation on this subject.

View 0 Replies

ActionScript 3.0 :: Opening Facebook Share In A Div Above Flash?

Aug 3, 2009

how to open the Facebook Share page above my flash content inside of a div.

Here is the JS I would use to open it in a new window:

function facebook_share() {
u="http://thepageiwanttoshare.com";
t="pagetitle";

[Code].....

I then call this JS code from flash with ExternalInterface.

This code will basically open the facebook share page in a new window 626x436 with no toolbar etc.

This works perfectly, but I want to take this functionality and instead load that content into a specific div, which I guess I can then place above my Flash (using the z-index of the div and the wmode transparent param on the flash embed statement).

This doesn't seem like it would be too difficult, but I have never done something quite like this before. I heard that Adobe AIR actually has a Window class that can be used like an html window within flash, but unfortunately I am using AS3/Flex SDK.

View 0 Replies

ActionScript 2.0 :: Facebook Share Buttons Within Flash?

Sep 16, 2010

Anyone have experience with this? I'm not much of a javascript person. This would be the code you could use on an html page.

I fugure you somehow have to have flash read the js file from fbook and then pass the share_url variable to it?

[Code]...

View 3 Replies

ActionScript 3.0 :: Add A Facebook Share Button To Flash Ad?

Aug 10, 2011

I need to add a facebook share button to a flash ad.

View 1 Replies

Actionscript 3.0 :: Have Facebook Share Function In Flash?

Jan 19, 2010

I'm currently doing a project that have a share button that linked to different social networking site.

I search the net, All i have to do is load

View 1 Replies

ActionScript 2.0 :: Create A Facebook Share Button In Flash?

Mar 11, 2011

Is there any possibility to create a facebook share button in flash? need it in as2 . I need that button to share a link on facebook from a swf file.

View 4 Replies

ActionScript 3.0 :: Flash - Enable The User To Share The Photos On Their Facebook Wall

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

Actionscript :: Facebook - How To Detect Share

Oct 24, 2011

we all know its possible to make a share button for face book which allows users to share whatever item. but when we are directed to that page the user has two options. press the "cancel" button which of course closes the window, or to press the "share" button which then adds the item to the persons wall.

what i'm trying to do is determine if that share button has been pressed. see because when they press it i want my swf to trace out a message saying "thanks for sharing my item" and while i can redirect them to the page i have no way of knowing if they shared it or not. my idea was to use an enter_frame event and try and see if any data was being sent via php. because thats what the button would be doing when pressed. but i haven't had any luck making that work. here is the code so far. its a tutorial as the focus is at my problem:

[Code]....

View 1 Replies

ActionScript 2.0 :: Share Quiz Result To Facebook

Jun 9, 2011

share quiz result to facebook

View 2 Replies

ActionScript 3.0 :: Detect Facebook Share Button?

Oct 24, 2011

we all know its possible to make a share button for face book which allows users to share whatever item. but when we are directed to that page the user has two options. press the "cancel" button which of course closes the window, or to press the "share" button which then adds the item to the persons wall.

what i'm trying to do is determine if that share button has been pressed. see because when they press it i want my swf to trace out a message saying "thanks for sharing my item"and while i can redirect them to the page i have no way of knowing if they shared it or not. my idea was to use an enter_frame event and try and see if any data was being sent via php. because thats what the button would be doing when pressed. but i haven't had any luck making that work.here is the code so far. its a tutorial as the focus is at my problem:

ActionScript Code:
import flash.net.navigateToURL;
import flash.net.URLVariables;
import flash.net.URLRequest;[code].........

View 3 Replies

Flex :: How To Embed Share On Facebook Button Into Application

Sep 9, 2010

I'm trying to duplicate the behaviour of the "Share on Facebook" button from Youtube. Basically, inside a Flex app I'll have a button and when I click it I want a popup that enables me to post something on the wall. While it is possible to make a call to javascript to open the pop-up I want to be able to set the images and the text of my posting. How I could set the images or text as a parameter to the sharer window?

View 3 Replies

IDE :: Facebook "Share" Button In Flash

Nov 20, 2009

Using this url to post shared content to facebook wall via flash button:

[URL]

looking to specify different thumbnail images dynamically set by the flash movie.

View 3 Replies

ActionScript 3.0 :: Facebook Share Button Inside An .swf Movie File

Mar 18, 2012

I'm new to actionscript.the thing is I needed a facebook share button inside an .swf movie file.I was able to search up with this code.

[Code]...

Using the share_btn a lot.button, everything comes allright but the thing is the a Preveiw image dosn't come up. how I can correct this on the script? or is there some other way to make this.

View 3 Replies

AS3.0 :: Use Flash Animation As A Facebook Application?

Sep 25, 2011

I tried to make a facebook app, but I failed. I have no idea how to use my flash content. I tried to make a new app with Fbook Developers, I uploaded the animation as an HTML file on my server, but it's not working. All i see is a blank page. Then I searched some codes, but none of them worked. This is my final code (which is still not working)[code]...

View 1 Replies

Flash :: Adobe Facebook API Facebook.login VS Facebook.ui Popups?

Oct 24, 2010

I'm currently building an application using the Adobe Facebook API and I've run into an issue where for the login method the Facebook login popup displays but when doing a Facebook share/post the popup is blocked.

This code works fine and displays me a Facebook login popup without question (Firefox):

var permissions:Array = ['publish_stream'];

Facebook.login( onFacebookLogin, { perms:permissions.join(',') } );

However, the following code running in the same application throws up a popup blocker (again Firefox):

Facebook.ui( "stream.publish", "popup", params );

Does anyone know of a work around this issue to make the share popup come up just like the login popup?

View 2 Replies

ActionScript 2.0 :: Assign Function To All Butons?

Jul 22, 2011

I used to code (minorly) in as2, then I got really into as3. This project I just took on requires to be coded in as2, so I am seeking advice.I have a mc that holds all buttons called "buttons" (shocking!)now, I have a loop on the main timeline that goes through that to assign all buttons a function onPress:

ActionScript Code:
for(i in buttons){
i.onPress = function(){

[code]....

View 2 Replies

Actionscript 3 :: Share TextArea Component In Multiple SWF - Runtime Share Library?

Jan 12, 2011

How to share TextArea Component in multiple swfsaylib.swf (has TextArea Componenet)main.swf (Import TextArea Componenet from lib.swf)section.swf (Import TextArea Componenet from lib.swf)

View 1 Replies

Professional :: Existing Animation Play Within The Final Flash Animation?

Jan 15, 2012

I have a certain set of motion twains that I've successfuly completed, they constantly loop right now (default), and is saved in the SWF file.I'd like to take that finished looping animation, and insert it within another animation (a) that can be played with a play button, and stopped/resetted with a stop button.How do I insert the completed looping animation into the main animation? And is there something special I have to do in the actionscript of the start and stop buttons so that the "inner" looping animation will start and stop with the "outer" main animation?

View 1 Replies

Facebook :: Possible To Use SWC Files With Flash CS3 Professional?

Jun 7, 2011

I hate CS5, so I'm trying to stick with CS3. However, I'm doing a Facebook app, and I need to use the GraphAPI, which is a swc file. So far, I cannot figure out how to use the swc file with Flash CS3 Professional. CS5 has a "browse to swc file" option in "Publish Settings". CS3 does not - only "browse to folder". Is this even possible in CS3, or is my only option to switch over to CS5? (Again, I'm talking about Flash Professional, not Flash Builder.)

View 1 Replies

Professional :: Put A Facebook Like Button Onto Flash Site

Sep 27, 2010

I am trying to put a facebook like button onto my flash site but it goes at the bottom. What other coding do I have to do. I would like to have it near the middle of the page.

View 9 Replies

Professional :: Building Facebook Apps In Flash CS3?

Nov 3, 2010

Can Facebook apps be written in Flash CS3 or do I have to use Flex? I'm more comfortable with Flash, but it seems geared toward Flex.One of the Facebook SDK examples (FriendsList_flash) contains an FLA file but it won't load in Flash CS3. Does it require a new version or am I doing something wrong?

View 1 Replies

Php :: Integrate A Flash Professional Game Into Facebook?

Oct 26, 2011

I'm trying to integrate a Flash Professional/AS3 game into Facebook. The swf is hosted on a secure (https) server. The swf has to connect to a SmartFoxPro socket server on another domain.I'm using the Facebook Actionscript API to interface with Facebook. (Should I use PHP, instead? I read an article that recommends using PHP, because the Actionsrcipt API may not be kept up to date.) When I fire up my app, I get a "Security Information" pop-up box saying that the page contains both secure and nonsecure items. I click "yes" to all the display of the nonsecure items.

Then, I get an "XD Proxy blah-blah-blah" popup. This pop-up goes away, and then my app logs in to my SmartFox server.So... What is this "XD Proxy" window? I think it looks unprofessional, and users may think there's an error with the app. Also, can I block or hide the "Security Information" pop-up? Why don't I see this in other FB apps?

View 1 Replies

Flash :: Facebook Connect And Actionscript - Make All Of The Facebook API Calls Via JavaScript

Jun 1, 2009

I'm trying to determine the practical difference between using the com.facebook.session.WebSession and com.facebook.session.JSSession. The documentation ([URL]) has more around WebSession - but the example I have which is closest to what solution I'm trying to implement uses JSSession and it looks like I could avoid all of the JavaScript pass-through & ExternalInterface calls I'm making. It appears that the benefit of using this new ActionScript Facebook API is to avoid having to make all of the Facebook calls via JavaScript.

View 5 Replies

Professional :: Load Facebook News Feed In Flash?

Jan 26, 2011

Is there a way to perfectly load a Facebook News Feed inside Flash?Haven't been able to find anything so far..

View 5 Replies

Professional :: Any Flash Player For 64 Bit OS To Browse Applications In Facebook ?

Jan 14, 2012

i am using windows 7 64 bit on my laptop ...it came with a internet explorer 8 64 bit .. and i cant get flash player for that ..is there any flash player for 64 bit OS ? to browse applications in facebook ,or which browser do u advise with 64 bit support ?

View 1 Replies

Facebook :: Flash - Connecting To Facebook From A Remote Website With OAuth2?

Jan 13, 2012

i need to connect to have a button on my website that connects to facebook (if not already logged in) and posts to the users wall.I've only done this from within an iFrame - do i still need AppId etc etc?

View 1 Replies

Flash :: Professional - Player Not Working When Logged Into Facebook Account

Mar 21, 2011

I have tried installing and unistalling the Adobe Flash Player several times to get it to work, but it is not helping. It won't work when I am logged into my facebook account.

View 1 Replies

Facebook :: Flash - Post Swf With Parameters To Facebook Via Application?

Apr 4, 2012

I have a facebook application where the user choose 4 of his friends and then it creates a video (swf) with the pictures of your friends in it (loaded via xml). So I need to share this video on the user timeline. Everything works fine but the video is not embedded in the post on his timeline, there is only a post with the link to the page in it.The weird thing is, if I post the url directly on my timeline, the video is embedded, but not if the same link is posted via the application.here is my code called by the share button in js :

function postToFeed() {
var obj = {
method: 'feed',[code].........

View 1 Replies

Flash :: Facebook :: Facebook Pages And Content - Autoplay?

Dec 6, 2011

I've recently used the 'Static HTML' application to add autoplaying flash content to a Facebook Page.Nothing too fancy, no sound, and only a few secs long. Now, Facebook say:-"Apps on Pages must not host media that plays automatically without a user's interaction."

What do they mean by 'Media' exactly? I can understand a ban on autoplaying audio content but does the ban extend to something as harmless as an animated GIF? Or more to the point, does an autoplaying .swf file fall under this?

Lastly, what course of action would Facebook take if I did violate this rule? Would they issue a warning (giving me an opportunity to remove the 'offending' item) or would they just shut down my page without any consultation?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved