so i have popups for customers to view add'l html files via
getURL("xxxx.html" _blank);
but when users approve IE to accept popups from my site - it starts the entire flash movie over (a pain).
is there any way around this?
what options do I have
thanks in advance.
J.
Hello all - been awhile.
I have searched this forum, but have not found a suitable answer to my needs.. hope you can help.
I have the following text fields in a form:
form.Sname.
form.Semail
form.Sphone
form.Salt
form.Smodel
form.Sserial
form.Sdescription
i want to add validation in the...
firstly, thanks all for your feedback thus far.. it has really helped.
table structure:
tbl_ReferralData
ReferralID (PK auto#)
Client Name
Client DOB
tbl_Assigned_Thx
ThxID(PK auto#)
ReferralID
Date TOC sent to billing
Date TOC rcvd from billing
Currently, I have frm_TOC_rcvd
i have a...
hello all
I have a form which users enter data based on which client they pick from a combo box.
the combo box(combo_client) is in the header so that when a name is picked the detail section shows the correct record, so that users can enter info for this client.
the combo box(combo_client)...
Hello all.
I have really received from great advice (fneily, PVH) on my table and db structure.. and i have had some successes. But I am having trouble with my form "frm_OpenEpisode_submittd".
As you will see when u open the form it shows record 1 of 3. the First combo box "ClientName" is the...
Hello all.
I have 2 tables:
tbl_Referral_Data
Referral ID (autonumber) PK
client name
client address
client dob
etc.
tbl_Open_Episode
Referral ID (as each referral ID has only one Open Episode)
Admit Date
Date Sent to Billing
I want to create a form which will display a combo box where users...
hello all. firstly i appreciate ur help on my last 2 questions. I have a more effective design based on your support, but at this point I am a bit confused.
background: i am creating a database for program managers in a mental health facility. my current problem is how to arrange the diagnosis...
I am using hte lookup wizard to provide a drop down box on forms in the datatype column.. However I notice on the forms that you can either click the down arrow adn choose an option.. or can type text in the box. How do I ensure that you can only choose an option from the drop down.. and not...
hello all.. cant seem to figure this out.. and i know its porbably an easy one. I have 2 tables.. One with an ID (autoincrement) and also has a bunch of other fields in it (name, address, etc.)..
have table 2 which has only 2 fields.. one is ID (the autoincrement) and the second is diagnosis...
Hello all. been quite awhile since i've posted. but ran into a prob.
I am trying to set up a simple add item to cart function and evertyhing works below aside from the "paypal part". I ommitted my scroll function as its not necessary.
stop()...
Hey all. I am trying to make a flag effect.. have the following code:
/*** Linkage name of the LEFT clip ***/
clip="flag1";
/*** Constants ***/
startX=0; // position of left hand of image
startY=4; // position of left hand of image
amplitude=3; // amplitude of oscillations...
Hey all... I have a lot of code on this movie - It is a simply image slider which when you mouse over the right side of the "mask_mc" the images slide to the left and vice versa. However, my problem is that when I mouse over the right side the images go left (great), but as I go to the left...
I have searched and not found a really good tutorial on how to stream mp3 files in flash.
I have a song which my customer wants in the background, but I want it to stream so as not to increase loading time.
Anybody have a good tutorial on how to do this effectively? I would grealty appreciate...
I am trying to concantenate (?) some info... Basically I have a variable
_root.mycurrentchoice
and I want to hit the movieclip
_root.invis_mc.mytitle + (_root.mycurrentchoice - 1)
and then tell it to gotoAndStop(2);
I have tried:
string = "_root.invis_mc.mytitle" + (_root.mycurrentchoice...
I am using the following :
_root.picone.picloader_mc.picloader.loadMovie(pic1[k]);
is there a way to indicate a x & y value of this pic1[k]?
I have seen this before - but am not sure how to do.
I am interested in how to use the back button on popular browsers (ie, firefox, mac) with my flash websites.
Upon many searches, it seems that many work arounds utilize javascript.
But I have found many of the articles out of date. I would appreciate any links or software that you have found...
I want myif statement to check 2 different conditions.
for example.. If I were typing it would read:
if mynumber.text is greater or equal to 6 and mynumber.text is less than or equal to 11 AND colors is equal to 1, then my price would be 15.00
I tried writing it:
if (6=> mynumber.text =< 11...
OK, I have been working on this - with some help - so thanks very much.. Here's the deal:
I am using a form in flash which a user clicks a button and a file is chosen and uploaded using the following php file "upload.php" - (notice the session variable)
<?
session_start();
// store session...
I am having a file copied into the same directory as this php script that I want to reference. - but the name of the file will vary etc.
Is there a way to reference the name of whatever file is in the same directory as the php script? so that I could email it, or move it, delete it, etc...
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.