Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » best method for flv playback in flash 8


best method for flv playback in flash 8

Reply
  #1 (permalink)  
Old 06-26-06, 01:06 PM
shermski shermski is offline
Newbie Coder
 
Join Date: Jul 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
best method for flv playback in flash 8

group,

i am currently trying to get to grips with flv playback with flash 8. i have come across a number of methods for flv playback within flash 8 and am curious to know the difference between methods and ultimately if there is such a difference discover which is best. I have had a few issues with some methods and was wondering if it was because that method sucks.

In particular i am looking for the best method for allowing custom skinning of the player with the ability to have a player somewhere on stage without it being stapled to the darn flv file.

METHOD1:
var nc:NetConnection = new NetConnection();
nc.connect(null);

var ns:NetStream = new NetStream(nc);

theVideo.attachVideo(ns);

ns.play("testmovie.flv");

METHOD2:
import mx.video.*;
this.attachMovie("FLVPlayback", "my_FLVPlybk", 10, {_width:360,_height:240,x:0, y:0});
my_FLVPlybk.skin = "SteelExternalAll.swf"
my_FLVPlybk.contentPath = "testmovie.flv";
my_FLVPlybk.autoSize=true;
my_FLVPlybk.autoPlay=false;

what are the differences??

any help would be much appreciated. Thanks for your time and expertises,
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CamDate - Adult, Dating & Community Orientated Flash Audio / Video Chat Software CamDate.Biz General Advertisements 1 09-17-07 09:21 AM
ActionScript not working! Runs when published in Flash 6 but not in Flash 8 Flash_Boi Flash & ActionScript 0 04-04-06 05:46 PM
Php with flash or without tables ? EraseR PHP 0 06-26-04 07:36 AM
one main method sniperx Everything Java 6 01-23-04 06:02 AM


All times are GMT -5. The time now is 06:18 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.