Flash :: Do Fullscreen In Facebook Application?

Mar 16, 2010

[Code]...

But what is the trick to enable flash fullscreen in facebook application ?

View 1 Replies


Similar Posts:


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

Flex :: Using A Widget For Facebook Application - Get The Current User's Facebook ID?

Sep 24, 2009

I am using a Flex widget for my facebook application. How can I get the current user's facebook ID?

View 1 Replies

Deploying Flash Application To Facebook?

Jul 24, 2009

I've come up with a flash game and wish to deploy it on facebook. Problem is, I am not sure where to start!

I've done some research and found out something about needing an external server to host my flash application but I'm still pretty much lost.

So can anyone tell me what are the basic steps to deploying my flash application to facebook?

View 1 Replies

Flash Facebook Canvas Application

Sep 7, 2010

I need to embed a flash application(that will access FB API from within) in Facebook Canvas page.If I use , some FB related details(like session key) will be automatically passed to the flash. But since, FBML is going to be deprecated, I want to use iFrame. Is there any way to pass those variable automatically or do I have to retrieve them in PHP and pass it to flash through loadvars?Also, if I have to do it manually, is there any documentation for the php sdk 2.1 ? (already searched about it a lot, and I think there is no doc nor tutorial for 2.1)

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 :: Tag A Facebook Friend In Status Through The Application?

Aug 5, 2011

How to let the user tag a Facebook friend for status wall post through the application(using AS3 SDK)

View 1 Replies

Flash :: Why Can't Log A User Out Of Facebook In An AIR Desktop Application

Sep 23, 2011

I'm building an AIR desktop app with facebook support using Adobe Flash builder. So far it's working alright, except for one detail, once a user logs in, that session stays open, even if the logout button is pressed. My logout code look like so:

protected function logout():void {
FacebookDesktop.logout(handleLogout, APP_ORIGIN);
}

I set APP_ORIGIN to "[URL]". I checked Adobe's documentation and they say: appOrigin:String (default = null) ” (Optional) The site url specified for your app. Required for clearing html window cookie. But I don't know what that means, what is the 'site url specified by my app'? Where do I get it? Sorry if this is a noob question.

View 1 Replies

Flash :: Develop New Facebook Application (login,add Photos) Using Api Of It?

Mar 30, 2010

How to develop new facebook application (login , add photos ) using the api of flex

View 1 Replies

Flash :: Html - Facebook Sharer From Embed Application

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

Flash :: IE Requests SWF Using HEAD Instead Of GET In Facebook IFrame Application

Dec 18, 2011

By far the weirdest thing I've ever seen. On some machines (!) IE (!!) attempts to load an SWF file via HEAD request instead of GET. This happens only when the page is running in Facebook IFRAME application - when running solo works fine. Naturally, on FF and Chrome everything works just fine. The SWF is embedded using jSWFObject. There's no visible common feature to the machines which experience this problem - laptops, desktops, XP, Vista, 7.

View 1 Replies

Flash :: Facebook Application Background Color Dcan't Show Up

Jan 27, 2010

How to make the flash background color show up?

View 1 Replies

Actionscript 3 :: Flash/AIR Application Going Fullscreen On Launch (on MAC)?

Dec 17, 2011

I've created an AIR application in Flash CS4 with AS3, and the application needs to start up as fullscreen. I put a slight delay on the fullscreen call to get around the fact that flash won't let you start an application in fullscreen. This works fine on windows. However, on Mac, my application has an issue...

It uses this code to go fullscreen on startup: var fullscreen_delay:Timer=new Timer(10,1);// delay to bypass flash's non-fullscreen-on-startup feature

[Code]...

Putting a ridiculously long delay on the fullscreen call (5000 milliseconds) seems to do the trick. I realized this when I launched the application and immediately started mashing the space bar (my fullscreen toggle key), which kept presenting me with the same issue until after 3 or 4 seconds, at which point the fullscreen began working properly.

View 1 Replies

ActionScript 2.0 :: Make Flash Application Fullscreen?

Dec 3, 2008

How can i make my flash application fullscreen

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

Flash :: Cursor MovieClip - Application In Fullscreen Mode

Jun 17, 2009

I have a custom cursor movieClip that changes depending on which side of the screen its on in my Flash application. This works fine, and even when the Flash test window is resized. However when going to fullscreen mode, it stops working. This code is called every frame, so shouldnt the stageWidth/stageHeight adjust accordingly when going to fullScreen mode?

[Code]...

View 1 Replies

Java :: Fullscreen Flash Application Test Needs External Pokes

Nov 28, 2009

I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's behavior while the app still occupies the full screen. So far, I've found one "outside control", the caps lock key. If I see the process go horribly wrong, I turn on caps lock. Toolkit.getLockingKeyState notices that caps lock is on, and the test is terminated.

I need additional ways to change test operation, like "pause test" and "next test case." It looks like I could use num lock and scroll lock, but my tests need to run on Mac OS X, Windows, and Linux, so I can't count on having those keys. This is a small operation, so it's ok if the method isn't refined. But not as kludgy as overloading the caps lock key with 5 different operations. I have no internal control of the application; I'm supposed to "test" just like a user.

View 1 Replies

Actionscript 3 :: Possible To Lock Mouse Inside FULLSCREEN Flash Application

Nov 16, 2011

I've done some research and determined that it isn't currently possible to lock the mouse into a flash application/game. People keep suggesting using fullscreen mode, which is great for a single monitor solution. However, I am developing applications that use 2 or more monitors, and require the mouse to be restricted to certain ones. Is it possible, when running flash in full screen mode, to restrict the mouse to staying inside the full screen app, so that it can't move to and click on other monitors?I am using AS3.I am also running these flash applications in Adobe AIR, if that makes any difference.

View 1 Replies

Actionscript 3 :: Flash Facebook - API Error Code: 191 "The Specified URL Is Not Owned By The Application"

Jan 8, 2011

The goal of my project if to authetificate users who use my flash application through Flash. I sucees it with Flex folowing this tutorial [URL] But I could not do it with flash! When I download [URL]list which swc shoudl I use: mobile/desktop/web ? Then I tried with GraphAPI Examples_1_5.zip and got API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: redirect_uri is not owned by the application. ANy sample to authetificate an user in FLASH (not flex) avaible ?

View 1 Replies

Flash :: Ruby On Rails - Not Surviving A Redirect In Facebook On A Rails Application

Feb 6, 2010

I have the following two action methods:

[Code]...

The application is used through Facebook. I click the button and the flash contains the notice while create is being executed, but after that it's empty again. It doesn't survive a redirect.

View 1 Replies

ActionScript 3.0 :: Use Facebook To Login To An Air-application?

Feb 21, 2011

I'm making an air-application in flash professional using actionscript. I was wondering if any of you know how (or if it's even possible) to use facebook to log in to my application. I found some stuff on the web, but I only found stuff to HTML, not actionscript.

View 1 Replies

Actionscript :: Integrating Facebook With Application

Feb 5, 2012

I would like to integrate facebook in my actionscript application. I am using facebook actionscript api available from URL...I would like to know if there is any way to creating custom login dialog rather than using the default facebook login dialog as i want the user to just sign in to facebook rather than exploring the other fields like "Sign up" and "Forgot password"I cant use the current api as websites use it for logging to facebook. It is open to sign ups exploring other languages.I would like to prevent the whole thing by customizing the login dialog. Does facebook provide something for that? Or can it be done it in any way?

View 1 Replies

ActionScript 2.0 :: Add Page To My Facebook Application?

Oct 9, 2009

I have one page index.php (a.k.a canvas page) on my server and I want to add link on thesame page link that will referring to my second page secondpage.php

View 2 Replies

ActionScript 3.0 :: Create A Pop Up Dialog Using Facebook Application

Jun 9, 2010

how to create a pop up dialog using facebook application, i found some examples but it doesn't worked for me, now i loaded my friends then beside the profile pic of my friends in have a button name select, where if i select that current friend it will now pop up the image and name then have a button continue how should i do that?

View 1 Replies

Flex :: Send Facebook Message From Application?

Jul 16, 2010

How can I send a message to the currently logged in user from inside a Flex application contained in a Facebook iFrame and using the official AS3 Library for Facebook?

View 2 Replies

Flex :: Make Facebook Application Using Adobe Air?

Jun 22, 2011

I know that we can make application using Adobe air that will run on mobile, desktop and web environments. Can we deploy same application on facebook? like we do with other flash applications.

View 1 Replies

ActionScript 2.0 :: Make An Application Works In Facebook ?

Jan 8, 2011

can i make an actionscript 2 application works in facebook ?

View 0 Replies

Actionscript 3 :: Failed To Load Swf On A Facebook Iframe Application

Feb 12, 2010

I'm currently learning how to make facebook apps, and I've hit a problem. Usually when I make flash applications, I can use the index.html and run the swf from a webserver. However, I tried to make a facebook iFrame app using the same setup, all I get is the Alternative Content Text [URL]

View 2 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

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







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