Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Components | Forum profile

Forum profile page for Components on http://www.actionscript.org. This report page is the aggregated overview from a single forum: Components, located on the Message Board at http://www.actionscript.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Components" on the Message Board at http://www.actionscript.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: ActionScript.org Forums - Components (site profile, domain info actionscript.org)
Title: Components
Url: http://www.actionscript.org/forums/forumdisplay...
Users activity: 16 post per thread
Forum activity: 25 active threads during last week
 

Posting activity on Components:

  Week Month 3 Months
Threads: 25 84 278
Post: 38 126 441
 

Components Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
zenkert
5
user's latest post:
[AS2] Avoid Green Outline in...
Published (2009-11-26 18:55:00)
Your welcome Flashter zenkert
as3_novice
3
user's latest post:
[AS3] Combo Box and xml
Published (2009-11-23 11:03:00)
Would it be possible to specify a specific node as the "root" node when specifying the combobox data provider? So instead of Code: ddList.dataProvider = new DataProvider(_xml); Is there some way I could get Code: ddList.dataProvider = new DataProvider(_xml.counties); to work? Just trying to get some clarification on what nodes/elements the combobox properties can access regardless of XML structure.
theAgonizer
2
user's latest post:
[AS2] tree component question
Published (2009-11-20 06:09:00)
This is pretty old post. I was looking for how to customize trees for actionscript 3 when I ran across this link how to code a customization on the tree component in actionscript 3 I found it to be very useful and anyone looking for tree information that comes across this thread should be interested as well.
Navarone
2
user's latest post:
output error
Published (2009-11-23 14:10:00)
When I am testing my movie in flash (CS3) I get an error in the output window. Can someone explain what is going on here? VideoError: 1005: Invalid xml: URL: "videos/Dave Boushey Video Reel_1Mb.mp4" No root node found; if url is for an flv it must have .flv extension and take no parameters at fl.video::SMILManager/http://www.adobe.com/2007/flash/flvplayback/internal::xmlLoadEventHandler() at...
loadlearn
2
user's latest post:
[AS2] FLVPlayback not showing up...
Published (2009-11-23 02:02:00)
Welcome.
zanshin
2
user's latest post:
[AS3] Add checkbox to datagrid...
Published (2009-11-24 18:09:00)
I've created a AdvancedDataGrid component (for reuse). I'm creating columns based on an input file. How can I had a checkbox to a column in addDataGridExcludeColumn(). ActionScript Code: default :           addDataGridExcludeColumn ( "Exclude" ) ;                    ...
Flashter
2
user's latest post:
[AS2] Avoid Green Outline in...
Published (2009-11-26 12:16:00)
Zenkert...thank you so much! ActionScript Code: drawFocus = false ;
thevibe
2
user's latest post:
[AS3] Reset a combo box
Published (2009-11-26 02:18:00)
Hi guys, I have a small issue that I would like to correct. What script can reset a combobox ? After the user submitted the form all the information needs to go. I found how to do it for the field text and the checkboxes but not how to reset the combobox. e.g. working; txtfirst.text = ""; workshop1_box.selected = false; combobox = ??? Thanks in advance !!!
sureshdavid
2
user's latest post:
[AS3] numericalStepper enabled...
Published (2009-11-27 11:49:00)
Nice Gicmo.. It works.. Thank you so much..
1kat
1
user's latest post:
Viewers do not see updates flash...
Published (2009-11-21 02:41:00)
I am having this same issue and I did add the randomly generated number to my swf filename in html. Does anybody have any other solutions?? This is how my site works: 1. page with flash is opened (flash is grabbed from server) 2. the flash then directs you to another page 3. the new page allows you to press a button to go back to the flash page 4. when you go back to the flash page the flash is no longer grabbed from the server. At step 3, if...
 

Latest active threads on Components::

