Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/11798] Fix RealPlayer attachments #1664

Closed
wants to merge 1 commit into from
Closed

[ticket/11798] Fix RealPlayer attachments #1664

wants to merge 1 commit into from

Conversation

cyberalien
Copy link
Contributor

Remove controls and invalid JavaScript that do not work

http://tracker.phpbb.com/browse/PHPBB3-11798

Remove controls and invalid JavaScript that do not work

PHPBB3-11798
<param name="prefetch" value="false" />
<embed name="rmstream_{_file.ATTACH_ID}" type="audio/x-pn-realaudio-plugin" src="{_file.U_DOWNLOAD_LINK}" width="0" height="0" autostart="false" controls="ImageWindow" console="ctrls_{_file.ATTACH_ID}" prefetch="false"></embed>
<embed name="rmstream_{_file.ATTACH_ID}" type="audio/x-pn-realaudio-plugin" src="{_file.U_DOWNLOAD_LINK}" width="200" height="50" autostart="false" controls="ImageWindow" prefetch="false"></embed>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this now width200/height50? Is this automatically corrected?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are default values from official RealPlayer documentation.

@cyberalien
Copy link
Contributor Author

Someone who managed to make RealPlayer work in browser should double check this PR.

From 3 computers I've managed to get it working only on 1 and only in one browser, the rest of them showed error messages in RealPlayer plugin (errors related to plugin, not HTML code).

Or maybe remove RealPlayer code completely? I don't think anyone uses that adware buggy crap anymore. Latest version of plugin is to ancient that it doesn't even work with new browsers.

@EXreaction
Copy link
Contributor

Removing it may be the way to go for develop, should keep it still for olympus if it does work at all.

@EXreaction
Copy link
Contributor

@cyberalien what do you think?

@cyberalien
Copy link
Contributor Author

Sounds good

@naderman
Copy link
Sponsor Member

I'm all in favour of just removing this in develop.

@bantu
Copy link
Collaborator

bantu commented Oct 13, 2013

Me too. Including QuickTime and Windows Media.

@cyberalien
Copy link
Contributor Author

Lets close this and make a different ticket to remove all that outdated media?

@bantu
Copy link
Collaborator

bantu commented Oct 13, 2013

@cyberalien Do you think this patch should go into develop-olympus? The code you are removing is only executed in case of _file.S_RM_FILE which is probably never true for non-anchient users. So it seems to me like we could leave things as they are in develop-olympus and remove all the media stuff in develop. Would you agree with that?

@cyberalien
Copy link
Contributor Author

@bantu yes, I think so too

@bantu
Copy link
Collaborator

bantu commented Oct 20, 2013

Closing as such.

@bantu bantu closed this Oct 20, 2013
@prototech
Copy link
Contributor

A ticket was never created @cyberalien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants