Groups
Groups
Sign in
Groups
Groups
Chromium Extensions
Conversations
About
Send feedback
Help
SWF file not loading in extension background
58 views
Skip to first unread message
Ashraf Amayreh
unread,
Jan 3, 2015, 8:12:41 AM
1/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-extensions
I'm loading an SWF file inside my background page.
var swf = '<embed id="init_flash_player" name="init_flash_player" src="'
+ chrome.extension.getURL("assets/null.swf") + '"
allowScriptAccess="always" allowNetworking="all">';
$('body').append(swf);
Used to work fine with Flash Player NPAPI. Not working with Flash Player
PPAPI.
If I disable PPAPI and enable NPAPI it works fine... this is driving me
nuts :)
Ashraf Amayreh
unread,
Jan 3, 2015, 8:12:44 AM
1/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-extensions
Reply all
Reply to author
Forward
0 new messages