Hi guys, i hope you can help. We have been running ISA 2004 for about 8 months now and in that time ive had to create 2 new web listeners for different ports because the old ones just stopped working. What i mean by that is that we could no longer access our webserver externally referencing the...
...actionscript
thisItem = _root.createEmptyMovieClip("clip_mc", 0);
thisItem.loadMovie("testexternal.swf");
thisItem._x = -100;
thisItem._y = -100;
** creates a movieclip "clip_mc" and loads the external swf file testexternal into it.
2.) create another fla called "testexternal" , add a button...
Hi Experts,
Im having a nightmare with trying to display an alert window in my flash movie. It works if the parent of the alert is the same movie. However as soon as i call that same swf from a different swf using the loadMovie method i can no longer see the alert window.
As you can see this...
Hi experts,
We are having major hassles with terminal services from external sources. If i connect to tsweb while sat on the LAN i can connect and it runs with no issues. However if i connect to it from a external source (remote users), they report being disconnected within a few minutes with...
Hi Experts,
Hopefully a quick one. I have an ASP page that lives on a remote webserver (ISP hosted). Ive got them to install SQLXML for the BulkLoad utility. I refer to my schema file to an actualy path on the webserver (D:\webroot\domain\folder\site\schema\whatever.xml). I created an html page...
I have a VB6 client application that creates an XML file based on a recordset. This XML file is then written to my remote isp hosted sql server through SQLXMLBulkload component. I now want to deploy my application to numerous users. I use install shield express to do this. How do i deploy SQLXML...
BuGlen,
Firstly thanks for the speedy reply. You understood me prefectly. Although i fear your knowledge of .NET and its technologies far out weighs mine. I have no problem creating the XML file locally and storing its details, but you mentioned sending the XML file to the server, how do you...
Hello,
Please can you provide me with some guidance.
My scenario:
ISP hosted web server with the following:
- .NET, MS SQL, Frontpage Extensions...
My application:
I have developed a webapp that allows a client to log
onto the site and add/edit/delete data in a remote
webserver SQL...
Cheers Experts,
Some excellent ideas. Chris, thankyou for your post, ive learnt something new today.
I would like to go the XML route, as it would be first for me and something new to try. Is my logic for the following
correct ?
If written a VB App that creates an xml file. Is the next step...
Hi Experts,
Ive been asked to start a project and need some general guidance.
Q.) What i need to do:
- Create a stand alone VB app that allows a user to
input some data.
- I then need to pass that data from the vb app to an SQL
database on my remote webserver.
Im kinda stuck as...
Naith,
You were spot on so ill give you the star, although i did manage to suss it before your post. But the star is yours as it may help future searches on this question.
Thanks again.
Hi,
I do not want a new page to start everytime the job number changes. Your reply is of no use, in fact you have described how i should create the problem im having. But this is my fault as i did not explain myself properly, i do apologise (its been a long day).
Ive managed to sort it though...
...a job number and then display all the details for that job. Nothing spectacular. The report has the following sections with details
Report Header **
Page Header - New page before / after are NOT ticked.
Group Header - New page before / after are NOT ticked.
Details - New page before /...
Hi there,
I have a flash movie that allows a user to upload a photo to customize his "home" page. In my flash movie i have a button that when clicked runs the following
getURL("javascript:submitIT()");
then inside my html page i have a javascript function for submitIT as...
hi again theconehead,
its sorted, i shouldve been using a global variable,
ie. _global.myName = this.Fullname;
as then i can call this variable at any time. thanks for putting me on the right track.
this is what i thought, conehead can i ask a favour please.
lets say frame 100 = login frame
in this frame i set a var myName=this.Fullname;
**** Extract from success if then section****
var myName = this.fullname;
getUrl("javascript alert.... + myName +...)...
hi again, sorry i shouldve explained myself better, what i meant was i want to be able to use the fullname on a different frame. so basically replace the word page with frame. i need to use the variable on frames later on in the same flash movie.
Hi Experts,
Please can you help, i have a flash movie that allows the user to login to access a products download area. This works prefectly in that i pass the login details to my asp page, run the query and return a true or false based on his credentials. I also pass back the users fullname...
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.