Re: [Flashcoders] How can we sum to dates???

2007-06-15 Thread eka

Hello :)

if you have 2 minutes :

1 - install VEGAS my opensource framework and this extensions :

- page project : http://code.google.com/p/vegas/
- install VEGAS : http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN

2 - Use the Calendar and the Time class in the asgard package :

asgard.date.Calendar :
http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/src/asgard/date/Calendar.as
asgard.date.Time   :
http://svn1.cvsdude.com/osflash/vegas/AS2/trunk/src/asgard/date/Time.as


Example :
import asgard.date.Calendar ;
import asgard.date.Time ;

var begin:Calendar = new Calendar( 2007, 5 , 14, 11, 30, 0 ) ;

var duration:Number = 50 * Time.MINUTE ; // in milliseconds

var end:Calendar = new Calendar( begin.valueOf() + duration ) ;

var sBegin:String = begin.format("MM dd  hh:nn:ss") ;
var sFinish:String   = end.format("MM dd  hh:nn:ss") ;

trace( "start  : " + sBegin ) ; // start  : Jun 14 2007 11:30:00
trace( "finish : " + sFinish ) ; // finish : Jun 14 2007 12:20:00


EKA+ :)



var end:Calendar = Calendar.add( begin , Calendar.MINUTES


2007/6/16, Amandeep Singh <[EMAIL PROTECTED]>:


Hi everyone,

I got stuck in a problem. What i need is to sum to dates.

Let say there is an event that starts at Jun 14 2007 11:30:00. The
duration
of the event is 50 min. That means the end time will be Jun 14 2007
12:20:00.

Now what i need is to sum the start time and the duration to get the end
time.

Anyone who know how to do this please let me know. I will be very
thankful.

Thanks in Advance.

Regards,
Amandeep

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] How can we sum to dates???

2007-06-15 Thread Amandeep Singh
Hi everyone,

I got stuck in a problem. What i need is to sum to dates.

Let say there is an event that starts at Jun 14 2007 11:30:00. The duration
of the event is 50 min. That means the end time will be Jun 14 2007
12:20:00.

Now what i need is to sum the start time and the duration to get the end
time.

Anyone who know how to do this please let me know. I will be very thankful.

Thanks in Advance.

Regards,
Amandeep

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] different _global objects?

2007-06-15 Thread John VanHorn

I have encountered a situtation (in as2) where a loaded swf cannot access a
class in the loading swf. the situation is like this:

swfA contains class:
class MyClass extends MovieClip{

public static function getText():String{
return "some text";
}

}

swfA _root:
System.security.allowDomain("*");
trace(MyClass.getText());  //some text
trace(MyClass)  // [type Function]


swfA then loads swfB from another domain

swfB contains code:
trace(MyClass.getText());  //undefined
trace(MyClass);  //undefined
trace(_global.MyClass)  //undefined


any ideas whats going on?

--
John Van Horn
[EMAIL PROTECTED]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Repost: Movie Explorer question

2007-06-15 Thread Jonathan Berry

Hey, did anyone have any ideas about this? Sorry for the bother. Thanks
again.

-- Forwarded message --
From: Jonathan Berry <[EMAIL PROTECTED]>
Date: Jun 13, 2007 3:20 PM
Subject: Movie Explorer question
To: Flashcoders mailing list 

Hello all!
I have a general question about the Movie Explorer. I like it quite a bit
because we receive FLAs from our partners or third parties that have code
hidden in them at different locations [that nasty object(i.e . mc or
button)-based coding that I tend to shy away from especially]. However, when
an mc or button is attached from the library it appears that code within the
objects is not displayed in the movie explorer. Is there a way to set the
explorer to display this code when present? I have checked on and off all
the options in the interface and have found no way to do this. We are still
using Flash 8, so I don't know if they added this support in the newest
interface. Thanks so much.

--
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
[EMAIL PROTECTED]
www.mindarc.com

---

This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged.
This information is confidential information and is intended only for
the use of the individual or entity named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.

---

--
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
[EMAIL PROTECTED]
www.mindarc.com

---

This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged.
This information is confidential information and is intended only for
the use of the individual or entity named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.

---
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


re: [Flashcoders] RE: Help with Flash Video Encoding

2007-06-15 Thread master

I suggest you try Flash Video MX at 
http://www.flash-video-mx.com/video_to_flash_web/



From: "Guy Parton" <[EMAIL PROTECTED]>
Sent: 2007?6?15? 8:32
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] RE: Help with Flash Video Encoding 

Evening Everyone,

Just wanted to know how to convert / encode an AVI that has been pre-edit in
wide screen format into a FLV whilst retaining its' aspect ratio. I have
been recently tinkering with the Flash 8 Video Encoder and do not seem to be
coming right. Any assistance in this regard would be greatly appreciated.

Regards

Guy :)
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] webcam video capture

2007-06-15 Thread Bob Wohl

anywhere outside that camera object


(other than bitmap class like jim just posted)

On 6/15/07, Bob Wohl <[EMAIL PROTECTED]> wrote:


yes and no. You can do a camera.get but that will basicaly create a
connection to your camera, no one else can see it just you. It is not only a
few frames, it is live.  it's also not accessible (images that is) to use
anywhere outside that camera object. 'Capturing' it and saving to a source
can only be done through FMS (server side FLV which I believe is not
accessible outside of the server it's self).


B.


On 6/15/07, [p e r c e p t i c o n] <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> is there a way to capture web cam video straight into flash...not a
> single
> frame, but a few seconds worth?
>
> thanks
> p
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] webcam video capture

2007-06-15 Thread Bob Wohl

yes and no. You can do a camera.get but that will basicaly create a
connection to your camera, no one else can see it just you. It is not only a
few frames, it is live.  it's also not accessible (images that is) to use
anywhere outside that camera object. 'Capturing' it and saving to a source
can only be done through FMS (server side FLV which I believe is not
accessible outside of the server it's self).


B.


On 6/15/07, [p e r c e p t i c o n] <[EMAIL PROTECTED]> wrote:


Hi all,
is there a way to capture web cam video straight into flash...not a single
frame, but a few seconds worth?

thanks
p
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] converting .mov to .flv

2007-06-15 Thread Jim Greiner

Hi Latcho... thanks for responding!

I tried using your suggestion (file ->import->import video->select  
file->progressive download-> ..).  Unfortunately, when I'm in my  
Flash MX 2004 and I go to file->import, the option that comes up  
under Import is "Open External Library".  When I open the external  
library, I then open the Movies file (where my video clip is  
located), when I then click on the video clip I want to convert  
from .mov to .flv, I then get sent to a choice of "Cache", "Media" or  
"Shared Movies", none of which contain the clip I want to convert.


Thanks for any additional help you can give me.

Best regards,

Jim

On 15/06/2007, at 2:22 PM, Latcho wrote:


file ->import->import video->select file->progressive download-> ...
will result in an flv
Jim Greiner wrote:

Hello,

I'm looking for an easy, inexpensive way to convert my .mov  
QuickTime movies ( 2 to 10 minutes long) to .flv in order for me  
to put them on a web site to be viewed by Flash Player.  I do have  
Flash MX 2004 installed on my Mac, but I haven't been able to  
determine if I can use it to do this conversion.


I'm not a tech person, I'm a musician making instructional videos,  
so I do need something easy to learn and use.  Does anyone have  
hands-on experience with any program that meets these needs?


I appreciate any help anyone can give.

Thanks.

Jim



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] webcam video capture

2007-06-15 Thread Jim Cheng

[p e r c e p t i c o n] wrote:


is there a way to capture web cam video straight into flash...not a single
frame, but a few seconds worth?


I'm assuming by "straight into Flash" you mean without recourse to a 
RTMP server such as Adobe's Flash Media Server or the open-source Red5 
project as per the documented means.


Assuming you're targetting Flash Player 8 or later, if all you want to 
do is capture bitmaps of the video feed across multiple frames, you can 
simply make bitmap copies of the video object displaying your local 
camera feed and save them to BitmapData instances on each frame (say, 
via an onEnterFrame handler in AS1/AS2 or the analogous enterFrame event 
if you're already using AS3).


The only significant constraint you need to watch out for here is memory 
usage.  Allocating and storing a bitmap in memory for each frame goes 
through RAM very quickly if you're storing more than a minute or two of 
"video" in this manner.


While this works, it doesn't work nearly as well as saving to FLV via a 
server.  Your frame rate may get choppy depending on the Flash Player 
and/or system performance and you're certainly not going to get sound 
this way.  If you want the full monty, you'll need to go RTMP.


Jim Cheng
EffectiveUI
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: [haXe] OFLA 2 UPDATE

2007-06-15 Thread Nicolas Cannasse

Hey all,
first of all thank you all who participated in todays event. 
It was great having you all there and a great crowd to present for. Hope 
you guys all enjoyed the presentations. Thanks to all the speakers.
All the details are updated on the osflash website, which include 
recordings of all the presentations , polls , session details , etc ( We 
had over 800 participants which I thought was awesome :) ) .

