Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-14-2009, 04:01 PM   #1
EscortBiz
Fuck Checks, CASH only!
 
Join Date: May 2002
Location: New York City
Posts: 19,422
Can you do this with flash?

make a flash video that when user right clicks it doest say "settings" and "flash player" just says nothing?
EscortBiz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-14-2009, 04:20 PM   #3
bns666
Confirmed Fetishist
 
bns666's Avatar
 
Industry Role:
Join Date: Mar 2005
Location: Fetishland
Posts: 11,526
i am interested in solution too so please post it here
__________________
CAM SODASTRIPCHAT
CHATURBATEX LOVE CAM
bns666 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-14-2009, 07:31 PM   #4
EscortBiz
Fuck Checks, CASH only!
 
Join Date: May 2002
Location: New York City
Posts: 19,422
no way to get rid of setting and about adobe just by disabling right click on whole page

edit: even that dont work
EscortBiz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-15-2009, 12:56 AM   #5
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
I don't know if this is what you mean, but if so, it's really easy, just go to File> Publish Settings (or Ctrl+Shift+12)> and in the HTML Tab uncheck "Display Menu". Or in the code that flash generates, set menu to 'false'

and if you want to use a projector movie, just add this in the first frame:
Code:
fscommand("showmenu", "false");
you can also use JScript (this worked for older versions, not sure for newer ones)

Code:
<script language="JavaScript1.1">
<!--
function right(e)
{
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
return false;
}

return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//--></script>
If the above fails, if the video has no user interaction (ie just click to go to another page) you can do the following

Basically, you need to add the flash video in a div and then a div over it with a higher z-index. This div will have just a transparent png, so all clicking (left and right) will be disallowed. Of course, you can link the transparent gif with border:0 so users can click on it to go to the page you want.

Problem with this approach is that you'll need to autoplay the flash video or have the transparent png link to play the video and then the flash video should pass a variable so the link changes to stop, goto, whatever
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-15-2009, 03:10 AM   #6
EscortBiz
Fuck Checks, CASH only!
 
Join Date: May 2002
Location: New York City
Posts: 19,422
Quote:
Originally Posted by harvey View Post
I don't know if this is what you mean, but if so, it's really easy, just go to File> Publish Settings (or Ctrl+Shift+12)> and in the HTML Tab uncheck "Display Menu". Or in the code that flash generates, set menu to 'false'

and if you want to use a projector movie, just add this in the first frame:
Code:
fscommand("showmenu", "false");
you can also use JScript (this worked for older versions, not sure for newer ones)

Code:
<script language="JavaScript1.1">
<!--
function right(e)
{
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
return false;
}

return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//--></script>
If the above fails, if the video has no user interaction (ie just click to go to another page) you can do the following

Basically, you need to add the flash video in a div and then a div over it with a higher z-index. This div will have just a transparent png, so all clicking (left and right) will be disallowed. Of course, you can link the transparent gif with border:0 so users can click on it to go to the page you want.

Problem with this approach is that you'll need to autoplay the flash video or have the transparent png link to play the video and then the flash video should pass a variable so the link changes to stop, goto, whatever
it seems like whatever you do the right clicking on a flash movie will always bring up settings and about adobe, im really trying to avoid that
EscortBiz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.