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... 

Flash General Help | Forum profile

Forum profile page for Flash General Help on http://www.flashkit.com. This report page is the aggregated overview from a single forum: Flash General Help, located on the Message Board at http://www.flashkit.com. 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 "Flash General Help" on the Message Board at http://www.flashkit.com 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: Flash Kit Community Forums - Flash General Help (site profile, domain info flashkit.com)
Title: Flash General Help
Url: http://board.flashkit.com/board/forumdisplay.ph...
Users activity: 13 post per thread
Forum activity: 39 active threads during last week
 

Posting activity on Flash General Help:

  Week Month 3 Months
Threads: 39 148 463
Post: 49 209 608
 

Flash General Help Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
thorotaxi
5
user's latest post:
Movieclip button rollover and...
Published (2009-11-10 16:44:00)
Can you just add a boolean to manage when the click has happened? var btnClicked:Boolean = false; one_btn.addEventListener(MouseEvent.CLICK, one_btnClicked); one_btn.addEventListener(MouseEvent.ROLL_OUT, one_btnOut); function one_btnClicked(event:MouseEvent):void { cook_book.gotoAndPlay("OpenS"); btnClicked = true; } function one_btnOut(event:MouseEvent):void { if(btnClicked) {...
Eye for Video
4
user's latest post:
Slideshow to display .swfs?
Published (2009-11-09 12:37:00)
So why don't you use Flash? It loads and displays .swfs using loadMovie just fine. Pick the Flash slide show you want and call in the .swf to display, just like you would an image. Best wishes, EfV
Trugas
3
user's latest post:
Custom mouse pointer rotation is...
Published (2009-11-09 20:51:00)
Ok I think I found the problem. Mouse coords are only integers not numbers. This lack of precision means that the smallest distance the mouse can move on the x or y axis is exactly 1 px (or -1px), of course it can also not move at all (0 px). These values can only give eight solutions (left, right, up, down and the four diagonals). So the graphic will only point in one of these eight directions when the mouse is moving very slowly. Any ideas...
steviespin
2
user's latest post:
Slideshow to display .swfs?
Published (2009-11-09 12:38:00)
No, I want an component that can be easily skinned and with existing navigation features. slide slideshowpro but for .swfs. S
Spadewar
2
user's latest post:
Jumpy Flash box's on scrolling
Published (2009-11-09 15:53:00)
ok so i found this code here to help with the jumping of my flash button's and xfire live stream video box's onClipEvent (enterFrame) { scrollerpc = ((this._parent.Scrollbar.scroller._y / this._parent.Bar._height) * 100); // defined this variable which is the difference between the current position and the final (linear) position var dif = -_root.text._y + (contentorigy - ((scrollerpc / 100) * (_root.text._height - _root.Bar._height...
a_modified_dog
2
user's latest post:
Flash CS4. Need help in login area
Published (2009-11-10 15:27:00)
best method is to use Flash to communicate with an online database of users this way you can ensure unique username/passwords are used for login/register a good start would be - Quote: PHP, MySQL, and Flash Learn how to integrate database content into your Flash movies using PHP and MySQL. http://gotoandlearn.com/ i have an AS2 example online try - user: aaa, pwd: aaa - to login then try - user: aaa, pwd: bbb to register
CaverSnaver
2
user's latest post:
? Glitch - showed as outlined ?
Published (2009-11-11 13:47:00)
Bumb please!
ziriguidum
2
user's latest post:
center swf in browser
Published (2009-11-09 13:35:00)
forgot to mention i used http://jquery.lukelutman.com/plugins/flash/
ABP2009
2
user's latest post:
Flash Videoplayer Actionscript3
Published (2009-11-11 09:39:00)
Thanks that got the scroll bar and everything to work. I'm still getting the below error message. I'm not sure what's null. The videos aren't playing in the side panel. Quote: TypeError: Error #2007: Parameter text must be non-null. at flash.text::TextField/set text() at scroll_area_fla::MainTimeline/scroll_area_fla::frame1() TypeError: Error #2007: Parameter text must be non-null. at flash.text::TextField/set text() at...
sazap10
2
user's latest post:
Using button outside of a movie...
Published (2009-11-06 12:26:00)
thanks for the help
 

Latest active threads on Flash General Help::

Flash Kit Community Forums
Started 5 days, 12 hours ago (2009-11-11 13:47:00)  by CaverSnaver
Bumb please!
Thread:  Show this thread (2 posts)   Thread info: ? Glitch - showed as outlined ? Size: 12 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ? Glitch - showed as outlined ? :: Flash General Help :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 10 hours ago (2009-11-10 15:53:00)  by thorotaxi
You suddenly switch from vidTemplate (a declared variable) to videoTemplate (an undefined one) here: var vidTemplate:MovieClip = new vid_details(); vidTemplate.x = 0; vidTemplate.y = b * 42.2; videoTemplate.artistBox.text = artistList[b];
Thread:  Show this thread (3 posts)   Thread info: Flash Videoplayer Actionscript3 Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Videoplayer Actionscript3 :: Flash General Help :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 10 hours ago (2009-11-10 15:55:00)  by thorotaxi
is the FLV in the folder, or are you referencing it from an online location? Sounds like it could be a domain thing.
Thread:  Show this thread (3 posts)   Thread info: Video in Flash CS4 Size: 117 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Video in Flash CS4 :: Flash General Help :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 1 hour ago (2009-11-11 00:37:00)  by ImprisonedPride
Code: on (release) { if (statroll1 >= 0 && statroll < 5) { die111 = statroll+1; } }
Thread:  Show this thread (3 posts)   Thread info: Halp! noob with compile error Size: 403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Halp! noob with compile error :: Flash General Help :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 9 hours ago (2009-11-10 16:44:00)  by thorotaxi
Can you just add a boolean to manage when the click has happened? var btnClicked:Boolean = false; one_btn.addEventListener(MouseEvent.CLICK, one_btnClicked); one_btn.addEventListener(MouseEvent.ROLL_OUT, one_btnOut); function one_btnClicked(event:MouseEvent):void { cook_book.gotoAndPlay("OpenS"); btnClicked = true; } function one_btnOut(event:MouseEvent):void { if(btnClicked) {...
Thread:  Show this thread (2 posts)   Thread info: Movieclip button rollover and click issue Size: 684 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Movieclip button rollover and click issue :: Flash General Help :: Flash Kit Community Forums"
 

Hot threads for last week on Flash General Help::

Flash General Help
Started 6 days, 10 hours ago (2009-11-10 15:53:00)  by thorotaxi
You suddenly switch from vidTemplate (a declared variable) to videoTemplate (an undefined one) here: var vidTemplate:MovieClip = new vid_details(); vidTemplate.x = 0; vidTemplate.y = b * 42.2; videoTemplate.artistBox.text = artistList[b];
Thread:  Show this thread (3 posts)   Thread info: Flash Videoplayer Actionscript3 Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Videoplayer Actionscript3 :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 1 week ago (2009-11-09 19:42:00)  by Trugas
Ok, so to explain exactly what I'm seeing: The movieclip graphic following under the mouse is not rotating smoothly. What actually appears to be happening is that the graphic is snapping to 45 degree increments at slow speeds. This only gives eight steps in a rotation. Again, this only happens when the mouse is moving slowly. When the mouse is moving in a direction that is not exactly ...
Thread:  Show this thread (3 posts)   Thread info: Custom mouse pointer rotation is erratic Size: 494 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Custom mouse pointer rotation is erratic :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 1 week ago (2009-11-09 13:35:00)  by ziriguidum
forgot to mention i used http://jquery.lukelutman.com/plugins/flash/
Thread:  Show this thread (3 posts)   Thread info: center swf in browser Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: center swf in browser :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 1 week ago (2009-11-09 12:37:00)  by Eye for Video
So why don't you use Flash? It loads and displays .swfs using loadMovie just fine. Pick the Flash slide show you want and call in the .swf to display, just like you would an image. Best wishes, EfV
Thread:  Show this thread (3 posts)   Thread info: Slideshow to display .swfs? Size: 221 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Slideshow to display .swfs? :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 6 days, 10 hours ago (2009-11-10 15:55:00)  by thorotaxi
is the FLV in the folder, or are you referencing it from an online location? Sounds like it could be a domain thing.
Thread:  Show this thread (3 posts)   Thread info: Video in Flash CS4 Size: 117 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Video in Flash CS4 :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 6 days, 1 hour ago (2009-11-11 00:37:00)  by ImprisonedPride
Code: on (release) { if (statroll1 >= 0 && statroll < 5) { die111 = statroll+1; } }
Thread:  Show this thread (3 posts)   Thread info: Halp! noob with compile error Size: 403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Halp! noob with compile error :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 6 days, 10 hours ago (2009-11-10 16:00:00)  by thorotaxi
That looks like ActionScript 2, which would most likely go inside the FLAs before publishing the SWFs.
Thread:  Show this thread (2 posts)   Thread info: Jumpy Flash box's on scrolling Size: 102 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Jumpy Flash box's on scrolling :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 5 days, 12 hours ago (2009-11-11 13:47:00)  by CaverSnaver
Bumb please!
Thread:  Show this thread (2 posts)   Thread info: ? Glitch - showed as outlined ? Size: 12 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ? Glitch - showed as outlined ? :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 6 days, 10 hours ago (2009-11-10 15:27:00)  by a_modified_dog
best method is to use Flash to communicate with an online database of users this way you can ensure unique username/passwords are used for login/register a good start would be - Quote: PHP, MySQL, and Flash Learn how to integrate database content into your Flash movies using PHP and MySQL. http://gotoandlearn.com/ i have an AS2 ...
Thread:  Show this thread (2 posts)   Thread info: Flash CS4. Need help in login area Size: 926 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash CS4. Need help in login area :: Flash General Help :: Flash Kit Community Forums"
Flash General Help
Started 1 week ago (2009-11-09 12:34:00)  by Eye for Video
Pretty hard to help without seeing the page. Can you post a link? EfV
Thread:  Show this thread (2 posts)   Thread info: Problems with flash and Internet Explorer Size: 77 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problems with flash and Internet Explorer :: Flash General Help :: Flash Kit Community Forums"