on some cool projects like Tweener , Ape , Flashdevelop..


Thanks a lot again Firdosh !

The haXe PDF slides are available on http://blog.haxe.org for those who 
want to get them.


Best,
Nicolas


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: [osflash] OFLA 2 UPDATE

2007-06-15 Thread John Grden

today was alot of fun Firdosh!  I seriously enjoyed it - huge success!

On 6/15/07, Firdosh Tangri <[EMAIL PROTECTED]> wrote:


Hey all,
first of all thank you all who participated in todays event.
It was great having you all there and a great crowd to present for. Hope you
guys all enjoyed the presentations. Thanks to all the speakers.
All the details are updated on the osflash website, which include
recordings of all the presentations , polls , session details , etc ( We had
over 800 participants which I thought was awesome :) ) .

Watch out for my post for the 2nd part of conference with presentations on
some cool projects like Tweener , Ape , Flashdevelop..

today was fun
cheers :)
dead tired firdosh

___
osflash mailing list
[EMAIL PROTECTED]
http://osflash.org/mailman/listinfo/osflash_osflash.org





--
[  JPG  ]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: JSFL: folder names start with numbers

2007-06-15 Thread Helmut Granda

Well, i found out that actually browserForFileURL wont break the path,
although browserForFileFolder still does :(

Fixed my issue but I guess I can report this as a bug...

On 6/15/07, Helmut Granda <[EMAIL PROTECTED]> wrote:


For those who have used JSFL, have you run into the issue of
browserForFolderURL and browserForFileURL fail to recognize the whole path
if there is a number in the name structure?

for example

file/file/12312/file/file/file.fla

will  return

file/file/

I am aware that when naming files,classes,packages its best to stay away
from numbers but there is certain folder structure that has been used for
years in this case..

TIA

Helmut


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] JSFL: folder names start with numbers

2007-06-15 Thread Helmut Granda

For those who have used JSFL, have you run into the issue of
browserForFolderURL and browserForFileURL fail to recognize the whole path
if there is a number in the name structure?

for example

file/file/12312/file/file/file.fla

will  return

file/file/

I am aware that when naming files,classes,packages its best to stay away
from numbers but there is certain folder structure that has been used for
years in this case..

TIA

Helmut
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] webcam video capture

2007-06-15 Thread [p e r c e p t i c o n]

Hi all,
is there a way to capture web cam video straight into flash...not a single
frame, but a few seconds worth?

thanks
p
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Juan Carlos Anorga
if you don't want the swf to take up the whole page in the browser,  
you'll need to edit the html. As for setting the scaleMode you can  
set it like this:


stage.scaleMode = StageScaleMode.NO_SCALE;

- juan

On Jun 15, 2007, at 12:09 PM, Gustavo Duenas wrote:

Hi Juan thanks I did it, and I was wondering how can I set up the  
size of the stage, I';ve tried stage.scaleMode();
with no results, any ideas, because this flex thing makes resizable  
all time and I'd like to have the way i like  in the size I want.


Regards


gustavo

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] getBytes...() works only local, not online (except when imgs are cached)

2007-06-15 Thread robert
I'm certain some of the real coders on this list can optimize this or  
point out its faults but it worked for me on a few projects:



// iterate thru a list of items for loading
len = items.length
_count = len + 1;
for (var i:Number = 0; i < len; i++) {
  loadItem(items[i]);
}

function loadItem(swf) {
  // do the MCL thing and in your onLoadProgress function
  // get the current amount loaded and calculate the difference  
loaded between each time
  // onLoadProgress fires (assuming you are using MovieClipLoader).  
Then call a
  // function like below which adds that difference to the amounts  
of all items loaded

  // which results in the total percentage.
}


