Re: [Flashcoders] mad spacing

2009-04-07 Thread allandt bik-elliott (thefieldcomic.com)
thanks for the response glen

a

On Mon, Apr 6, 2009 at 9:13 PM, Glen Pike  wrote:

> Hi,
>
>   It looks like the CSS for flash does not seem to support margin-bottom,
> or padding.  You might be able to change the "leading" on the last list
> item, but that might not be fun...
>
>   leading = line-height.
>
>   I don't think you need to put the  in to define a list, just add a
> list item 
>
>   If it's any consolation, bulleted lists in normal HTML & CSS are not much
> better...
>
>   AS2 and AS3 upto FP10 are fairly similar.  You might be able to squeeze a
> bit more fanciness out of the new Text Engine stuff in FP10, but it probably
> is not worth the time and effort for doing 's - maybe for curiosity's
> sake though :)
>
>   Glen
>
>
> allandt bik-elliott (thefieldcomic.com) wrote:
>
>> hi guys
>>
>> I am loading some xml with css to do my text but one of the things that's
>> been asked for is bulletted lists
>>
>> currently i have paragraphs with css classes and manually added bullet
>> points which is clunky to say the least. It doesn't maintain the left
>> alignment to the text (if the line breaks, it goes back to the bullet
>> point
>> position) and i have to keep adding the bullet points (alt-0149 i hate
>> thee)
>>
>> I started looking at using a proper  but it seems to have a 20px gap
>> on
>> the left and bottom of the list. I can get rid of the gap to the left with
>> a
>> margin-left style but is there any way of getting rid of the gap at the
>> bottom?
>>
>> if not, how would i go about getting the text to align properly with the
>> text rather than with the bullets? I've tried a positive margin-left style
>> with a negative text-indent but that doesn't seem to work
>>
>> thanks guys
>> best
>> a
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> --
>
> Glen Pike
> 01326 218440
> www.glenpike.co.uk 
>
> ___
> 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


[Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Paul Steven
I have about 200 separate audio files in my flash library (Flash CS3 file
PC) which are all set to "Export in First Frame".

My client has requested that I create an online demo. I therefore believe I
need to remove the checkbox for each of these 200 files for the "Export in
First Frame" setting.

I don't appear to be able to select all the files at once to do this so it
looks like a really daunting task especially as I have 3 other similar games
to do too.

Can anyone confirm if there is a way to change this setting on multiple
library items at once and if so how?

Btw the reason I am taking the setting off, is that I believe to ensure my
preloader works, I need to put all these files inside a movie clip before
any of the content is shown.

Possibly there is an alternative method of achieving the same results
without having to change the export settings for all these files.

Any advice much appreciated.

Thanks

Paul

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


RE: [Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Cor
I think it is generally better to place all the files outside your flash and
use a URLLoader to load them at any given time!

If this is not an option, you could use JSFL to do the job for you.

HTH
Cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Steven
Sent: dinsdag 7 april 2009 14:40
To: 'Flash Coders List'
Subject: [Flashcoders] Changing Linkage Export in First Frame for multiple
items

I have about 200 separate audio files in my flash library (Flash CS3 file
PC) which are all set to "Export in First Frame".

My client has requested that I create an online demo. I therefore believe I
need to remove the checkbox for each of these 200 files for the "Export in
First Frame" setting.

I don't appear to be able to select all the files at once to do this so it
looks like a really daunting task especially as I have 3 other similar games
to do too.

Can anyone confirm if there is a way to change this setting on multiple
library items at once and if so how?

Btw the reason I am taking the setting off, is that I believe to ensure my
preloader works, I need to put all these files inside a movie clip before
any of the content is shown.

Possibly there is an alternative method of achieving the same results
without having to change the export settings for all these files.

Any advice much appreciated.

Thanks

Paul

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.278 / Virus Database: 270.11.43/2043 - Release Date: 04/06/09
18:59:00

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


RE: [Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Paul Steven
Thanks for the reply Cor. All the files were kept internal as the games are
being distributed as single file executables packaged with MDM Zinc. The
client wanted to keep things simple and have only one file.

I am not familiar with JSFL. I would estimate it will take me about 3 hours
per game to change all the export settings - do you think a JSFL solution
would be quicker including the learning curve?

Thanks

Paul

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: 07 April 2009 13:55
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

I think it is generally better to place all the files outside your flash and
use a URLLoader to load them at any given time!

If this is not an option, you could use JSFL to do the job for you.

HTH
Cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Steven
Sent: dinsdag 7 april 2009 14:40
To: 'Flash Coders List'
Subject: [Flashcoders] Changing Linkage Export in First Frame for multiple
items

I have about 200 separate audio files in my flash library (Flash CS3 file
PC) which are all set to "Export in First Frame".

My client has requested that I create an online demo. I therefore believe I
need to remove the checkbox for each of these 200 files for the "Export in
First Frame" setting.

I don't appear to be able to select all the files at once to do this so it
looks like a really daunting task especially as I have 3 other similar games
to do too.

Can anyone confirm if there is a way to change this setting on multiple
library items at once and if so how?

Btw the reason I am taking the setting off, is that I believe to ensure my
preloader works, I need to put all these files inside a movie clip before
any of the content is shown.

Possibly there is an alternative method of achieving the same results
without having to change the export settings for all these files.

Any advice much appreciated.

Thanks

Paul

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.278 / Virus Database: 270.11.43/2043 - Release Date: 04/06/09
18:59:00

___
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] Changing Linkage Export in First Frame formultiple items

2009-04-07 Thread Paul Andrews
Cor is right. It also saves you from having to rebuild the main movie, every 
time one of those files changes.


Paul
- Original Message - 
From: "Cor" 

To: "'Flash Coders List'" 
Sent: Tuesday, April 07, 2009 1:55 PM
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame 
formultiple items



I think it is generally better to place all the files outside your flash 
and

use a URLLoader to load them at any given time!

If this is not an option, you could use JSFL to do the job for you.

HTH
Cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul 
Steven

Sent: dinsdag 7 april 2009 14:40
To: 'Flash Coders List'
Subject: [Flashcoders] Changing Linkage Export in First Frame for multiple
items

I have about 200 separate audio files in my flash library (Flash CS3 file
PC) which are all set to "Export in First Frame".

My client has requested that I create an online demo. I therefore believe 
I

need to remove the checkbox for each of these 200 files for the "Export in
First Frame" setting.

I don't appear to be able to select all the files at once to do this so it
looks like a really daunting task especially as I have 3 other similar 
games

to do too.

Can anyone confirm if there is a way to change this setting on multiple
library items at once and if so how?

Btw the reason I am taking the setting off, is that I believe to ensure my
preloader works, I need to put all these files inside a movie clip before
any of the content is shown.

Possibly there is an alternative method of achieving the same results
without having to change the export settings for all these files.

Any advice much appreciated.

Thanks

Paul

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.278 / Virus Database: 270.11.43/2043 - Release Date: 04/06/09
18:59:00

___
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] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Cor
I guess it will.

Here are some links I found that might help:

http://mxdj.sys-con.com/read/43530.htm

http://www.flashadvisor.com/tutorial...g_JSFL-43.html

http://www.flashadvisor.com/tutorial...I_JSFL-38.html

http://www.devx.com/webdev/Article/20824/0/page/2

http://www.sitepoint.com/article/flash-panels

http://www.memorphic.com/news/


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


RE: [Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Paul Steven
Nice one Cor - thanks for finding those links for me.

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: 07 April 2009 14:12
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

I guess it will.

Here are some links I found that might help:

http://mxdj.sys-con.com/read/43530.htm

http://www.flashadvisor.com/tutorial...g_JSFL-43.html

http://www.flashadvisor.com/tutorial...I_JSFL-38.html

http://www.devx.com/webdev/Article/20824/0/page/2

http://www.sitepoint.com/article/flash-panels

http://www.memorphic.com/news/


___
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] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Paul Steven
Hey no worries, the last bookmark seems very good.

Thanks again

Paul

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: 07 April 2009 14:30
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

Oops, sorry, I notice I have send some very old bookmarks.

Google it and I am sure you find what you need.

Again: Sorry!
Cor

___
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] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Cor
This nearly does what you want:

http://flalog.com/category/jsfl/


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


RE: [Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Cor
Oops, sorry, I notice I have send some very old bookmarks.

Google it and I am sure you find what you need.

Again: Sorry!
Cor

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


RE: [Flashcoders] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Paul Steven
Hey Cor

Just managed to work put how to use jsfl - brilliant!! Took me 5 seconds to
amend all the audio library files for this game rather than the 2 or 3 hours
I spent earlier on the other game.

Here is my jsfl

var items=fl.getDocumentDOM().library.getSelectedItems();
var i=0;
for(i;imailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: 07 April 2009 14:30
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

Oops, sorry, I notice I have send some very old bookmarks.

Google it and I am sure you find what you need.

Again: Sorry!
Cor

___
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] Changing Linkage Export in First Frame for multiple items

2009-04-07 Thread Cor
Nice work Paul!!

Glad to be of help.
Cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Steven
Sent: dinsdag 7 april 2009 22:46
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

Hey Cor

Just managed to work put how to use jsfl - brilliant!! Took me 5 seconds to
amend all the audio library files for this game rather than the 2 or 3 hours
I spent earlier on the other game.

Here is my jsfl

var items=fl.getDocumentDOM().library.getSelectedItems();
var i=0;
for(i;imailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: 07 April 2009 14:30
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Changing Linkage Export in First Frame for
multiple items

Oops, sorry, I notice I have send some very old bookmarks.

Google it and I am sure you find what you need.

Again: Sorry!
Cor

___
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
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.278 / Virus Database: 270.11.45/2045 - Release Date: 04/07/09
06:41:00

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


[Flashcoders] Dragging loads of sound files from library into a movie clip

2009-04-07 Thread Paul Steven
Related to my previous post, I now need to drag about 300 audio files from
the library into a movie clip.

Essentially this is to ensure they are preloaded in my game. The method I
use is to create a movie clip that has all the audio files on separate
layers. This movie clip is then nested inside another movie clip and placed
on the second keyframe with a stop action on the first.

I am wondering if there is a magic way to drag say 300 audio files from the
library and for flash (Flash CS3) to automatically create 300 layers, one
layer for each audio file?

Thanks in advance

Paul

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