473,507 Members | 2,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP Please javaScript for flash detection On Click

meta refresh tag is failing , it is supposed to go to the entry1.htm
site which is the flash swf file but it doesn't

check code please

http://members.optusnet.com.au/~kevindauth/

thanks
kevin
Jul 20 '05 #1
4 1973
"kevin" <le*************@hotmail.com> wrote in message
news:c4**************************@posting.google.c om...
meta refresh tag is failing , it is supposed to go to the entry1.htm
site which is the flash swf file but it doesn't

check code please

http://members.optusnet.com.au/~kevindauth/

thanks
kevin

Looking at your code I didn't see anything like :

<meta http-equiv="refresh" content="0;
URL=http://members.optusnet.com.au/~kevindauth/entry1.htm">
Jul 20 '05 #2
Sorry I updated the index file here is the code
I'll put it up now as
http://members.optusnet.com.au/~kevindauth/test.htm

thanks for the effort I'm hanging to fix it.

kevin:-)

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;
charset=ISO-8859-1">
<TITLE>index</TITLE>

<META HTTP-EQUIV="Refresh" CONTENT="10"
URL="http://members.optusnet.com.au/~kevindauth/entry2.htm">
</HEAD>
<BODY bgcolor="#000000">


<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="18" HEIGHT="18" id="index" ALIGN="">
<PARAM NAME=movie VALUE="index.swf"> <PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000> <EMBED src="index.swf" quality=high
bgcolor=#000000 WIDTH="18" HEIGHT="18" NAME="index" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
Jul 20 '05 #3
kevin wrote:

| Subject: Re: HELP Please javaScript for flash detection On Click

The subject should provide a summary of your posting. Don't use `HELP'
(especially not in caps) or stuff like that there because this is not
a support but a discussion newsgroup.
meta refresh tag is failing , it is supposed to go to the entry1.htm
site which is the flash swf file but it doesn't

check code please


You do not need a single JavaScript line here. Use

<object ...>
alternative
</object>

and user-agents which don't have the Flash plugin installed (or not
the version your movie requires) will display `alternative' content,
whatever that may be. `alternative' may also be contained in an
`embed' element while this is contained in the `object' element.
The `embed' element, however, is not part of (valid) HTML and you
should avoid it where possible although it may be supported by some
UAs.
PointedEars

Jul 20 '05 #4
ahhh nope still a mistery did anyone actually try the test.htm link

thanks
kevin
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
11361
by: Mika S. | last post by:
Hi, How can I detect if the Flash plugin is installed? Should be working with the most common browsers and environments. Thanks, Mika
2
1881
by: kevin | last post by:
hi there I am struggling with javascript. Can you please help me I've managed to get the get URL in flash to open a html that has the function that opens the Feedback form I want. I Couldn't...
1
4794
by: kevin | last post by:
hi there, can you alter or give advice to the following code . I Basically want to detect for flash player 6 onClicking a button and if flash player is not correct write to screene bla bla bla you...
2
2178
by: TeknoCat | last post by:
Hey everyone, I may be repeating myself here, but if someone sent a reply then I missed it, and I can't get Outlook Express to download any messages more than 2 days old. Anyway, I'm having a...
6
3546
by: Cliff R. | last post by:
Hi, I use a handy little Javascript Flash detection script on a number of sites (copied below). Usually works great, but I just started trying Firefox and it's not working. A few browsers are...
5
2963
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig ...
4
2547
by: trpost | last post by:
I am looking for a script using javascript to pull browser information including, browser type and version, OS info, plugins (flash, acrobat, media player, etc), java version, etc. that will work...
26
3855
by: Jake Barnes | last post by:
I did a search on the newsgroup comp.lang.javascript. I was searching for "how to play a sound with Javascript". I'm somewhat suprised that the majority of entries are from the 1990s, and there are...
53
8315
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3191
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.