View Single Post
Old 06-22-2009, 01:42 AM   #2 (permalink)
Costin Trifan
Meeow!
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,235
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
Quote:
A couple of questions:
1. Is this player something I can preview on my desktop or do I need to have it residing on my website to see the player?
2.Where do I get this "src="player.swf" " file from?
3. Why doesn't my Front Page/Insert menu allow me too inster a flash player? Maybe its too old a version Copyright 1995- 2001?

1. You can preview it in an html page. You can have that html page stored locally on your computer and you can view it in any browser you want.

2. The object's src attribute is the same as the href attribute of a link. The movie/audio file can either exist on your local HDD or remote. If you want to play a remote file you can just insert the complete URL to that resource.

3. I don't know. I don't use FP that much, though the code view has intelliSense support so it's pretty easy to type the object's attributes...

4. You should be aware that the object tag is not recognized in many browsers, like FF for example, so your player will not show up in those browsers that don't support the object tag. A workaround is to add the embed element inside the object tag. A simple search for 'embed tag' will give you plenty of info about this.
__________________
...to be continued
Costin Trifan is offline   Reply With Quote