Importing swf as object in html

Hi everyone.
I wonder if anyone have any tips for me on how i can resolve
my problem.
This is the code i use to place the flash in HTML
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
name="image flipper" width="638" height="250" align="middle"
id="image flipper">
<!--<param name="allowScriptAccess" value="sameDomain"
/>-->
<param name="movie" value="
http://www.tekniskajobb.se/knut/slideshow/feature.swf?introMsgText=http://www.tekniskajobb .se/knut/slideshow/xml/feature.xml"
/>
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="wmode" value="opaque" />
<embed src="
http://www.tekniskajobb.se/knut/slideshow/feature.swf?introMsgText=http://www.tekniskajobb .se/knut/slideshow/xml/feature.xml"
quality="high" bgcolor="#ffffff" width="638" height="250"
name="image flipper" align="middle"
type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer"/>
</object>
This is how the object looks online:
http://www.careerbuilder.se/se/page.aspx?pagever=cb_new
Text
Link
to site
In IE the links in the big picture cant be opened, but in FF
they work as they should. Does anyone have a clue on what im doing
wrong?

What is the folder structure for the html versus the Flash versus the xml file versus the mp3 file?
When the Flash file is placed loaded into the html file, the files it loads have to be referenced as if it is in the same folder as the html file (because it essentially is when it loads into that file).

