Can't publish because Contribute converts flash fragment into java error

Hello Everyone,
I'm new with Contribute.
We designed a website with a flash navigation, embedded as
folows:
head: <script src="../js/AC_RunActiveContent.js"
type="text/javascript"></script>
body: <script type="text/javascript">
AC_FL_RunContent(
'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version =7,0,19,0','width','480','height','800','src','../haborn_homeh=0&amp;s=0','quality','best' ,'pluginspage','
http://www.macromedia.com/go/getflashplayer','movie','../haborn_home?h=0&amp;s=0'
</script>
(just the standard way of diplaying flash without the active
content message in explorer)
when i surf through the website in contribute, everyting goes
perfectly well, but when i edit the page, the flashfragment
disappears, and a javascript error occurs. the page then can be
published, but with an error so that the page can't be edited or
viewed again.
is there a way to define regions that are not touchable by
contribute in dreamweaver, the same way that you can difine an
editable region?
Tnx for any help!

A workaround for this problem could be using a SSI (with PHP
f.i.). Contribute won't touch the includes, so your code should be
save.

Similar Messages

  • I can´t publish or export to flash

    Hello, I have installed Captivate 6.0.1 in a Mac.
    When I finished, I try to publish and a blank square was in the screen in time the publish menu.
    I try upgrade Captivate, reinstalled and the problem is continuous.
    When I try to export to Flash CS6 or CS5, generate an error message.
    Thanks in advanced.

    Shekhar
    I found and other problem, when you Can publish (a friend have a PC with
    the program), I create a SCORM. This file is mow in a Moodle course. When
    you open the SCORM all look well, but if you open and URL and return to the
    SCORM, the buttons go away.
    You need recalled the page in web navigator to see again.
    What is *wrong?
    *Raúl
    2013/3/5 raul cuellar <[email protected]>
    Hello again Shekhar
    Yes, in this address I found the Captive carpet. Then I changed the name
    and reestarted the program.
    Now I see this page at started and whe try to publish.
    image: Imágenes integradas 1
    image: Imágenes integradas 2
    >
    What I can do?
    Thanks in advanced
    Raúl Cuéllar
    >
    2013/3/5 Shekhar_Dhiman <[email protected]>
    >> **
    >>    Re: I can´t publish or export to flash  created by Shekhar_Dhiman<http://forums.adobe.com/people/Shekhar_Dhiman>in
    >> Adobe Captivate - View the full discussion<http://forums.adobe.com/message/5124277#5124277>

  • Converting oracle forms into java forms

    Hi all,,
    would help me plz on how to convert oracle forms into java using any tool;
    Is Jheadstart is the tool,, im having jeveloper version 10.1.2.1.0

    There are at least two companies that are marketing Forms to Java conversion tools. I'm sure that a good Google search will locate them, and they are frequent exhibitors at Oracle-oriented conferences like Collaborate and ODTUG Kaleidoscope. But there are problems associated with doing this. I urge anyone who is considering such a project to read this article by Grant Ronald: http://www.oracle.com/technology/products/forms/pdf/10gR2/formsmigration.pdf
    You should carefully ask yourself and your clients and management, "Why do you want to do this?", "What benefits are you trying to realize?", "Does this make sense, and are there other options that we should be exploring?"
    For instance, many people are trying to protect themselves because "Forms is going away". Oracle has stated again and again that Forms is NOT going away. In fact the recent Fusion Middleware 11g release included a new version of Forms with some significant enhancements. You may do very well just by upgrading to the latest version of Forms.
    If you do decide that it still makes sense to convert, I suggest that rather that converting, you may want to redevelop from scratch. Keep the database if it is well designed - a well designed, stable database will outlast any front end that you may use against it. Then take full advantage of the capabilities of your new toolset, and leave behind the limitations and inapplicable methodologies of your old one. Oh, by the way, don't use JDeveloper 10.1.2. Use 11g if you can, or 10.1.3.5 if you must.

  • How to convert Property files into Java Objects.. help needed asap....

    Hi..
    I am currently working on Internationalization. I have created property files for the textual content and using PropertyResourceBundles. Now I want to use ListResourceBundles. So what I want to know is..
    How to convert Property files into Java Objects.. I think Orielly(in their book on Internationalization) has given an utitlity for doing this. But I did not get a chance to look into that. If anyone has come across this same issue, can you please help me and send the code sample on how to do this..
    TIA,
    CK

    Hi Mlk...
    Thanks for all your help and suggestions. I am currently working on a Utility Class that has to convert a properties file into an Object[][].
    This will be used in ListResourceBundle.
    wtfamidoing<i>[0] = currentKey ;
    wtfamidoing<i>[1] = currentValue ;I am getting a compilation error at these lines..(Syntax error)
    If you can help me.. I really appreciate that..
    TIA,
    CK

  • How to convert csv files into java bean objects?

    Hi,
    I have a CSV file, I want to store the data availabale in that csv file into java bean, I am new to this csv files how can I convert CSV files into java beans.
    Please help me.
    Adavanced Thanks,
    Mahendra

    You can use the java.io API to read (and write) files. Use BufferedReader to read the CSV file line by line. Use String#split() to split each line into an array of parts which were separated by comma (or semicolon). If necessary run some escaping of quotes. Finally collect all parts in a two-dimensional List of Strings or a List of Javabeans.
    java.io API: [http://www.google.com/search?q=java.io+javase+api+site:sun.com]
    java.io tutorial: [http://www.google.com/search?q=java.io+tutorial+site:sun.com]
    Basic CSV parser/formatter example: [http://balusc.blogspot.com/2006/06/parse-csv-upload.html]

  • Convert Oracle Forms into Java (swing & JSP's)

    Dear All,
    We are currently in the process of evaluating our upgrade of system, which is using forms 4.5. One of the options we are considering at this stage is converting all forms into Java program. I am currently doing some pilot work on this project. I am using FormsWizard, a product of InformatikAtelier Gmbh, along with Forms 6i and Jdeveloper 9i. Has any one done this before in this group? Your assistance is much appreciated.
    Regards
    Michael Sesuraj.
    Oracle 8i Certified Database Administrator
    Sun Certified Java 2 Programmer

    Grant, Thanks for that mail. It was very useful article. The article has lots of brilliant points consider. I may have to discuss with our System Architect. With my experience in both forms and Java, it is hard to justify the business benefit out of this conversion. We are a strong Oracle house and have no intention of moving towards J2EE at this stage.. Thanks once again.
    Michael Sesuraj
    Oracle 8i Certified Database Administrator
    Sun Certified Java 2 Programmer

  • Can I publish a SWF for flash player 9

    Is there a way to publish a SWF file that works in older versions of flash player in Catalyst CS5 or do they have to be published in the latest flash player?

    Flash Catalyst projects use Flex 4, which in turn requires Flash Player 10.  Among other things, Catalyst relies on FP 10 features to render text that accurately matches your original imported comps, and to support the "rotate 3D" effects available in the timeline.
    For general web deployment, this requirement shouldn't be a major obstacle: Flash Player 10 is on 95%+ of Internet-connected computers in most markets (and probably 75%+ of enterprise desktops).  Of course circumstances vary, so I apologize if you're stuck due to working in an environment where FP 10 isn't available yet.  In these cases, while you'll have to write your final app in a different technology like Flex 3, we hope you'll still find Catalyst to be a valuable rapid-prototyping tool during earlier stages of production.
    - Peter

  • How can i use JWSDP1.6 from Ant tool to convert .wsdl file into Java class

    Hi All,
    i m very new in the development field.plese help me...
    i have a .wsdl file and i have to make some modification in the file and return this file with build file used in Ant tool.
    means my requirement is to conver the .wsdl file into java class,modify it and convert back to wsdl file.how can i do it using JWSDP1.6 and Ant tool.
    thanks in advance...
    Vikram Singh

    lemilanais wrote:
    hello!
    I have developpe an animation with flash. before give it to othe person in order to use it, i would like to secure it by integrated a security module inside the software.Secure it from what? Being played? Copied? Deleted? Modified?
    Because, i am a java developper, i have choose Netbeans 6.1 to secure it.That has to be the most random thing I've read in some time.
    do you know how can i do to integrate my animation .swf inside my java class?Java can't play SWF files and Flash can't handle Java classes, so what you're suggesting here doesn't make a lot of sense.

  • Can't publish changes to live site. Keep getting error message.

    I can't publish small changes to live site.
    Looks good in preview but won't publish
    Deleted 2 photos and added 2 words.

    The error went away over the weekend but now when I update/publish and then go to the site the changes don't appear.

  • Converting Perl Scripts into Java Servlets

    Hello,
    I have just been assigned the job of converting some perl scripts into Java Servlets. The first problem i have run into is with quotes. The problem is in perl you can just print out blocks of html without worrying about the quotes. ie (name="joe"). It will be a pain if i have to delimit every quote that is in the html so that i can add it to my java string. I was just wondering if anyone knows of an easy way of accomplishing this task.
    Thanks,
    Jon

    jonhorsman said
       I have just been assigned the job of converting some perl
       scripts into Java Servlets.I was just wondering if anyone
       knows of an easy way of accomplishing this task. The easy way is to not do it - is there a business need to do this or just because someone likes java more than perl.
    But presuming there is a business need, then the easist way I can think (and certainly more interesting than doing it by hand) is to write a perl script that does it for you.

  • How to convert class files into java files??

    Hey Guys,
    I need a little help.
    I want to know wheather we can view .class files as .java files or convert the .class to .java files.Is ther any tool or software for doing that.
    Or in other words can i see the source code of any .class file..??
    Plz do tell me if we can do that or any other way we can do that.
    Regds,
    Gokul

    Sort of. A "decompiler" will take a class file and generate a source code file of source code that could be compiled to get the class file you started out with. However, it won't be the same source code that was originally used to create the class. Most notably, comments will be missing, and variable names will probably be meaningless.
    And before you say "java is bad because you can decompile it", note that any language that you can execute you can theoretically decompile.
    Also, you can view the raw byte codes. If you're familiar with assembly language, or better yet familar with java bytecodes and the JVM in particular, you can often find out what a particular method does just by viewing the byte codes.

  • Converting this VBScript into Java???

    HI
    I hava found this VBSCript. But I like to work on java.Is it possible to convert this into java code. Basically the script runs something in the remote machine. If its possible ,would u pls tell me what special package I need ??
    call execprog ("217.138.120.34","c:\acad_deploy\AdminImage\install.bat")
    sub ExecProg(ServerName, ProgramName)
    '     dim process as object, processid as long, result as long
         set process=getobject("WinMgmts:{impersonationLevel=Impersonate, authenticationLevel=pktPrivacy}\\" & servername & "\root\cimv2:Win32_Process")
         result=process.create(programname, null, null, processid)
         if result=0 then
             msgbox "Command executed successfully on remote machine"
         else
             msgbox "Some error, could not execute command"
         end if
    end sub Thanks in advance

    I hava found this VBSCript. But I like to work on
    java.Is it possible to convert this into java code.Yes, it is possible to convert the VBScript program in to Java code. You need to identify what the program (script) does and what the other programs are doing as well. (You said the VBscript calls other programs on remote machines). After this, design a way to implement same functionality with Java.
    Basically the script runs something in the remote
    machine.What "something"?
    If its possible ,would u pls tell me what
    special package I need ??It is possible, in order to convert the VBScript program to Java, you will have to create a Java package to contain the class hiearchy, i.e. com.admin.install.*
    And of course you will need packages from J2SE and possibly J2EE. The Runtime and Process classes from J2SE are examples what is available. These objects can be used to used to call the other programs. Your design will depend on details of the other programs.
    Do you plan on converting the "install.ba" program to Java as well?

  • Matisse Compiler ...convert xml files into java files.....

    We have a matisse compiler which reads the *.xml files and converts this into *.java files. Do we have a plugin
    for this compiler which can by used with MyEclipse or Eclipse.

    Does anybody know how to convert x.class file back to a x.java file.As Dr.Clap said, that's decompiling.
    Or in other terms, extract .java files from a jarfile??That isn't quite the same thing. You can decompile a .class that's in a jar, but a .class file doesn't have to be in a jar and a file in a jar isn't necessarily a .class.

  • Published Webhelp TOC books will not expand (Java Error)

    Hello,
    I hope someone can help!   Our  published project (Webhelp) had been working just fine on IE8.  I'm not sure if there was an update to the browser, but suddenly none of the books will expand and the following Java error displays:  Help! My users are not happy.
    Message: Object doesn't support this property or method
    Line: 892
    Char: 11
    Code: 0
    URI: http://apps-intranet-dev.avnet.com/em/DevTrain/GenesisTraining/WebHelp/whthost.js
    Ps: I made sure my Robohelp software had downloaded the latest updates and then re-published the project. That didn't help.

    That looks more like a javascript error, not a java error. Different things.
    Please see the Sticky Topic Before You Post and note the section Include the Edition and Version.
    Does the output work when accessed from the folder to which you generate, which should be local?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Converting CPP code into JAVA Code

    i have made a cpp file that is running fine... is ther a tool which can convert that cpp file into java file easily?

    No

Maybe you are looking for

  • [Bounty] Free Macbook Pro to get Arch Linux running on Amazon's EC2

    First, the details: I will purchase a lowest–end Macbook Pro 13″ ($US 1,200 on Apple's store, new) for the first person to deliver to me a working set of step–by–step instructions for installing the latest Arch Linux on top of Amazon's EC2 platform.

  • How Do I Display A Hidden Form Field On Executing A Button (Yes Again But In More Depth)

    Hi, Yes, I just asked this question but was not specific enough. Ive looking for code within a JavaScript that will enable a hidden form field within a PDF to be displayed. What I am attempting to do is to display form field 'Text1" when the button i

  • Trouble Playing Audio Files

    I downloaded Itunes 7.0.2 and I am having a hard time playing some of my imported music..even some of the itunes store bought music. I have tried to re-install the new version and I am having the same problem. I checked the music folders and the song

  • " Starting Oracle Net Listener......."  Hangs  while installing vm manager

    Ive taken all defaults read install guide , checked availability of ports and made sure I have libaio. I've reinstalled on two separate machines and everytime install fails after I accept defaults. Logs don't show anything. ./oracle-xe configure is t

  • Initializing LdapContext with custom kerberos service key

    I use sasl kerberos authentication to access my ldap server (openldap). But when using JNDI, the client figures out the kerberos key for it self by a reverse DNS lookup. If I connect to ldap server ldap.my.server and the DNS says the ip of ldap.my.se