Trying to make a page that I host members only access training videos

I am pretty much green when it comes to building sites, but muse has helped me a lot... BUT I am trying to make a page that I host training videos on. they must be password protected and I want to automate it if possible. I read a few of your postings and it was greek to me... so here is my simple question...
1. I have a sales page that sells the product to the client and takes then to a paypal page so as to complete the sale. (DONE)
2. Then once sale is complete I can change the paypal thank you page to a new page where are thanked and queued to create a username and password for access...(Not Done)
3. I will create a page with all the training videos, but it needs to be password protected so I don't lose my content...
4. I would like it to automatically do this when the paid user logs on it sets the password to their username automatically...
sorry so long but I am trying to describe the best I can... thanks for help!

Hi,
check this thread, Re: Can I create a login/password protection in Muse for a HTML5 page or two?
You should get some idea

Similar Messages

  • How do I make an applet make the page that is hosting it go to a page?

    Lets say that www.applet.com is hosting a page. Lets say I click that applet. I want the page, in the same browser that the applet is on, go to another page. How do I do this?

    hi Virum.
    u seem to post quite alot when maybe, with a bit of searching, you could find it urself. Ive been programmin in java for mayb 3 months now. heres your solution i think:Applet.getAppletContext().showDocument("http://www.yourpage.com/");
    Applet.getAppletContext().showDocument("http://www.yourpage.com/","tragetframe");

  • How to make a page that slides in

    Hi,
    I am new and i'm trying to add a page that slides in from the
    right. I'm gonna be adding this to a dynamic flash template that i
    bought. I've managed to make the page slide then stop, as i know
    how to make a simple motion tweed. However, how do i make that page
    slide in when i click on a link button i will be making? I just
    don't know how to make that action happen. Thanks for any repplies
    i appreciate it.

    AFAIK there's no practical way to do what you require.  Sorry.  This is one of the many downsides to Framed sites. It also makes bookmarking and printing pages difficult.  Not to mention user unfriendly from a web accessibility viewpoint.  Re-think your need for Iframes throughout an entire website.   The best websites use one complete page for each topic.  Index, About Us, Contact Us, etc...
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Trying to make a app that transfers files over bluetooth in java

    I am trying to make a program that will send a audio file (for example test.mp3) to another device.
    This would be set up as client - server application.
    Ideally, the server would be a PC and the client a mobile device.
    Is there any source code similar to this?
    Or can anyone help make this?
    Thanks.

    "You can try the below loop it will allow you to skip Unauthorized files access error:"
    Using EnumerateFiles instead of GetFiles doesn't actually avoid the UnauthorizedAccessException that is commonly encountered then SearchOption.AllDirectories is used. There's no way to avoid this problem except by dealing with each directory individually.
    And some side notes:
    the "select new { File = file }" is completely unnecessary
    DirectoryInfo.EnumerateFiles should be used instead of Directory.EnumerateFiles. Enumerating file paths and then creating FileInfo objects is slower than enumerating FileInfo objects in the first place.
    No one said EnumerateFiles instead of GetFiles will solve the Unauthorized exception. 
    Second comment the property File is used within the loop.
    The third comment has no effect with lazy execution, and please prove that it is slower. This comment must be sent against the "GetFiles" method not there."The EnumerateFiles and GetFiles methods
    differ as follows: When you use EnumerateFiles,
    you can start enumerating the collection of names before the whole collection is returned; when you use GetFiles,
    you must wait for the whole array of names to be returned before you can access the array. Therefore, when you are working with many files and directories, EnumerateFiles can
    be more efficient."
    Reference:https://msdn.microsoft.com/en-us/library/dd383571.aspx
    Fouad Roumieh

  • When I open the browser I get a extra tab besides my home page that opens. I only want my home page to open.

    When I open the browser I get a extra tab besides my home page that opens. I only want my home page to open.

    Extra pages can be a sign that a bad add-on has crept into your Firefox. For example, an Astromenda infection.
    cor-el pointed you toward Firefox's Add-ons page, and I suggest also checking here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    For further cleaning, try the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.

  • Trying to make a Link that goes to certain spot on page?

    I am making a menu page and im am trying to make links at the top of the page that goto certain parts of the page. I want to put like pizza at the top then when you click it, it goes to the pizza section.
    Thanks for the help

    Go to the Dreamweaver Help file and look up Named Anchors.
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7c34a.h tml

  • Trying to make a graph that actually works

    I’m trying to make a graph for my boss that displays
    the number of tickets each staff member have completed.
    I found this tutorial:
    http://www.flashkit.com/tutorials/Dynamic_Content/Creating-Zoubin_Z-61/index.php
    However when I finished it, I wanted to create a dynamic text
    box that would display the value for each graph when it said that
    the code used was written in Flash 4, so it can’t do that. :(
    So I started rebuilding the tutorial in flash 9 but then
    realized that the old code wouldn’t work with the new
    version!! ARGH!!
    So basically I’m a bit stuck.
    I’m a beginner to intermediate flash user. But
    don’t have much knowledge of the coding side of things.
    The main part I need converted is this:
    quote:
    Set Variable: "a"=1
    Loop While (A<29)
    Set Variable: "bar"&a = Random (100)
    Set Variable: "a" = a+1
    End Loop
    Set Variable: "a"=1
    Loop While (a<29)
    Begin Tell Target ("var"&a)
    Goto and Stop (Eval("_level0/:bar"&../:a))
    End Tell Target
    Set Variable: "a" = a+1
    End Loop
    Which was written for version 4, but needs to work with the
    latest which is 9 (?).
    All I know so far is that, the Set Variable, has been
    replaced with LoadVariable for the new version. Is that right?
    I’ve been stressing over this for hours last night and
    this morning, trying all different methods from forums and tutorial
    sites, but nothing is working. So as a last resort I’m
    reaching out for help from the experts.
    Thanks in advance!!

    I've been messing with your graph all day and I'm having a
    lot of fun just playing with the code
    It's nice to see some code made especially for this purpose.
    Really clears things up.
    So thanks again clbeech!
    If you don't mind, I've got 3 more questions, if you've got
    the spare time to look:
    Screenshot
    of what I've done so far
    Here is the
    modified action script:
    quote:
    stop();
    var chartScale = 300; //max scale number
    var xml = new XML();
    xml.ignoreWhite=true;
    xml.onLoad = function() {
    date_txt.text = updated;
    var xpos =graph._width /
    (this.firstChild.childNodes.length+1);
    for(var i=0; i<this.firstChild.childNodes.length; i++) {
    graph.attachMovie('bar','bar'+i, i, {_y:xpos*(i+0),
    _x:100});
    graph['bar'+i].name_txt.text = this.firstChild.childNodes
    .attributes.staff;
    graph['bar'+i].num_txt.text =
    this.firstChild.childNodes.attributes.tickets;
    graph['bar'+i].imp_txt.text = this.firstChild.childNodes
    .attributes.improvement;
    var pct =
    Number(this.firstChild.childNodes.attributes.tickets) /
    chartScale * 200;
    graph['bar'+i].bar_bg._yscale = pct;
    xml.load('graphData.xml');
    And this is the
    modified XML data:
    quote:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <graphdata>
    <data staff="david" tickets="300" improvement="12"/>
    <data staff="trent" tickets="267" improvement="9"/>
    <data staff="andrew" tickets="250" improvement="14"/>
    <data staff="nathan" tickets="2" improvement="22"/>
    <data staff="matt" tickets="274" improvement="2"/>
    </graphdata>
    <data date="9th June 2008"/>
    1.
    In the top right hand corner of the screenshot, you'll see
    there is a "Last Updated" static text box followed by a dynamic
    text box called "date_txt". But I wasn't sure where to put the
    code, in the XML file! If I put it between the <graphdata>
    tags then it creates a new graph bar called "UNDEFINED" lol
    Do I create a new tag called 'datedata' or something and put
    it in there? I tried various methods but none of which worked. Any
    idea how to make that work?
    I googled and found this page:
    Webby
    But it seems to write the code in a completely different way to
    you. Also their method doesn't work.
    2.
    Is it at all possible to make the graphs sort themselves and
    arrange from highest to lowest according to the ticket value?
    3.
    How difficult would it be to animate the graphs?? So that
    when you open the flash file, the bars go zooming across and stop
    at the right value?
    I'd imagine it'd be a fair amount of work. But I thought I'd
    ask anyway.
    Thanks showing me the ways guys!
    I'm learning a lot.

  • How to make a page that should be inside an iframe load up its parent page?

    Hello all
    Here's my dilema...
    I'm creating a site with page fragments that the user is able to view by having it load into an iframe. So far so good and it's all working perfectly well.
    The problem that I envisage is that, even with no-index robot meta tags, Google et al are almost certain to index these page fragments and proffer them in search results.
    So, my question to you is two-fold:
    1 - how can I make a page fragment load up the parent page should it be selected from a Google search result
    and
    2 - once the parent page is loaded up, how can I then make it load the selected content page into the iframe so that the user sees what (s)he is expecting to see?
    I'm imagining that it will require cookies and scripting, but I'm still at the (very) early stages of learning such stuff, so have no clue whatsoever on how to go about it!
    Any bright ideas / tutorials / sites I can nick code from / complete solutions that I don't have to pay for would be much appreciated.
    Thanks
    Peter

    AFAIK there's no practical way to do what you require.  Sorry.  This is one of the many downsides to Framed sites. It also makes bookmarking and printing pages difficult.  Not to mention user unfriendly from a web accessibility viewpoint.  Re-think your need for Iframes throughout an entire website.   The best websites use one complete page for each topic.  Index, About Us, Contact Us, etc...
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to make a page that should be inside an iframe load up it's parent page?

    Hello all
    Here's my dilema...
    I'm creating a site with page fragments that the user is able to view by having it load into an iframe. So far so good and it's all working perfectly well.
    The problem that I envisage is that, even with no-index robot meta tags , Google et al are almost certain to index these pages fragments and proffer them in search results.
    So, my question to you is two-fold:
    1 - how can I make the page fragments load up the parent page should it be selected from a Google search result
    and
    2 - once the parent page is loaded up, how can I then make it load the selected content page into the iframe so that the user sees what (s)he is expecting to see?
    I'm imagining that it will require cookies and scripting, but I'm still at the (very) early stages of learning such stuff, so have no clue whatsoever on how to go about it!
    Any bright ideas/tutorials/sites I can nick code from/complete solutions that I don't have to pay for would be much appreciated.
    Thanks
    Peter

    Actually, I did carefully choose this forum as being the most appropriate since my question, or rather what I imagine the answer might be, will involve things like scripting and/or cookies.
    Would that not make it "dynamic" enough to remain here?
    Thanks
    Peter

  • HT204382 i have an OS X Lion and am trying to download a format that allows me to open and view videos in QuiteTime player. Which one would be best for me out of all the options that I have above?

    I have an OS X Lion and am trying to download a format that allows me to open and view QuickTime player.  Which format would be best for me?

    VLC will play any format.
    Quicktime format is MP4.

  • Trying to make a page turning book on a Mac in InDesign, won't work

    I have been trying for a few days to create an interactive book (where the pages turn) but when I go to preview the navigation button won't work (they show the roll over but don't actually move to the next page).  Also I try to export and save as a .swf file but it says that it is 'not supported'.  Can anyone help, I would be very grateful!

    Alright thanks! Ok this is what happens in my end:
    - The interactive PDF you sent me works fine. The iD file opens fine as well and is exactly the same process so that checks.
    -I exported your iD file to .swf, created a new iD document and imported the exported .swf file from the file you created. I exported this new document to interactive PDF. I open it and again I click the links and only google chrome windows open
    This is the link it probably works fine on your end
    https://www.dropbox.com/s/on5tun0v0eunjhu/buttons%20email%20text%20swf%20imported%20to%20i nteractive%20pdf.pdf
    I think there is something going on in my end. "Google Chrome" or "Flash" might be intersecting email links or something becuase I cannot get these .swf + interactive pdf combo to open the email client not even after I used your iD file, exported .swf, imported it and export again to interactive pdf.
    Again the interactive pdf you sent works fine and when I export my file to interactive pdf it works on my end as well, its only after i export to swf and then I use the file inside iD and export to interactive pdf that it does causes me trouble. I will see what I can do to fix this. At least it was working for you so if its only in my end then its not that bad but it will bugg me forever haha!
    Thanks again for your help!! Sorry to take your time Salah!
    -Sebastian

  • How do I make a page that is currently in my "pages" folder into the new Index page?

    I've been developing an updated site within the currently live site. All new pages, including the potential index page, are inside the "pages" folder. When it's time to go live with the updated version, how do I deactivate the current index page and make the one residing in the "pages" folder the new, active index page?

    To make GoLive know what page you want to be the "home page" ... right-click on the page in the site window and chose "Set as home page"
    To make server/browser know what the homepage is that page shud be named "index" or "default" (and is best placed in the root)
    So rename the old and new "homepage"

  • I m trying to make a jcombobox that has 3 colors red, yellow and green.........its a run time error.......caus i m not getting the required output

    * To change this license header, choose License Headers in Project Properties.
    * To change this template file, choose Tools | Templates
    * and open the template in the editor.
    package Exp4;
    import java.awt.Color;
    import java.awt.GridLayout;
    import java.awt.event.ItemEvent;
    import java.awt.event.ItemListener;
    import javax.swing.JComboBox;
    import javax.swing.JFrame;
    * @author Gursimran
    public class combox extends JFrame implements ItemListener{
        public combox()
            JComboBox cb;
            setLayout(new GridLayout(10,10));
            cb= new JComboBox<>();
            cb.addItem("Red");
            cb.addItem("Green");
            cb.addItem("Blue");
            add(cb);
            cb.addItemListener(this);
            setVisible(true);
            setSize(400,400);
        public static void main(String[] args)
            combox obj=new combox();
        @Override
        public void itemStateChanged(ItemEvent e)
            if(e.getItemSelectable().equals(0))
                        this.getContentPane().setBackground(Color.red);
            else if(e.getItemSelectable().equals(1))
                        this.getContentPane().setBackground(Color.green);

    Please post the exact error message you get.

  • Since updating to the new version the work web page that i use will only print 2 pages even if there are more. I can not get it to print all the pages in the document.

    for instance....I have a documents that has 6 pages, I can scroll down and see all the pages but when i hit the print button it will only print 2 pages. I tried to change it in the setting part but there is no feature that allows you to change it.

    For many years, Firefox has problems printing when some style rules are used. However, I am not aware of any changes for the worse in Fx4 (at least, until now I wasn't aware of any).
    A couple of thoughts:
    (1) Is it possible you were using an add-on in Fx3.6 that fixed this problem, but the add-on was disabled during the upgrade because it wasn't compatible? (Sometimes that can be fixed with a little hack.)
    (2) Are there any obvious settings differences that could be affecting printing, such as fonts, margins, or shrink-to-fit/percentage?
    (3) Does the workaround of selecting the entire page (Ctrl+a) and then choosing Selection under Print range in the Print dialog work? Unfortunately, this can slice through lines and images, but it often works around problems with style rules.
    In the interest of saving paper, it often is useful to experiment with a PDF printer driver. If you don't have pdfFactory, you can install a trial version for testing: it lets you view the results without first having to save the file. (If you save with the trial version, there is a footer to that effect.)
    (4) Is it an HTML5 problem? You can toggle the HTML5 parser off, but this is a global setting, not site-specific. If you are familiar with about:config, filter on html5 and double click '''html5.parser.enable''' to toggle its value from true to false. This helps for some sites, but has no effect on others.

  • How do I make safari pages open in mobile view only

    How can I make my safari open pages in the mobile view? I changed a page's view to standard and now i can not change it back to mobile

    Go to Settings -> Safari -> Delete History, Cookies, and Cache
    That should solve your issue. :)
    HuskieN

Maybe you are looking for

  • Multiple select parameter with each selected value covering multiple sub values

    Hello, everyone, In my SSRS report, I need to set a multiple select parameter called Group, with values: group1 group2, etc.... When group1 is selected, it needs to apply to data of certain sub groups: sub-group1, sub-group2; When group2 is selected,

  • Upgrade or get a new Mac?

    Hey all. I could use some help here. I probably already know what I need to do, but here's what's going on (my apologies if this topic has been addressed elsewhere before): My iMac--see the model info included at the bottom of my post--has been a tro

  • HTML tags in comments

    How do you disallow HTML tags in comments? I want users to be to be able to submit comments on my site but I don't want them to input their own html. Whatever they type should show as plain text on the comments page. I am using PHP / MySQL.

  • Same Picture Repeating in iMovie

    I'm having issues making a slide show in the newest version of iMovie... I can import photos and put it to music but for some reason one photo keeps showing up instead of others...this happens with about 20 of the pictures I have...the slide show has

  • My itunes is acting weird

    A few days ago my itunes started acting funny. It would make my music skip, stop, ect. Now when I open itunes it say analyzing data and the pinwheel pops up. I have tried uninstalling it and reinstalling it and it does the same thing. Any ideas?