myPay Solutions Multimedia Demo Web Deployment

Follow the instructions below to deploy the myPay Solutions Multimedia Demo to your website.

Initial set-up for all web sites:

  1. Download the myPay Solutions multimedia demo.
  2. In the File Download dialog, click the Save button, navigate to your desktop through the Save As dialog, and then click the Save button.
  3. Locate the ZIP file on your desktop, double-click it, and extract the files to a PayrollClient_demo_myPay folder on your desktop.
    Note: The ZIP file is set up to extract the files to a PayrollClient_demo_myPay folder. When extracting the files, you may need to set an option to use folder names.
  4. In the PayrollClient_demo_myPay folder on your desktop, open the companyinfo.txt file and edit it as follows: Note: Because the "&" character has special meaning in Flash, enter %26 to include an ampersand in the text you add to the companyinfo.txt file.
  5. Save companyinfo.txt.
  6. Follow the appropriate steps below, depending on whether or not you use Web Builder CS.

Web Builder Users:

  1. Log into your site at www.WebBuilderSolution.com.
  2. In the Site Manager, click the Upload Files link.
  3. Click the Browse button and navigate to PayrollClient_demo_myPay folder on your desktop.
  4. Select PayrollClient_demo_myPay.swf, click Open, and then click the Upload File button.
  5. Using the previous step as a guide, upload musicloop2.swf and companyinfo.txt.
  6. Click the Site Manager link.
  7. In the Site Manager, click the Page Editor link and then click the Edit button for the page from which you will link to the multimedia demo.
  8. Click the View HTML Source button for the appropriate text box.
  9. Copy and paste the following HTML code where you want the link to appear.

    <a onclick="javascript:window.open('./images/PayrollClient_Demo_myPay.swf','','height=527,width=793,left=0,top=0');" href="#">Link Text</a>

  10. In the code you just pasted into the text box, replace the words "Link Text" with the link text you want to appear in the page. For example, you might change "Link Text" to read "Learn more about our payroll services" or "Learn more about myPay Solutions".
  11. Click OK to save your changes.
  12. Click the Preview Website button, navigate to the page on which the link appears, and test the link.

Custom web sites (non-Web Builder Users):

  1. Copy the companyinfo.txt, PayrollClient_demo_myPay.swf, and musicloop2.swf files and paste them into the same folder as the web page from which you will link to the payroll movie.
  2. Open the web page from which you will link to the multimedia demo.
  3. Paste the following HTML code into the web page:

    <a onclick="javascript:window.open('./images/PayrollClient_demo_myPay.swf','','height=527,width=793,left=0,top=0');" href="#">Link Text</a>

  4. In the code you just pasted into the web page, replace the words "Link Text" with the link text you want to appear in the page. For example, you might change "Link Text" to read "Learn more about our payroll services" or "Learn more about myPay Solutions".
  5. Save the updated web page.