Having trouble creating clickable banner ad/header

I have gone the route already of creating an invisible button for my header. All I would like to do is be able to click it and it will return the user back to the main index file without opening a new window. When I click on the swf file there is a pointer but nothing happens. Clicking does not oppen a window, or redirect anywhere. I have the following in my actions file in the layer I created.
clickTAG.onRelease = function(){
getURL(" http://www.domain.com", "_self");
I have also tried the following as well:
on(release) {
if (clickTAG.substr(0,4) == 'http') {
getURL(clickTAG, "http://www.domain.com", "_self");
I have researched and tried changing to several others but have not had any success. I am sure I am missing something simple here but can not figure it out.

I can imagine they were not used together, but I cannot imagine beyond what I already explained in my last response the differences in what you did... in the first code you use it as if it is a button's instance name.  In the second you use it as if it is a string... two entirely different animals.
Normally a "clickTAG" represents data that is read in from a parameter in the html embedding code.  Your actionscript extracts that string of data and processes it.  So your second approach appears to be closer to what you need, though it should be directing the getURL to use the clickTag value as the url, not some fixed url string.
Your best bet to get something working is to find a clickTAG tutorial and follow it thru.  Your best bet for finding one is to use Google and search terms like "AS2 clickTAG tutorial"

Similar Messages

  • Having trouble creating a comp card, any suggestions?

    Having trouble creating a comp card, any suggestions?

    What trouble are you having? We need details, or we can't be of any help.
    This question is kind of like calling a mechanic on the phone and saying "I'm having some trouble with my car; any suggestions?"

  • Having trouble creating alias?

    Is anyone else having trouble creating an alias in icloud? It keeps telling me it "cannot save this alias" at this time.

    I am having the same issue.

  • I am having trouble creating a timeline in a trial version of Premiere Pro. Can anyone help?

    I am having trouble creating a timeline in a trial verson of Premiere Pro. Can anyone help?

    Quickest way is to drag a clip into the New Item icon (left bottom corner Project window)
    You can also right click on the clip in the Project window and create sequence from clip (or something in that order, not at my editing machine right now).
    Get Started with Premiere Pro
    New to Premiere Pro? Get started with your first project — editing a video. In less than an hour, you'll learn to edit together different types of media to tell a video story.

  • Having trouble creating the windows 8 installation usb using bootcamp

    Hello Everyone,
    I am trying to install windows 8 on my early 2013 MacBook Pro retina. I am using Mavericks if that matters. I have got the iso file that I need but I am having troube creating the install disk/usb. Everytime I go to create it, I get an error message telling me that the drive could not be formatted properly. I have looked up possible solutions but nothing seems to work, I have unmounted the iso file, tried putting it on the Mac's HD but nothing I do works. Please help.

    Welcome to the Apple Support Communities
    After using Boot Camp, your computer will start always in Windows. To start in OS X, just hold the X key while your Mac is starting. If you want to start always in OS X, after starting in OS X, go to System Preferences > Startup Disk, and select the OS X partition.
    By default, Windows can't read the filesystem that OS X uses for the partition, so that's why you can't access to the OS X partition. Also, you should have burnt the drivers onto a DVD or a USB drive.
    As you have already downloaded the drivers, after starting in OS X, copy them to a USB drive or burn them into a DVD. Then, start in Windows and install them. Note that Windows 8 requires Boot Camp 5 drivers, that you can only get from Boot Camp Assistant if you are running OS X 10.8.3. If you want to be sure that you install the correct drivers, I recommend you to download again the Boot Camp 5 drivers from the Apple webpage > http://support.apple.com/kb/DL1638

  • Having trouble posting html banner

    Hi there,
    I am trying to publish a banner that I've created on adobe Imageready on iWeb but it's not being recognised. The preview works fine on Safari but when I post it into iWeb it's blank. I've posted other widgets and html on the site with no problem.
    I don't know html much, so there may be a very simple solution (I hope!)
    the code I have is this:
    <html>
    <head>
    <title>401banner1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (401banner1.gif) -->
    <!-- End ImageReady Slices -->
    </body>
    </html>
    and I'm trying to put it into the widgets - add html box.
    Any ideas?

    <title>401banner1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body background-color="#FFFFFF" margin-left="0" margin-top="0" margin-width="0" margin-height="0">
    +<!-- ImageReady Slices (401banner1.gif) -->+ These are annotations you need to add the actually 401banner1.gif or a link to it.e.g
    +<!-- End ImageReady Slices --> Annotation+

  • I am having trouble creating a photo gallery using CSS

    Hi, I have created the gallery for the most part. I cannot seem to get the spacing and alignment correct so it falls where it needs to on my page. Lastly, I cannot seem to get the photos for the thumbnails to view properly. Any help is greatly appreciated! Thanks in advance!

    CSS:
    /* ----------NEW-------------- */
    body {
    background-color: #ccc;
    font-size: 0.95em;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:0;
    margin:0;
    a {color: #ff6677;}
    a:visited {color:#ff6677;}
    a:hover {color: #564b47;}
    a:active { color:#000000;}
    h1 {
    font-size: 1em;
    text-transform:uppercase;
    font-weight:normal;
    background-color: #666;
    color:#ccc;
    padding:15px;
    margin:0;
    h2 {
      font-size: 10px;
      font-weight: normal;
      font-family: Arial, SunSans-Regular, Sans-Serif;
      margin: 0px;
      text-align: center;
      color: #000;
      padding-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
    img.download {vertical-align:middle;}
    /* ----------container zentriert das layout-------------- */
    #container {
    width: 1030px;
    margin: 0px auto;
    padding: 0;
    background-color: #ffffff;
    background:#fff url(../images/back.jpg) 75px 10px no-repeat;
    /* Removing the list bullets and indentation */
    #container ul {
        padding:0;
        margin:0;
        list-style-type:none;
    /* Remove the images and text from sight */
    #container a.gallery span {
        position:absolute;
        width:1px;
        height:1px;
        top:5px;
        left:5px;
        overflow:hidden;
        background:#fff;
    /* Adding the thumbnail images */
    #container a.gallery, #container a.gallery:visited {
        display:block;
        color:#000;
        text-decoration:none;
        border:1px solid #000;
        margin:1px 2px 1px 2px;
        text-align:left;
        cursor:default;
    #container a.slidea {
        background:url(images/JUI_JIANG_ARTS_CENTER_1.jpg);
        height:93px;
        width:93px;
    #container a.slideb {
        background:url(images/JUI_JIANG_ARTS_CENTER_2.jpg);
        height:93px;
        width:93px;
    #container a.slidec {
        background:url(images/Special_JuiJiangArtsCenter3.jpg);
        height:93px;
        width:93px;
    #container a.slided {
        background:url(images/Special_JuiJiangArtsCenter4.jpg);
        height:93px;
        width:93px;
    * html #container a.slided {
        width:93px;
        w\idth:93px;
    #container a.slidee {
        background:url(images/Special_JuiJiangArtsCenter5.jpg);
        height:60px;
        width:93px;
    /* set the size of the unordered list to neatly house the thumbnails */
    #container ul {
        width:198px;
        height:386px;
    /* move the thumbnails into the correct position */
    #container ul {
      margin: 5px;
      float: right;
      clear: none;
    /* change the thumbnail border color */
    #container a.gallery:hover {
        border:1px solid #fff;
    /* styling the :hover span */
    #container a.gallery:hover span {
        position:absolute;
        width:372px;
        height:372px;
        top:10px;
        left:75px;
        color:#000;
        background:#fff;
    #container a.gallery:hover img {
        border:1px solid #fff;
        float:left;
        margin-right:5px;
    #container a.gallery:hover img {
        border:1px solid #fff;
        float:left;
        margin-right:5px;
    #container a.slideb:hover img, #container a.slidei:hover img {
        float:right;
    #container {
        background:#fff url(../images/JUI_JIANG_ARTS_CENTER_1.jpg) 75px 10px no-repeat;
    /* ----------banner for logo-------------- */
    #banner {
    background-color: #ccc;
    text-align: right;
    padding: 0;
    margin: 0;
    #banner img {padding: 0 0 10px;}
    /* -----------------Inhalt--------------------- */
    #content {
    background-color: #ffffff;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    p, pre{
    line-height:1.5em;
    padding:0 10px 10px;
    margin:0;
    pre, code {
    font-size:1.3em;
    /* --------------left navigavtion------------- */
    #left {
    float: left;
    width: 107px;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
    background-color: #ffffff;
    #left a {
      color: #ccc;
      text-decoration: none;
      color: #000;
    #left ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    line-height:1.0em;
    #left .static {
    color: #FC0;
    #smallnav {
    color: #FC0;
    font-size: 8px;
    /* -----------footer--------------------------- */
    #footer {
    clear: left;
    margin: 0;
    padding: 7px;
    background-color: #fff;
    /* -----------copyright--------------------------- */
    #copyright {
    font-size: 5px;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    padding: 0 0 0 0;

  • Having trouble creating .WMV from slideshow in Organizer (11)

    When creating .WMV from a slideshow in Organizer (11), the photographs aren't showing up.  They seem fine in the slideshow, but when I output to .WMV I get the audio but not the pics.  I have done this many times before and it has worked fine, not sure why it isn't working now.
    I am trying to take these to Premier Elements to create a DVD with menus.  If I take the slideshow/project, rather than a .WMV, it tells me it doesn't like .jpg and I get some black frames.  In the past, if I created .WMVs, I got around this problem.  Suggestions?
    Thanks....

    If you're running under Windows try this.
    Find the Organizer executable file  (on a 64-bit system this would be C:\Program Files (x86)\Adobe\Elements 12 Organizer\PhotoshopElementsOrganizer.exe).
    Right-click it and select 'Run As Administrator'.
    I had a similar problem when I had both PSE11 & PSE12 installed - Slide show would only ever work in one of them, but an Adobe staff member posted the above suggestion and it worked for me (both versions now work properly).
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Having trouble creating a data source.

    I installed XML publisher with Oracle application server. I also installed the Oracle 10g database. My XML publisher application starts fine and I can log with out any isue. When I try to create a datasource, it does not work. The "error" message does not really give me any detail. I am trying to use the default "oracle Thin JDBC driver". Any suggestion. I really need some help on this. Appreciate any help..

    Dear Tim,
    Thanks for the help. I am still having issue. I did change the value from exception to "debug" and still did not receive any more detail than earlier.
    Heere is what I am providing to the server.
    Data Source Name: wasi
    URL* = jdbc:oracle:thin:@L3B2621.pharmcorp.net:5500:wasi
    Users = SYSMAN
    Password = *****
    Data Base Driver Class: oracle.jdbc.driver.OracleDriver
    <property name="DEBUG_LEVEL" value="debug" />
    Please help. I will be greatful to you.
    thanks

  • Having trouble creating Recovery Media

    Hello everyone
    I bought a new Lenovo disk and tried to install XP with some previous recovery Media but it doesn't seem to detect the second DVD disk during the recovery so I am forced to create a new set of recovery media.
    The only issue is that the application crashes at startup with an issue for RRMedia.exe.
    I said no problem; I’ll just update the RR software. I’m currently on Rescue and Recovery version 3.01.0037.00.
    Unfortunately when trying to update I get errors:
    - for RR3x versions I get a message that sais a newer version is already installed
    - for RR4x versions it forces me to uninstall the 3.01.0037 version
    The only problem is that I cannot uninstall the current version. When I try to uninstall it halts and asks me for a msi file that should be in the “C:\WINDOWS\Downloaded Installations\” directory.
    The said directory has the following subdirectories that are related to Lenovo:
    {0BF4011E-9066-4AA1-ABE5-0C21C7F86E6F}
    {462CED12-459C-4FC5-8BF0-AB6D4B18F9E5}
    {93D1D522-D1EA-4DBF-99B0-E68949FB99A4}
    {AE124339-6CC7-472C-8F3A-633EC608CDAE}
    The uninstall registry key has the InstallSource key value at {93D1D522-D1EA-4DBF-99B0-E68949FB99A4}  but is does not seem to accept the msi file in that directory.
    Also found another registry key that points to an upgrade :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F51209FBB7D248C4A8420AB34CB159DD\InstallProperties]
    Modify Path = MsiExec.exe /I{BF90215F-2D7B-4C84-8A24-A03BC41B95DD}
    "DisplayVersion"="3.99.9999.00"
    "DisplayVersion"="3.99.9999.00"
    The problem that the update directory is not there and the version is not what I see in the RR application.
    I’m wondering if anyone else had the same problem and found a solution… Or, perhaps someone can understand the intricate interactions between the components and can help me find a solution.
    Any input is welcomed.
    Thanks
    Ovidiu
    Here’s the content for the uninstall key:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BF90215F-2D7B-4C84-8A24-A03BC41B95DD}]
    "AuthorizedCDFPrefix"=""
    "Comments"="Your installation can include Client Security Solution, Password Manager, and SafeGuard PrivateDisk.
    To change your installed features, click Change. Then modify the program."
    "Contact"=""
    "DisplayVersion"="3.01.0037.00"
    "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,77,00,77,00,77,00,\
      2e,00,6c,00,65,00,6e,00,6f,00,76,00,6f,00,2e,00,63,00,6f,00,6d,00,2f,00,74,\
      00,68,00,69,00,6e,00,6b,00,2f,00,73,00,75,00,70,00,70,00,6f,00,72,00,74,00,\
      00,00
    "HelpTelephone"=""
    "InstallDate"="20080819"
    "InstallLocation"="C:\\Program Files\\IBM ThinkVantage\\"
    "InstallSource"="C:\\WINDOWS\\Downloaded Installations\\{93D1D522-D1EA-4DBF-99B0-E68949FB99A4}\\"
    "ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\
      00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,00,\
      46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,38,\
      00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,00,\
      39,00,35,00,44,00,44,00,7d,00,00,00
    "NoRepair"=dword:00000001
    "Publisher"="Lenovo Group Limited"
    "Readme"=""
    "Size"=""
    "EstimatedSize"=dword:00025bcd
    "UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\
      78,00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,\
      00,46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,\
      38,00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,\
      00,39,00,35,00,44,00,44,00,7d,00,00,00
    "URLInfoAbout"="http://www.lenovo.com"
    "URLUpdateInfo"=""
    "VersionMajor"=dword:00000003
    "VersionMinor"=dword:00000001
    "WindowsInstaller"=dword:00000001
    "Version"=dword:03010025
    "Language"=dword:00000000
    "DisplayName"="Rescue and Recovery - Client Security Solution"
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F51209FBB7D248C4A8420AB34CB159DD\InstallProperties]
    "RegOwner"=" "
    "RegCompany"=" "
    "ProductID"="none"
    "LocalPackage"="C:\\WINDOWS\\Installer\\1b845.msi"
    "AuthorizedCDFPrefix"=""
    "Comments"="Your installation can include Client Security Solution, Password Manager, and SafeGuard PrivateDisk. 
    To change your installed features, click Change. Then modify the program."
    "Contact"=""
    "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,77,00,77,00,77,00,\
      2e,00,6c,00,65,00,6e,00,6f,00,76,00,6f,00,2e,00,63,00,6f,00,6d,00,2f,00,74,\
      00,68,00,69,00,6e,00,6b,00,2f,00,73,00,75,00,70,00,70,00,6f,00,72,00,74,00,\
      00,00
    "HelpTelephone"=""
    "InstallDate"="20080819"
    "InstallLocation"="C:\\Program Files\\IBM ThinkVantage\\"
    "InstallSource"="C:\\WINDOWS\\Downloaded Installations\\{93D1D522-D1EA-4DBF-99B0-E68949FB99A4}\\"
    "ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\
      00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,00,\
      46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,38,\
      00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,00,\
      39,00,35,00,44,00,44,00,7d,00,00,00
    "NoRepair"=dword:00000001
    "Publisher"="Lenovo Group Limited"
    "Readme"=""
    "Size"=""
    "EstimatedSize"=dword:00025bcd
    "UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\
      78,00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,\
      00,46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,\
      38,00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,\
      00,39,00,35,00,44,00,44,00,7d,00,00,00
    "URLInfoAbout"="http://www.lenovo.com"
    "URLUpdateInfo"=""
    "VersionMajor"=dword:00000003
    "VersionMinor"=dword:00000001
    "WindowsInstaller"=dword:00000001
    "Version"=dword:03010025
    "Language"=dword:00000000
    "DisplayVersion"="3.99.9999.00"
    "DisplayName"="Rescue and Recovery - Client Security Solution"
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F51209FBB7D248C4A8420AB34CB159DD\InstallProperties]"RegOwner"=" ""RegCompany"=" ""ProductID"="none""LocalPackage"="C:\\WINDOWS\\Installer\\1b845.msi""AuthorizedCDFPrefix"="""Comments"="Your installation can include Client Security Solution, Password Manager, and SafeGuard PrivateDisk. To change your installed features, click Change. Then modify the program.""Contact"="""HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,77,00,77,00,77,00,\  2e,00,6c,00,65,00,6e,00,6f,00,76,00,6f,00,2e,00,63,00,6f,00,6d,00,2f,00,74,\  00,68,00,69,00,6e,00,6b,00,2f,00,73,00,75,00,70,00,70,00,6f,00,72,00,74,00,\  00,00"HelpTelephone"="""InstallDate"="20080819""InstallLocation"="C:\\Program Files\\IBM ThinkVantage\\""InstallSource"="C:\\WINDOWS\\Downloaded Installations\\{93D1D522-D1EA-4DBF-99B0-E68949FB99A4}\\""ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\  00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,00,\  46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,38,\  00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,00,\  39,00,35,00,44,00,44,00,7d,00,00,00"NoRepair"=dword:00000001"Publisher"="Lenovo Group Limited""Readme"="""Size"="""EstimatedSize"=dword:00025bcd"UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\  78,00,65,00,20,00,2f,00,49,00,7b,00,42,00,46,00,39,00,30,00,32,00,31,00,35,\  00,46,00,2d,00,32,00,44,00,37,00,42,00,2d,00,34,00,43,00,38,00,34,00,2d,00,\  38,00,41,00,32,00,34,00,2d,00,41,00,30,00,33,00,42,00,43,00,34,00,31,00,42,\  00,39,00,35,00,44,00,44,00,7d,00,00,00"URLInfoAbout"="http://www.lenovo.com""URLUpdateInfo"="""VersionMajor"=dword:00000003"VersionMinor"=dword:00000001"WindowsInstaller"=dword:00000001"Version"=dword:03010025"Language"=dword:00000000"DisplayVersion"="3.99.9999.00""DisplayName"="Rescue and Recovery - Client Security Solution"

    Hi Herik
    Thank you for your reply and sorry for the slow response time...
    Here's my update for this situation:
    R&R - no solution as it simply will not upgrade or uninstall. Tried multiple installation packages but no success.
    The original recovery partition is not there as this is a new drive that I wanted to install on my system (2623DDU). 
    Instead I focused on the recovery media and I think i found a solution... BTW the media was created on my system in 2008, the last time I reinstalled my system and the version on the disk is RR 4.20.0511.00.
    Here's what I did the first time
    - Booted the machine with Rescue And Recovery Startup Disk (1 x DVD)
    - Application installed correcty without errors the prompted me to eject the disk and reboot
    - Ejected and rebooted and after a while I had access to the recovery console (don't know the exact name of the application).
    - Select factory install/reset and followed the prompts
    - Asked for an expansion recovery DVD or something like that - I chose NO
    - Asked for the Product Recovery Disk (1 x DVD) but when I inserted it would not read it. It only said this is not a correct Recovery media, please insert the correct media and retry.
    The solution was to plug the second disk in the machine WHILE it was booting, before the recovery application took control of the hardware. This way and only this way it worked, the recovery process sucessfully created and installed the recovery partition with all its content.
    After that I had a few issues relating to the XP installation not having the ACHI drivers for my new disk but in the end I forced it to install.
    The fact remains that on my current drive (the old one) I am not able to upgrade or uninstall the RR application and luckily I have my Product Recovery Disk otherwise it would have been a headache to recover....
    Sorry for the long post...
    If you have any suggestions, advice or experience to share please share it ...
    Thank you,
    Ovidiu

  • Is it better to install windows on the same mac hard drive or use the second hard drive bay as it's own? Im also using deploy studio and am having trouble creating a workflow to assign the bay.

    Have mac pros with 1tb drives in tem. Trying to figure out imaging via deploy studio.

    For the easist install and problem solving having W7 on it's own disk would be the best way to go.
    The only thing you need to do is either take out the lower # drives ahead of the future Windows disk or put the Windows HD in bay/slot #1. (or just take out all but the future W7 disk and install it manually works too)
    The easiest way would be to put the W7 drive in slot slot/bay #1 then you can still use BC Assistant to install the drivers and such.
    After the install you can have the Windows drive in any slot you want.
    I'm not familier with Deploy Studio so can't help you beyond this.

  • Newbie having trouble creating a Slideshow with the Animation Panel.

    I know it's a much more complicated/advanced way to create a slideshow. But, I know it can be done.
    I will explain exactly what I do, the steps that I take. In my own newbie opinion, I think I'm just missing a step somewhere. Maybe I'm missing two or three steps. Hopefully somebody will be able to help me.
    Thank you in advance, if you do help.
    1.I open the program Adobe Bridge
    2. Then I select all images in a folder, then I utilize the review mode & deselect the photos I do not want to use.
    3. Then I open the selected images into Photoshop. (If you haven't already figured it out, I have Adobe Photoshop CS5 Extended)
    4. I clicked on Windows menu >arrange >Tile. That way all of my images are right there & ready for utilization. (At this point, none of the images have been  clicked on yet.)
    5. Then I open the animation panel & create a white blank background for the first frame.
    Here is where I run into the problem. I know how to add extra frames, that's easy enough.
    I also know that when I add the extra frame, it makes a duplicate of the previous frame.
    My problem is trying to get that extra frame to reflect the next image I would like to display in this little slideshow and so on and so forth for the next, maybe 20 images.
    Then what I would like to do is randomize the transitions with things like dissolve, honeycomb, fade in & fade out. With other options if there are any.
    I would like to create a fancy slideshow is all.
    I have read all of the help manuals, all 600+ pages. This is how far I got. I even did a search in the Adobe community. Even those articles don't quite tell you how to do this. So, I probably could have done a lot more homework. But. I'm starting to get frustrated with it.
    Hopefully someone here will be able to help me with this. Thank you Obi-Wan Kenobi in advance. :-)

    Thank You Thank You Thank You JJ Mack!
    That was exactly what I was looking for & it worked perfectly. :-)
    I have one more question if you would be so kind to help me with.
    I was wondering if there was a way to add transitions, i.e. dissolve, fading in & fading out, split, reveal, random bars, vortex stuff like that.
    I was also wondering if there was a random option for this.
    If I have to add them in manually, that's fine with me. It would be really nice to be able to add some different transitions between frames.
    Once again, thank you in advance for your help.

  • Having trouble creating a PDF (Mac User)

    In Acrobat, I get an error message when I try to create a PDF and select a Word file.  The error message tells me that my file is corrupted (not the case) or incompatible with Adobe (not sure why that would be). 
    The only way I can do it is to open Word and then print or save to PDF.  But I want to successfully create a PDF from within Acrobat.

    Once you have the WORD file in a PDF as you have done, try the Forms>Start Form Wizard (assuming you have this on the MAC). As I understand it, you can not create a PDF from DOC within Acrobat on the MAC since it requires PDF Maker that is not part of the MAC Acrobat system. Some MAC users should be by eventually to clarify or correct my comments.

  • Having trouble creating a PDF to import into Acrobat from Livecycle.

    My Livecycle document saved as a pdf can't be read by Acrobat. I need to add text to a pdf that can't be read by Acrobat, but can be read by Livecycle. I would like to import to Livecycle and save as a pdf that can be read and modified by Acrobat. Any suggestions will be appreciated.
    Thanks

    Once you have the WORD file in a PDF as you have done, try the Forms>Start Form Wizard (assuming you have this on the MAC). As I understand it, you can not create a PDF from DOC within Acrobat on the MAC since it requires PDF Maker that is not part of the MAC Acrobat system. Some MAC users should be by eventually to clarify or correct my comments.

  • New ODI User having trouble creating an XML Data Source...

    How's everyone doing? I'm new to the Oracle Data Integrator software. My goal is to take an XML message, do a bunch of mappings/constraints/etc. and integrate the appropriate data into an Oracle database. Seems like ODI is good for the job, but I'm running into some issues setting up the actual XML source file.
    I followed this guide: [ODI XML to Database Transformation|http://www.oracle.com/technology/obe/fusion_middleware/ODI/ODIXML_to_DB_Transform/ODIXML_to_DB_Transform.htm], which was helpful, but since it used example XML files it did not go into how to use your own custom XML file.
    Let me start off by sharing the XML file I'm attempting to import:
    <?xml version="1.0" encoding="UTF-8"?>
    <Money xmlns="http://xxxxx.oracle.com/schema/Money"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xxxxx.oracle.com/schema/Money file:/C:/OraHome_1/oracledi/demo/xml/Money.xsd">
        <MoneyID>MoneyID0</MoneyID>
        <ContractID>ContractID0</ContractID>
        <EffectiveDate>2006-05-04T18:13:51.0Z</EffectiveDate>
        <MessageDate>2006-05-04T18:13:51.0Z</MessageDate>
        <ReversalIndicator>false</ReversalIndicator>
        <PriorMoneyID>PriorMoneyID0</PriorMoneyID>
        <Amount>0</Amount>
        <MoneyType>0</MoneyType>
        <ExchangeDetails>
            <CostBasis>0</CostBasis>
            <ExchangeType>0</ExchangeType>
            <MEC>false</MEC>
            <LoanAmount>0</LoanAmount>
        </ExchangeDetails>
    </Money>Pretty straightforward I'd say. Note that the XSD file it references DOES exist in that directory, so everything should be fine. So I go into Topology, select the "Physical Architecture" tab, right click "XML", click "Insert Data Server". I name my file "XML_MONEY", select the JDBC tab, and fill in the following fields:
    JDBC Driver: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    JDBC Url: jdbc:snps:xml?f=../demo/xml/Money1.xml
    When I hit "Test", it gives me this annoying message:
    java.sql.SQLException: Could not generate the DTD because the file could not be created. Verify that you have write permission in the directory.
    I have no idea why. I definitely have permissions to write to that directory.
    I played around some more, and removed the junk at the top of the XML file, leaving the file with JUST XML tags. Now I get this error:
    java.lang.ArrayIndexOutOfBoundsException: 1
    What does this mean? I'm confused why this would be happening, because I a couple of days ago when I was playing around with a dummy XML file (with just tags) it connected just fine.
    If anyone can lend a hand I'd greatly appreciate it. I'm probably missing something stupid, so feel free to yell at me.
    Thanks!!
    Edited by: user9958203 on Nov 19, 2009 12:48 PM
    Edited by: user9958203 on Nov 19, 2009 12:48 PM

    hi , i will try to help u out....lets take a simple example
    create your own xml for example
    <pre>
    <?xml version="1.0" encoding="UTF-8"?>
    <ROWSET>
    <ROW>
    <ENAME>SCOTT</ENAME>
    <SAL>15000</SAL>
    <LOC>INDIA</LOC>
    </ROW>
    <ROW>
    <ENAME>ROCK</ENAME>
    <SAL>25000</SAL>
    <LOC>USA</LOC>
    </ROW>
    </ROWSET>
    After that go to Topology manager create a data server in xml technology for example "EMPLOYEE"
    JDBC DRIVER : com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    JDBC URL : jdbc:snps:xml?f=C:/EMP.xml&s=EMP01
    Test it you will get Successful connection message.
    After getting this message apply the settings.Physical Schema window will pop up there give Schema as EMP01,Work Schema as EMP01 then in the context tab
    create a context and give the logical schema name it can be any name..here i am giving the my logical schema name as EMP01.Apply the changes.
    Create a model
    1.In Definition tab give the model name
    select Technology as XML
    Logical Schema as EMP01
    2.In the Reverse tab select the context which u have created in the topology manager
    3.In the Selective Reverse tab reverse all the tables.
    in the model you will be getting 2 datastores ROWSET,ROW
    Create an Interface
    Drag the ROW datastore into source
    I have crated EMP_TEST table in my oracle database Ename,Sal,Loc as columns and reversed it so that i can use EMP_TEST table as my target table
    Drag the EMP_TEST table in the Target datastore map the columns
    select IKM as SQL toSQL Append execute the interface the data in the xml will be loaded in to EMP_TEST table.
    </pre>
    Hope this helps u
    Thanks,
    praneeth.

Maybe you are looking for