Publish HTML Issue

Hey Folks,
So I've bee running into a very strange issue, that just
started happening yesterday with one particular .fla. Every time I
attempt to publish the HTML file it fills the <!--text used in
the movie--> comments over a thousand times. Since I only have
one field and the text is entered dynamically I end up with line
after line of <p> tags. Anyone have any clue what the heck is
going on?
Cheers

Here are two examples created by two different students in the same lab using the same software configurations:
http://www.miszxbrii.byethost13.com/howellanimatic.html
The first frame of this one displays only.
http://vaivadesigns.byethost3.com/YoungMidterm/YoungMidterm.html
Here it is again with a new html page:
http://vaivadesigns.byethost3.com/YoungMidterm/midterm.html
The swf path was the documents folder and another folder on the HD.

Similar Messages

  • Flash Player Security error when publishing HTML files

    I am new to the Captivate world and am just in love with the
    features - but I have been having a very difficult time publishing
    my "movies". I have 8 files that are all called upon in one movie
    (like a table of contents). I have abandon the though of publishing
    each as an EXE file - and have decided to go the HTML route.
    However when I try to run the published HTML file I get an Adobe
    Flash Player Security error - saying "Adobe Flash Player has
    stopped a potentially unsafe operation." It then says that the
    local SWF file is trying to communicate with the Internet-enabled
    HTM file.
    Can someone please tell me what this means? We are using
    Captivate for distance learning as well as internal - so I can't
    know for sure what the end-users will be using when the files are
    used.
    Any assistance would be greatly appreciated.

    Welcome to our community, Rachel
    Where are you running your movie from? If you are planning on
    running them from a server, there should be no need to worry about
    your end user seeing those messages. However, if you are planning
    on each user copying them to their own hard drive or if you are
    running from a CD-ROM, you may need to perform some trickery to
    make them work without issue.
    The message is occurring because there are links in some of
    the files that point to internet resources and the Flash player is
    seeing that as a potential security risk. So it is blocking the
    action until you pat it on the head and assure it the world will
    not, in fact, end if it shows you the content.
    If you wish to banish the screen on your PC, take a look at
    the tutorial linked below.
    Click
    here to view a tutorial
    I'll hold off on the other bit until I'm certain what we are
    dealing with.
    Cheers... Rick

  • Rendering problem with Publishing HTML field

    All,
    I am running into an issue with a publishing HTML field. I have added this field to a content type. On a page layout which uses this content type, I have this field only in an edit mode panel. This field is not intended to be rendered on the page. However,
    if I use an HTML form web part in this field, the field is actually rendered on the page. It is rendered with a <div style='display:none'>. I need to use an HTML form web part because I don't want the markup I am entering to be altered. Is there any
    way I can avoid this and not have it rendered since it is only contained within an edit mode panel?
    Thanks

    click file/publish settings/formats, make sure the swf and html boxes are selected, and click the use default names button.  then click file/publish.  are the files in your directory with your fla?
    if not, create a new directory (that has no subdirectories), save your fla to that new directory using a new name (ie, click file/save as).  then click file/publish.  check the new directory for your 3 files.

  • Help Editing code from a published html file with flash detection enabled from flash

    hi guys ive publish a html file with flash detection enabled from flash
    heres the code from the publish html:
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>main</title>
    <script language="javascript"> AC_FL_RunContent = 0; </script>
    <script language="javascript"> DetectFlashVer = 0; </script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Revision of Flash required
    var requiredRevision = 45;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <script language="JavaScript" type="text/javascript">
    <!--
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
         alert("This page requires AC_RunActiveContent.js.");
    } else {
         var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
         if(hasRightVersion) {  // if we've detected an acceptable version
              // embed the flash movie
              AC_FL_RunContent(
                   'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
                   'width', '800',
                   'height', '600',
                   'src', 'main',
                   'quality', 'high',
                   'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                   'align', 'middle',
                   'play', 'true',
                   'loop', 'true',
                   'scale', 'showall',
                   'wmode', 'window',
                   'devicefont', 'false',
                   'id', 'main',
                   'bgcolor', '#ffffff',
                   'name', 'main',
                   'menu', 'true',
                   'allowScriptAccess','sameDomain',
                   'allowFullScreen','false',
                   'movie', 'main',
                   'salign', ''
                   ); //end AC code
         } else {  // flash is too old or we can't detect the plugin
              var alternateContent = 'Alternate HTML content should be placed here.'
                   + 'This content requires the Adobe Flash Player.'
                   + '<a href=http://www.macromedia.com/go/getflash/>Get Flash</a>';
              document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
         // Provide alternate content for browsers that do not support scripting
         // or for those that have scripting disabled.
           Alternate HTML content should be placed here. This content requires the Adobe Flash Player.
           <a href="http://www.macromedia.com/go/getflash/">Get Flash</a>
    </noscript>
    </body>
    </html>
    now since the default codes places my flash movie on upper left corner, ive made my own tables with the flash on it, how or where do i place this code to the upper codes?
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th valign="middle" scope="col"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th height="600" bgcolor="#333333" scope="col"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','800','height','600','src','main','quality','high','pluginspage','http://www.adobe.com /shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','main' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600">
              <param name="movie" value="main.swf">
              <param name="quality" value="high">
              <embed src="main.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
            </object></noscript></th>
          </tr>
        </table></th>
      </tr>
      <tr>
        <td height="30" bgcolor="#990000"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th scope="col"><table width="800" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th scope="col"><div align="left" class="style1">Copyright 2009 St. Paul of the Cross Parish. All Rights reserved.</div></th>
                <th width="400" scope="col"><div align="right" class="style1">Usage outside our permissions guidelines requires our prior written consent.</div></th>
              </tr>
            </table></th>
          </tr>
        </table></td>
      </tr>
    </table>
    Tnx in advance!

    Hi
    Can you tell me which version of dreamweaver you are using (and flash pro, if you have it), as the code you provided has element of a number of different versions (e.g. your js flash files are reasonably new, but your flash inserted into the html body is old, but with the cs3 version of flash player indicated!). Also the detect flash file is no longer required.
    PZ

  • Little video player (1 playback component, 3 buttons linked to 3 .flv files) not working in the published html! Why?

    Hey everyone out there that is smarter than me. I have made this little prototype video player, and it isn't working. It'll eventually become a nice little player show videos from our summer camp for the last few years, but first I want to make it work in a basic stripped down version.
    There is a playback component with one of the skins right above the three buttons.
    Here's the ActionScript:
    btn1.addEventListener(MouseEvent.CLICK, vid1);
    btn2.addEventListener(MouseEvent.CLICK, vid2);
    btn3.addEventListener(MouseEvent.CLICK, vid3);
    function vid1(e:Event):void{
    vidPlayer.source = "Video1.flv"
    function vid2(e:Event):void{
    vidPlayer.source = "Video2.flv"
    function vid3(e:Event):void{
    vidPlayer.source = "Video3.flv"
    It runs fine when I test in in flash and even the .swf file runs fine alone, but when I put it in a .html file  via Dreamweaver and in the published .html it doesn't run. What up?

    Oh yeah, all the files are in the same directory.

  • Hopefully very easy question...html issue

    I am new to Macs and websites, but I was doing OK with iWeb until I tried linking my Google calendar to my site, all that comes up is the html code not the web page. I know it must be somthing simple I am doing wrong but cannot work it out, any help would be greatly appreciated.
    Thanks

    Two things to keep in mind...1. No way to do this via iWeb directly, so it involves editing the published html files, and 2. Because iWeb republishes the html files whenever you update the your webpage, you will lose your changes and have to redo them to add your calendar back.
    The general directions are as follows...
    1. Decide where you want your calendar and know exactly what dimensions you need (from the iframes code that you received from google - 640x614)
    2. Insert a text box onto your page and adjust its size to exactly your dimensions 640x614
    3. Type in some uniquely identifiable text like, "GOOGLECALENDAR" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything). You may have to tell your text editor to ignore rich text or to show HTML source. Look in the preferences.
    6. Scroll through the html file and locate your placeholder text, e.g. "GOOGLECALENDAR".
    7. Replace the placeholder text with your html iframes code and save your page (not save as...just save)
    That's it. You should see your Google calendar show up in Safari exactly where you placed the text box in iWeb.
    Best of luck!

  • To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. Ihow do I do this? I need step by step instructions

    To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. I need step by step instructions on how to accomplish this  please .

    Rage Sitemap Automator and iWeb SEO Tool are two different applications.
    Use SEO Tool to add the title tag and meta description. These need to be added to the html file for every page of your website. SEO Tool stores all these so that when you republish you only need to add tags to any new pages and click the re-apply button to refresh the existing ones.
    Once you have added. refreshe the tags with iWeb SEO Tool and uploaded the files with your FTP application, then open the site in Sitemap Automator and create and upload a new sitemap.
    Once you have set up accounts with Google, Yahoo and Bing, verified your site with each and submitted a sitemap, on subsequent publishing Sitemap Automator will resubmit the sitemap with one button click. It will also notify Ask.com whch doesn't require an account since you can add your domain name to this URL to ping them...
    http://submissions.ask.com/ping?sitemap=http%3A//www.domain.com/sitemap.xml

  • BI Publisher Report Issue in 11G(HTML format)/ OBIEE 11.1.1.7 version

    Hi All,
    I have migrated reports from 10g to 11g. Issue i am facing is that "reports open in HTML format by default & reports alignment has been distorted in 11g".
    Also if i change the format to PDF ,its working fine.
    I am not able to figure it out where exactly the issue lies as all the parameters,layout & query are fine.
    Thanks.
    Saurabh

    Hopefully this blog article by Tim Dexter will help: http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    Thanks!

  • Flash's published HTML (+js) won't work in Safari?

    I have created a Flash file that consists of nothing but an FLVPlayback control that loads a .flv file. I then use the default publish settings to publish the .swf. The resulting HTML file opens, displays properly, and plays the movie in IE7, FF3.0, and Chrome 2.0. However, when I open it in Safari 3.0.4, I see nothing; just a blank page. Safari has FP10 installed and has no problems displaying Flash content on any other web sites, e.g. iTunes, Apple. Adobe, or YouTube). I don't have IE8 to test on (I installed it and it hosed my whole system, so it's been eradicated).
    I am loading the file locally from the file system; I want to make sure it works before I publish it. I don't know if that has anything to do with it or not, but I don't see how it could. The AC_RunActiveContent.js script is present and getting loaded (I wish I were right now ).
    Has anyone else experienced this or know what the problem might be? I am including the entirety of the HTML content it generated here for reference (I have changed the tag brackets to braces just so it will post here).
    [!-- saved from url=(0013)about:internet --]
    [html lang="en"]
    [head]
    [meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /]
    [title]IntroToCOL[/title]
    [script language="javascript"] AC_FL_RunContent = 0; [/script]
    [script language="javascript"] DetectFlashVer = 0; [/script]
    [script src="AC_RunActiveContent.js" language="javascript"][/script]
    [script language="JavaScript" type="text/javascript"]
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Revision of Flash required
    var requiredRevision = 115;
    [/script]
    [/head]
    [body bgcolor="#ffffff"]
    [!--url's used in the movie--]
    [!--text used in the movie--]
    [script language="JavaScript" type="text/javascript"]
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if(hasRightVersion) {  // if we've detected an acceptable version
      // embed the flash movie
      AC_FL_RunContent(
       'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0',
       'width', '550',
       'height', '400',
       'src', 'IntroToCOL',
       'quality', 'best',
       'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
       'align', 'middle',
       'play', 'true',
       'loop', 'true',
       'scale', 'showall',
       'wmode', 'window',
       'devicefont', 'false',
       'id', 'IntroToCOL',
       'bgcolor', '#ffffff',
       'name', 'IntroToCOL',
       'menu', 'true',
       'allowScriptAccess','sameDomain',
       'allowFullScreen','false',
       'movie', 'IntroToCOL',
       'salign', ''
       ); //end AC code
    } else {  // flash is too old or we can't detect the plugin
      var alternateContent = 'Alternate HTML content should be placed here.'
       + 'This content requires the Adobe Flash Player.'
       + '[a href=http://www.macromedia.com/go/getflash/]Get Flash[/a]';
      document.write(alternateContent);  // insert non-flash content
    [/script]
    [noscript]
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
       Alternate HTML content should be placed here. This content requires the Adobe Flash Player.
       [a href="http://www.macromedia.com/go/getflash/"]Get Flash[/a]
    [/noscript]
    [/body]
    [/html]

    Yes, that would be helpful, I know. However, the file isn't being hosted anywhere. It will be e-mailed, I guess, as an e-vite. I just created the Flash file and published swf & html plus a jpeg as a still. Then I sent that to the marketing person...who knows less about this than I do. But for some reason, when she opens the file up in her IE browser, she is getting an older revision of the e-vite that isn't playing correctly. I suspected that she possibly only referenced the new html file and it sourced the old swf file. So when she played it in the browser, she saw the old swf file play. I've asked her to make sure she deletes any old copies and just uses the new html and swf files. Does that sound like a possible solution? I haven't heard back from her yet to see if that solved the issue.

  • Publish HTML to xMII 12.0 and system performance is poor

    Hi all,
    I'm having an issue since we upgraded to 12.0.   When I publish my page to MII, the whole system slows down.  This lasts forever.  ( 2 - 3 minutes)  And then the HTML pages return to normal processing speed.
    As I develop, I publish many times in one day or even an hour.   Has anyone else experienced this?  Is there a way to "fix" it?  Any settings/changes?
    Thank you,
    Michelle

    Well - maybe publishing a lot not the right thing to do.
    It's my development system.   The way I program is by pieces.   I do the first change.  Publish.   Test to see if there are any errors.  If there are errors, I correct and then publish again.
    Next - I add the next part of requirements and then publish again.
    I will publish a lot if I'm having trouble with a piece of code.
    I don't know of anyway to test my HTML page prior to publishing.
    Michelle

  • Publish a BI Publisher HTML output to the Oracle Portal

    We currently use multiple JSPs to assemble and display employee data in portlets in our Oracle Portal. We're interested in redoing the display of this data using BI Publisher and would still like to send it to a portlet in our Oracle Portal. Essentially we would pass the userid as a parameter to BI Publisher when the employee logs on to the portlet. I was wondering if anyone ever published the HTML formatted output to an Oracle Portal?

    Hi,
    I am facing the same problem. Any updates on this issue.
    Thanks

  • Can't open Fl-published .html in Dw; get warning re: script/get Fl/Fl player

    I designed a Web site in Fl CS3 with AS2. I published .fla to create .html file. Usually I can then open this .html in Dw and manipulate positioning etc. but I have been getting this warning when I try: // Provide alternate content for browsers that do not support scripting // or for those that have scripting disabled. Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash
    I have Fl and I have updated Fl player. My AS contains no errors. Is there a setting somewhere that is creating this problem? What really puzzles me is that I had no problem doing this last week and now I can't get past this warning to make some simple adjustments to my index.html file.

    I have the same issue. My project is super simple. All the files are in the same directory. The doc class and the .fla have the same name. The project publishes without a hitch in Flash Professional CC. When I try to add the project to Flash Builder 4.7 it give me:
    Exception in BridgeTalk call
    Function: getFLABuildPaths
    Error message: Error. Cannot find the file ....
    I have checked the path to the .fla twice and scrutinized the spellings and they are correct. It is pointing right to the correctly named .fla, but for some reason it fails. I'll post if I find out something usefull.

  • Published HTML pages

    Hi there
    No changes have been made to my iWeb since my last website update. But all of a sudden, my Gallery page is not displaying. In my server File Manager, the Gallery.html page is 0kb & theres no HTML when i go to edit. I usually publish directly to the server through iweb. So i tried to publish to file, then upload only the Gallery.html file (it was 20kb on file) via file manager on the server. The page then worked, but the gallery itself still wasn't showing up. So i tried the tip of deleting the file in user/library/preferences & /cache, and it still isn't working. Now the whole website's html pages are 0kb! I have replaced them all with the html files i have on the HDD via file manager, but again, the galleries are not working.
    Can anyone give me any other tips to try other than deleting iweb's files from the library? That didn't seem to work. Should i downgrade to 3.0.1?? im not sure iweb updated before this issue or not. Thanks.

    I saved the galleries in a temp site in iweb & created a new gallery page called "victims" with only one album in it. I published it locally & the gallery page worked, it had the actual gallery on it with the one album. When i uploaded the victims.html file via file manager on the server, it points to the page, but there is nothing there.
    Can you see why im getting so frustrated?? i cant understand why the html isnt there, when it must be there locally. Cyberduck can not transfer the victims.html file, it keeps failing. So therefor there is a problem with how iweb is creating the html files, yes?
    I'm really wanting to uninstall & downgrade to 3.0.1
    To do this, do i copy the website file somewhere else, uninstall iweb, reinstall, and then copy the website file back to the original folder? will that keep all my websites? (There's about 5 different ones in there)

  • AppV 5 SP2 publish\unpublish issues.

    Citrix PVS 7.1 - Read Only Image
    Appv 5 SP2 (excluding hotfix patch 1 -5) running on Windows 2012 R2.
    Microsoft Redirected Profiles
    Citrix Profile Manager 5.0
    Package Installation Root set to a static disk accessible by all users.
    Issue:
    We control access to AppV packages using AD security groups which we publish at the user level. If we publish an appv 5 created application without redirected profiles applications will publish and unpublish succesfully. Enabling Redirected Profiles will allow
    applications to be published to users succesfully but not unpublished when we remove them from the AD security group.
    We have identified that when removing users from the group the application GUID persists in the user RedirectedProfile and two registry keys. Manually deleting the GUID from the users App-V folder will remove this, however the registry keys will return after
    logging off and back on again.
    We have tried to implement the AppV5 ADM and setup registry & file exclusions but it appears these are being ignored.
    I would appreciate any recommendations or suggestions we could try to succesfully exclude these areas from redirecting to ensure the publishing and unpublishing applications to users works correctly.
    Many Thanks

    Did you exclude the locations from Citrix UPM as per http://support.citrix.com/proddocs/topic/user-profile-manager-5-x/upm-using-with-app-v.html ?
    http://technet.microsoft.com/en-us/library/dn774972.aspx talks about some topics to consider when using folder redirection of Appdata. 
    http://technet.microsoft.com/en-us/library/dn659478.aspx has some advice on folder redirections as well, though _that_ might not be realted to your issue.
    How do you publish the application list to your users? App-V Publishing Server?
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Replay Slide Button published HTML5 issue.

    I know the script has been covered a million times over. I'm currently using the Expression cpCmndGotoSlide = cpInfoCurrentSlide - 1 Continue script. It works just fine with flash output and self contained PDFs. However, we're trying to make this training module compatible with droid tablets and all desktops so we need it published to HTML5 files without a PDF. The button works just fine in the HTML file on the machine I used to publish the file. As soon as I move all the files to a tablet or another desktop, the button no longer works. I'm using Chrome to play the HTML file on all machines and tablets. Does anyone know why moving the files would cause the button to stop working? Or a work around for this particular issue? Has anyone else seen this issue before?
    Thanks for any help. Been trying to resolve this issue for a while now.

    Is it a smart shape used as button and are you using scalable when publishing? If so, HTLM5 doesn't like smart shapes used as buttons when publishing with Scalable. It's a bug that Adobe is aware of.

Maybe you are looking for