[Flashcoders] XML load and Draw line problem

2006-06-12 Thread Sajid Saiyed
Hi All, I am faced with a strange problem. I have a XML which I am loading into the Flash movie and then iterate through it and store values in an array. Then I run through the array and want to drag BOXES using the drawing api. Here is my Flash Code: - //-

RE: [Flashcoders] Littleloud: Flash Developer Position

2006-06-12 Thread Lee McColl-Sylvester
Think they'd be best using the normal channels... Try Jobs Plus guys ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: 09 June 2006 20:48 To: Flashcoders mailing list Subject: Re: [Flashcoders] Littleloud: Flash Developer Position lol to

Re: [Flashcoders] ScreenWeaver HX Beta

2006-06-12 Thread Nicolas Cannasse
> Can I create Linux executables using SWHX? See http://ncannasse.free.fr/?p=72 about Linux plans. Nicolas ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/fla

Re: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Abdul Qabiz
It's scope issue? I guess, tracer () is not found or executed in wrong scope. Use Delegate to fix this:- layout_xml.onLoad = mx.utils.Delegate.create (this, onXMLLoad); function onXMLLoad (success:Boolean) { ... } Check, if that fixes the problem. -abdul On 6/12/06, Sajid Saiye

Re: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Abdul Qabiz
Why don't you pass the path of XML to SWF using FlashVars. When SWF loads, it would have variable available, you dont need to detect or do anything else. Yeah, you need to make sure you pass the path. -abdul On 6/12/06, Matt Mc <[EMAIL PROTECTED]> wrote: Loading XML in the HTML Embed Tag Wh

Re: [Flashcoders] ScreenWeaver HX Beta

2006-06-12 Thread Nicolas Cannasse
> Really a great job again Nicolas and Edwin !!! > > Do you plan to make a more friendly interface as ScreenWeaver OS in the > future ? > > Cheers > > St3fX Edwin is on hollidays right now so he could possibly answer better than me, but what kind of "friendly interface" would you except ? No h

Re: [Flashcoders] UML to AS2.0 classes ...

2006-06-12 Thread Abdul Qabiz
GModeler is good, its neat and simple. Enterprise Architect is more advanced and does round trips (updates UML when code is updated) -abdul On 6/11/06, Stephen Ford <[EMAIL PROTECTED]> wrote: Hello all, I have searched the flashcoders archive for around 20 mins and couldn't find exactly what

Re: [Flashcoders] FLV problem (http)

2006-06-12 Thread Abdul Qabiz
So you see, bytesLoaded/bytesTotal returning anything ? -abdul On 6/10/06, Andrey Scherbakov <[EMAIL PROTECTED]> wrote: Hi, I develop flash app ака video player. Appeared the one problem... flv files dont play if their load through http (size of the flv file ~13Mb) FLV file loading (I can tr

Re: [Flashcoders] how to decode base64 data and display in flash

2006-06-12 Thread Matthias Dittgen
Hi Santhakumar, If your image data is not too big in size/resolution (pixel * pixel), you could repaint it after decoding, for example: * Have a class painting a 1*1 pixel sized square and put it to specific coordinates x/y. * Decode your base64 encoded image. * paint your image line by line. Th

RE: [Flashcoders] Stretching Designs - Coded?

2006-06-12 Thread Mike Mountain
I have an example on ultrashock that demonstrates this and Scale 9 to good effect: http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/flas/Detailed /264.html HTH M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or se

Re: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Matt Mc
Thanks Abdul But I am not sure I know how to do that. Can you give me an idea of what that would look like. Sorry I am a total noob and I am treading water if you know what I mean. I really appreciate any help you can give me in solving this dynamic linking problem. Matt Abdul Qabi

Re: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Sajid Saiyed
Hi, I figured out that if I hardcode the values things work, but if I use values from variables, nothing works. When I trace the variable values, they trace properly, then why cant I use them dynamically??? Thanks for any help. Sajid On 6/12/06, Sajid Saiyed <[EMAIL PROTECTED]> wrote: Ok, I h

Fwd: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Arul Prasad M L
in your code, make the following change: for (var k = 0; k Date: Jun 12, 2006 3:30 PM Subject: Re: [Flashcoders] XML load and Draw line problem To: flashcoders@chattyfig.figleaf.com Hi, I figured out that if I hardcode the values things work, but if I use values from variables, nothing works. W

Re: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Sajid Saiyed
Thanks Arul, Just in time when I figured out after tracing that its the Object and not the value. This works fine now. Thanks Sajid On 6/12/06, Arul Prasad M L <[EMAIL PROTECTED]> wrote: in your code, make the following change: for (var k = 0; k Date: Jun 12, 2006 3:30 PM Subject: Re: [Flash

[Flashcoders] again! v2 Button has no skin ...

2006-06-12 Thread Michael Stuhr
yet i have this horrible bug again! every v2 button in my clips has no skin anymore. only replacing them by a new one from the components panel aka scratch brings them back, but thewn i have to redefine them, give em stage names and what not. my question now is: is there an extension or command

[Flashcoders] FD+swfmill woes

2006-06-12 Thread Andreas Rønning
Trying to use FlashDevelop to build libraries, but i keep getting odd results. In a simple experiment, i add an image to the library and give it a linkage ID, and attachMovie that image to root. However, the image invariably shows up cropped and at a dramatically wrong scale. Anyone know what

[Flashcoders] Blur an image gradually

2006-06-12 Thread ellen . sundh
Hi! I wonder if it's possible to blur different parts of an image? I am quite sure I have seen a Flash 8 example of this.. There seems to be little you can do with the BlurFliter class.. Would it work to combine the BlurFliter with the Matrix class and define which areas in the matrix that should

Re: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Michael Bedar
Also, I'd advise against using _root.getNextHighestDepth() as it can return some odd levels.. You are much better off making a container MC at a know depth and then creating your MC structure in there. On Jun 12, 2006, at 6:43 AM, Sajid Saiyed wrote: Thanks Arul, Just in time when I fi

[Flashcoders] Object Listener?

2006-06-12 Thread Doug Coning
Greetings, Is there an object listener that will trigger if ANY item within the object is modified? I know watch will trigger if a specific attribute is modified, however, I want to trigger an event if any of the attributes within an object is modified. My Object is a complex object. I co

RE: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Merrill, Jason
>>Thanks Abdul But I am not sure I know how to do that. Can you give me an idea of >>what that would look like. Sorry I am a total noob and I am treading water if you >>know what I mean. Using Flashvars is extremely easy - all you have to do is add a PARAM to the object tag, or a Flashvars to the

[Flashcoders] Player question

2006-06-12 Thread 8ball Developer
Hi fellows, I'm very much confused about this matter so maybe you guys can help out. Which player allows me to open a swf from my desktop, is it the flash standalone player or a file type relation to the plugin? If it's the flash stand alone player, where do I get it from? I'm sending my client

RE: [Flashcoders] Player question

2006-06-12 Thread Merrill, Jason
In your publish settings, it's Windows Projector (.exe) for Windows or Macintosh projector (.hqx). Jason Merrill Bank of America Learning Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of 8ball Developer

RE: [Flashcoders] Player question

2006-06-12 Thread Mike Mountain
The swfs are associated with the standalon exe, you'll find this in your "players" directory somewhere under your flash install. Solutions? Either publish them (or make your own viewer to load the swf's into) as exe's (publish settings) and send the client them zipped up, set them up on a webpage

Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer
Thanks, but: 1. I don't want to send and executable, 2. In general, what do people need in order to play swf on their desktop? On 6/12/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: In your publish settings, it's Windows Projector (.exe) for Windows or Macintosh projector (.hqx). Jason Merrill

Re: [Flashcoders] Player question

2006-06-12 Thread Arul Prasad M L
What do I need to have him do (other than drag the file to your bowser window)? publish the FLA as a flash projector. It will embed the SWF into a flash player and create a EXE out of it. (File > Publish Settings > Windows Projector I DON'T think (well, am pretty sure) you can distribute the St

RE: [Flashcoders] Player question

2006-06-12 Thread Mike Mountain
> In your publish settings, it's Windows Projector (.exe) for > Windows or Macintosh projector (.hqx). > I forgot you can also publish as a projector from the standalone player - open up a swf, go - file/create projector. M ___ Flashcoders@chattyfig.

Re: [Flashcoders] Player question

2006-06-12 Thread Arul Prasad M L
In general, what do people need in order to play swf on their desktop? In general, people create EXEs ;o) ~Arul Prasad On 6/12/06, 8ball Developer <[EMAIL PROTECTED]> wrote: Thanks, but: 1. I don't want to send and executable, 2. In general, what do people need in order to play swf on their

Re: [Flashcoders] Player question

2006-06-12 Thread Danny Kodicek
Hi fellows, I'm very much confused about this matter so maybe you guys can help out. Which player allows me to open a swf from my desktop, is it the flash standalone player or a file type relation to the plugin? If it's the flash stand alone player, where do I get it from? I'm sending my clien

RE: [Flashcoders] Player question

2006-06-12 Thread Merrill, Jason
>>Thanks, but: 1. I don't want to send and executable, 2. In general, what do >>people need in order to play swf on their desktop? An executable. Or have then open in a browser as Mike suggested. Jason Merrill Bank of America Learning Technology Solutions >>-Original Message-

RE: [Flashcoders] Player question

2006-06-12 Thread Mike Mountain
Publish it with html - send him the html+swf, tell him to open the html. ___ 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 Lea

RE: [Flashcoders] Player question

2006-06-12 Thread Mike Mountain
> or send him a copy of your > own standalone player (on my machine it's in C:\Program > Files\Macromedia\Flash 8\Players) > > Danny > Don't think that's allowed without a distribution license. ___ Flashcoders@chattyfig.figleaf.com To change you

[Flashcoders] dynamic text classes

2006-06-12 Thread sanala balaji
Hello all i am facing a problem - i would like to generate dynamic text fields through classes. if anyone know the solution please reply me thanks balaji sanala __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ht

Re: [Flashcoders] Player question

2006-06-12 Thread Danny Kodicek
or send him a copy of your own standalone player (on my machine it's in C:\Program Files\Macromedia\Flash 8\Players) Danny Don't think that's allowed without a distribution license. Hmm - probably not, although I can't imagine why. It's not like it's any different from running the fi

Re: [Flashcoders] Player question

2006-06-12 Thread Dan Efergan
Yep, I agree with Danny, If you don't want to send EXE's consistently then create a shell 'stub' application that loads content into it... send that once, and then continue to send SWF's. No solution ever solves it though, problems tend to arise from the need to place the new swf into the

RE: [Flashcoders] dynamic text classes

2006-06-12 Thread jim
MovieClipInstance.createTextField(); http://livedocs.macromedia.com/flash/8/main/2448.html HTH Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sanala balaji Sent: 12 June 2006 14:21 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] dyn

Re: [Flashcoders] Blur an image gradually

2006-06-12 Thread Robert Wąs
Just change any part of movieclip to BitmapData, attach this bitmap to another clip and apply any filter what do you want rw [EMAIL PROTECTED] wrote: Hi! I wonder if it's possible to blur different parts of an image? I am quite sure I have seen a Flash 8 example of this.. There seems to be lit

Re: [Flashcoders] FD+swfmill woes

2006-06-12 Thread Mark Winterhalder
On 6/12/06, Andreas Rønning <[EMAIL PROTECTED]> wrote: Trying to use FlashDevelop to build libraries, but i keep getting odd results. In a simple experiment, i add an image to the library and give it a linkage ID, and attachMovie that image to root. However, the image invariably shows up cropped

Re: [Flashcoders] Object Listener?

2006-06-12 Thread janosch
No, such thing does not exist. Perhaps you can use __resolve or getters and setters to hook in the getting of properties, and invalidate then your object. But with this, you will lose type-safety. Greetings, Janosch Doug Coning schrieb: Greetings, Is there an object listener that will

RE: [Flashcoders] FLV problem (http)

2006-06-12 Thread Geoffrey Holland
Hey, Had this problem and had to have the host manager change the MIME type for flv file extension. After this, worked fine. Correct MIME type is "video/x-flv" I think this recently changed and still have hosts catching up to it. -Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [Flashcoders] Object Listener?

2006-06-12 Thread jcanistrum
wouldn´t be possible to dispacth some proprietary Event of your class after some attribute changing ? mainly if the attributes only could be changed through the Class setters ??? just a guess 2006/6/12, janosch <[EMAIL PROTECTED]>: No, such thing does not exist. Perhaps you can use __resolv

Re: [Flashcoders] Blur an image gradually

2006-06-12 Thread chloridrik
Hi, in flash 8 you can use mask with alpha chanel and different blur level. : look that (sorry it's in french) http://chloridrik.free.fr/index.php/2006/06/08/52-masque-progressif-grace-au-cacheasbitmap-flash-8 you can download the fla. it's simply with a cacheAsBitmap and setMash() jeremie.

Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer
So, I looked at the player distribution license and the only things I see are flash player and shockwave, nothing about standalone player. Anyone have a link for that? Thanks On 6/12/06, Mike Mountain <[EMAIL PROTECTED]> wrote: > or send him a copy of your > own standalone player (on my machine

Re: [Flashcoders] Blur an image gradually

2006-06-12 Thread ellen . sundh
I got the bluring to work with an image, from looking at this tutorial: http://www.quasimondo.com/archives/000564.php I am gonna apply the blur to a scrolling menu, my worry is that it will demand a lot of CPU since it needs to update the blurfilter on the scrolling list of menu items. I will see

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Rick Root
Josh Santangelo wrote: Tried the integration kit yet? http://weblogs.macromedia.com/flashjavascript/ No I hadn't because I didn't think all that was necessary.. but trying it now. I don't understand part of the installation instructions ... it says to copy the libraries to my flash authori

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Rick Root
Oh I figured it out (I guess).. I added an import statement and it works now. http://www.opensourcecf.com/cfopenchat/demo/sounds.html Rick ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfi

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Dave Mennenoh
Where should I put those files? Where is my "class path"? Edit > Preferences > Click the ActionScript 2.0 Settings... button Dave - Adobe Community Expert www.blurredistinction.com http://www.adobe.com/communities/experts/ ___ Flashcoders@chattyfig

[Flashcoders] unsuscribe

2006-06-12 Thread fernando
Documento sin título ___ 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 Tr

[Flashcoders] Flash coders content degrading

2006-06-12 Thread Mike Mountain
Dunno if its me skilling up (which I doubt) but it would seem a lot of the posts flash coders are getting now would be better suited in: Flashnewbie: http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie We seem to be getting a lot of basic questions and the list seems to have lost some of it

[Flashcoders] OT: Finding Sounds

2006-06-12 Thread Dan Efergan
Has anyone one got any good advice for good online sound libraries, for Flash development. I've got a few which I use: http://www.findsounds.com/ http://www.sounddogs.com/ And then Flash Kit, although that can be a bit tiresome... Anyone got any more suggestions. TIA Dan Dan Efergan [EMAIL

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Rick Root
Dave Mennenoh wrote: Where should I put those files? Where is my "class path"? Edit > Preferences > Click the ActionScript 2.0 Settings... button Thanks, I'll put that somewhere for future reference =) Rick ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Daniel Cascais
Some FlashCoders might be moving over to FlexCoders, where they can talk about ActionScript 3... On 6/12/06, Mike Mountain <[EMAIL PROTECTED]> wrote: Dunno if its me skilling up (which I doubt) but it would seem a lot of the posts flash coders are getting now would be better suited in: Flashnew

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
Been like that for quite some time. Too many people answering newbie posts instead of pointing them to the newbie list. Plus, too many OT posts. Why would someone want to read discussions on non-Flash coding topics in Flashcoders? That's what other lists are for. Others seem to disagree, and w

RE: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Ian McGregor
I would recommend looking at the Mustard Lab js integration tutorial as a start: http://www.mustardlab.com/developer/flash/jscommunication/ Similar to the MM one, but much more simple and very easy to get working. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behal

RE: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Mike Mountain
> Too many people answering newbie posts instead of pointing > them to the newbie list. I'm guilty of that - it was the flash player thread that prompted the "hang on a minute..." moment and begat this email > Plus, too many OT posts. Why would someone want to read > discussions on non-Fla

RE: [Flashcoders] Object Listener?

2006-06-12 Thread Doug Coning
Good thought, if only I set up my object to be part of a class. Bummer... So, does anyone know if there is an event listener that can be triggered if an object is modified? Thanks, Doug Coning Senior Web Development Programmer FORUM Solutions, LLC > -Original Message- > From: [EMAIL

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Mike Britton
I recommend going with ExternalInterface. No external files needed: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=2200.html However the kit is good and definitely works! Mike ___ Fla

Re: [Flashcoders] Player question

2006-06-12 Thread 8ball Developer
I found this: http://www.adobe.com/support/documentation/en/flashplayer/7/readme/fp7_r19_english.html There is talk about standaloneplayer for both mac and pc but where do I download it and how do I apply for the license to distribute this? Thoughts? On 6/12/06, 8ball Developer <[EMAIL PROTECT

Re: [Flashcoders] Text link on hover

2006-06-12 Thread elibol
Hey Greg, Yes I think it can be done with flash 7 compatibility as it's Marios getLineMetrics solution which uses bitmapData, not the getWordRect function. I will write the getLineMetrics function without bitmapData too. I would definitely appreciate your help, I will get in touch with you when

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread ryanm
I just seem to find myself scanning over/deleting instantly more and more posts, whereas 8-12 months ago I was reading the vast majority It's cyclical, like everything else. In the absence of stimulating discussion of complex and interesting problems, some newbie questions and OT posts d

[Flashcoders] haXe site issues

2006-06-12 Thread Lee McColl-Sylvester
Hey all... Submitted emails to the haXe list and no joy. Is it down? Also, the svn appears to be down... Anyone else getting this issue? Lee ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http:

[Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
Hello all, I wonder if any of you could direct me to a resource that discusses how to have download of a video in a FLV Playback component start only upon interaction? I have a couple of videos on a page with other multimedia available for download (Flash presentations on other HTML pages, PDFs) a

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread 8ball Developer
People, stop the madness The flash player question is not a newbie question. I have over 8 years of flash development under my belt. It's a simple question, not newbie and I still don't have a good answer for it. On 6/12/06, Mike Mountain <[EMAIL PROTECTED]> wrote: > Too many people answer

RE: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Jim Robson
FWIW: I've been working with Flash for over 6 years, but there are still a lot of things I haven't done. I've built some complex apps, but they are business apps (functionality revolves around the basic CRUD) intended to be displayed in the browser on desktop PCs. So, for example, I've never built

RE: [Flashcoders] Player question

2006-06-12 Thread Bernard Visscher
For windows I found this: http://www.softwarepatch.com/internet/flash.html For mac http://www.macupdate.com/info.php/id/17338 Hope this helps... -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens 8ball Developer Verzonden: maandag 12 juni 2006 17:32 Aan: Flas

RE: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Lee McColl-Sylvester
Er, didn't they just turn this thread into what they commented they'd prefer not to see so much of in the FlashCoders list? ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: 12 June 2006 17:29 To: 'Flashcoders mailing list' Subje

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Mike Britton
Not to mention the ability to search through messages (or digests) for keywords of interest. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
There is no free license for the standalone player alone, that I know of. Are you trying to distribute to just one person for development/approval purposes? If so, then just send an EXE with a SWF that loads another SWF at startup as someone suggested, so that you can just send them new SWFs to

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
We know. The only way to discuss the list with the list is to post on the list. Derek Vadneau - Original Message - From: "Lee McColl-Sylvester" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, June 12, 2006 12:44 PM Subject: RE: [Flashcoders] Flash coders content degra

[Flashcoders] swf to animated gif tool

2006-06-12 Thread Sam
Any one have suggestions on the best route to convert a swf to an animated gif? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you b

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Aaron Buchanan
I use rules with entourage, and then filter by subject, you can delete all messages with a matching subject that way. Somethin like that might work for you. I'm sure u can do it in outlook as well. a On 6/12/06 7:37 AM, "Mike Mountain" <[EMAIL PROTECTED]> wrote: > Dunno if its me skilling up (w

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
Just download the flv's when the user hits the play button (show a thumbnail of the first frame) and when the buffer is full it starts to play. Users don't mind waiting a few seconds before a movie starts. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Jo

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Dan Efergan
I'm working with the ExternalInterface Class right now, It seems to be working ok, but I am having a particular problem. Can anyone who's used both point out any differences between the ExternalInterface Class and the Integration Kit? Or was it just a pre Flash 8 solution? My problem, in

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
Thank you, Bernard, but my questions is, do you have a tutorial on the FLV Playback component that shows how to do this? Or is there a coded way that is shown in a tutorial? On 6/12/06, Bernard Visscher <[EMAIL PROTECTED]> wrote: Just download the flv's when the user hits the play button (show

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
You can't stop the download, you can only break it by loading an empty flv in the same component. But I don't think that is what you want. -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Jonathan Berry Verzonden: maandag 12 juni 2006 19:31 Aan: Flashcoders

[Flashcoders] OOP Cascading Menu Script

2006-06-12 Thread Jeff Fox
I'm looking at writing a cascading menu script in AS 2.0 using Object Oritened architecture and was wondeing if anyone knew of a good open source example to work from. All the examples I've seen are Flash 5 or MX (AS. 1.0). A menu that uses xml to define the menu structure is preferable. Thanks -

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
I'm sorry. You said I could download the FLVs when the user hits the play button. How do you set this option? Maybe this is so obvious I am missing it? On 6/12/06, Bernard Visscher <[EMAIL PROTECTED]> wrote: You can't stop the download, you can only break it by loading an empty flv in the same

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
I'll make an example... I'm going to eat now.. in about one hour I'll post it here... -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Jonathan Berry Verzonden: maandag 12 juni 2006 19:49 Aan: Flashcoders mailing list Onderwerp: Re: [Flashcoders] Stopping FL

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
http://www.debit.nl/flashcoders/flv/ Pizza's these days are smaller than I thought ;) -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Bernard Visscher Verzonden: maandag 12 juni 2006 20:06 Aan: 'Flashcoders mailing list' Onderwerp: RE: [Flashcoders] Stoppi

Re: [Flashcoders] OT: Finding Sounds

2006-06-12 Thread Rajat Paharia
For Creative Commons licensed music try http://www.ccmixter.org and http://www.opsound.org best, - rajat On 6/12/06, Dan Efergan <[EMAIL PROTECTED]> wrote: Has anyone one got any good advice for good online sound libraries, for Flash development. I've got a few which I use: http://www.findsou

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Weyert de Boer
Bernard Visscher wrote: http://www.debit.nl/flashcoders/flv/ Pizza's these days are smaller than I thought ;) Hahah! It's not even pizza day!! Anyway, you can't make it in such way that the thumbnial will appear before you press Play? Miami Vice cool. ___

Re: [Flashcoders] OT: Finding Sounds

2006-06-12 Thread Weyert de Boer
http://music.musicdirector.nl/ :) ___ 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 Con

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
Weyert, The thumbnail is not included in this example ;) This only shows the play button.. but it's the player used in http://www.hazazah.com and that site has thumbnail flv's with thumbnails and then loads the rollover-flv... Greetz, Bernard... Ps.. It's pizza day.. The gril isn't at home ;)

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Weyert de Boer
Bernard Visscher wrote: Weyert, The thumbnail is not included in this example ;) This only shows the play button.. but it's the player used in http://www.hazazah.com and that site has thumbnail flv's with thumbnails and then loads the rollover-flv... Aha, so you make thumbnial of a movie an

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Weyert de Boer
The site is nice maybe it's nice to support mouse wheels? Not that the Flash IDE itself supports it under MacOSX ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listi

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
OMG! The grill is @ home.. the girl isn't :P -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Bernard Visscher Verzonden: maandag 12 juni 2006 20:33 Aan: 'Flashcoders mailing list' Onderwerp: RE: [Flashcoders] Stopping FLV Playback download Weyert, The thu

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
>Aha, so you make thumbnial of a movie and save it as a flv? Yes, The first frame is a jpg.. then when you load the flv the start image is the same (if all went well ;)).. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or se

RE: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Bernard Visscher
I know;) I would be a nice option :) Maybe in future... :P -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Weyert de Boer Verzonden: maandag 12 juni 2006 20:42 Aan: Flashcoders mailing list Onderwerp: Re: [Flashcoders] Stopping FLV Playback download The si

[Flashcoders] Unsure of syntax

2006-06-12 Thread Burns, John D
I'm trying to make a global function that I can call when someone clicks a next button that unloads the current movieclip and then loads the next one based on the name passed to that function. Also, on some clicks (at the end of each section) I need to enable the next menu option but I'm unsure of

Re: [Flashcoders] Unsure of syntax

2006-06-12 Thread Arlo Jamrog
Hi John, I believe it's: _root.header.navigation[NavigationToEnable].enabled = true; On Jun 12, 2006, at 11:58 AM, Burns, John D wrote: I'm trying to make a global function that I can call when someone clicks a next button that unloads the current movieclip and then loads the next one ba

RE: [Flashcoders] Unsure of syntax

2006-06-12 Thread Burns, John D
Arlo- You are the man! Thank you very much. I knew it was something simple I just couldn't remember for the life of me. It's been one of those days. Thank you for your help! John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message---

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
Thank you, Bernard. On 6/12/06, Bernard Visscher <[EMAIL PROTECTED]> wrote: >Aha, so you make thumbnial of a movie and save it as a flv? Yes, The first frame is a jpg.. then when you load the flv the start image is the same (if all went well ;)).. ___

RE: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Matt Mc
All the resources I get tell me how to put a flashvar into an embed tag but not the syntax for bringing the variable into my Action Script Document. I have been working on this for almost a week now and I know it is simple because everyone keeps telling me so. If I can't get this I am dead. he

RE: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Geoffrey Holland
How about: private var playlistURL:String = _root.xmlURL private var playlistObj:jwPlaylist; private var playlistArray:Array; give that one a whirl! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Mc Sent: Monday, June 12, 2006 3:20 PM To: Flashcode

[Flashcoders] Software Engineer Opening -- ActionScript Developer (San Francisco East Bay)

2006-06-12 Thread Robert Dominy
AdMission Corporation has an opening for a software engineer with Flash Actionscript experience. We are located in San Ramon, CA in the East Bay area of San Francisco. Position details and contact information are listed below. AdMission provides a web-based hosted media platform enabling adverti

RE: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Merrill, Jason
On the Flash end, there is no "syntax" - as I mentioned, you just call it like any other variable - it should already exist if you have Flashvars right in the HTML. It's suppose to be inserted even before frame 1 initializes. Really, just in Flash: trace(myVariable) Jason Merrill Bank of Amer

Re: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread elibol
Hey man, Another way to do this is to add a query string to the swf you're embedding. In HTML you do: http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"; width="300" height="46" id="NoxPlayer" align="middle"> http://www.macromedia.com/go/getflashplayer"

Re: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Matt Mc
elibol <[EMAIL PROTECTED]> I really appreciate you guys helping. For some reason it is still not working. I am going to load a zip file of the project. I just need this playlist to be dynamic to make my boss happy before I get canned. he knows I am not an actionscripter but he seems to think

Re: [Flashcoders] swf to animated gif tool

2006-06-12 Thread ::: curdiss
why not just publish an animated gif from the flash? (unless the source file is not available of course) On 6/12/06, Sam <[EMAIL PROTECTED]> wrote: Any one have suggestions on the best route to convert a swf to an animated gif? ___ Flashcoders@chatt

[Flashcoders] Strange trace (error?) with radiobutton

2006-06-12 Thread Wouter Steidl
Hey List! I am using a radiobutton component with some listeners set up in a project and that works fine, bu I get a strange trace everytime I check one of the radiobuttons: [undefined] => (Array/Object){ } (Array){ } Anyone ever saw this and knows what it is?? Google didnt work for m

Re: [Flashcoders] swf to animated gif tool

2006-06-12 Thread Sam
yeah, that's the issue, no source fla On Jun 12, 2006, at 6:10 PM, ::: curdiss wrote: why not just publish an animated gif from the flash? (unless the source file is not available of course) On 6/12/06, Sam <[EMAIL PROTECTED]> wrote: Any one have suggestions on the best route to convert a

  1   2   >