_loadedtotal = 0;
function updatePercentage(per:Number) {
  // then calculate that number as a percentage of 5 items (_count):
  _loadedtotal += per;
  var allpercentage:Number = Math.floor(_loadedtotal/(_count * 100)  
* 100);

}




On Jun 15, 2007, at 9:53 AM, Helios Pregioni Bayma wrote:


Yeah, but the client wants to show % of all images togheter.

Like if I have 5 images (20kb, 40kb, 10kb, 10kb, 20kb)
and swf has loaded 10kb of the first image
the loader shows 10% loaded, cause it´s 10kb of 100kb of all images
not showing any other information.

If there´s no way to do it, I can say it to the client and change,  
use the

way you said.
If there´s a way, let me know.

Thanks!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 slow animation online, but not local??

2007-06-15 Thread Jim Kremens

Check if wmode=true in your object embed code.  This can make your swf
run a lot slower in AVM1, although I've heard reports that the
opposite is true in AVM2.

Jim Kremens
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flash 8 slow animation online, but not local??

2007-06-15 Thread Jay Carlson
so I've made a short commercial using a lot of keyframing with text  
and such that has embedded audio to go with it.  I have the audio  
aligned with the text and it works fine when I test the movie and  
also when I publish it.  but when I stick it on the web, the  
animation is slower than the text and it gets off.  it's almost like  
the publishing didn't work correctly.  is there a way to correct this  
so the audio is lined up?  why would it be slow in a browser and not  
on the published file?  it can't be connection because I'm running  
some nice fast internet.  thanks.


 Jay
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Gustavo Duenas
Hi Juan thanks I did it, and I was wondering how can I set up the  
size of the stage, I';ve tried stage.scaleMode();
with no results, any ideas, because this flex thing makes resizable  
all time and I'd like to have the way i like  in the size I want.


Regards


gustavo

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Help with Flash Video Encoding

2007-06-15 Thread Palmer, Jim
Check out http://ffmpeg.mplayerhq.hu/

It's complicated because it's on the command line - and suited for UNIX. There 
are several Free open sourced UIs that use FFMPEG... so search around for it. 
I've never seen anything as robust and free when it comes to converting video 
formats.

--
Jim Palmer ! Mammoth Web Operations

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Guy
> Parton
> Sent: Wednesday, June 13, 2007 2:11 PM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] Help with Flash Video Encoding 
> 
> 
> Evening Everyone,
>  
> Just wanted to know how to convert / encode an AVI that has 
> been pre-edit in
> wide screen format into a FLV whilst retaining its' aspect 
> ratio. I have
> been recently tinkering with the Flash 8 Video Encoder and do 
> not seem to be
> coming right. Any assistance in this regard would be greatly 
> appreciated.
>  
> Regards
>  
> Guy :)
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Gustavo Duenas
hi John if you are using as3, there is no attach movie anymore, is  
addChild(the name of the Movie)


but only works if you are using the as3, in as2 I don't know how this  
isn't working I've usually done such thing using attach movie in as2.

regards.


Gustavo

On Jun 15, 2007, at 2:19 PM, John laPlante wrote:

I ran across a problem today that I thought might help someone on  
this list. I looked for help on the web but couldn't find any info.


I created a class for a MovieClip but found that I couldn't refer  
to this.attachMovie.  The compiler kept giving me a warning "There  
is no method with the name 'attachMovie'.  I had correctly filled  
in the AS 2.0 Class but I had not used the extends MovieClip in the  
class definition. I've sub classed lots of MovieClips in the past  
but in this case for some reason forgot. The error message is  
technically correct but it's took me a while to appreciate it.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] converting .mov to .flv

2007-06-15 Thread Latcho

file ->import->import video->select file->progressive download-> ...
will result in an flv
Jim Greiner wrote:

Hello,

I'm looking for an easy, inexpensive way to convert my .mov QuickTime 
movies ( 2 to 10 minutes long) to .flv in order for me to put them on 
a web site to be viewed by Flash Player.  I do have Flash MX 2004 
installed on my Mac, but I haven't been able to determine if I can use 
it to do this conversion.


I'm not a tech person, I'm a musician making instructional videos, so 
I do need something easy to learn and use.  Does anyone have hands-on 
experience with any program that meets these needs?


I appreciate any help anyone can give.

Thanks.

Jim



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread John laPlante
I ran across a problem today that I thought might help someone on this 
list. I looked for help on the web but couldn't find any info.