Similar Messages

  • Problem in embedding 2 swfs in a single html

    hi,
    i am currently embedding 2 different swfs in a single html file,but i'm having problems.
    i am trying to embed the other swf programatically using js, but i'm getting a script error..
    i am also having problems in running it in other browsers because it's only working good in ie and firefox..
    i know that we need to embed it, using object,embed tags and embed it in the active content area.
    how do i embed it properly?
    here is my code.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
        <head>
            <title>DWP Test Page</title>
            <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
            <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
                <script language="JavaScript" type="text/javascript">
        //Declare all global variables
                var mediaDivId="m1";
                var imageDivId = "m2";
                var imageNode;
                var mediaNode;
                var propertyStyle;
                //Function to access the Flash movie
                function getFlashMovie(FlashMovie)
                            var isIE = navigator.appName.indexOf("Microsoft") != -1;
                            return (isIE) ? window[FlashMovie] : document[FlashMovie];
                //function to play media in Main Page
                function OpenMedia(type,url)
                        //Declare local variable and pass the div ID of Image and Media node
                        //and set a value for property style
                        var content;
                        var activeContent;
                        imageNode = document.getElementById(imageDivId);
                        mediaNode = document.getElementById(mediaDivId);
                        propertyStyle = "hidden";
                        //Set Image property to hidden and Clear media
                        imageNode.style.visibility = propertyStyle;
                        mediaNode.innerHTML = "";
                        //Embed Media Skin in Main Page
                        content='<noscript><object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="500" height="500" id="dwpPlayer" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="dwpPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed name= "FlashMovie" src="dwpPlayer.swf" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwpPlayer" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
                        activeContent = '<script language= "JavaScript" type="text/javascript">' + "AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0','wid th', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScriptAccess', 'always','movie', 'dwpPlayer','salign', '');" + "</script>";
                        mediaNode.innerHTML = activeContent + content;
                        //Calls action Script and Pass Media type and URL
                        switch(type)
                            case (type == 'video'):
                            getFlashMovie("dwpPlayer").sendVideoURLToFlash(url);
                //function InsertActiveContent()
                //    var active = '<script language= "JavaScript" type="text/javascript">' + "AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0','wid th', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScriptAccess', 'always','movie', 'dwpPlayer','salign', '');", "</script>");
                //Function to close the Media and show image
                function RemoveMedia()
                        alert("Hoy!");
                        //Set value for local variable
                        mediaNode = document.getElementById(mediaDivId);
                        imageNode = document.getElementById(imageDivId)
                        propertyStyle = "visible";
                        //Clear InnerHTML of division for media
                        mediaNode.innerHTML="";   
                        //Set Image property to visible
                        imageNode.style.visibility = propertyStyle;
                            // -->
                </script>
        </head>
        <body>
            <object id="FlashMovie1"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="600" height="600" id="dwp_CarouselBackUp" align="middle">
            <param name="allowScriptAccess" value="always" />
            <param name="allowFullScreen" value="false" />
            <param name="movie" value="Carousel.swf" />
               <param name="quality" value="high" />
               <param name="bgcolor" value="#ffffff" />
            <param name="flashvars" value="xmlFile=Carousel.xml" />   
            <embed name= "FlashMovie1" src="Carousel.swf" flashvars="xmlFile=Carousel.xml" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwp_CarouselBackUp" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
            </object>
            <input type=button value="Send" onClick="javaScript:OpenMedia('video', 'Call_to_action.flv')"/>
            <table style="TABLE-LAYOUT: fixed; OVERFLOW-X: hidden; WIDTH: 808px; HEIGHT: 706px">
                <tr>
                    <td>       
                    </td>
                    <td>
                    <div id ="m1"></div>
                    <div id = "m2"></div>
                    </td>
                </tr>
                <tr>
                    <td>
                    </td>
                    <td>
                    </td>
                </tr>
            </table>
        </body>
    </html>

    the thing thats now working is the part where the js embedded the dwpPlayer.swf.
         //Embed Media Skin in Main Page
                        content='<noscript><object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0 ,0,0" width="500" height="500" id="dwpPlayer" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="dwpPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed name= "FlashMovie" src="dwpPlayer.swf" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwpPlayer" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
                        activeContent = '<script language= "JavaScript" type="text/javascript">' + "AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0 ,0,0','width', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScri ptAccess','always','movie', 'dwpPlayer','salign', '');" + "</script>";
    the player is showing but it doesnt retrieve any values. unlike when it was embedded normally.
    If i may ask,
    normally how will we embed 2 swfs? coz, i normally embed them by creating separate instances of the 2 swfs.
    Like this:
    Note: this embedding works manually if js doesnt need to create the embed itself.but when we translate it by embedding it programmatically. the player shows upon click but theres a script error that an object needs to be embedded.
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
            'width', '800',
            'height', '600',
            'src', 'dwp_Player',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'dwp_Player',
            'bgcolor', '#ffffff',
            'name', 'dwp_Player',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','always',
            'movie', 'dwp_Player',
                'flashvars','xmlFile=3DCarouselSettings.xml',
            'salign', ''
            ); //end AC code
    </script>
    and like this..
    <noscript>
        <object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="800" height="600" id="dwp_Player" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="dwp_Player.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="flashvars" value="xmlFile=3DCarouselSettings.xml" />   
        <embed name= "FlashMovie" flashvars="xmlFile=3DCarouselSettings.xml"  src="dwp_Player.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="dwp_Player" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    </noscript>
        <object id="FlashMovie1"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="800" height="600" id="Carousel" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="Carousel.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="flashvars" value="xmlFile=3DCarouselSettings.xml" />   
        <embed name= "FlashMovie1" src="Carousel.swf" flashvars="xmlFile=3DCarouselSettings.xml" quality="high" bgcolor="#ffffff" width="800" height="600" name="Carousel" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>

  • Unable to map/get Attributes with import of LDIF Object Class

    Hi All,
    We are trying to take import of Customized Object Class and Attributes into OID through LDIF.
    LDIF import command is:
    ./ldapadd -p 3060 -h myhost -D "cn=orcladmin" -w Ac123456 -f xyzObjClass.ldif
    LDIF contents are:
    dn: cn=subSchemaSubentry
    changetype: modify
    add: objectclasses
    objectclasses: ( 1.3.6.1.4.1.1436.2.46 NAME 'ProviderObjClass' SUP ( organizationalPerson $ person $ top ) STRUCTURAL MAY ( attr1 $ attr2 ) )
    Note: attr1 and attr2 are already imported into OID.
    Result: We are able to create Object Class and also able to inherit Super Class. But we are not able to map the attributes to our Object Class.
    Can anybody help me in importing ?
    Thanks & Regards,
    Newbie

    Again, I don't work with Java and you should ask Java-related question in Flex (or Java) forum.
    Java or not - you need to package your server side language specific object into something that AS understands (text, XML, AMF object) and load this data into AS via, perhaps, URLLoader. Or you can open socket. Then you parse this data with AS3 code in SWF.

  • Embed blob object into HTML region

    Hi everyone!
    I am interested in embedding a .swf file into an HTML region in ApEx. It's real easy when the source is a file or http server. However, could this be done if the source was a blob stored in the database?
    Below is the code that works for me now in the HTML region, but I wonder if I could get the embed code to extract the source file from the database instead of a file server.
    <object width="1024" height="768">
    <param name="movie" value="http://webfiles.abc.com/level2/some_xcelsius_dashboard.swf">
    <embed src="http://webfiles.abc.com/level2/some_xcelsius_dashboard.swf" width="1024" height="768">
    </embed>
    </object>
    Thanks!!!
    -Rudy

    Hi
    Yes, that is easily done. See this doc on how to download a blob from a table:
    Link
    When you have created your download function, put a reference to it in the src= parameter.
    Luis

  • Cannot import SWF with document class (AS3)

    When I try to import a SWF-file (published from a FLA-file with a as3 document class) via the mx:SWFLoader into Flash Builder, the imported SWF is not showing up (as3 build a cube from papervision3d). Which way do you have to import such a SWF-file?
    Regards, Sjoerd

    Shitf+Ctrl+Enter:
    Attempting to launch and connect to Player using URL preloader.swf
    [SWF] preloader.swf - 9591 bytes after decompression
    [SWF] big.swf - 1785015 bytes after decompression
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at DocumentlClass()
    Cannot display source code at this location.
    My document class (simplyfied):
    package {
        import flash.display.Sprite;
        import flash.display.MovieClip;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import fl.transitions.Tween;
        import fl.transitions.TweenEvent;
        import fl.transitions.easing.*;
        import flash.events.ProgressEvent;
        public class CarouselClass extends MovieClip {
            private vars...
            public function CarouselClass() {
                trace("document class triggered");
                    this.addEventListener(Event.ADDED_TO_STAGE,init);
            private function init(evt:Event):void{
                 texts = new Texts();
                carouselSprite = new Sprite();
                addChild(carouselSprite);
                topContainer = new Sprite();
                carouselSprite.addChild(topContainer);
                hitBar = new HitBar();
                hitBar.x = stage.stageWidth / 2 - hitBar.width /2;
                hitBar.y = 245;
                addChild(hitBar);
                downContent = new DownContent();
                addChild(downContent);
                downContent.y = 325;
                downContent.title_txt.text = "Learning Carousel";
                downContent.description_txt.text = "Click on one of images above to view further details";
                createSections();
            } ... (more functions)

  • There is suppsoed to be an option to import Edge Animate objects into Dreamweaver. I have the latest

    There is suppsoed to be an option to import Edge Animate objects into Dreamweaver. I have the latest version and I do not see that option.
    Windows 8.
    DW CS6
    12.0 5808
    http://helpx.adobe.com/dreamweaver/using/import-edge-files.html
    http://layersmagazine.com/edge-animations-into-dreamweaver-cs6.html
    And I am a member of creative cloud

    Reading another post... here's what I had to do. Log into creative Cloud. >> Re-Download Edge >> It installs over the top of the existing Edge Animate install >> Then close everything >> go back into Creative Cloud >> Now it shows that Dreamweaver has an update. >> So I download the latest Dreamweaver>> Bam!
    My guess is there is no reason to have the DW 12.2 if the system doesn't think you have the latest Edge Animate.
    Silly.
    Thanks again.

  • Error while importing swf file in to Crystal Xcelsius Designer 4.5

    help me...., Error while importing swf file in to Crystal Xcelsius Designer 4.5

    I read in the book called "CRYSTAL XCELSIUS for DUMMIES" on page 243 under topic called Nesting a Dashboard within another Dashboard.
    sorry i used the wrong word embed, here i am importing the swf using image component.
    My requirement is somethis like this parent child dependency menu.
    eg: i have to two tabs 1)alphabets 2) Numerics  First levet menu
    if you click alphabets tab then the following menu A/B/C/D/..... Z i have diff charts.. under each alphabet.
    If you click numberic tab then the follwing menu should one/two/three/.......ten  here also i have diff charts under number
    in over to avoid complexity in dynamic visibility i divided the into 3 dashboards.  1- alphabets 2- number and 3 -importing both swfs.. everything works fine except first tab and last tab under alphabets and numerics.
    If some one help me with some alernative ... would be great.
    Thanks

  • Could not log on to SAP R/3 from XI system to import IDOC/RFC objects

    Could not log on to SAP R/3 systems from XI system to import IDOC/RFC objects:
    As soon I enter the SAP IP address, system number, user id and passowrd , getting following error.
    Details
    java.lang.ArrayIndexOutOfBoundsException
    STACKTRACE:
    com.sap.aii.ibrep.sbeans.upload.RemoteUploadException: java.lang.ArrayIndexOutOfBoundsException
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceBean.openSAPSource(UploadServiceBean.java:79)
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceRemoteObjectImpl0.openSAPSource(UploadServiceRemoteObjectImpl0.java:320)
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceRemoteObjectImpl0p4_Skel.dispatch(UploadServiceRemoteObjectImpl0p4_Skel.java:196)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
        at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    java.lang.ArrayIndexOutOfBoundsException
    Can anyone help me to solve this issue.

    Venkat,
    You can download them from http://service.sap.com/download
    For 4.6c follow
    Download
       Support Packages and Patches
         Entry by Application Group
    Select <b>Support Packages and Patches -> SAP Application Components -> SAP R/3 -> SAP R/3 4.6C -> Entry by Component</b>
    Mainly You need <b>SAP ABA 4.6C</b> and <b>SAP BASIS 4.6C</b> and <b>SAP APPL 4.6C</b>
    The most latest one is Support Package 50. What you can do is after applying half of them you can try to logon from XI system for import of RFC/IDoc.
    regards
    SKM

  • Import of RFC objects from R/3 into XI repository

    Hi All
    I am trying to import RFC (Function module) from R/3 ECC6.0 into XI repository using Import of SAP objects icon. And when the username and password of my R/3 is given, it shows an error invalid username and password. But my R/3 login is working with the same uname and password. I have done partner profile, port and RFC destination settings in both R/3 and XI system. But everytime I am getting the same error in XI when importing SAP objects. Any ideas is appreciated.
    Thanks
    Anand

    If XI is installed on Windows you can find this file in
    %WINDIR%\system32\drivers\etc\services file,
    In Unix this is in /etc/ with the name services
    The entry you should  see for  example <b>sapgw<xx>                33<xx>/tcp</b>
    where xx is sap gateway no.

  • Unable to Import the ID objects in PI 7.0

    Hi,
    I have installed a new PI 7.0 server which is on local SLD. I also have old PI 7.0 in which all the scenarios are configured.
    I am trying to import the scenarios from the old PI 7.0 to new PI 7.0.
    Both the servers are on local SLD and on different transport domains.
    I tried simple file transfer. I was successful.
    But when i am trying to import the ID objects which have got reference to SLD i am getting the error as below.
    Import failed because of business system transfer of object Service | ECC_XI: Obligatory transport target for business system ECC_XI not found in System Landscape Directory
    Import failed because of business system transfer of
    object Service  | ECC_XI: Obligatory transport target
    for business system ECC_XI not found in System Landscape
    Directory (BS_MAPPING_FAILED_OBJ)
    Obligatory transport target for business system ECC_XI
    not found in System Landscape Directory (BS_TARGET_NOT_FOUND)
    Business system P70 is not assigned to a business system
    group with the ID (XISystemGroup) (BS_GROUP_LOAD_BY_BS_PROC_EX)
    I have also imported the SLD contents related to the scenario.
    P70 is the SID of my new PI 7.0 and BWS is the SID of my old PI 7.0.
    ECC_XI is the business system which is referenced in the scenario.
    Please suggest.
    Thanks
    Raghu.

    Dear all, I've the same error from the first post. If I try to import my XI 3.0 content to PI 7.3 the Integration Builder means:
    Receiver Agreement | XY | SYSTEM | ABC : Obligatory transport target for business system SystemP not found in System Landscape Directory
    Why this is oblicatory? I've two PI with local SLD in bidirectional sync. There also all business systemes have been created. There are last but not least two groups DEV and PROD. The development systems and the DEV PI is asigned to group DEV and the productional systems and the PROD PI is assigned to group PROD.
    Then I've assigned the the PROD Group with transport target to the DEV System and for the business systems I can see the correct mapping. In the DEV systems the transport group and system as targed is assigned. And in the PROD systems I can see the DEV Systems as Source System.
    I dont need target systems for PROD systems and I don't have target systems; but why I need now a target system for a productional system by PI import to the IB?

  • PrevFrame() buttons in a swf file inserted in html not working in Firefox

    Hi!
    I have a very weird problem.
    I have created a photo gallery using AS3 in Flash CS5. I have used prevFrame() and nextFrame() actions for "previous photo" and "next photo" buttons as well as for "previous thumbnails" and "next thumbnails" buttons.
    All the buttons work fine when i run the swf files as well as when i run the swf files in Firefox 8.0 and IE9. However, once I insert this swf file into my html file using Dreamweaver CS5->Insert->Media->swf, the "previous" buttons dont work in Firefox 8.0! the previous image button works sometimes whereas the previous thumbnails button does not work at all!  They work fine in IE9. The next buttons also work fine in every browser. Heres my code:
    stop();
    thumbprev_btn.visible=false;
    next_btn.addEventListener(MouseEvent.CLICK, nextimage);
    prev_btn.addEventListener(MouseEvent.CLICK, previmage);
    thumbprev_btn.addEventListener(MouseEvent.CLICK, prevthumbs);
    thumbnext_btn.addEventListener(MouseEvent.CLICK, nextthumbs);
    function nextimage(event:MouseEvent):void
    if(mc_content.currentFrame==mc_content.totalFrames)
    mc_content.gotoAndStop(1);
    else
    mc_content.nextFrame();
    function previmage(event:MouseEvent):void
    if(mc_content.currentFrame==1)
    mc_content.gotoAndStop(mc_content.totalFrames);
    else
    mc_content.prevFrame();
    function nextthumbs(event:MouseEvent):void
    thumbprev_btn.visible=true;
    nextFrame();
    if(currentFrame==3)
    thumbnext_btn.visible=false;
    function prevthumbs(event:MouseEvent):void
    thumbnext_btn.visible=true;
    prevFrame();
    if(currentFrame==1)
    thumbprev_btn.visible=false;
    Please help.

    Thankyou Ned. The html file published by flash worked perfectly however the problem persisted even if i used this html file's code. But strangely, the problem disappeared after a few days! Now the original dreamweaver code is also working fine.

  • Import swf files in CP3, but export without any voice?

    Did anyone have the same problem with me?
    I imported swf file in slide and published. But I can't hear any voice in the slide....
    At the same time, I tried to import as flv file and published, then it works. Voice in slide can be heard with no problem.
    How can I fix the problem? thanks!!

    Hi,
    Just a quick check. Go to menu item " Edit > Preferences" and select category "Publish Settings".
    Confirm that option "Include Audio" is checked.
    regards,
    Mukul

  • Imported swfs display different every time

    Hello -
    I have tried importing swfs, and each time it displays different when published. The first time, it resized and could be seen completely within the window. The second time, it did not resize so only the top left of the image could be seen. The third, time it sort of resized, but is still cut off on the bottom. I inserted the same swf file the same way each time, so I'm not sure what affects the way it displays when published. I'm using the trial version of Presenter version 7.0.7 Build 7746. The swfs were created in Captivate 5.0, and I'm using Office/PowerPoint 2010. Below are examples of what each looks like after the publish. Does anyone know how I can control how the swf will display once published?
    Thanks!
    Katherine

    Hello -
    I think it has to do with resizing the swf once it is imported. I resized it first by widening it so it went the entire width of the page - the second time I believe I did the same thing and got the larger image. Then I tried various ways of resizing and also not moving or resizing at all, and got these different results. It is not consistent, the same way of resizing did not result in the same output. Is it not possible to resize the imported swf - for example, resize so it takes up the entire slide? Below is a link to download the swf I'm using.
    http://mylearn.documentum.com/curriculumdevelopment/slide4.zip
    Thanks!
    Katherine

  • Importing Swf

    Hi there,
    I have created a flash file using codebaby and it is transparent; however, when I bring it into adobe presenter, it has a black background.  How do I get rid of the black background of the imported swf file?  It looks great in other tools; however, I need it to be transparent in adobe presenter.  I have 7.0.
    Adobe presenter 7.0.6 build 7604

    Hi there,
    I am using AS2; however I still get the black background, so then I tried capturing the background and using that in my background and I get a border.

  • Missing spaces between words after importing Word document into RoboHelp HTML version 8

    I created a 400+ page document in Word 2007 and imported it into RoboHelp 8 (HTML, not RoboHelp for Word). In many places, the space between a bold word and a non-bold word is no longer there. I would like to avoid having to go through the entire RH document to replace the spaces manually. Did I import incorrectly?

    Looks perfect, works terribly...
    Things to consider:
    Chances are, the different treatments of the space are due to whether the space was included in the bolding of the word in MS Word.
    Additionally, since Word files contain much underlying binary code (macros and such), your security settings might or might not be playing well with the Word stuff.
    Are you importing the Word file from a network location, or from your local machine? Network traffic might be partially impacting the import, too.
    Bottom line? You'll probably need to clear all formatting in the Word file and redo the formatting properly. To test this, cut a couple of pages into a new Word file, clear and redo the formatting in Word, import the Word file into another RH project, and see what results you get.
    To clear the formatting:
    Select text.
    On the Home tab, in the Font group, click Clear Formatting.
    Redo the formatting, being careful to not format the spaces.
    Good luck,
    Leon

Maybe you are looking for

  • How to show a database trigger error message as a notification on a page

    I have a database with database triggers to ensure data integrity. If an insert or update does not comply to all the business rules, a database triggers raises an exception. When using Apex this exception is caught in the Error Screen, a separate scr

  • Indesign cs6 file won't open (spinning wheel)

    Hello, I have been working on a project using indesign, and this afternoon i tried to open it but I get nothing but the spinning wheel of death (Mac). I tried opening it on another Mac but it doesn't open there either. I read a few discussions, and t

  • Help getting the XPS writer working.

    Win7 ... the MS XPS Document writer has never worked well.  Today I uninstalled the feature and reinstalled it (to no avail). If I try from Outlook, I get a simple message box ... "Printer not ready". From Notepad, a message box ... "The parameter is

  • SCCM 2012 SP1 Report Permissions required

    Hello Everyone.. Im having trouble running any reports off of the SCCM Console. So far I have full permissions in the SCCM console, and on SQL Server I am a sysadmin. Here is my error when I run it through report builder: System.Web.Services.Protocol

  • Creating new folders with Package Maker during preinstall actions?

    I have figured out MOST of what I need to have a successful install package produced with Package Maker BUT... how do you create an empty folder? My application uses a few folders for archiving and scratch, but unless I add some text file to that pat