RE: [Flashnewbie] Switching FLV in Media Component? - Nevermind :
-) 2004-02-19 - By Jesse Warden
Back 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...
-- --Original Message-- -- From: Jefferis Peterson [mailto:jefferis@(protected)] Sent: Thursday, February 19, 2004 11:16 AM To: Flash Newbie Subject: [Flashnewbie] Switching FLV in Media Component? - Nevermind :-)
I searched the archives and found a solution: > on(release) { > > this.player.setMedia("pglenn56.flv", "FLV"); this.player.totalTime = > 103.40; this.player.autoPlay = true; > > }
Now the only question I have is how do you tell how long a FLV is from the flv file itself? Can you?
> > I would like to set a new flv in a media component upon an external > button action. I don't see where to add the component code, since > clicking on the component shows content in the component inspector, > but no code on the stage or in the AS box itself. I assume it is > possible, but how to do you address the component's content? Thanks 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)
|
|