I created a class for a MovieClip but found that I couldn't refer to 
this.attachMovie.  The compiler kept giving me a warning "There is no 
method with the name 'attachMovie'.  I had correctly filled in the AS 
2.0 Class but I had not used the extends MovieClip in the class 
definition. I've sub classed lots of MovieClips in the past but in this 
case for some reason forgot. The error message is technically correct 
but it's took me a while to appreciate it.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Juan Carlos Anorga
You have to wait for your image to load before you can change the  
width and height. your Loader instance has a contentLoaderInfo  
property that is an instance of the LoaderInfo class. The LoaderInfo  
instance will dispatch the Event.INIT event when your Loader instance  
is ready to be manipulated. You can listener for the event like this:


backLoader.contentLoaderInfo.addEventListener(Event.INIT, resizeImage);

and then you would have to add a new method to your class called  
resizeImage (or whatever you want to call it as long as it matches  
the name in the addEventListener argument):


public function resizeImage():void {
backLoader.width = 100; // or whatever your new width is
backLoader.height = 100; // or whatever your new height is
}

- juan

On Jun 15, 2007, at 10:46 AM, Gustavo Duenas wrote:

Thanks Juan, look I changed as you told me but it seems that the  
image is huge as it should be, how ca I resize it, I've tried  
using .width and heightr but then nothing...some ideas, this is the  
new code:


package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting movieClip as background;
var backLoader:Loader = new Loader();
			backLoader.load(new URLRequest("http://leftandrightsolutions.com/ 
backy1.jpg"));


backLoader.x=-200;
backLoader.y=0;

addChild(backLoader);


}


}
}
}


regards


gustavo



On Jun 15, 2007, at 12:54 PM, Juan Carlos Anorga wrote:


Hi Gustavo,

the load method takes a URLRequest instance, not a String. So change:

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);

to:

backLoader.load(new URLRequest("http://leftandrightsolutions.com/ 
backy1.jpg"));


- juan

On Jun 15, 2007, at 9:34 AM, Gustavo Duenas wrote:

Ok coder this is my first flash as3 project in flex, I'm just  
trying to do something simple.

But I have an 1067 error that says:


1067: Implicit coercion of a value of type String to an unrelated  
type flash.net:URLRequest.	template1	template1.as	line 22	




package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting image as background;
var backLoader:Loader = new Loader();

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);
addChild(backLoader);

}
}
}


I have to admit I'm the newbiest in this as3 project thinghelp.


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subsc

[Flashcoders] converting .mov to .flv

2007-06-15 Thread Jim Greiner

Hello,

I'm looking for an easy, inexpensive way to convert my .mov QuickTime  
movies ( 2 to 10 minutes long) to .flv in order for me to put them on  
a web site to be viewed by Flash Player.  I do have Flash MX 2004  
installed on my Mac, but I haven't been able to determine if I can  
use it to do this conversion.


I'm not a tech person, I'm a musician making instructional videos, so  
I do need something easy to learn and use.  Does anyone have hands-on  
experience with any program that meets these needs?


I appreciate any help anyone can give.

Thanks.

Jim



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Gustavo Duenas
Thanks Juan, look I changed as you told me but it seems that the  
image is huge as it should be, how ca I resize it, I've tried  
using .width and heightr but then nothing...some ideas, this is the  
new code:


package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting movieClip as background;
var backLoader:Loader = new Loader();
			backLoader.load(new URLRequest("http://leftandrightsolutions.com/ 
backy1.jpg"));


backLoader.x=-200;
backLoader.y=0;

addChild(backLoader);


}


}
}
}


regards


gustavo



On Jun 15, 2007, at 12:54 PM, Juan Carlos Anorga wrote:


Hi Gustavo,

the load method takes a URLRequest instance, not a String. So change:

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);

to:

backLoader.load(new URLRequest("http://leftandrightsolutions.com/ 
backy1.jpg"));


- juan

On Jun 15, 2007, at 9:34 AM, Gustavo Duenas wrote:

Ok coder this is my first flash as3 project in flex, I'm just  
trying to do something simple.

But I have an 1067 error that says:


1067: Implicit coercion of a value of type String to an unrelated  
type flash.net:URLRequest.	template1	template1.as	line 22	




package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting image as background;
var backLoader:Loader = new Loader();

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);
addChild(backLoader);

}
}
}


