.swf after insert in DW acts like link

I just upgraded while working on a site and pulled everything
into upgraded software and now the flash inserts in my dream-weaver
page look and act like a link but are going nowhere. there's a line
around them all until click and then it goes away. Anyone else had
problems with this and would you know how to eliminate this issue?
thank you

Should I insert it here in the page source code?:
<object id="EdgeID" type="text/html" width="980" height="250" data-dw-widget="Edge" data="edgeanimate_assets/ArkayIntro/Assets/ArkayIntro.html">    </object>
Or in the .css file for the page?
.AnimationPanel {
  clear: both;
  min-height: 250px;
  width: auto;
  display: block;
Here: is the URL for the animation:
http://www.arkaytd.com/dev2/

Similar Messages

  • How to Display a message after inserting row in table............

    Hi
    I want to display a message after inserting rows in table like *'you have inserted a new row successfully*'.
    i am using the createinsert ADF Button to insert the rows in table.after that i am comitting it.
    after commiting i want to display message for the user.for this what i need to do.
    Please help me.
    Sailaja.

    user10860137
    Can you please explain me the each line in the code briefly.
    +public String saveButton_action(){+
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("Commit");
    Object result = operationBinding.execute();
    +// note "!" operator has been removed from the default code.+
    +if(operationBinding.getErrors().isEmpty()){+
    FacesContext ctx = FacesContext.getCurrentInstance();
    FacesMessage saveMsg = new FacesMessage("Record Saved Successfully");
    ctx.addMessage(null,saveMsg);
    +}+
    return null;
    +}+
    And i have requirement to show the message on favcet "status bar".not in a popup window.(from the above code the message is showing in popup window. )the Layout i am using is PanelCollection.
    can you tell me what i need to do.
    Thanks
    Sailaja.
    Edited by: sj0609 on Mar 19, 2009 8:03 AM

  • Table rows acting like HTML TD Links

    Guys, Anyway to have our Answers Table rows act like HTML Table <TD> Links?
    I have not tried it yet but was planning to create HTML links in Table Rows, read those into Answers and see if that will work. Thought i ask people here if they have done anything like that?
    Thanks in advance for any pointers.
    Regards,

    I am not sure what you mean by table link.
    If you mean a report with links in one column you can do the following:
    1. Create your report and an extra column as placeholder
    2. Go into the fx of this column and tick "custom headings"
    3. Insert your html link which can be a mixture of static text and values from the report and don't forget in the end of the link to define what text to display for the link in the report
    In my case it is a link to google maps which I feed with city and street data from the report and in the report the city is displayed.
    '<x target="blank" href="http://maps.google.de/maps?f=q&hl=de&mrt=loc&z=15&q='|| customer.city ||'+'|| customer.street ||'">' || customer.city ||'</x>
    Replace the "x" at the beginning and end with an "a" and don't miss the ' at the very beginning
    regards
    Turalf

  • After applying update my apple tv2 will randomly go to a black screen that lasts for a few seconds. When it gets back to normal after a few seconds it acts like the video never stopped since its farther along in the timeline. This happens with all video c

    After applying update my apple tv2 will randomly go to a black screen that lasts for a few seconds. When it gets back to normal after a few seconds it acts like the video never stopped since its farther along in the timeline. This happens with all video content wether its from Netflix or streaming from my iTunes library

    You might try restarting the Apple TV by removing ALL the cables for a 30 seconds. If that doesn't help try using another HDMI cable.

  • Pre turned itself off, after reboot, acted like it was my first use

    Had this phone for several months now.  Tonight it just randomly was off when I reached to use it.  After a 10 min boot up, my apps were still on the phone, but I had to 'agree' to usage of the app store, and had to re-register my foursquare, accuradio, preware, email, and calendar.  I dunno what else needs re-registering since I have so many apps.
    Anyway, the phone is acting like I just turned it on for the first time. Also my stored alarms were erased.
    Anyone ever have these issues?
    I've had the lost alarm clock issue before, but never lost my registrations on my apps.

    Hello bcast:
        Welcome to the Palm Forums. Has the issue you mention repeated since your last incident?
    notimeoff

  • TS1373 my  5th generation ipod acts like it is going to sync and then "ejects" itself before even 1 song can be synced. It then doesnt recognize that it has been ejected and keeps the"do not disconnect" icon on the screen even after unplugging. What do I

    my  5th generation ipod acts like it is going to sync and then "ejects" itself before even 1 song can be synced. It then doesnt recognize that it has been ejected and keeps the"do not disconnect" icon on the screen even after unplugging. What do I do?  it also makes a lot of noise while connected to the computer.

    Is the camera damaged? Could be a hardware problem.
    Try:
    Close the Camera app in the multitasking bar, then try again.
    Restart/Reset/Restore your iPod. In that order.

  • Calendar alerts on every device after installing Mountain Lion. How do I stop this? Tech support acted like I was the first person this happened to. Anyone have the solution?

    I have Calendar alerts on every device [Mac/iPad/iPhone] after installing Mountain Lion. How do I stop this? Tech support acted like I was the first person this happened to. Anyone have the solution?

    Well, whichever device you uncheck = exclude from calendars (and reminders) via iCloud will be excluded as both, receiver and sender. It's an "all or nothing", I guess. Otherwise it'd get more complicated, and the support calls could easily fill an extra forum...
    @lmp68: don't think iTunes is it, in the days of iCloud that would sure take quite an extra effort, if possible at all.

  • Adobe After Effects Help, Question: Shape Layer acts like a mask any help?

    When i go to make a Shape it acts like a mask and i can't change it any help?

    Make sure that no layer is selected before you begin drawing.

  • "Refresh after" insert fails for DB-View with INSTEAD OF Triggers

    Hi,
    I have a database view with INSTEAD OF triggers defined for INSERT, UPDATE, DELETE.
    For some EO attributes the refresh after insert and update is defined.
    Posting to database fails.
    According to Database 9.2 Manual and a previous thread (BC4J and Updatable Views the RETURNING clause is not allowed for database views with INSTEAD OF triggers.
    Is there a workaround so the refresh after is done, but without the RETURNING feature?
    I only need to refresh some values. The PK i can set in the create method of the EO so refresh via a additional SELECT would be possible.
    If not Feature Request:
    Add the possibility to do the "refresh after ..." with a 2nd SELECT using the PK instead of using the RETURNING clause.
    Of course then it is not possible to set the PK in the database trigger. PK has to be set in the create method of the EO.
    Thanks,
    Markus
    GEMS IT

    Hi Markus,
    Turning on the stack trace (-Djbo.debugout put=Console - in the Project/runner) did help and I should have done it sooner. Turns out that when I constructed my EO based upon a database view - I should have left out the PKs of the base tables.
    In my case, I am using an "Instead Of Trigger" to populate a multi-table arrangement (parent - child - grandChild - greatGrandChild relationship) where all base tables are using dbSequence/dbTriggers.
    Final analysis - I would like to see BC4J handle this situation. I do not want to use View-Links and I should * not * have to resort to stored procedures and BC4J/doDML. If I construct a DB View this is participating in an parent - child - grandChild - greatGrandChild relationship that are using dbSequence/dbTriggers, then BC4J should be smart enough to construct VO knowing that I want to do insert, update, delete, selects - based upon this structure.
    Thanks Markus,
    Bill G...

  • Divs are shifting after inserting spry menu bar

    I have tried so much that it has driven me crazy. Initailly I created this site by APdivs and it came out perfect and worked great, except it was not fluid and looked bad on bigger browser and screen size. I decided to change it to fluid way. Now I am in bad shape as soon as I put a horizontal spry menu bar. it shifts the columns to the left and leaves a blank space next to the column 3. I am out of idea, how to fix it. As soon as I take the menu bar out, it works perfect. and columns are stretched to the end on both sides.
    Here is the link of test page
    www.hpbsurgery.net
    This is what I have tried-nothing worked
    put menu bar in container
    put menu bar in header div
    Put mebu bar in a horizontal div inside header div.
    changed the size and dimension of menu bar
    Any help would be greatly appreciated as I am running out of time.
    Thanks much all....

    Thanks very much for your help. I just wanted to mention one thing which I discovered this am by accident out of frustration. Originally, I was trying to control the size of the 3 columns with external CSS and it was messing up after inserting menu bar. I wrote directly in the code this am to exactly define the size besides in my CSS. AND............it fixed the problem and stretched the columns to the end on both side and sizes were appropriate, I am still not sure why did it happen.
    I am not a professional and trying to build my own site as I have interest in web design, but this is first time with DW.
    I really appreciate your help and suggestion about the code.
    Thanks a lot, 
    Date: Wed, 26 Sep 2012 12:46:19 -0600
    From: [email protected]
    To: [email protected]
    Subject: Divs are shifting after inserting spry menu bar 
        Re: Divs are shifting after inserting spry menu bar 
        created by Nancy O. in Dreamweaver General - View the full discussion 
    You appear confused about how to use CSS classes and IDs.  Classes (.className) can be used multiple times in layouts as for re-usable styles.  IDs (#IDName) can be used only one time per page -- as for layout regions or when JavaScript is needed to act upon it.  Try copying and pasting this code into a new blank page.  Hopefully it will make more sense than what you have now. 
    <!NEW LAYOUT> 
    body  
    #header
    #horizontalmenu {
    min-height: 43px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    #leftbar {
    background-color: aqua;
    float:left;
    width: 18%; /*combined width and padding = 22%*/
    padding:2%;
    #middlebar {
    background-color: white;
    float:left;
    width: 52%; /*combined width and padding = 56%*/
    padding:2%;
    #rightbar    {
    background-color: green;
    color:white;
    float:right;
    width: 18%; /*combined width and padding = 22%*/
    padding:2%;
    #credential
    #footer {
    background-color: maroon;
    width: 100%;
    color:white;
    padding:2%;
    #header
    [Item 2 | #]
    [Item 3 | #]
    [Item 3.1 | #]
    [Item 3.1.1 | #]
    [Item 3.1.2 | #]
    [Item 3.2 | #]
    [Item 3.3 | #]
    [Item 4 | #]
    <!END #HEADER>
    #leftbar
    #middlebar
    #rightbar
    #credential
    #footer
      Nancy O. 
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4729585#4729585
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4729585#4729585
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4729585#4729585. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Need some help after inserting CMS system

    Hi on my site ive inserted an CMS system from Cushy. It all work that isnt the problem. The problem is that my page is a mess now.. The only thing ive addes is a cms code so im hoping the solution isnt hard to do.
    There are three pages that are complete changed.
    The home page
    http://www.vakantiewoningeninsuriname.nl/index.html
    The text colomn right under is moved.How can i place this back?
    on http://www.dorff.nl/ you can see how it was before i add the CMS.
    The next page is:
    http://www.vakantiewoningeninsuriname.nl/bezienswaardighedenparamaribo.html
    You can see there is a lot extra space between the head and the text. And you see that the text is not only at the right side anymmore.
    This is how it should be:
    http://www.dorff.nl/bezienswaardighedenparamaribo.html
    The same goes for this page:
    http://www.vakantiewoningeninsuriname.nl/prijzen.html
    And this is how it have to be:
    http://www.dorff.nl/prijzen.html
    Hope you can help, thank you for looking..
    Regards Brian

    Dear Nancy,
    Thank you for your response,
    I will try to explain again what is wrong. On my site you see this page:
    http://www.vakantiewoningeninsuriname.nl/prijzen.html
    Problem is that the picture below is on the right side of the page instead of the left like the other pictures.
    On:
    http://www.dorff.nl/prijzen.html
    You can see how it should looks.. Pictures to the left and text on the right. Dont know what happened when im adding the Cuschy CMS. Hope you can see what is wrong.
    Regards Brian
    Date: Wed, 2 May 2012 13:04:14 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need some help after inserting CMS system
        Re: Need some help after inserting CMS system
        created by Nancy O. in Dreamweaver - View the full discussion
    Change this:
    Prijzen
    Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
      to this: <!Begin CushyCMS>
    h2. Prijzen
    Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
    <!end CushyCMS>   Nancy O.Alt-Web Design & PublishingWeb | Graphics | Print | Media  Specialists  http://alt-web.com/http://twitter.com/altweb http://alt-web.blogspot.com/
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4374962#4374962
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4374962#4374962. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • DW acting like it's a demo version (it's not)

    I've been having problems sense May with adding (see 'DW acting badly-Tossing prefs not helping') and I have followed instructions from this forum, Adobe on line help and finally, the folks at the Apple store.
    To avoid a long update, this is where I stand:
    I can not place images in DW.
    I just did a archive install on my Mini (OS 10.5) at the urging of Adobe and then reinstalled all of the CS3 apps that I legally own. Still, all of them are working fine except DW where I still am not able to place images...
    As I have projects piling up, I moved my files to my Mac laptop (OS 10.4) and fired up DW and the same thing is happening there too! I'm beginning to thing it's acting like it's a demo and is now unusable. As I mentioned, all the other CS3 apps that are on the same install disk are working fine.
    This echos a problem I had with Photoshop last year and after hours and hours of phone help with Adobe, they emailed me a link so I could download a working version of PS (and the whole CS3 design collection). They decided that my disk went bad somehow. But last week, after the archive install, PS loaded just fine and  DW is still acting up.
    What does this look like to you?

    You're so right! There are (///) in url.
    I have no idea how this could have happened but, it did. How do I fix this? I guess I need to go into manage sites>edit and redefine the root folder?
    http://www.gotfuturama.com/
    Date: Mon, 15 Jun 2009 18:45:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: DW acting like it's a demo version (it's not)
    What I'm doing is opening a new (or existing page), placing the cursor
    within the page and go to the common tab and chose image. I then
    navigate to an image and click though the Image Tag Accessibility
    Attributes window (not filling in any field) and place the image. The
    image shows up on the page just fine but, when I go to test it in Firefox (and Safari), I get a missing image icon.
    OK, a few thoughts.
    1. Make SURE you are navigating to an image that exists within your defined site folders (you have defined a site, right?). If you see file:/// anywhere in your source, then you are not working with files in the folders as defined.
    2. If the link is set to site-root relative (link looks like <img src="/images/img.png">), you may need to turn on Preview with Temporary Files in the preferences - if you are experiencing this problem in Preview (F12), that is.
    3. If you are simply opening the file in FF, then use document-relative links instead. The links would look like <img src="images/img.png"> or <img src="../images/img.png">
    The fact that Futurama is coming back fo 26 episodes almost makes up for all this
    Woa! Where? When? 'Toon channel? I wanna see it!
    Mark A. Boyd
    Keep-On-Learnin'
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.
    >

  • Treo 700w constantly acting like it has a dead battery

    I'll start by saying I hope this is the right place for this.  Anyway to the problem, I bought a refurbished treo 700w about 3-4 weeks ago.  It worked great for about a week, then it would start to freeze often which could be cured by pressing the reset button.  Then that would no longer fix the problem and I would have to take the battery out and put it back in and then it would work normally.  Well after a couple days of that, I would have to remove and replace the battery several times before the phone would turn on and work normally.  Then one day, nothing would turn it on.  So I took the battery out and left it out for a few hours and then left it on the charger the rest of the day, (even though it had been on the charger all night). Finally, the next day it would turn back on after taking the battery out again.  Well, the next day I picked up a cradle hoping a upgrade to the OS would fix the problems I was having.  I upgraded the OS and the phone was working perfectly, It no longer froze every time I took it off the charger.  It just worked like I had expected it to from the beginning.  Then last night I came home put the phone on the cradle to charge, and now this morning it is acting like the battery is dead again, It won't respond to anything, the reset button does nothing, taking the battery out does nothing, so it is back on the charger again, hoping I can somehow get it to turn on in a few hours.  so anybody out there have any ideas?
    Post relates to: Treo 700w (Verizon)
    This question was solved.
    View Solution.

    Does the battery indicator show that it is low? If it shows good battery life remaining, it is not the battery.
    Look on the Treo for the software version to see if you need the current update of the ROM software.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/treo/treo700wverizon/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Click on the following link regarding the update.
    http://www.palm.com/us/support/downloads/treo700wupdater/verizon.html
    Post relates to: Palm i705

  • Using Database Change Notification instead of After Insert Trigger

    Hello guys! I have an after insert trigger that calls a procedure, which in turn is doing an update or insert on another table. Due to mutating table errors I declared the trigger and procedure as autonomously transactional. The problem is, that old values of my main tables are inserted into the subtable since the after insert/update trigger is fired before the commit.
    My question is how can I solve that and how could I use the change notification package to call my procedure? I now that this notification is only started after a DML/DDL action has been commited on a table.
    If you could show me how to carry out the following code with a Database Change Notification I'd be delighted. Furthermore I need to know if it suffices to set up this notification only once or for each client seperately?
    Many thanks for your help and expertise!
    Regards,
    Sebastian
    declare
    cnumber number (6);
    begin
    select count(*) into cnumber from (
    select case when (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=1) < (select date_datum
        from
          (select f.date_datum,
            row_number() over (order by f.objectid desc) rn
          from borki.fangzahlen f
          where lng_falle      = :new.lng_falle
          and int_fallennummer = :new.int_fallennummer
          and lng_schaedling   = :new.lng_schaedling
          and date_datum       > '31.03.2010'
        where rn=2) then 1 end as action from borki.fangzahlen
            where lng_falle      = :new.lng_falle
            and int_fallennummer = :new.int_fallennummer
            and lng_schaedling   = :new.lng_schaedling
            and date_datum       > '31.03.2010') where action = 1;
    if cnumber != 0 then
    delete from borki.tbl_test where lng_falle = :new.lng_falle
    and int_fallennummer = :new.int_fallennummer
    and lng_schaedling   = :new.lng_schaedling
    and date_datum       > '31.03.2010';
    commit;     
    pr_fangzahlen_tw_sync_sk(:new.lng_falle, :new.int_fallennummer, :new.lng_schaedling);

    It looks like you have an error in line 37 of your code. Once you fix that the problem should be resolved.

  • I am having a problem. When I click on the Mobile Facebook icon it acts like it is going to start opening then it quits and goes back to the icon. So I can't use Facebook on my iPhone 4

    I am having a problem. When I click on the Mobile Facebook icon it acts like it is going to start opening then it quits and goes back to the icon. So I can't use Facebook on my iPhone 4

    Force quit the application and try again.
    Try a reset or restart of the device, trying the app after each step.

Maybe you are looking for

  • Summary Fields/Formulas

    I want to collect totals of hours in a sub-report.  The problem is that this subreport is also used to collect comments (table structure: Job Table (with hours worked) linked to Job Comments table with 1 to many relation).  The Comments are collected

  • Unicode: Conversion of a string of hexadecimal

    Hello, I need to know if there is any function that converts a string of hexadecimal characters and al reves. In the event that there is, as I use this function? I implemented the program code this instruction Replace SEP_A0 with SEP_BL into wmara-mf

  • Why does my iPod keep disconnecting from my wifi?

    I was downloading an app but then it was slow and my iPod kept disconnecting from my wifi.Please help.

  • Top of page anchor

    I can not seem to get a anchor added to the very top of the page. It wants to attach to the (h1) header in the header. So when I go to the link to 'top of page' it does not go all of the way to the top. How do I get an anchor to the very top of the p

  • How to install thunderbird without Eudora migrations

    I have used Eudora since the mid 90s and now wish to switch to Thunderbird. I downloaded TB and installed it, including the option for importing mailboxes (and settings?) from Eudora 7. I'm using Windows 7. It worked perfectly, although it took quite