I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont play on the secure pages, on the unsecure pages it plays fine. I had added an Active X work in accordance with the Lawsuit issue but it still wont play.
I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont play on the secure pages, on the unsecure pages it plays fine. I had added an Active X work in accordance with the Lawsuit issue but it still wont play. Has any body faced this problem.
got some problems inserting a simple flash movie within an ASP page. Actually i am working with Dreamweaver and when I test my page from PWS directory, the flash movie keeps on loading..can't get the flash movie, but when I test the movie outside PWS, it does play the movie.. Should I include any file within the PWS root directory?
I have a movie clip having a few buttons inside that Movie clip. User can click on each part and fill a color.
I used getRGB() function to extract the filled color value of that button. I have used trace to see what the value is. Now I want that value to transfer into a database using ASP.
I have embedded a flash movie (.swf) in my web page - but I don't know how to put the "play,pause,stop,volume" controls to the video.I need the movie to share with my colleagues at work using our local web server.
I need to play mp3 file when my asp page loads. Now, i want to do it the NICE way by providing stop, pause and play buttons. It is not professional to just start playing audio and not giving control to the user. What are my options?
i have a ASP website and a flash on it. on a page, i have a button that links me to this page "pacientes.asp?id=<%=session("adm")%>", so, it returns me the page "pacientes.asp?id=#"... however, i want to control this link through flash.how can i make flash get the "adm" variable and attach to the end of the url?
I have a flash image in my asp page. In the left navigation i have some names say limestone,clay,granite etc. My problem is that when i click the limestone i should get some identity value in my asp page for suppose id=limestone for limestone, similarly for clay and granite. i.e, for clay i should get id=clay in my asp page.
I need to secure my web page, when it is reading a file from the physical folder. Say for eg.. I have a page Page1.aspx, which displays a list of links that corresponds to the available text files in one of the files. All the other pages are secured except this page. So when I click the link, it redirects it to for eg.. http://localhost/folder1/one.txt. But this should not happen. As the user can type this without even logging into the website. So I need to know how to stream this file and display it in another page, rather than just showing it.
Iīve made a loginpage in asp, and a page that receives the data from the form and logs you in. But how do i make the loginpage secure? Do i have to use https, and if so, how do i change from http to https when the loginpage is included in another asp-file?I donīt know if i have explained myself correctly
We have a need to allow our users to enter Credit Card #'s on a web page, so we need a secure page (have the little lock at the bottom of the browser) in order to do this.
1) What is this called? (I've heard the term SSL (Secure Socket Layer)tossed around, I don't know if this is the same or something different).
2) If I need a certificate of some sort for our server, how do I get it?
I have used the "Microsoft.XMLHTTP" object to successfully download web pages from other sites.
However, I need to download a page from a secure page. Can anyone point me to sample code for that? I need to "post" data to a form on that page, so any sample code for that would also be helpful.
How can I secure the pages for login users in a "professional way"? I could set a global variable to true when a user successfully sign in but that's not how the experts do it right?
I have used the "Microsoft.XMLHTTP" object to successfully download web pages from other sites. However, I need to download a page from a secure page. point me to sample code for that? I need to "post" data to a form on that page.
I am working on automating a workflow process for my company. Part of the process requires the user to send a snapshot of their benefits from a secure web site to their manager. I am trying to extract the web page using Microsoft.XMLHTTP but am having problems due to user validation which is required to access the benefits web page. There are 2 layers.
First, user is required to login with user name and password, then user is redirected to another page that asks for PIN. Only if both authentications pass, the user is considered validated and is redirected to the benefits page. I am not able to through any of the validation pages. What can I do?
Any idea's on how to make a PDF secure? I don't want anybody to be able to type in the location to the pdf file in the browser and download it. Suggestions please!!!???
I work for a large chain coporation. My schedule is posted on their secure web site which I have a user name and a password for. I want to create a URL string that can be sent (using VBA inside of Outlook) which contain my username and passsword and allow me access to my schedule information.
After a number of wrong turns and experiments I need advice on login management system to secure our web pages without inconveniencing our visitors or our internal staff.
i need A system whereby the user only has to register ONCE and he will have automatic entry to ANY page without havinto to RE-LOGIN even if he comes in two weeks later or comes directly to that page via an email link. This scenario seems built on the Amazon model of the 'gold box' which automatically remembers you through cookies.
If the user does not have cookies he has to re-login. help me identify a 3rd party product that does this or a route to achieve this in my code.
I want people to click on a .wmv file on a website and download it. Currently, when they do that it simply launches windows media player and tries to play the file there.
would like to use ASP to play wave file however i'm not really an ASP programmer (i'm more into java) thats y i dont know how to do it. I would like to ask for a little help regarding this matter.
PS. I need a pure ASP code because i tried using html tag and its not working. FYI i'm using ASP for cisco IP phone and they can readonly read ASP code not HTML.
recommend a decent ASP-based search component, suitable for use on a medium size site? I'm not too bothered about whether it spiders the site with every search, or if it indexes to a database - but it would be good if you know any other decent-size sites currently using it.
I want to load a particular movie in my active x control but I want it based on whcih checkbox the user selects.
How easy is this to do as I have no real ASP experience but someone here said this would be an ASP thing. I will paste some of the codes below that I have. I have no real ideal as to what I am doing with ASP so the code is probably a bit screwed up.
Does anyone know how to display movie times from a particular zipcode stored in a DB? I need to find a website out there has a data feed that can be accessed with movie times. Anyone have any ideas?
i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and order details are held. I need to be able to produce a report that displays both sets of info in a printable document. aside from using iframes is there a better way of doing this?
I have created a Contact Form in Flash MX, However i want it to be able to send the message using ASP. Does anyone know where i can download or find information on how to do this?
The problem I am having is that when I click on a thumbnail from the flash movie, it pops up the asp page and then it is suppose to display the image and title. It is displaying the title only and not the image. I can view the properties and the image string is being passed through, it's just not showing the image. Is there some other code that has to be included in the asp page to display an image? I hope I explained it enough for someone to assist me.