Re: [Flashcoders] FLV export - size(w, h) vs data rate

2009-08-25 Thread Andy Andersson

Hi,

Normally on larger commercial sites, you usually have a few different  
versions of videos and the code/cookies determines what kind of speed  
you have on computer/network and load the correct video to match your  
ability to play the video.


As far as a single big file like you have, i would look into the  
Akamai settings and see if you could increase the buffer a bit so it  
loads in more of the video before it plays. And also make sure the  
site/video player you have is optimized and supports streaming video,  
especially of a video size like that.


Hope that helps.
On Aug 25, 2009, at 2:07 PM, jared stanley wrote:


Hey all, wondering if anyone can give me direction on this:

I have a large video site, the vid area is 1000x600. Videos are
streaming from Akamai.

It's playing fine on large computers w/fast connections; Needless to
say it's getting chugging on slower/older setups.

I would like to enable the range of computers it works on by
optimizing the video.

which one of the following would work better:

1. shrink the data rate from like 850kbps to like 550kbps

2.export the video at like 800x400 and then stretch it up.

Obviously I could just try this, but I'm wondering what the logic
behind it is and if there are any best practices.

Thanks!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


--
Andy Andersson
Interactive Creative Director
 Senior Flash Developer/Designer
714-809-7095
awebme...@sbcglobal.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] mailto problem in flash

2009-08-24 Thread Andy Andersson
When you test locally in Flash in the Html, it will block the  
connection out due to security restrictions.



On Aug 24, 2009, at 6:50 PM, ana mock wrote:


Hi,

I am creating a website with flash 8 , and on that is a page , that  
have an

send email-button (it suppose to open outlook window).
When I publish the file in swf , the email button works just  
fine, but
as soon as I publish the file with HTML extension, the send email  
button

is dead in browser.( I have tested on Fire Fox and Internet Explorer).
Hear is my code:

on(release){
getURL(n...@name.com);
}


Is there some code I can add or something?
Thanks in advance!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


--
Andy Andersson
Interactive Creative Director
 Senior Flash Developer/Designer
714-809-7095
awebme...@sbcglobal.net




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Playing Flash video in slow-motion

2009-03-13 Thread Andy Andersson
Why not just re-export the videos in a slow motion format? Unless  
there are a specific funcion that are needed


Andy
Sent from my iPhone

On Mar 13, 2009, at 3:37 PM, Adam Duston a...@langolab.com wrote:


Dear Flashcoders,

I must play an FLV in slow motion. After googling around for this for
several hours I've found many bad solutions. For example, the one at
http://www.flashcomguru.com/index.cfm/2005/8/2/slowmo is extremely
choppy, whereas the one at http://richapps.de/?p=36 doesn't also play
the sound. I must play the sound slowly as well, without altering its
pitch.

I have a solution in mind: I'm going to store each of my videos in SWF
format in one-minute segments. As each segment finishes downloading,
my custom player will start downloading the next segment, and will
play each of them back-to-back. I have proof that when a video is in
SWF format, it can be played in slow motion without noticeable
degradation in sound quality.

As you can tell, this solution is hacky and is going to take a lot of
work to implement. So, before implementing it, I wanted to make a
final check with the experts to make sure I'm not wasting my time.

Thank you,
Adam

--
Founder, langolab.com
a...@langolab.com
Skype: aduston
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Playing Flash video in slow-motion

2009-03-13 Thread Andy Andersson
You might need to look onto a streaming option that way you can feed  
the Flv in a much better way


Andy

Sent from my iPhone

On Mar 13, 2009, at 4:08 PM, Adam Duston a...@langolab.com wrote:


Andy,

This is an excellent suggestion. However, there is a detail that I
failed to share at first which results in a couple of disadvantages:
the video must play at normal speed usually and have a slow button
that slows down playing. The resulting disadvantages:

1. When the slow button is clicked, the player needs to load the slow
FLV, so it will have to buffer for a few seconds first.
2. When the slow button is clicked and the slow FLV finishes loading
and buffering, the player will need to seek to the nearest keyframe.
So the user will click the slow button and, depending on the
keyframe metadata, the video might end up playing in slow motion
starting from a few seconds earlier.

Any ideas about circumventing these downsides?

Thanks again for your suggestion. In spite of its obviousness I
honestly hadn't thought of it before.

Adam

On Fri, Mar 13, 2009 at 5:45 PM, Andy Andersson awebme...@sbcglobal.net 
 wrote:
Why not just re-export the videos in a slow motion format? Unless  
there are

a specific funcion that are needed

Andy
Sent from my iPhone

On Mar 13, 2009, at 3:37 PM, Adam Duston a...@langolab.com wrote:


Dear Flashcoders,

I must play an FLV in slow motion. After googling around for this  
for

several hours I've found many bad solutions. For example, the one at
http://www.flashcomguru.com/index.cfm/2005/8/2/slowmo is extremely
choppy, whereas the one at http://richapps.de/?p=36 doesn't also  
play
the sound. I must play the sound slowly as well, without altering  
its

pitch.

I have a solution in mind: I'm going to store each of my videos in  
SWF

