Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash General Questions > Flash 9 General Questions

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-02-2007, 01:54 PM   #1
rprincejr
Registered User
 
Join Date: Mar 2006
Posts: 11
Default Is it possible? Video Help.

I am trying to associate a media controller to a video object. Is this possible? Ive tried associating it with a behavior but no go.

If this cant be done, can how can I change the following code to send the video to a media display so I can use the controller?

(Please note that videos are external coming from an xml feed.)

Code:
	var nav = list.dataProvider[list.selectedIndex];
	nc = new NetConnection(); 			//create a connection
	nc.connect( null );					//null connection for progressive download
	ns = new NetStream(nc); 			//create a stream
	video.attachVideo(ns); 				//pipe stream to this video object
rprincejr is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
video control slider guitarman5000 ActionScript 2.0 1 10-10-2006 07:46 PM
Some Flash Video Converter Tools Compare terry117 Detention 7 05-18-2006 03:08 AM
Custom Video Player Issues jamesferguson Other Flash General Questions 0 09-01-2005 01:16 PM
video objects dsdsdsdsd Flash Media Server 0 05-11-2005 09:47 PM
Video in mx Please please help montey ActionScript 1.0 (and below) 11 08-14-2002 11:03 PM


All times are GMT. The time now is 07:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.