ActionScript.org Forums
Started 3 days, 15 hours ago (2009-11-27 16:10:00)  by Mazoonist
There may or may not be a way to do this from the inside. There is a way to cheat it from the outside. It requires flash player 10 to get the new "cursor" property of the Mouse class. So here's what I did: 1. Drew a rectangle on a separate layer above the FLVPlayback component the same size as the playPauseButton. I used a fill color with alpha set to 0, and no stroke. Then converted the ...
Thread:  Show this thread (2 posts)   Thread info: [AS3] FLVPlayback & useHandCursor Size: 1,493 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS3] FLVPlayback & useHandCursor :: Components :: ActionScript.org Forums"
ActionScript.org Forums
Started 3 days, 20 hours ago (2009-11-27 10:49:00)  by GiCmo
The blue border added is caused by the TextField inside the numericStepper. So you need to disable mouseEvents from the textField inside. To do that use: NS.mouseChildren = false; which disables mouseEvents for everything NS contains as a child. This goes to any future movieClip or Sprite you will create which you will want to disable its mouseEvents. Always think of the ...
Thread:  Show this thread (3 posts)   Thread info: [AS3] numericalStepper enabled problem Size: 539 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS3] numericalStepper enabled problem :: Components :: ActionScript.org Forums"
ActionScript.org Forums
Started 6 days, 10 hours ago (2009-11-24 21:04:00)  by zenkert
Flashter. Had a similar problem with the ScrollPane. http://www.actionscript.org/forums/s....php3?t=223 016 Check my thread it has several solutions. Maybe one of them can help you. The last answer solved it all. zenkert
Thread:  Show this thread (4 posts)   Thread info: [AS2] Avoid Green Outline in input boxes when tabbing Size: 393 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Check this thread :: Components :: ActionScript.org Forums"
ActionScript.org Forums
Started 5 days, 4 hours ago (2009-11-26 03:10:00)  by codeman22
It should be... ActionScript Code: myComboBox. selectedIndex = 0 ; Hope this helps codeman22
Thread:  Show this thread (2 posts)   Thread info: [AS3] Reset a combo box Size: 519 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Reset a combo box :: Components :: ActionScript.org Forums"
ActionScript.org Forums
Started 5 days, 13 hours ago (2009-11-25 18:11:00)  by wizardofoz
Any idea how to get the exact same thing working in as3.0?
Thread:  Show this thread (2 posts)   Thread info: Flash Video Components: Connect VolumeBar and Mute Button Size: 58 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Video Components: Connect VolumeBar and Mute Button :: Components :: ActionScript.org Forums"
ActionScript.org Forums
Started 1 year ago (2008-11-12 17:46:00)  by Rjmg2008
I will also say this... If anyone thinks there is a better way for me to pull my XML file I will be more than happy to oblige... To be honest, XML has really been a pain in my butt, and I can't honestly understand why anyone would go for it. The only reason I'm doing it is because along with the flash site I am going to have an HTML version and strictly text based version (508 compliance), ...
Thread:  Show this thread (4 posts)   Thread info: AS2.0, Dynamic Text, UIScrollBar Size: 762 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: AS2.0, Dynamic Text, UIScrollBar :: Components :: ActionScript.org Forums"
 

Hot threads for last week on Components::