I have to admit I'm the newbiest in this as3 project thinghelp.


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] first help for as3

2007-06-15 Thread Juan Carlos Anorga

Hi Gustavo,

the load method takes a URLRequest instance, not a String. So change:

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);

to:

backLoader.load(new URLRequest("http://leftandrightsolutions.com/ 
backy1.jpg"));


- juan

On Jun 15, 2007, at 9:34 AM, Gustavo Duenas wrote:

Ok coder this is my first flash as3 project in flex, I'm just  
trying to do something simple.

But I have an 1067 error that says:


1067: Implicit coercion of a value of type String to an unrelated  
type flash.net:URLRequest.	template1	template1.as	line 22	




package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting image as background;
var backLoader:Loader = new Loader();

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);
addChild(backLoader);

}
}
}


I have to admit I'm the newbiest in this as3 project thinghelp.


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] getBytes...() works only local, not online (except when imgs are cached)

2007-06-15 Thread Helios Pregioni Bayma

Yeah, but the client wants to show % of all images togheter.

Like if I have 5 images (20kb, 40kb, 10kb, 10kb, 20kb)
and swf has loaded 10kb of the first image
the loader shows 10% loaded, cause it´s 10kb of 100kb of all images
not showing any other information.

If there´s no way to do it, I can say it to the client and change, use the
way you said.
If there´s a way, let me know.

Thanks!
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Derek Vadneau
The stage object may never be accessible to the loaded content if it's 
never added to a display object.

The only way to access the stage property (directly) is to listen for the 
Event.ADDED_TO_STAGE event. Indirectly, you could have the base SWF call a 
method in the loaded SWF and pass a reference to the stage.


- Original Message - 
From: Max Kaufmann
To: flashcoders@chattyfig.figleaf.com
Sent: Friday, June 15, 2007 12:12 PM
Subject: SPAM-LOW: [Flashcoders] RE: loading CS3 swf into flex swf 
container


Oop, turns out it had nothing to do with flex.  It was crashing because I
used the "stage" handle in the constructor of my Document class, which
apparently isn't available to externally downloaded content, and I got a
null reference exception.

So what are the rules for when the stage is available to externally loaded
content?

Max Kaufmann l Technical Artist


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] first help for as3

2007-06-15 Thread Gustavo Duenas
Ok coder this is my first flash as3 project in flex, I'm just trying  
to do something simple.

But I have an 1067 error that says:


1067: Implicit coercion of a value of type String to an unrelated  
type flash.net:URLRequest.	template1	template1.as	line 22	




package {
import flash.display.Sprite;
import flash.display.*;
import flash.events.*;
import flash.accessibility.*;
import com.adobe.viewsource.ViewSource;
import flash.net.*;
import flash.geom.*;
import flash.text.*;
import flash.net.URLRequest;
import flash.net.*;




public class template1 extends Sprite
{
public function template1()
{
//inserting image as background;
var backLoader:Loader = new Loader();

backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);
addChild(backLoader);

}
}
}


I have to admit I'm the newbiest in this as3 project thinghelp.


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FLVPlayback component VideoPlayer oddness

2007-06-15 Thread Liam Mincy
I posted this on my blog, but also felt like sharing this here as well. I don't
remember reading about anyone having done this on the list but if you guys 
already
knew this please ignore.

You may want to follow along with this one as it's somewhat interesting.

   1. Create a new Flash document inside of Flash IDE
   2. Create a new MovieClip Symbol in the library and give it a linkage id of
`VideoPlayer`
   3. Put some random content or scribbles into the newly created symbol, works 
best
as an animation to show the concept
   4. Drag a new instance of the FLVPlayback component onto the stage and set 
its
content part to anything you like, an actual FLV file, or just leave it blank 
if you
like 
   5. Publish and observe the strangeness

It seems that the FLVPlayback component doesn't really look for the actual
VideoPlayer class/component and just searches the library for anything with a
linkage ID of `VideoPlayer` which it is happy to just attach into itself and 
play.

I've been playing with this for like a week and have made some interesting code 
that
lets me capitalize on this. 

Anyway, happy Friday and Cheers.

liam mi-


   

Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] clicks on flvs with alpha channels

2007-06-15 Thread Johannes Nel

if the video is not streaming you can grab the bitmapdata underneath the
mouse, if it is streaming, well there are workarounds but they are not very
neat

