Copy link to clipboard
Copied
Hello!
I converted a pdf file into swf format to show it in Adobe Flash Player window that allows users to read it without the ability to download it.
1. How can I make the Adobe Flash Player window open in full screen mode to allow users to read a file comfortably?
2. Can I somehow make the page input field in the button menu to allow users to open a specific document page at once?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This is a recipe for pain. As the browser vendors continue their agenda to deprecate Flash Player, it's going to continue to be more difficult to run Flash-based content. Flash Player goes away entirely at the end of 2020.
Pretty much every major browser at this point includes a built-in PDF reader that would give you a full-screen reading experience without requiring the end-user to download or install Reader.
So, while this is technically feasible and the full-screen APIs above are the way do to this, the more important question is probably *should* you take that approach. Personally, I think you're way better off just serving up the PDF, and depending on what you're doing, building a HTML and JavaScript version for the web might be the better option (particularly if you care about mobile).
Copy link to clipboard
Copied
It was not necessary to close this https://forums.adobe.com/message/10600712#10600712, because in that thread I'm asking about a completely different matter, not related to a full screen mode in Flash Player. I asked about the missing page number field in Flash Player button menu. But in THIS thread this question is additional and if someone is not interested in the topic of full-screen mode, he will not enter this thread and will not see my additional question.
The whole point of my questions comes from the need to prevent users from downloading a PDF file. Allow only read it, but don`t download it. I can`t forbid downloading a file. So I have to convert PDF into SWF so that users can only read it without downloading. What is incomprehensible in this? I don`t see other ways of solving the problem. I would be grateful if you could give me a solution.
Copy link to clipboard
Copied
I sent to you the link of the Stage class AS3 api that includes all you need to know about fullscreen.
what's wrong with this?
Copy link to clipboard
Copied
Robert Mc Dowell, sorry for misunderstanding. My last message was to @jeromiec83223024
Copy link to clipboard
Copied
no worries
don't forget to use the fullscreen event listener
to listen when the user goes back to normal screen..
cheers
Copy link to clipboard
Copied
I think it is always relevant to post a reminder (to developers rather than end users) that Flash will be gone by 2020, and that it will become harder and harder to use over the next two years, unless the question author clearly knows this. People might well wish to plan for a life of more than 2 years for their project. Some people don't believe it will happen, and may wish to share their view too.
Copy link to clipboard
Copied
well, people come to this forum to ask technical questions about flash player, nothing else, which is the purpose of this forum.
if it's not the case and you want to force people to think and do something else,
just completely close flash player forum with a message "we don't support any technical question related to flash player".
as this it will be more clear to every user....
Copy link to clipboard
Copied
Sorry Robert, yes I’ve always tried to force people to think.