[Flashcoders] oops

2006-05-03 Thread Viktor Berzsinszky

Just ignore the last one...


[complete fsck**]


..

;D)


/v
___
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] retrieving names of external files in a folder (oris there something similar to Directors getNthFileNameInFolder())

2006-05-03 Thread Viktor Berzsinszky

"Die machen..."
mit "Die machen..." meinte ich Alprausch. Alprausch macht Pullis, 
Carharrtt macht Plastiksäcke aber ganz angenehm zum Rumlaufen.



/v

Pedro Furtado schrieb:

Well there's no way to access local files, that's been a security issue for
a long time now. You can however use any of the flash wrappers around and
they will provide you with the functionality. Some of them are free some
aren't. But they all support what you're looking for.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton
Sent: quarta-feira, 3 de Maio de 2006 14:32
To: Flashcoders mailing list
Subject: Re: [Flashcoders] retrieving names of external files in a folder
(oris there something similar to Directors getNthFileNameInFolder())

I made a very basic "directory scraper" class way back.  I use this with
AMFPHP.

http://www.randomusa.com/flash/downloads/directoryScraper.zip

hth,

Mike


On 5/3/06, Mikael Wirén <[EMAIL PROTECTED]> wrote:
  

Hi gang,
I´m slowly finding the pros (can admit there are some =) and cons of Flash

I´m lookning for a method similar to Directors getNthFileInFolder().
Atm, i´m using a dirty solution, SendAndLoad("myFiles.php", myObj, POST)


with a PHP file returning a variable containing the files in that folder.
  

Works well enough for the web but it feels like overkill for a standalone


player, or?
  

Is there a simpler way to do this?

/Micke









___
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





--
Mike
--
http://www.mikebritton.com
http://www.mikenkim.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

  


___
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] Testing LocalConnection from a server in the IDE

2006-03-29 Thread Viktor Berzsinszky

Oh, excuse me "

LocalConnection

" :: dont know about.

;D)

/v
Manuel Saint-Victor schrieb:

I have a swf that is sending to a LocalConnection and it works fine when
they are both operating locally but when I place the sending swf to the
server it stops working- this is despite the fact that I have tried placing
an allowDomain in the receiving swf.  I am using Flash 8 as my authoring
environment.

What other issues should I troubleshoot when dealing with a LocalConnection
behaving this way?

Thanks,
Mani
___
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] Testing LocalConnection from a server in the IDE

2006-03-29 Thread Viktor Berzsinszky
Back in the days as i used flash [dunno bout flash8] you were only 
allowed to send to the host your swf came from. Than you might check the 
encoding format you are using. [you might send "garbage" to the server] 
What about your firewall settings? Can you see the logfiles of the server?


/V



Manuel Saint-Victor schrieb:

I have a swf that is sending to a LocalConnection and it works fine when
they are both operating locally but when I place the sending swf to the
server it stops working- this is despite the fact that I have tried placing
an allowDomain in the receiving swf.  I am using Flash 8 as my authoring
environment.

What other issues should I troubleshoot when dealing with a LocalConnection
behaving this way?

Thanks,
Mani
___
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


AW: Re: [Flashcoders] dynamic text field width

2006-02-07 Thread Viktor Berzsinszky
can hardly remember but the "autoSize" field is 
->"left"
->or [see help]

and does the resizing for you. you get the width by the field 
[_width] of the movieClip after resizing

so long

v.


>
>myText._width = 1;
>myText.autoSize = true;
>??
>
>Charles P.
>
>
>On 2/7/06, Corban Baxter <[EMAIL PROTECTED]> wrote:
>>
>> Hey guys just a quick question about creating dynamic text fields.
>> I am working on a horizontal scrolling menu that uses xml to store url's
>> and website titles that will be used to create a menu.
>> Below is example XML.
>>
>> 
>> http://www.google.com />
>> http://www.msn.com />
>> http://www.yahoo.com />
>> etc
>> 
>>
>> What I want to do is place the "title" in a dynamic text field and create
>> a button around that text field.
>> Problem is I need to determine the width of the text field by the length
>> of the string so the buttons can vary in size.
>> Cause "google" is a lot longer than "MSN" etc..
>>
>> |___|_title_|___| - Example button.. the blank area would be extend area
>> for the hit state.
>>
>> So is there a way to adjust the text field width to the length of the
>> string?
>> I hope this makes enough sense to get the question answered.
>> If you need more help let me know and I will put together some kind of a
>> test to show.
>> I have tried but not really getting the results I want. Thanks all!
>>
>>
>> Corban Baxter |rich media designer |www.funimation.com
>>
>>
>> ___
>> 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 mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders