# FLV video Progress Bar - FlashComm

**URL:** https://forum.kirupa.com/t/flv-video-progress-bar-flashcomm/125541
**Category:** Uncategorized
**Created:** [October 14, 2004, 5:04pm UTC](https://forum.kirupa.com/t/flv-video-progress-bar-flashcomm/125541 "2004-10-14T17:04:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Summerinside](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/summerinside/32/818_2.png) [@Summerinside](https://forum.kirupa.com/u/Summerinside)
#### Post date: [October 14, 2004, 5:04pm UTC](https://forum.kirupa.com/t/flv-video-progress-bar-flashcomm/125541/1 "2004-10-14T17:04:56Z")

</div>

There was a simmilar thread to this already, and I’ve got almost the identical issues but am dealing with streaming over flashcomm.

Here’s the issue: I’m working with the VideoPlayback component using FlashComm. I’ve got a script that allows me to use the component without SimpleConnect. As the videoplayback component runs, both the pause/play functionality and the volume functionality work well, but the scrub bar functionality doesn’t work at all.

I dont know if anyone else has run into this issue. If it helps, the FLA contains only 2 layers, one a layer with an instance of the videoplayback component named “video\_cc” and another with the following actions:

[color=darkslategray][color=gray][color=silver]//set the name for the video stream. This is the name of the flv file without the extension[/color]  
[/color]video\_cc.streamName=“U4\_Study\_5”;[/color]  
[color=darkslategray][color=silver]//create a new NetConnection[/color]  
myConn=new NetConnection();  
myConn.onStatus=function(info){  
trace(info.code);  
video\_cc.connect(myConn);  
}[/color]  
[color=darkslategray][color=silver]//connect to the video stream[/color]  
myConn.connect(“rtmp:/video\_tutorial/video”);[/color]

Any thoughts? Thanks!  
Andrew
