[flexcoders] how to detect that flash is visible

2009-03-13 Thread v.cekvenich
Some of the flash ads detect when ad is seen. Like when I scroll down bellow the fold, it start animation once it's shown. How? What is the event generated? tia, .V

[flexcoders] how to receive params from html .... in flash

2009-01-02 Thread v.cekvenich
http://yakovfain.javadevelopersjournal.com/passing_parameters_to_flex_that_works.htm I can do this an flex. But... what if I am doing .as project, not flex. How do I receive an argument? tia, .V

[flexcoders] [

2008-11-22 Thread v.cekvenich
I would like to inform you of an online (world wide) class on 3D Flex/Flash w/ Proj.com engine, using PaperVision: • Event details and to register: http://proj.com/Default.aspx?pageId=212996eventId=32084EventViewMode=EventDetails • 1 class composed of 2 sessions: on mornings of December

[flexcoders] Ann: Flex 3D class in SF on Nov after Adobe Conference

2008-11-02 Thread v.cekvenich
Another quick note on live hands on Flex + PaperVision + Collada training in SF after Adobe conference Max on Nov 20th – 1 day, 10 hours – we will try to cover 2 day's worth of materials in 1 day. We will be using the astroredner engine / Flash 10, and we won't be using Flash CS at all, just Flex

[flexcoders] [ANN Class] 3D Interactive UI, Papervision w/ Flex for Games and more

2008-10-17 Thread v.cekvenich
A 10 hour bootcamp in Flex to learn 3D using Papervision. Taught by professional trainer Vic Cekvenich. In SF on 11/20 after Max,more info at: http://papervision.proj.com $200-400. We will cover hands on labs from scratch: * Setting up the SDK * Warm up: 2D Motion * 3D Primitives

[flexcoders] reflection of proerties in an object

2008-07-23 Thread v.cekvenich
if I get an object, I want to enumerate the properties. Ex: var object:Object = someClass.someFunc(); var val1:String = object[key1]; How do I list all the keys in an object? .V

[flexcoders] Re: reflection of proerties in an object

2008-07-23 Thread v.cekvenich
Of v.cekvenich Sent: Wednesday, July 23, 2008 8:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] reflection of proerties in an object if I get an object, I want to enumerate the properties. Ex: var object:Object = someClass.someFunc(); var val1:String = object[key1]; How do I

[flexcoders] Re: reflection of proerties in an object

2008-07-23 Thread v.cekvenich
{ } Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of v.cekvenich Sent: Wednesday, July 23, 2008 10:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: reflection

[flexcoders] Flex 3 SWF files runtime is NOT smaller

2008-03-05 Thread v.cekvenich
When I set the flex library to be a runtime swc, it produces the flex.swc but my files are not any smaller? I just went to libs and said make it runtime, not merged. What else do I need to do? .V

[flexcoders] Re: Flex 3 SWF files runtime is NOT smaller

2008-03-05 Thread v.cekvenich
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 05 Mar 2008, v.cekvenich wrote: What else do I need to do? Build a non-debug version - Builder 3 requires you to go through the 'make release version' process to do this will make it even smaller, if you hadn't

[flexcoders] Stream any readio station (like Winamp and iTunes)

2008-02-13 Thread v.cekvenich
I do not mean a list of mp3 files or Red 5, that I know how to do. How do I stream any internet radio stations like iTunes and Winamp? Or is there a subset of radio stations that would work? .V

[flexcoders] how to get image real/natural size?

2008-01-19 Thread v.cekvenich
I am making an image from string url of the image name. How would I find it's real/natural image size? .V

[flexcoders] How to expand swf height over html?

2007-12-19 Thread v.cekvenich
If I click on a link in my flash widget (that is on a html/jsp page) I want to move down then html bellow and have my flash widget get a bit larger. Any clue on how to do some similar ways to doing this? It's almost a menu, information panel, when I click more it would expand to show about 1/4

[flexcoders] How to force swf reload?

2007-11-27 Thread v.cekvenich
What (java)script do people us to deploy swf files? We are using adobes .js script, but this does not reload the new swf files when we release a new version. So our users see the old swf version of our app. At the moment the only thing we tested that works is to rename the swf file each time.

[flexcoders] generated html wraper to pass args to swf?

2007-03-18 Thread v.cekvenich
I can pass pam to swt using some.swf?arg=23?arg2=3 and that works. but if some.swf is wraped in html (and it has to be in my case), how do i edit the generated html to pass that arg? ex some.html?arg=23?arg2=3 passed to the swf? tia, .V

[flexcoders] Re: HTML in Flex

2007-03-16 Thread v.cekvenich
take a look at pointcast.com for example.

[flexcoders] Re: netstream mp3 access to SoundMixer.computeSpectrum in sandbox not allowed

2007-03-16 Thread v.cekvenich
Any idea how to make a sound class out of a netstream? ? tia, .V --- In flexcoders@yahoogroups.com, v.cekvenich [EMAIL PROTECTED] wrote: How do I get something similar so that I can draw a spectrum(vibrating lines) of the music streaming on netstream in flash 2.01? tia, .V