Components
Started 1 week, 6 days ago (2009-11-17 21:38:00)  by roger.oblivion
Hello zenkert, Flash uses the Green Halo Theme by default. I find this very annoying myself. The good news is that you can disable it and get rid of it for good. Use this code on the swf that contains your ScrollPane: Code: _root.myScrollPane.setStyle("themeColor", "none"); As an option you can also disable it for all the components in your movie like this: Code:...
Thread:  Show this thread (10 posts)   Thread info: Remove border from ScrollPane in SWF loaded in another SWF Size: 1,073 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Remove border from ScrollPane in SWF loaded in another SWF :: Components :: ActionScript.org Forums"
Components
Started 6 days, 10 hours ago (2009-11-24 21:04:00)  by zenkert
Flashter. Had a similar problem with the ScrollPane. http://www.actionscript.org/forums/s....php3?t=223 016 Check my thread it has several solutions. Maybe one of them can help you. The last answer solved it all. zenkert
Thread:  Show this thread (4 posts)   Thread info: [AS2] Avoid Green Outline in input boxes when tabbing Size: 393 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Check this thread :: Components :: ActionScript.org Forums"
Components
Started 3 weeks, 5 days ago (2009-11-04 22:28:00)  by sugarengine
Everytime you touch it, you are adding items to list with that Event Change listener. You need to just do that once when you first make it, not everytime it is clicked on. There must be some kind of initializing function that is only called once. I think
Thread:  Show this thread (10 posts)   Thread info: [AS3] Combo Box and xml Size: 305 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS3] Combo Box and xml :: Components :: ActionScript.org Forums"
Components
Started 3 days, 20 hours ago (2009-11-27 10:49:00)  by GiCmo
The blue border added is caused by the TextField inside the numericStepper. So you need to disable mouseEvents from the textField inside. To do that use: NS.mouseChildren = false; which disables mouseEvents for everything NS contains as a child. This goes to any future movieClip or Sprite you will create which you will want to disable its mouseEvents. Always think of the ...
Thread:  Show this thread (3 posts)   Thread info: [AS3] numericalStepper enabled problem Size: 539 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS3] numericalStepper enabled problem :: Components :: ActionScript.org Forums"
Components
Started 1 week, 1 day ago (2009-11-22 15:12:00)  by DiscipleX
When you use the FLVPlayback component with a skin, a seperate SWF file is generated that you will need to keep with your original sample.swf file. If that SWF file isn't there, the skin won't show up. That's why it shows up locally for you, but not when you just view 'sample.swf' on another computer.
Thread:  Show this thread (2 posts)   Thread info: [AS2] FLVPlayback component issue Size: 318 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS2] FLVPlayback component issue :: Components :: ActionScript.org Forums"
Components
output error - 2 new posts
Started 1 week ago (2009-11-23 14:10:00)  by Navarone
output error When I am testing my movie in flash (CS3) I get an error in the output window. Can someone explain what is going on here? VideoError: 1005: Invalid xml: URL: "videos/Dave Boushey Video Reel_1Mb.mp4" No root node found; if url is for an flv it must have .flv extension and take no parameters at fl.video::SMILManager/http...
Thread:  Show this thread (2 posts)   Thread info: output error Size: 1,250 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "output error :: Components :: ActionScript.org Forums"
Components
Started 6 days, 13 hours ago (2009-11-24 18:09:00)  by zanshin
I've created a AdvancedDataGrid component (for reuse). I'm creating columns based on an input file. How can I had a checkbox to a column in addDataGridExcludeColumn(). ActionScript Code: default : addDataGridExcludeColumn ( "Exclude" ) ; addDataGridTextColumn ( "Name" ) ; addDataGridTextColumn ( "SSN" ) ;...
Thread:  Show this thread (2 posts)   Thread info: [AS3] Add checkbox to datagrid using actionscript Size: 4,648 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How do I add a checkbox to a datagrid dynamically :: Components :: ActionScript.org Forums"
Components
Started 1 week, 1 day ago (2009-11-23 02:02:00)  by loadlearn
Welcome. __________________ “Nothing that is worth knowing can be taught.” - Oscar Wilde
Thread:  Show this thread (2 posts)   Thread info: [AS2] FLVPlayback not showing up at all Size: 634 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS2] FLVPlayback not showing up at all :: Components :: ActionScript.org Forums"
Components
Started 5 days, 4 hours ago (2009-11-26 03:10:00)  by codeman22
It should be... ActionScript Code: myComboBox. selectedIndex = 0 ; Hope this helps codeman22
Thread:  Show this thread (2 posts)   Thread info: [AS3] Reset a combo box Size: 519 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Reset a combo box :: Components :: ActionScript.org Forums"
Components
Started 3 days, 15 hours ago (2009-11-27 16:10:00)  by Mazoonist
There may or may not be a way to do this from the inside. There is a way to cheat it from the outside. It requires flash player 10 to get the new "cursor" property of the Mouse class. So here's what I did: 1. Drew a rectangle on a separate layer above the FLVPlayback component the same size as the playPauseButton. I used a fill color with alpha set to 0, and no stroke. Then converted the ...
Thread:  Show this thread (2 posts)   Thread info: [AS3] FLVPlayback & useHandCursor Size: 1,493 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [AS3] FLVPlayback & useHandCursor :: Components :: ActionScript.org Forums"