format in one-minute segments. As each segment finishes downloading,
my custom player will start downloading the next segment, and will
play each of them back-to-back. I have proof that when a video is in
SWF format, it can be played in slow motion without noticeable
degradation in sound quality.

As you can tell, this solution is hacky and is going to take a lot  
of

work to implement. So, before implementing it, I wanted to make a
final check with the experts to make sure I'm not wasting my time.

Thank you,
Adam

--
Founder, langolab.com
a...@langolab.com
Skype: aduston
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders






--
Founder, langolab.com
a...@langolab.com
Skype: aduston

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] no subject

2008-09-12 Thread Andy Andersson



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Problem with ExternalInterface.call in AS2

2008-09-12 Thread Andy Andersson
Hi List,
New to the list so this is my first post!

Seem to have a problem with the ExternalInterface.call in AS2.

Here is the problem:

Have an html page that contains 2 swfObjects that loads assets into the page
as expected into 2 div id's, files are a bottom.swf and top.swf. I need to
when I have an onRelease action on mc in bottom.swf replace the top.swf
inside the div id in the html/javascript with a new swf file.

Shouldn't be a problem really, but yet it is.

So anyone had the same problem, or successfully done this before?


Please get back asap, it drives me nuts not to figure out this

Best
A


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread Andy Andersson
Hi,
You probably want to create a bg layer in you flash movie that has the
correct color!

A:)=


On 7/22/07 11:48 AM, BOYD SPEER [EMAIL PROTECTED] wrote:

 Is there any special setting that would affect the movie background color when
 displayed in Firefox as opposed to Internet Explorer? My webpage looks fine in
 IE but the background color in Firefox changes to white instead of the #99
 dark red (that it shows in IE). This means the white text becomes invisible!
 
 Thanks,
 -Boyd
 ___
 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] Hi List!

2007-05-24 Thread Andy Andersson
I have a scenario that I try to figure out, don't know if it is possible
yet, but maybe someone here on the list knows if it is?

Scenario are:
I have a couple of dynamic text fields and input text fields where people
write comments, send messages, display messages/blogs etc...
And it goes to the server and returns back to the flash app (everything
works fine) but, I don't want people to paste or write HTML tags in the
messages etc.. But if they do I want flash to filter/block those tags out to
display in the flash app. So when the text gets back into the flash app, it
should only contain real text, no HTML tags at all!

Is that possible?

Thanks
A


___
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] Blinking Cursor in text field-Bug?

2007-04-09 Thread Andy Andersson
Hi List,
Does anyone know if the issue with a blinking cursor by default in a input
TextField only works with IE or does it works with other browsers as well?

Thanks
Andy


___
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] Anyone had this problem?

2007-03-20 Thread Andy Andersson
Hi List,
I have a problem, might be a silly thing but I can't get my head around
this.

Problem:
I have a master.swf that has a dynamic textfield ( containerObject_txt) on
stage, and it loads the sub.swf into that specific dynamic textfield and
html is set to true.
It loads fine but the scroll won't work, I've tried bunch of different ideas
and none seems to work in this case.

Ideas???

Andy



//Master swf///
//Create the string
var myString_str:String = img src='sub.swf' width='277' height='98'
align='left';
//Put the text
containerObject_txt.htmlText = myString_str;

//Control The scroll
up_btn.onPress = function() {
if(containerObject_txt.scroll != 0) {
containerObject_txt.scroll--;
}
}
down_btn.onPress = function() {
if(containerObject_txt.scroll  containerObject_txt.maxscroll) {
containerObject_txt.scroll ++;
}
}


___
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] Is it possible?

2007-03-01 Thread Andy Andersson
Hi everyone!
I have a scenario were I'd like to create a flash app that works similar to
what my Space does with their friends list.

Ex would be: Person A has 3 friends, Person B has 7 friends so by looking at
someone's profile you would see how many friends they have.
By default flash would be setup to trigger the (in this case) WEB SERVICE
and return an ARRAY that contains the info for that profile and also display
the results 

It's not a problem to delegate the arrays out and create container to
display the friends list or whatever comes back from the web service in an
array if you would know by default how many friends someone had or if, let's
say you were only allowed to display 4 friends, but everything will
dynamically loaded so during a day it number of friends could change, just
like my space. 

// Here's the Problem
So is it possible that after you have received the arrays from the database
(web service) and looping through the array to get the actual data and let
flash create a container/containers dynamically and delegate and name them
depending on the results from the web service call?

So if Person A has 3 Friends, Person B has 7 friends etc... how would flash
create the containers for Person A, B, C ?

I might be a little confusing here when I try to explain, but I don't know
any other way to describe my problem. I've tried to search the web to se if
this had been done before and I didn't find anything .

If someone has an idea or want more in detail about this problem like code
I'd gladly share my stuff.

Thanks 
Andy






___
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] Dynamic Flash

2007-03-01 Thread Andy Andersson
Hi everyone!
I have a scenario were I'd like to create a flash app that works similar to
what my Space does with their friends list.

Ex would be: Person A has 3 friends, Person B has 7 friends so by looking at
someone's profile you would see how many friends they have.
By default flash would be setup to trigger the (in this case) WEB SERVICE
and return an ARRAY that contains the info for that profile and also display
the results 

It's not a problem to delegate the arrays out and create container to
display the friends list or whatever comes back from the web service in an
array if you would know by default how many friends someone had or if, let's
say you were only allowed to display 4 friends, but everything will
dynamically loaded so during a day it number of friends could change, just
like my space. 

// Here's the Problem
So is it possible that after you have received the arrays from the database
(web service) and looping through the array to get the actual data and let
flash create a container/containers dynamically and delegate and name them
depending on the results from the web service call?

So if Person A has 3 Friends, Person B has 7 friends etc... how would flash
create the containers for Person A, B, C ?

I might be a little confusing here when I try to explain, but I don't know
any other way to describe my problem. I've tried to search the web to se if
this had been done before and I didn't find anything .

If someone has an idea or want more in detail about this problem like code
I'd gladly share my stuff.

Thanks 
Andy


___
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] no subject

2007-02-22 Thread Andy Andersson



___
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 to get Arrays from a web service call into a menu nav?

2007-02-13 Thread Andy Andersson
Hi everybody!
I have a problem that I don't know if it's even possible to solve!

1. I want to create a menu that holds a main Nav and Sub Nav (Horizontal),
no problem with that, but upon my clients request they want to use a web
service call to get the data from the server (works fine, triggering etc..)
but the problem is that the web service returns a long list of arrays,
containing the NAV NAMES etc..

So my problem is to get the arrays into the menu, works fine if using
TextArea comp, but it won't help me, cause I need the arrays to show up
inside the (buttons) in the menu.

Anyone knows what I'm trying to say here?


Thanks
Andy


___
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] How to get Arrays from a web service call into a menu nav?

2007-02-13 Thread Andy Andersson
Hi Jason,
Thanks for your quick reply,

Example would be like: from their side,

[navigation] = Array ( [Identities] = Array ( [Name] = IDENTITIES
[SubNav] = Array ( [0] = Array ( [Name] = ME [SubNav] = Array ( ) ) [1]
= Array ( [Name] = PUBLIC MESSAGES [SubNav] = Array ( ) ) ) ),

(This is an example of the first nav item and the sub nav )

What would be the best way to get the arrays inside my flash menu when
looking at his Array?

Andy


On 2/13/07 11:51 AM, Merrill, Jason [EMAIL PROTECTED]
wrote:

 You need to know the structure of the array and objects they are
 returning.  Likely, they are handing you an array of objects with
 properties - and you can grab the data by navigatinging the array object
 like,
 
 myData[3].nav[2].name or something.  But they can structure that object
 you get from the webservice however they want, so you need to know what
 the object model is.
 
 Jason Merrill
 Bank of America 
 Learning  Organizational Effectiveness
  
  
  
  
  
  
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Andy Andersson
 Sent: Tuesday, February 13, 2007 2:45 PM
 To: Flashcoders mailing list
 Subject: [Flashcoders] How to get Arrays from a web service
 call into a menu nav?
 
 Hi everybody!
 I have a problem that I don't know if it's even possible to solve!
 
 1. I want to create a menu that holds a main Nav and Sub Nav
 (Horizontal), no problem with that, but upon my clients
 request they want to use a web service call to get the data
 from the server (works fine, triggering etc..) but the
 problem is that the web service returns a long list of
 arrays, containing the NAV NAMES etc..
 
 So my problem is to get the arrays into the menu, works fine
 if using TextArea comp, but it won't help me, cause I need
 the arrays to show up inside the (buttons) in the menu.
 
 Anyone knows what I'm trying to say here?
 
 
 Thanks
 Andy
 
 
 ___
 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] How to get Arrays from a web service call into a menu nav?

2007-02-13 Thread Andy Andersson
Hi Jason,
Thanks again,

One last try, 
The snippet of code I gave you were the raw WSDL, when looking at it through
the web browser, but I'll give you the structure of it how it looks
returning into flash using the wsconn instead of writing the complete as
code it for now. This is the first nav item.

Identities : NavItem
Name : Sring
SubNav : Array
[n] : NavItem


Like I said earlier there are no problem to get the arrays to show the exact
info inside an TextArea Comp, but to use the same info inside for example, a
menu button or xml menu with dynamic text??

Andy


On 2/13/07 12:18 PM, Merrill, Jason [EMAIL PROTECTED]
wrote:

 [Identities:( [Name] =
 IDENTITIES [SubNav] = Array ( [0] = Array ( [Name] = ME
 [SubNav] = Array ( ) ) [1] = Array ( [Name] = PUBLIC
 MESSAGES [SubNav] = Array ( ) ) ) ),
 
 I'm lost translating that to an Actionscript object based on that
 description, sorry.  Perhaps you can do a loop through the object to see
 what it looks like:
 
 for(var i in myObject){
 trace(i)
 }
 
 Jason Merrill
 Bank of America 
 Learning  Organizational Effectiveness
  
  
  
  
 ___
 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