On 6/15/07, kevin dowd <[EMAIL PROTECTED]> wrote:


Hello,

I am displaying an flv with an alpha channel. ( flash 8 player )

I notice that the onPress event registers across the whole video not
just the visible parts of the video.

Is it possible to only click the visible parts of the video - ie the
bits allowed by the alpha channel?


regards
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] RE: loading CS3 swf into flex swf container

2007-06-15 Thread Max Kaufmann
Oop, turns out it had nothing to do with flex.  It was crashing because I
used the "stage" handle in the constructor of my Document class, which
apparently isn't available to externally downloaded content, and I got a
null reference exception.

So what are the rules for when the stage is available to externally loaded
content?
 
Max Kaufmann l Technical Artist
-
 
 
2105 Sarah St  |  Pittsburgh, PA 15203 
O (412) 567-4606 W www.silvertreemedia.com
C (440) 915-8277 E [EMAIL PROTECTED]
 
 
-Original Message-
From: Max Kaufmann [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 11:34 AM
To: 'flashcoders@chattyfig.figleaf.com'
Subject: loading CS3 swf into flex swf container

I need to work around the fact that MDM Zinc’s AS3 support SWC is only flex
compatible, not CS3.

I’ve been trying to use the Loader() class to load a swf generated in flash
CS3 into a container swf generated by the flex command-line compiler.

For a simple SWF this worked, but for a complex one with lots of script it
wigs out.

I’ve logged out all the events that loader.contentLoaderInfo() broadcasts,
and it’s not an ioError, nor is it a securityError.  The progress event
shows that all the bytes get loaded, but the complete or init events are
never broadcast and loader.content is never available.

Has anyone else run into this weird problem?


Max Kaufmann l Technical Artist
-
2105 Sarah St  |  Pittsburgh, PA 15203 
O (412) 567-4606 W www.silvertreemedia.com
C (440) 915-8277 E [EMAIL PROTECTED]

 



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] clicks on flvs with alpha channels

2007-06-15 Thread kevin dowd

Hello,

I am displaying an flv with an alpha channel. ( flash 8 player )

I notice that the onPress event registers across the whole video not
just the visible parts of the video.

Is it possible to only click the visible parts of the video - ie the
bits allowed by the alpha channel?


regards
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Muzak
Have you tried the Flex Component Kit?

http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

regards,
Muzak

- Original Message - 
From: "Max Kaufmann" <[EMAIL PROTECTED]>
To: 
Sent: Friday, June 15, 2007 5:34 PM
Subject: [Flashcoders] loading CS3 swf into flex swf container


>I need to work around the fact that MDM Zincs AS3 support SWC is only flex
> compatible, not CS3.
>
> Ive been trying to use the Loader() class to load a swf generated in flash
> CS3 into a container swf generated by the flex command-line compiler.
>
> For a simple SWF this worked, but for a complex one with lots of script it
> wigs out.
>
> Ive logged out all the events that loader.contentLoaderInfo() broadcasts,
> and its not an ioError, nor is it a securityError. The progress event
> shows that all the bytes get loaded, but the complete or init events are
> never broadcast and loader.content is never available.
>
> Has anyone else run into this weird problem?
>
>


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Max Kaufmann
I need to work around the fact that MDM Zinc’s AS3 support SWC is only flex
compatible, not CS3.

I’ve been trying to use the Loader() class to load a swf generated in flash
CS3 into a container swf generated by the flex command-line compiler.

For a simple SWF this worked, but for a complex one with lots of script it
wigs out.

I’ve logged out all the events that loader.contentLoaderInfo() broadcasts,
and it’s not an ioError, nor is it a securityError.  The progress event
shows that all the bytes get loaded, but the complete or init events are
never broadcast and loader.content is never available.

Has anyone else run into this weird problem?


Max Kaufmann l Technical Artist
-
2105 Sarah St  |  Pittsburgh, PA 15203 
O (412) 567-4606 W www.silvertreemedia.com
C (440) 915-8277 E [EMAIL PROTECTED]

 



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] RE: Help with Flash Video Encoding

2007-06-15 Thread Muzak
http://www.flashcomguru.com/flashmedialist/

- Original Message - 
From: "Guy Parton" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, June 13, 2007 11:06 PM
Subject: [Flashcoders] RE: Help with Flash Video Encoding


