Web Hosting Forum | Lunarpages
News: October 6, 2008 - Submit Your Site for the October 2008 Site of the Month!
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 14, 2008, 05:16:53 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Phpnuke flash website help  (Read 545 times)
IcEWoLF
Intergalactic Cowboy
*****
Offline Offline

Posts: 50


« on: July 09, 2006, 06:28:33 PM »

Everytime i roll my mouse over a flash image it say "click to activate and use this control" that goes for every site i visit that has flash..let me know if there is a fix for this..thx
Logged
philvis
Master Jedi
*****
Offline Offline

Posts: 1064


« Reply #1 on: July 09, 2006, 06:36:05 PM »

I posted a link to a fix for exactly that on the Flash board. I think the title is "click to activate and use this control".
Logged

Rowan
hamburglar
Über Jedi
*****
Offline Offline

Posts: 1918


I used to be Human....2.0b


WWW
« Reply #2 on: July 09, 2006, 06:38:02 PM »

here is the link
http://www.lunarforums.com/forum/index.php?topic=31801.0
http://weblog.motion-graphics.org/archives/2006/03/click_to_activa.html#more
great work philvis Very Happy
Logged

philvis
Master Jedi
*****
Offline Offline

Posts: 1064


« Reply #3 on: July 09, 2006, 06:40:26 PM »

Thanks. I think the fix has been updated although the old one works fine too. Not too many people seem to be using it though although it sure makes dealing with Flash movies on the net more pleasant.
Logged

IcEWoLF
Intergalactic Cowboy
*****
Offline Offline

Posts: 50


« Reply #4 on: July 09, 2006, 07:03:43 PM »

Im kinda having hard times figuring out what im supposed to do..im reading the instructions..but i am totally lost...anyone thinks will be able to walk me thru this?
Logged
philvis
Master Jedi
*****
Offline Offline

Posts: 1064


« Reply #5 on: July 09, 2006, 07:24:31 PM »

Here's an example using a div called flashcontent. The javascript goes after (outside the div).

For the parameters: 325.swf is the flash file. 325 is the name again. 676 and 375 are the width and height and 8 is the flash player version. #cccccc is the background color. Be sure to upload the javascript file to the directory that contains the movie.

The parameters are found in the <object> code in the flash html page when you publish the file.

Code:

<div id="flashContent">

    </div>

   <script type="text/javascript">
   var fo = new FlashObject("325.swf", "325", "676", "375", "8", "#cccccc");
   fo.addParam("quality", "high");
   fo.addParam("menu", "false");
   fo.addParam("bgcolor", "#466fa3");
   fo.write("flashContent");
   </script>

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM