Flash-db Board news
Re: little help - version 1 - put into as3 (Today at 09:31)
Do you have some URL to take a look?

Jorge
....more
-----------------------------------------------------------
Re: could use some help with as3 forum (Today at 09:27)
The URL is for a normal phpbb forum, can you post the url of the Flash forum to take a look?

Jorge
....more
-----------------------------------------------------------
Re: Screen not refreshing when routine is called? (Today at 06:11)
The part you questioned:-
if (location == my_loc) { // <-- Not sure about this...wouldn't mean you were there?

Location = the 'location' in every node of the xml file (file has three parts, 'location', 'x_cordinate', 'y_cordinate'.
my_loc = the select...
....more
-----------------------------------------------------------
could use some help with as3 forum (Today at 06:10)
hi, im new here and am having some real difficulties get to grips with the flash forum

Error opening URL 'http://www.bridgeandtunnelproductions.com/phpBB/index.php'
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.bridge...
....more
-----------------------------------------------------------
Re: Multiple Collada loading (Today at 04:31)
Hi,

Try putting your collada creation line(s) in the for loop so you create instances like: collada1, collada2, collada 3 etc

Like (not accurate code)

<code>
for (var i = 0; i < result.length; i++) {
//Something like
var collada:WhateverYouNeed=new Wha...
....more
-----------------------------------------------------------
Re: Screen not refreshing when routine is called? (Today at 03:02)
Bill,
You are focusing on the wrong thing.  Forget about the updating, for now. 

Right now you call this first function searchdb() and it loops through all the points, then runs the first test.
You need to get rid of the for loop and initiate a glob...
....more
-----------------------------------------------------------
Re: Screen not refreshing when routine is called? (Today at 02:17)
Sorry - must have removed the '[ i ]' from the end of that line when I removed some of the other code I mentioned, but it is there and I do loop through it all.

As for the double loading of intervals, thanks for that.


Going back to your original post, ...
....more
-----------------------------------------------------------
Re: Screen not refreshing when routine is called? (Today at 01:11)
I see one thing right off the bat. 
First, you need to be careful about double loading your intervals....

[code]if (Dot_1_mc._y!=my_y) {
      setInterval(moveSphere, 10);   
}
if (Dot_1_mc._x!=my_x) {
      setInterval(moveSphere, 10);
     
}[/code...
....more
-----------------------------------------------------------
Re: Screen not refreshing when routine is called? (Today at 00:16)
Ok, here's the jist of the code that sets up the call to the code in my first post,
What's happening here is :-
1. The xml file has been successfully read in and is being parsed by this code
2. The user has already made a choice from a drop down list o...
....more
-----------------------------------------------------------
Re: Install AMFPHP on a LINUX server HELP!! (05/14/08, 23:37)
Thanks. I will give it a try.
....more
-----------------------------------------------------------