G
GarryJones
This is the worst type of problem, you code something, you check it in
several versions of several browsers and upload it and then discover
that some people cant see the page.... Please help,
I constructed and uploaded a flash file from a program I downloaded.
The program gave me the code to use. It works in every pc in firefox.
But in some cases it does not work in MSIE. It works in msie 7 on my
pc, but not in msie 7 on my laptop. Several people (about 1 in 10)
cant see it.
But I dont know what I can change so I can see it on my laptop. If I
can find that out I can help others correctly configure msie. Or
maybe
the code needs to be tweaked so it will work in all versions of msie?
The code is as follows.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/
swflash.cab#version=7,0,0,0"
width="180" height="180" id="test" align="middle">
<param name="movie" value="./media/
chasethesunspringfilm09.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="bgColor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="./media/chasethesunspringfilm09.swf"
width="180" height="180"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer" />
</object>
I opened the code in dreamweaver and dreamweaver suggested the
following change, but this just stopped it from working in pcs it was
working in. I post to this group as it maybe can be fixed with better
javascript code than dreamweaver can write?
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width',
'180','height','180','id','test','align','middle','src','./media/
chasethesunspringfilm09','quality','high','play','true','bgcolor','#FFFFFF',
'wmode','transparent','pluginspage','http://www.macromedia.com/go/
getflashplayer','movie','./media/chasethesunspringfilm09' ); //end AC
code
</script>
<noscript><object classid="clsid:d27cdb6e-
ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/
swflash.cab#version=7,0,0,0"
width="180" height="180" id="test" align="middle">
<param name="movie" value="./media/
chasethesunspringfilm09.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="bgColor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="./media/chasethesunspringfilm09.swf"
width="180" height="180"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer" />
</object></noscript>
And the object is on a page here
www.scfmotion.se/chasethesun
If it does not work in your msie do you know why? Or can you see the
problem?
One other little problem with this I want to be able to click on the
flash object to link somewhere else.
At the moment I have had to add the link under the object as I could
not get the a tag to work on the object.
Any help greatly appreciated.
Garry Jones
Sweden
several versions of several browsers and upload it and then discover
that some people cant see the page.... Please help,
I constructed and uploaded a flash file from a program I downloaded.
The program gave me the code to use. It works in every pc in firefox.
But in some cases it does not work in MSIE. It works in msie 7 on my
pc, but not in msie 7 on my laptop. Several people (about 1 in 10)
cant see it.
But I dont know what I can change so I can see it on my laptop. If I
can find that out I can help others correctly configure msie. Or
maybe
the code needs to be tweaked so it will work in all versions of msie?
The code is as follows.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/
swflash.cab#version=7,0,0,0"
width="180" height="180" id="test" align="middle">
<param name="movie" value="./media/
chasethesunspringfilm09.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="bgColor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="./media/chasethesunspringfilm09.swf"
width="180" height="180"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer" />
</object>
I opened the code in dreamweaver and dreamweaver suggested the
following change, but this just stopped it from working in pcs it was
working in. I post to this group as it maybe can be fixed with better
javascript code than dreamweaver can write?
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width',
'180','height','180','id','test','align','middle','src','./media/
chasethesunspringfilm09','quality','high','play','true','bgcolor','#FFFFFF',
'wmode','transparent','pluginspage','http://www.macromedia.com/go/
getflashplayer','movie','./media/chasethesunspringfilm09' ); //end AC
code
</script>
<noscript><object classid="clsid:d27cdb6e-
ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/
swflash.cab#version=7,0,0,0"
width="180" height="180" id="test" align="middle">
<param name="movie" value="./media/
chasethesunspringfilm09.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="bgColor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="./media/chasethesunspringfilm09.swf"
width="180" height="180"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer" />
</object></noscript>
And the object is on a page here
www.scfmotion.se/chasethesun
If it does not work in your msie do you know why? Or can you see the
problem?
One other little problem with this I want to be able to click on the
flash object to link somewhere else.
At the moment I have had to add the link under the object as I could
not get the a tag to work on the object.
Any help greatly appreciated.
Garry Jones
Sweden