PDA

View Full Version : Site check...streaming flv problems!!!


binderhagel
07-28-2006, 03:57 PM
Hi there,

Just finished a project in which i'm using streaming flv.

I've tested it online and everything works fine on my pc's

I called a view guys and it seems that on some pc's and mac's it works spot on and on somes pc's and mac's some clips won't stream. How can that be????

The site starts with "campaign", then you should see a "freak/monster" jump in a barberchair (first flv) , then a chick walks on stage(2nd flv), and products appear...if you click on a product a new flv should be triggered..

code used to trigger flv: _root.myDisplay.loadVideo("video.flv");
(where myDisplay = the instance name of the flv player)
Site made in: flash8 pro

Could someone check if everything is working okay or not

url: http://www.scotch-soda.com

Cheers,





Marvin

binderhagel
07-28-2006, 03:59 PM
Hi there,

Just finished a project in which i'm using streaming flv.

I've tested it online and everything works fine on my pc's

I called a view guys and it seems that on some pc's and mac's it works spot on and on somes pc's and mac's some clips won't stream. How can that be????

The site starts with "campaign", then you should see a "freak/monster" jump in a barberchair (first flv) , then a chick walks on stage(2nd flv), and products appear...if you click on a product a new flv should be triggered..

code used to trigger flv: _root.myDisplay.loadVideo("video.flv");
(where myDisplay = the instance name of the flv player)

Could someone check if everything is working okay or not

url: http://www.scotch-soda.com/index_test.html

Cheers,





Marvin

ddk632
07-30-2006, 07:20 AM
Hello,

Hey first of all that site looks bitchin' - I love the way the first FLV surprises you!

I saw both FLV's (and the next_1 and next_2 at the top of the screen);

Once I clicked on the products, nothing happened;

However as I understand, the myDisplay is the video object and not the stream - to play different video it should be

streamObject.play(flvFilePath);

Assuming it's the same stream and you're loading a new video into that stream; otherwise it's

videoObject.attachVideo(streamObject)

I usually just reload into the same stream, although so far I have only been dealing with progressive FLV.

My system: Dell Pentium D2.8/4GB/WinXP-MC/IE6/FP9/

I hope this is in the right direction ...

Flash Gordon
07-30-2006, 07:27 AM
the flvs for the products don't play for me. Everything showed fine.

win xp fp8 FF 1.5

binderhagel
07-31-2006, 04:35 AM
Hi guys,

Build the campaign from scratch...I think it should be okay now...please let me know...o yeah...Mac users please do a check....the flv's are now progressive loading...

http://www.scotch-soda.com

Cheers,


Marvin

ddk632
08-02-2006, 01:36 AM
FLV's loaded and now the products worked great;