Is it an ACTIVEX problem?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Is it an ACTIVEX problem?

    I have a Flash movie on a Dreamweaver page. I'm assuming it's the only way to
    publish a FLASH site. I'm not a coder by any means and am having diffuculty
    with this. The page loads without the movie.

    I have uploaded the html page as index.html. I have also uploaded the
    AC_RunActiveContent.js page.



    My site is the following: wwww.speakrecordings.com

    Is there something I'm doing wrong and a fairly simple way to fix it? I have 3
    sites I have to upload, all FLASH. Will I be running into this problem each
    time?

    I'd appreciate any and all help, THANK YOU!

    ealdahondo Guest

  2. Similar Questions and Discussions

    1. Adobe ActiveX Control problem in C#
      Hi All, I have made an application that loads an Adobe Acrobat file and shows it. For this I ve used Adobe ActiveX Control available in C#. Heres...
    2. Problem with downloading ActiveX control in IE 6 SP1
      We created an ActiveX control and marked it as safe for scripting using Implements IObjectSafety. We then created a CAB file and signed it using...
    3. Problem with Shockwaveflash activex
      Hi, Can u tell me is there any way by which i can pass the runtime address(address of RAM) to ShockwaveFlash activex SetMovie() function.This...
    4. Problem ... cannot create ActiveX component
      First, I'm a newbie to .Net ... Any help is appreciated So I see that one of the applications I frequently use (Adobe InDesign) can be driven...
    5. ActiveX Problem!
      Hi I want to use "Microsoft Forms 2.0 TextBox" ActiveX in Director. I know that how can I use some it's events but I want to use "keyDown" event...
  3. #2

    Default Re: Is it an ACTIVEX problem?

    ealdahondo wrote:
    > I have uploaded the html page as index.html. I have also uploaded the
    > AC_RunActiveContent.js page.
    .....
    > My site is the following: wwww.speakrecordings.com
    The problem is that the link to AC_RunActiveContent.js is incorrect, but perhpas this was caused by how you set up your site. The link is:
    <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

    When accessed via your home page, it is trying to go up a level, and you cannot go up a level when your already at the top level of the site.

    This issue could be due to have you have your site set up. Many web hosts give you FTP access to a root folder and then within that folder is a folder that contains all the publicly available files, that is where your home page is located (index.html?). If you set up your site to point to the parent folder of the publicly available files (one level up from the web files), then Dreamweaver will create the folder that the AC_RunActiveContent.js file is stored (in a Scripts folder). If you were to drag that Scripts folder into the web folder, then Dreamweaver should ask you to update the paths, have it do so, then upload the Scripts folder in the web folder. The end result should have AC_RunActiveContent.js at the folowing location, which it isn't currently at:
    [url]http://www.speakrecordings.com/scripts/AC_RunActiveContent.js[/url]

    Please note that if you add another Flash movie to your page, then Dreamweaver will recreate the Scripts folder at the root of the site defined within Dreamweaver, and you'll either have to update the paths or redo the steps above.

    You can prevent the issue by having two sites defined, one that points to the root folder of your ftp account, and one that points to the web folder, and that second site is the one that you should do all of your editing of your web pages.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Is it an ACTIVEX problem?

    Also, please keep the same problem under the same message thread as it allows others that come later to be able to see any resolution to the problem.

    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  5. #4

    Default Re: Is it an ACTIVEX problem?

    I'm afraid your suggestion did not make sense to me. The following are the only
    directories and files on the site server. I do not see where Dreamweaver put
    the AC_RunActiveContent.js file. Can you please reply again using the
    directories and files below as a reference? Thanks.


    file://pennantteamwear.com - dir(s):6 | file(s):5
    . .
    admin longo:longo
    catalog longo:longo
    cgi-bin longo:longo
    cp longo:longo
    images longo:longo
    webalizer longo:longo
    index html longo:longo 2.52 Kb
    login html longo:longo 4.41 Kb
    page-background jpg longo:longo 24.37 Kb
    robots txt longo:longo 50 b
    site flash swf longo:longo 236.24 Kb



    IamDaniel Guest

  6. #5

    Default Re: Is it an ACTIVEX problem?

    IamDaniel wrote:
    > I'm afraid your suggestion did not make sense to me. The following are the only
    > directories and files on the site server. I do not see where Dreamweaver put
    > the AC_RunActiveContent.js file. Can you please reply again using the
    > directories and files below as a reference? Thanks.
    It seems that you may have created the page not inside a defined site, or perhaps created the page and didn't save it prior to adding the Flash movie and the path to the script file wasn't updated correctly.

    Take a look at the code for your page and you'll see that the AC_RunActiveContent.js files is linked using a file:/// type of path. That will tell you where the AC_RunActiveContent.js file is located on your local system. If that is within the site you're working with, then all you need to do is to upload the Scripts folder to your remote site. In the end the file will need to be found here (which it is currently not present):
    [url]http://pennantteamwear.com/Scripts/AC_RunActiveContent.js[/url]


    If the file isn't within your defined site, then move the scripts folder referenced in the file:/// path in your code into the root of your site and change the script tag to look like this:
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

    Then make sure to upload it.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139