Active
Project:
iPaper
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 21:11 UTC
Updated:
25 Jun 2015 at 07:02 UTC
Jump to comment: Most recent
The embed code in the current module is for flash which Scribd has abandoned. This is needed for any content to be seen on iDevices. Can someone come up with a patch to change it to HTML5 which is the current preferred embed for Scribd? I'd do it, but alas, I am not a programmer. Should be fairly simple though if you know what you're doing. Thanks!
Comments
Comment #1
rstryker commentedI imagine anyone using iPaper is experiencing pain over this. I'd like to see a flash-free implementation as well.
Comment #2
kmatwill commentedYes, this is huge! Please change from flash.
Comment #3
erutan commentedI took a quick stab at this yesterday but just ended up with unstyled content - aside from the api call there's some functionality tied to the flash embed. If the cient wants more work done on it I'll take it further and post back. My skills lie with in browser designing and some sysadmin, so this isn't native territory for me. :)
I checked on the scribd site and made the following changes to ipaper.module:
The issue was probably with theme_ipaper_embed_code which had a lot of flash embed code in it. Merely changing it to the following just gave me unstyled text (there's undoubtably some easy way to get the HTML5 wrapper in there):
Comment #4
kmatwill commentedWell, it would be much appreciated if someone could figure it out. thanks for your attempt!
Comment #5
simonbcfa commentedHi All
We recently had an issue with this (for a D6 site we are looking to update)
As an interim measure i took the code from the scribd field form D7 and copied it over, seems to work fine
I replaced the theme_ipaper_view with this
Because we are not setting the height in iPaper i placed in what works for our site, the mode we use is slideshow, same deal.
Anyway I hope that helps
Comment #6
barinder commentedThanks @simonbcfa #5, worked for me as well.