| View previous topic :: View next topic |
| Author |
Message |
green tick
Joined: 29 Sep 2007 Posts: 10 Location: Florida
|
Posted: Sat Oct 06, 2007 8:47 pm Post subject: Flash not working.. But works for me.. |
|
|
I made this website..
http://susieaprt.com/photo.htm
that page uses flash.. and i made it so most* browsers can use it..
IE,safari,firefox, opera..
Now, the problem is that residents trying to see the flash item cannot see it..
I dont no why, maybe the provider.. idk.. mayb my scripting.. or maybe they don't have flash player..
Now, I'm guessing they don't have flash player..
How do i get a script that will show the flash object, and it will detect if you dont have flash player and will tell you to download flash player..
I've seen this script very often just dont no how to get it..
Can anyone me with my problem.. thanks. |
|
| Back to top |
|
 |
|
|
flabbyrabbit 500+ Club

Joined: 25 Jan 2007 Posts: 591 Location: UK
|
Posted: Sat Oct 06, 2007 10:32 pm Post subject: Re: Flash not working.. But works for me.. |
|
|
Ive never used this peice of code so have not tested it but i did a quick search and this came up:
| Code: |
<object
data="manyana.swf"
type="application/x-shockwave-flash"
codebase="http://www.example.com/"
width="550"
height="400">
<param name="movie" value="file.swf" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ededed" />
<p>
Add HTML here that will be displayed instead of the flash object if flash player is not installed.
</p>
</object> |
Hope this works,
Flabby Rabbit |
|
| Back to top |
|
 |
Tomi 500+ Club

Joined: 26 Jun 2006 Posts: 810
|
Posted: Sun Oct 07, 2007 1:15 am Post subject: Re: Flash not working.. But works for me.. |
|
|
Works fine for me  |
|
| Back to top |
|
 |
|