-
1. Re: dynamically added video with a video symbol
martinjamesroberts1 Aug 6, 2011 4:41 AM (in response to I Love Doing Websites)hello,
I've looked on your site, but you need to explain in more detail what the problem is.. what doesn't play smooth ? Try chaging the incresing the frame rate if it is native to flash.
-
2. Re: dynamically added video with a video symbol
I Love Doing Websites Aug 11, 2011 4:04 PM (in response to martinjamesroberts1)the video is too big I think, that's why is studering, plays and then stops and then plays again about 1/2 second of delay. I was trying to do a preloader for that video
Mauricio
-
3. Re: dynamically added video with a video symbol
RandyKoehn Aug 11, 2011 8:51 PM (in response to I Love Doing Websites)Need more information. Are you talking about the blue bubbles at the top? Is there a video I am not seeing on the entry page?
-
4. Re: dynamically added video with a video symbol
I Love Doing Websites Aug 12, 2011 9:24 AM (in response to RandyKoehn)Yes Sir the bubbles, now I reduced the lenght of the video it looks better but I would like to make a preloader for that video and I don't know where to start
Mauricio
-
5. Re: dynamically added video with a video symbol
I Love Doing Websites Aug 18, 2011 9:47 AM (in response to I Love Doing Websites)I have a new development. The video jitters only in safari. I cut the total lenght of the video and I also downgraded the quality. Works fine in firefox, IE, but safari for the Mac.
Any suggestions?
Thanks
-
6. Re: dynamically added video with a video symbol
RandyKoehn Aug 18, 2011 11:23 AM (in response to I Love Doing Websites)Not sure - but it could be a buffer issue. If it is a FLVPlayback component then;
instanceName.bufferTime = 3;
That will set the buffer to 3 seconds. If it is a NetStream object do the same thing for the instance name of the NetStream.
Just guessing here - not sure why it would wok in other browsers. But video that jitters or starts/stops is normally a buffer issue.

