Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-21-2008, 04:29 PM   PM User | #1
Andrew Johnson
Banned

 
Join Date: Feb 2008
Location: Winnipeg, Canada
Posts: 396
Thanks: 0
Thanked 29 Times in 29 Posts
Andrew Johnson can only hope to improve
Getting Around "Click to activate and use this control" in MSIE

so basically I'm working on this project for a client and I have created a XML/Flash/ASP.NET application. Only problem is that in Internet Explorer (and possibly Opera, but I haven't tested there yet) you must click a swf to "activate" it before you can use it.

Obviously this is a big pain and I don't want it to continue happening. What can I do?

Here's the source code I'm using to display it:

Code:
<object id="seatmap" width="600px" height="700px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
<param name="movie" value="swf\andrews-mainstage.swf">
<param name="quality" value="High">
<param name="play" value="True">
<param name="loop" value="False">
<param name="menu" value="False">
<param name="scale" value="Showall">
<param name="flashvars" value="perf=923&mos=22">
</object>
Andrew Johnson is offline   Reply With Quote
Old 02-21-2008, 04:32 PM   PM User | #2
Andrew Johnson
Banned

 
Join Date: Feb 2008
Location: Winnipeg, Canada
Posts: 396
Thanks: 0
Thanked 29 Times in 29 Posts
Andrew Johnson can only hope to improve
Also I've tried using this guy's javascript:
http://www.thefutureoftheweb.com/blo...e-this-control

But it results in one of the parameters not getting passed, so that won't do.
Andrew Johnson is offline   Reply With Quote
Old 02-21-2008, 04:46 PM   PM User | #3
Andrew Johnson
Banned

 
Join Date: Feb 2008
Location: Winnipeg, Canada
Posts: 396
Thanks: 0
Thanked 29 Times in 29 Posts
Andrew Johnson can only hope to improve
I kept looking and found a solution

If anyone is interested the URL is

http://jactivating.sourceforge.net/en/
Andrew Johnson is offline   Reply With Quote
Old 02-21-2008, 04:56 PM   PM User | #4
dome90uk
New Coder

 
Join Date: Feb 2008
Posts: 64
Thanks: 3
Thanked 6 Times in 6 Posts
dome90uk is an unknown quantity at this point
SWF Object

I use SWF Object by Geoff Stearns - does a great job and is really popular for embeding flash. SWF Object Website
dome90uk is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:10 PM.


Advertisement
Log in to turn off these ads.