> Evening Everyone,
>
> Just wanted to know how to convert / encode an AVI that has been pre-edit in
> wide screen format into a FLV whilst retaining its' aspect ratio. I have
> been recently tinkering with the Flash 8 Video Encoder and do not seem to be
> coming right. Any assistance in this regard would be greatly appreciated.
>
> Regards
>
> Guy :)


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Help with Flash Video Encoding

2007-06-15 Thread Guy Parton
Evening Everyone,
 
Just wanted to know how to convert / encode an AVI that has been pre-edit in
wide screen format into a FLV whilst retaining its' aspect ratio. I have
been recently tinkering with the Flash 8 Video Encoder and do not seem to be
coming right. Any assistance in this regard would be greatly appreciated.
 
Regards
 
Guy :)
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] RE: Help with Flash Video Encoding

2007-06-15 Thread Guy Parton
Evening Everyone,
 
Just wanted to know how to convert / encode an AVI that has been pre-edit in
wide screen format into a FLV whilst retaining its' aspect ratio. I have
been recently tinkering with the Flash 8 Video Encoder and do not seem to be
coming right. Any assistance in this regard would be greatly appreciated.
 
Regards
 
Guy :)
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Free Transform Tool -- Scale, Move & Rotate MovieClips & TextFields

2007-06-15 Thread Merrill, Jason
Beauty - thanks for sharing!

Jason Merrill
Bank of America  
GT&O Learning & Leadership Development
eTools & Multimedia Team


 

>>-Original Message-
>>From: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED] On Behalf 
>>Of Jack Doyle
>>Sent: Thursday, June 14, 2007 10:50 PM
>>To: Flashcoders@chattyfig.figleaf.com
>>Subject: [Flashcoders] Free Transform Tool -- Scale, Move & 
>>Rotate MovieClips & TextFields
>>
>>If anyone is looking for a set of AS2 classes that makes it 
>>relatively painless to give users the ability to select, 
>>scale, move, rotate, or delete MovieClips or TextFields in a 
>>manner similar to most modern-day graphics applications, feel 
>>free to use my TransformManager class (and associated
>>classes) which can be found at:
>>
>> 
>>
>>http://www.greensock.com/ActionScript/TransformManager/
>>
>> 
>>
>>I recently scraped together enough time to add a bunch of 
>>requested features and retool the event model so that it 
>>mimics the one that's native to AS3.
>>You can now set boundaries as well as transform TextFields 
>>without stretching/distorting the text. Lots more.
>>
>> 
>>
>>There's a demo on the site as well as a description of all 
>>the features.
>>
>> 
>>
>>Totally free. 
>>
>> 
>>
>>Jack
>>
>> 
>>
>>PS If this kind of post is unwelcome on the Flashcoders list, 
>>feel free to tell me to buzz off. Just trying to save those 
>>poor souls who are in the same situation I found myself in 
>>months ago, cracking open the trig book to build a tool like this. 
>>
>>___
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training 
>>http://www.figleaf.com http://training.figleaf.com
>>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Robert Jakobsson is out of the office.

2007-06-15 Thread robert . jakobsson
I will be out of the office starting  2007-06-15 and will not return until
2007-06-25.

I will respond to your message when I return.
Best regards Robert Jakobsson

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Gaia Framework CS3 Scaffold Bug FIXED

2007-06-15 Thread Steven Sacks

Hey everyone,

I've solved the bug with the CS3 version of Gaia breaking during the 
scaffolding process.  When I renamed everything at Adobe's request, I 
missed two lines in the CS3 .mxi file somehow.  I think I must have 
pasted them in from an old version or something after I did a find and 
replace. 

At any rate, if you have the CS3 version of v1.0.1, please trash it in 
your extension manager and download the fixed CS3 installer from the forum.


http://www.gaiaflashframework.com/forum/index.php?topic=32.0

I apologize for the issue.  I didn't have a copy of CS3 at home so I 
didn't test the installer for CS3 since the rename.  However, I just 
installed the  CS3 trial and verified it is working now.  That is the 
only difference between the CS3 and Flash 8 versions and the Flash 8 
version works perfectly.


--
Steven Sacks
Flash Maestro
Los Angeles, CA
--
blog: http://www.stevensacks.net
gaia: http://www.gaiaflashframework.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com