Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Re: FLV Exporter 1.1

Re: FLV Exporter 1.1

2004-02-20       - By Jesse Warden

 Back
I'm not sure; they have a list of supportable software; I'd assume Cleaner
would be in there.

At any rate, if FLV is a selectable format after you install the update, I'd
assume it'd have the metadata already in place.

Wanna check?  Put a video instance on stage, call it "my_video", and then
use this code.

nc = new NetConnection();
ns = new NetStrean(nc);
ns.onMetaData = function(o){
  trace("onMetaData");
  for(var p in o){
    trace(p + ": " + o[p]);
  }
};
ns.play("your.flv");
my_video.attachVideo(ns);

-- --Original Message-- --
From: Jefferis Peterson [mailto:jefferis@(protected)]
Sent: Thursday, February 19, 2004 08:37 PM
To: Flash Newbie
Subject: [Flashnewbie] Re: flashnewbie Digest 19 Feb 2004 22:02:38 -0000
Issue 990


On 2/19/04 5:02 PM, "flashnewbie-digest-help@(protected)"
<flashnewbie-digest-help@(protected)> wrote:

> Switching FLV in Media Component? - Nevermind :
> -)
> Message-ID: <A78A5A04F63FD511BFD60008C79F2E4C03F32D84@(protected)>
>
> The updated VideoExporter converts FLV's to version 1.1.  This new
> version has an even on the NetStream called onMetaData.  This function
> is handled internally by the updated Media Components, so you don't
> have to worry about it; it has the length on this event, so you don't
> have to set it yourself.
>
> For anyting older, I have no clue...

I just downloaded the new Exporter, but I'm not sure how it works. I've been
using Media Cleaner 6 to compress my files and output to FLV, or using
Quicktime or FlixPro. So how does the Exporter work? Internally with QT
imported to the stage?

Jeff
~~~~~~~~~~~~
Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.com



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your skill set
with courses in ColdFusion, Flash, Rich Internet Applications and .NET in
the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your
location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your
skill set with courses in ColdFusion, Flash, Rich Internet
Applications and .NET in the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at
your location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected)
For additional commands, e-mail: flashnewbie-help@(protected)