Closed (won't fix)
Project:
Drupal for Facebook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2007 at 17:42 UTC
Updated:
17 Jan 2012 at 12:48 UTC
Facebook has some sort of scripting functionality for this.
The functions that are available are in:
http://static.ak.facebook.com/js/swfobject.js
The and
tags could be converted from the original input and converted to a format that Facebook understands. Facebook has integrated flash in their own "Video" application and an external application called "Jotcast" can do this stuff aswell.
Comments
Comment #1
Dave Cohen commentedWhat are you suggesting, exactly? You can create pages with the FBML necessary to embed flash.
Are you asking for facebook-aware filters which render flash one way on canvas pages and another way on "regular" themes?
Comment #2
psi-borg commentedI am at a dead end. please help ><
Comment #3
psi-borg commentedit was fbConnect redirects for authentication that was causing this problem. a lot of time stumbling around in the dark, only to find i only need to turn one switch - fbConnect mod off, problem solved. well, i guess i learned a few things about apache url encoding that i'll prolly never use again, but yay! moving on...
Comment #4
Dave Cohen commentedWait I'm confused. Correct me if I'm wrong here...
You are adding flash to FBML canvas pages.
Using the absolute url of the swf is working for you. I.e. example.com/file.swf.
But fb_connect.module was doing something that was preventing that from working, until you turned it off???
Do I have that right?
Comment #5
psi-borg commentedeh... maybe this is it: "Facebook prevents direct script access from Flash with allowScriptAccess=none. To link or call JavaScript from your Flash object, you can use Flash localconnection and the fb:fbjs-bridge tag. "
Comment #6
psi-borg commentedeh no that's not it... if i turn fbConnect on, not even fb:mp3 will play the url. fbconnect is mosdef doing something weird with the play url. not really sure what initializing fbconnect js across non canvas pages will accomplish for this app anyway. will still be able to use invite friends feature no?
Comment #7
Dave Cohen commentedI'm no flash expert, but in my experience the
<fb:swf>tag does what it is supposed to and I haven't had to do any crazy URL changes.Sounds like the flash is embedded just fine (right?) but it tries to communicate back with your server and that is the problem? I've read your comments but can't tell what problem your describing.
Comment #8
psi-borg commentedhave you tried the audio module? works fine until it's used in fb_fbml theme, no problem - rewrap with fb's saran wrap. the player shows up but then if all of the fb modules are enabled and the app is configured as (fb is in sandbox mode):
Set Application Properties Automatically [on]
Extended Permissions: [all on]
Prompt New Users for Permission: [all on]
Register Local Users on Facebook [on]
Front page when user is not logged in to facebook: [blank]
Front page when user is logged in to facebook, but is not a user of the app: [blank]
Front page for users of this application: [blank]
Theme for FBML pages: * [fb_fbml]
Theme for iframe pages: * [system default]
Facebook Connect Primary [off]
Facebook infinite session settings [blank] << CULPRIT? dunno what this is for
Require Login: [Allow logged-in users]
Create Local Account: * [If user has logged in]
Map Accounts: * [Map account when both local uid and Facebook id are known]
Make Account Mapping Unique (experimental, not recommended) [off]
New user role: [authenticated user]
Not logged in user (uid): [0]
Logged in user (uid): [0]
it will not play in an fb app - unless you disable fbconnect.
Comment #9
Letharion commentedSince Drupal 5 is no longer supported, I'm taking the liberty to close all FB D5 issues. Bug reports that haven't moved since D5 are unlikely to still be valid.