PDA

View Full Version : FLV player in Dreamweaver


Rogue
03-13-2008, 11:16 PM
I insert the file into a Dreamweaver document and upload all files generated for the player with the page and FLV file.

Now all I get is a white area in the demensions of the player but no player displays.

What am I doing wrong?

Lee

wildsue
03-14-2008, 05:17 AM
Hi!
Do you have a link with this example? Would be helpful!

Greetings, Susanne

Rogue
03-14-2008, 08:40 AM
http://gfc-flint.com/hometemp.html

I guess that would be helpful huh?

Lee

Rogue
03-16-2008, 10:13 AM
Does anyone have any ideas?

The Repro Kid
03-16-2008, 10:16 AM
wtf... huh? wtf

wild sue us aswome I can t helpl tiing th you'r taxe im her.

The Repro Kid
03-16-2008, 10:23 AM
:p u r are braking up

wildsue
03-16-2008, 12:38 PM
Hi Rogue!

Even God needed seven days for the creation of the world ;-), so please be a bit more patient.

As I can see your code on your site is correct. Please verify if your file "FLVPlayer_Progressive.swf" is really in the top folder of your website and not in a subfolder, if this file is in subfolder you have to write the exact path like that: "subfolder-name/FLVPlayer_Progressive.swf" in your code.
Please let us know if that solved your problem!

Susanne

ldrain
03-17-2008, 03:55 PM
i agree with wildsue, it looks like you might have your 'embed src' incorrect. i would assume it's in some other folder. so the code might look something like:


<embed src="movie/FLVPlayer_Progressive.swf" .../>


rather than what you have now:


<embed src="FLVPlayer_Progressive.swf" .../>


hope it helps!

suzannefuller
04-24-2008, 01:09 PM
Could it be that you have not uploaded the scripts folder?