HELP! Clicking flash movies or using spacebar!

This is a discussion on "HELP! Clicking flash movies or using spacebar!" within the Flash & Multimedia Forum section. This forum, and the thread "HELP! Clicking flash movies or using spacebar! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 9th, 2006, 03:53
New Member
Join Date: Mar 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
HELP! Clicking flash movies or using spacebar!

3 months ago, Windows update created a new ActivX Control:

Simply, since Flash movies could have code able to exploit the Windows System, Microsoft decided that the easiest way to prevent abuse was to cut the wings of Flash, instead of making their Windows safer and intelligent.

That is why Flash movies now need to be clicked or push Spacebar in order to work.

I have heard of some code that could kill the Microsfot directive, but it is kinda difficult/strange. I have seen sites that have this figured out... it may be put as code, so I do not know.

ANY HELP WOULD BE GREATLY APPRECIATED!!!
Reply With Quote

  #2 (permalink)  
Old Aug 22nd, 2006, 01:53
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Cool Re: HELP! Clicking flash movies or using spacebar!

OK this problem has several solutions, but I am only going to explain the one I find to be the easiest. For one of the other solutions please feel free to reply to this thread or PM me. To see this solution working please feel free to visit my website. http://www.jacobhaug.com/

OK attached to this is a zip folder containing 4 files.

File 1: flashfix.js
File 2: flashfix.txt
File 3: test.swf
File 4: test.html

Files 3, and 4 can be deleted. They are there only for you to see that it works.
----------------------------------------------------------------------------------------

OK now file one is the JavaScript code that makes it all happen. I am not going to go into detail about this code as this is the flash forum. (For More Detail Please PM me)

This code for the JavaScript file is as follows.
Code: Select all
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
    theObjects[i].outerHTML = theObjects[i].outerHTML;
}
The code for the text file is as follows.
Code: Select all
<!--Begin: Flash Fix------------------------------------------------------>
<script type="text/javascript" src="http://www.yourdomain.com/Flash Fix/flashfix.js"></script>
<!--End: Flash Fix-------------------------------------------------------->
Now this is how to make it all work. Upload the folder to your server, anywhere is fine. Then on the page where you have a flash .swf located you simply paste the code located in the text file on the html page. Location of paste does not matter. But it must be between the <body> </body> tags. Then save the file and it will work. Of course make sure you change the text file to the location on your server.
Attached Files
File Type: zip Flash Fix.zip (2.3 KB, 136 views)

Last edited by JacobHaug; Dec 20th, 2006 at 23:06.
Reply With Quote
  #3 (permalink)  
Old Aug 22nd, 2006, 03:12
New Member
Join Date: Mar 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HELP! Clicking flash movies or using spacebar!

Thanks a lot! Works like a charm
Reply With Quote
  #4 (permalink)  
Old Aug 22nd, 2006, 03:56
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: HELP! Clicking flash movies or using spacebar!

Glad to hear it!!
Reply With Quote
  #5 (permalink)  
Old Aug 31st, 2006, 10:28
Reputable Member
Join Date: Jul 2006
Location: exeter
Age: 20
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HELP! Clicking flash movies or using spacebar!

Dam those microsoft people!! lol

Last edited by JacobHaug; Sep 1st, 2006 at 05:47. Reason: Language Problem (Keep it Clean)
Reply With Quote
Reply

Tags
windows, microsoft, flash, activex

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
movies in flash bagga007 Flash & Multimedia Forum 4 Jan 12th, 2008 21:48
[SOLVED] jpeg quality in flash movies danny322 Flash & Multimedia Forum 3 Dec 6th, 2007 12:54
Making Flash Movies magnetica Flash & Multimedia Forum 5 May 3rd, 2007 03:18
Playing Multiple Movies in Flash jamesleslie Flash & Multimedia Forum 3 Feb 7th, 2007 16:37
Working with overlaying movies in flash... kriskeyman Flash & Multimedia Forum 1 Nov 1st, 2006 13:28


All times are GMT. The time now is 22:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43