ActionScript 2.0 :: Insert A Facebook Fan Page On A Flash Website?
Oct 28, 2009how to insert a facebook fan page on a flash web site?
View 4 Replieshow to insert a facebook fan page on a flash web site?
View 4 Repliesjust using getURL doesn't work if :1)the user doesn't have auto login for facebook turned o2)did not have facebook already opened on 1 of the pages of his browser. o:It will instead redirect user to login pg after which a search page with search results. The page i want user to see is actually way back on the list. How do i link a flash website to a facebook page
View 4 Repliesi 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 RepliesI am trying to add the a Facebook iFrame to my Flash website. Since there is no real way to actually integrate the Facebook iFrame into the website, I was thinking of simply trying to overlay the iFrame on the Flash website. This is done fairly easily from what I understand but have another issue. I want to be able to disable the iFrame when I select a button on my Flash website. Is this at all possible. Any other routes I could consider?
View 1 Replieshow I can insert a website or a html web page inside a flash movie? I don't know, maybe inside a movieclip or a component?
View 3 Replies[url].. is my website and as you can see my facebook like button is up at the top of the screen and my movie is at the bottom of the screen
View 1 RepliesWhat I'm trying to do is to share (video) link, description and thumbnail of the link from/of my flash website in google plus. Since main .swf file of the flash site is embedded in the single html file, it is not possible to use different meta data for different posts. So is there any way that I can share the links with related description and thumbnail image in google plus just like in facebook.[URL]
View 2 RepliesCurrently I'm developing a Flash AS3 website.I want to put Twitter Feeds box and Facebook FanBox/LikeBox in the flash website so that people can follow the Twitter account and also the Facebook Page.I've figure out how to code Twitter feeds into flash but not Facebook Fanbox/Likebox.Anyone here can teach me or show us some tutorial/example that can be insert the Facebook Fanbox/Likebox into my flash website?
View 0 RepliesWhat I'm trying to do is to share (video) link, description and thumbnail of the link from/of my flash website in google plus. Since main .swf file of the flash site is embedded in the single html file, it is not possible to use different meta data for different postsSo is there any way that I can share the links with related description and thumbnail image in google plus just like in facebook.
View 4 RepliesI have code that is in HTML format that I think will work. Is there a way to get it read and displayed in a flash frame? or Window?
View 8 RepliesCan someone point me to a simple example of posting to a user's facebook pages using a query string? ie I'm not using facebook connect.
View 1 RepliesThis page works when requested locally (a flash movie plays)[url]...
If I have set up the following facebook application settings[code]...
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?
Is there a way for a Flash Facebook app in an iFrame to detect if the user is a fan of the page using the Graph API for Actionscript 3? If not can I achieve the same goal using Javascript? without asking the user for permission (no access token required).
View 2 RepliesI've created my own web page in Flash (Dreamweaver front) with Flash elements in a separate swf file. I want to create a gallery only on the front page of my site but I'm not sure if I can create new and insert on the page, or if need to create a new swf file on the timeline - not sure how to do this and not mess up my site?
View 5 RepliesI want to insert about 4 or 5 changing images across the top of a website (Frontpage).
View 5 RepliesFor my wishlist site, I would like to propose widgets to my users in order to publish their wishlist on their blog or personal website. The idea is to propose a few lines of code to my users that they only need to copy/paste to insert the widget displaying their wishlist. What is the best way to create/develop a widget ?
[Code]...
I've been playing with this cool template and I'm trying to figure out on how to add another page and link it. Looking at the actionscript below
for (var i = 1; i<=5; i++) {
var butNum = _root.menu["b"+i];
var butNum2 = _root.footer["b"+i];
[Code]....
This is what i am trying to do. I want to insert a webpage inside of a predefined space in flash. Kind of like an iframe in html. Here is where i want the webpage to appear:
How can i define the area where the website will appear and essentially insert an iframe?
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?
Now that I've finished my flash, and I have the swf. ready, AND I've uploaded it to my server... BUT whats the HTML code to insert the swf.? so it shows up on the page...
View 6 RepliesIs is possible to password a flash website page so that username and password are needed for access?
Is this something that can be created within Flash app itself or is third-party software needed?
I think I have to add getURL() on the last frame of the timeline, but it's not working for me.I have:[URL]
View 2 RepliesI purchased a flash website template and am in the process of editing my main.fla file. In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site. However, I cannot figure out how to place an html link/banner on my site for other businesses. If I paste the html code in a text box, all that shows up is the html code rather than the image and link it is meant to generate.
View 1 RepliesI want to make a flash website which looks like a bookwhen a link is pressed i want it to have a page turning effect
View 3 Replieshow to load html page or web link in flash as3.
View 3 RepliesI am not at all that informed on how to do this I am walking in the dark on this one.
View 1 RepliesI have my main movie, which contains the logo and navigation.I have a blank movieclip created with actionscript that loads the individual movie swf files.That works fine.What I want to do, and which I can't figure out is dynamically have the main navigation buttons' text indicate what page you the user is on. Right now the code is on each button instance, example:[code]so the variable aMenu holds the moveclip names of the buttons. pageHolder holds the the name of the current page that is loaded.Thats how I change the pages to be loaded. To explain, if you look at the button code, the text for each button is by default greay and when you rollover it becomes black and off and it becomes gray again. That is on the first frame. On the second frame the text is black.In the code I tried to make the black dynamically, but it didn't work, so I settled for going to the second frame and stopping.My second question(much shorter I promise).I guess its preference, but is it generally good to put the code on each instance of a button or put in in the main frame where your code lies.
View 5 RepliesI want to learn how to make web page transitions continuous.. Take Virgin free fest for example.. [URL]. when you move from one page to another it has a closing animation of the page you are on before it begins the animation to the next page.. where in the script do I tell it to play the closing animation to this page before playing the opening animation to the next page?
View 1 RepliesI have a website made in flash uploaded on a server. It was working fine tomorrow and today it shows blank page, why so ?? this is the link [URL] . There's an index.html page and main.swf file
View 2 Replies