Hey guys.. I have been using Flash for as long as I can remember.. I use Flash primarily for multimedia presentations on CDs.. I really know my stuff and I am 150% sure that this is not a problem with the getURL action I am using.. Anyways, sometimes (randomly) when I use a getURL the webpage...
Dum Tech..
I thought about multiple users submitting things at the same time also, thats why I added WHERE Name='$name' to the query.. It will return the last thing added by that person. -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
Oh, you might also have to add DESC after timestampcolum in the query.. I cant remember if timestamps show up by oldest or newest first by default. -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
You could add a timestamp column and do a @mysql_query("Select * FROM Customer WHERE Name='$Name' ORDER BY timestampcolumn") and just grab the top entry... -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
You can go to fill or line and type in the hex number for it and then go to movie properties, click on background color and eyedrop the line/fill color that you just put in. -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
Until Flash MX comes out, import the movie into flash, drag onto timeline... insert frames until you see the box with the "x" in it indicating that the .mov is over... export as jpg/bmp/png sequence.. Import the sequence and voila.. you have a movie. -Nukoi
I know my stuff.. Hire me...
Im sorry if my script is a little overwhelming, but dynamic animation and things of that nature tend to look confusing to anyone other than the person who wrote them :-) -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
Okay.. -Takes a deep breath-
The way I did the buttons changing to section 1-6 was like this...
Made a movie Clip... gave it an instance name of 1.
Made a button inside that movie clip..
The buttons text is actually a movieclip of text..
That movieclip has 7 frames (the first one doesnt matter...
Alternatively, you could copy all frames, insert new symbol, paste the frames into it, then drag that symbol onto the main timelineand move it wherever you like..
Please note that this way will mess up any calls to _root through actionscript. -Nukoi
I know my stuff.. Hire me.
www.nukoi.com
Think about it...
$totalines = count($fcontents); // Say you have 50 lines in your file..
$count = $totalines;//$count and $totalines=50
for ($i = 0; $i <= $count; $i++, $totalines--){
$line = ($fcontents[$totalines]); $line = line # 50 of $fcontents
if($line != ""){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.