With regard to SWF files in dreamweaver

Hello

I have this weird problem when it comes to the use of flash in dreamweaver, whenever I use a flash file & after I test it on Both Firefox & IE browser), I get this weird border whenever I click on it, and here's a photo shows u what I mean...

Flash_Border.jpg

Anyone have an idea how I can fix this annoying situation?

Hi,  (I am sorry the formatting of this message is all messed up.  This happened when I pasted the css into the message and I can't fix it.)

I had this problem too and found this answer on slideshowpro.com:

http://wiki.slideshowpro.net/SSPlr/CP-DottedOutline

You need to add object {outline:none;} to your CSS.

Note: The new element is added to the CSS; Don't put it inside the existing 'body' element.

See this page:
http://code.google.com/p/swfobject/wiki/faq
Scroll down to #15.

Hope this helps.

John

---------------------------------------------------------------------

For example:

01.<styletype="text/css">   

02.   body,html { 
03.       background:#BBBBBB;
04.       width:100%;
05.       height:100%;
06.   }
07.
08.   object {outline:none;}
09.style>

Tags: Dreamweaver

Similar Questions

  • Problem with loading external swf files

    Hello

    I am currently working on a project which is an interactive and dynamic elemtry school presentation to the Denmark. I finished my project and it works perfectly, but only locally on my computer.

    The final draft should be implemented on the site and public work. I tried to implement the project on the site and unfortunately, it does not work as expected.

    When all the files where transferred to the ftp server, only a single files are responding and appear correctly.

    Interactivity of the project is based on a structure of Action script, which is based on the smooth transition between swf files (load another swf file after the action is triggered by clicking on a button) do any work.

    After days of trying to figure out the solution, I'm totally lost. One thing is to publish the project so that all action script will work and answer between swf files, and the other thing is to make it user-friendly for the Android and apple products.

    The presentation is quite heavy because of its loading external swf content files, which are images and movies.

    I really hope you can help me with my problem. I will gladly share the files and codes if it would help solve the problem.

    Best regards

    Agata

    It could be a problem of location of file from loading.  When you place a swf file in an HTML base for targeting anything that the SWF load becomes the folder of the html page.  You may need to adjust the target so that the target of swf files, load it as if it were in the same folder as the html page.

  • Red screen on the page with the embedded swf file

    My application refused:

    I am testing your app on the BlackBerry Dev Alpha Device (OS version 10.0.9.1675). When I try to open the sub category of your app, it's only showing a red blank screen appears and does not respond.
    

    It works very well in ripple, but I can't get the Simulator working and I don't have an alpha of dev, so I can't test it myself. The subcategory is just a HTML with a built-in .swf file.

    Download the full source code

    Any suggestions?

    Hello

    You have this function in your config.xml file?

  • Can I publish documents Indesign to Ipad with the included SWF files?

    Thinking of buying Adobe CC at $50 per month. My immediate desire is to turn my website http://www.VisionSimulations.com in an iPad app. The site is built around the SWF file created in Swish. InDesign can include of these sovereign wealth funds in the documents published to the iPad?   I don't mean with a ton of hard coding, either. 

    Also, I could put a forum on my website. InDesign are something like an iFrame in my document, so that people can see my forum through the app?

    Thank you!

    Roger

    Transferred to DPS forum.

    Lol SWF is completely supported.

    Yes, you can use an overlay of web content to view the site, but before start you on this you should most definitely get acquainted you not only with the DPS, but with Apple requirements for applications submitted to them.

  • I can't run swf files in dreamweaver cs6, fine on the page, they can't be read.

    I created a Flash animation .swf file and inserted on a new Web page. When I go to see live, it is empty. When I view in the Internet Explorer browser, I get a message that I need a more recent version of Adobe Flash player, which is not the case, same go through the installation process does not help. When the downloaded, it does not appear on the Web page. Dreamweaver is in the version of CS6 on a 64-bit Windows 7 system. The animation file works well when you look at the original folder, but does not funciton (white screen) when opened in the copied file, Dreamweaver puts in the site folder. Can anyone offer any suggestions? Also, is there a way to close a .flv file? This could be a workaround if I can't solve the problem of .swf.

    Thank you in advance for any help you can offer.

    Mark

    Just had the same problem... save the swf file down to the version 9 player and it works very well...

  • Communicate with the embedded SWF files

    So if I have several external swf into one big, how can I communicate with each other?

    More specifically,.

    -the swf principal needs to know when the keys were pressed in a shipped, and he needs to tell you all the other included those on this subject.

    -embedded SWFs must intelligently resize and shuffle around each other, while keeping their origins coordinated in the upper corner.

    How can I go about it?

    As long as you mean by "shipped" you load swf files in you main file dynamically, then there is hope for all that you have planned.  If you mean that import you into the library by embedded and plant them in the chronology of the main file, that does not work.

    The other event and the event or Manager is coded in the main SWF.  Are the code loaded SWF to displatch events than the main file of the headphones for.  If simply scream of the loaded swf when they will, not for mutual assistance who hears him... allowing them to compile without dependence on the master file.

    If in the film loaded, which triggers the need to rehabilitate the main file in action would send an event as follows...

    dispatchEvent (new Event ("eventName")); name of the event you want to

    To add the listener in your main swf file, listen for the complete event of load on the Loader.contentLoaderInfo which is used to load the file.  In the complete event handler, add the listener for the event on the loaded swf file.

    function loaderCompleteHandler(e:Event) {}
    MovieClip (e.currentTarget.content) .addEventListener ("eventName", eventHandler);
    }

    function eventHandler(event:Event):void {}
    trace ("load swf triggered event");
    }

  • 3 with the old SWF files

    My site has multiple SWF files running with AS2. Now, I plan to spend my new AS3 files. My main as2 swf file load other SWFs as2 using load() and places them at different levels.

    This master file can load as3 swf files?

    If I change my main as3 file, it would then be able to load as2 swf files?

    Files must communicate for example disable buttons on the lower level swf files.

    as3 and AS2 files can communicate using the localconnection class.  so, Yes, it's the answer to your question.

  • Help please! Problems with loading external swf files

    I'm scared, I'm new to both Adobe Flash and Actionscript 3.0.

    I'm trying to create a simple site using a couple of different external sovereigns loaded into a main swf file.

    For the moment, in the timeline panel, I have the following code in frame 1 of the layer actions:

    import flash.events.MouseEvent;

    Stop();

    navbutt.addEventListener (MouseEvent.CLICK, shownavbg);
    function shownavbg (myEvent:MouseEvent): void {}
    gotoAndPlay (10);
    }
    home_btn.addEventListener (MouseEvent.CLICK, showhome);
    function showhome (myEvent:MouseEvent): void {}
    gotoAndPlay (66);
    }
    aboutme_btn.addEventListener (MouseEvent.CLICK, showaboutme);
    function showaboutme (myEvent:MouseEvent): void {}
    gotoAndPlay (49);
    }
    gallery_btn.addEventListener (MouseEvent.CLICK, showgallery);
    function showgallery (myEvent:MouseEvent): void {}
    gotoAndPlay (76);
    }

    var bgLoader:Loader = new Loader();
    stage.addChild (bgLoader);
    ("var url: URLRequest = new URLRequest("Background/sitebackground/Main.swf ");
    bgLoader.load (url);
    stage.setChildIndex (bgLoader, 0);

    Then, in the framework of 76, I have the following code:

    removeChildAt (0);
    bgLoader.unload ();

    In section 77:

    var galleryLoader:Loader = new Loader();
    stage.addChild (galleryLoader);
    var galleryurl:URLRequest = new URLRequest("test/ZenGalleryDemo.swf");
    galleryLoader.load (url);
    stage.setChildIndex (galleryLoader, 0);

    Stop();

    The idea is that, when the file is loaded, the 'sitebackground/Main.swf"flash loads on the stage. Then I want to delete this flash and load a different one when I click on the gallery_btn. So, when I click on the gallery_btn, he plays frame 76, theoretically unloading the Main.swf and the loading of the ZenGalleryDemo.swf in its place.

    For the moment, the Main.swf loads perfectly and works great. But when I click on the button to the Gallery, he jumps to the frame 76 and plays the Main.swf. It does not load the file ZenGalleryDemo.swf...

    If anyone has any ideas, I would be really grateful!

    Thanks in advance

    It's just a glance and reading, but the problem may lie between these two lines... look closely...

    var galleryurl:URLRequest = new URLRequest("test/ZenGalleryDemo.swf");
    galleryLoader.load (url);

  • Control a .swf with a different .swf file file

    Hello-

    Can one.swf file control the actions of another on the same HTML page .swf file?

    Example:

    FloatingMenu.swf would control the timeline in MainStage.swf

    Thank you-Ben L

    Yes.

    You can always use localconnection to communicate between the two.

  • JavaScript error when using ExternalInterface.addCallback("IsStatic",IsStatic) with cross-domain swf file

    How can I use ExternalInterface.addCallback("IsStatic",IsStatic) when using javascript server access (html) of server B (swf)? coz it showing error?

    Server A
    192.168.0.10/xxx/example.html
    ===========
    < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    ID = "MGSInsurances1" width = "960" height = "600".
    codebase =" http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" > "
    "" < param name = "movie" value = " http://192.168.0.22/MGS/flex/MGSInsurances1.swf" / >
    < param name = "quality" value = "high" / >
    < param name = "bgcolor" value = "#869ca 7" / >
    < param name = "allowScriptAccess" value = "always" / >
    "" < embed src = " http://192.168.0.22/MGS/flex/MGSInsurances1.swf" quality = "high" bgcolor = "# ca 869, 7.
    width = "960" height = "600" name = "MGSInsurances1" align = "middle".
    play = "true".
    Loop = "false".
    quality = "high".
    allowScriptAccess = "always".
    Type = "application/x-shockwave-flash".
    pluginspage =" http://www.adobe.com/go/getflashplayer_fr" > "
    < / embed >
    < / object >
    < script language = "javascript" >
    window. MGSInsurances1 = document.getElementById('MGSInsurances1');
    < /script >

    Server B
    192.168.0.22/mgs/Flex/MGSInsurances1.swf
    ==================

    Security.allowDomain("*");

    If (ExternalInterface.available)
    {
    ExternalInterface.addCallback("IsStatic",IsStatic) ("onchange", onchange);
    ExternalInterface.addCallback("IsStatic",IsStatic) ("datachange", datachange);
    }

    but javascript Error shows "Unknown name", how can I solve this problem? urgent! Anyone know this?

    I solved it! because I did not restart my server again! Again not error! Sorry to annoy everyone.

  • Executing an .exe with a SWF file. ?

    Hey.

    I was wandering if it is possible to run an .exe with a flash swf file file. When you click on a button?

    If it is then someone would be nice enough to tell me what I have to use the code please?

    I would like to use it with the button symbol.

    Thank you

    ~ Joe

    This should be:

    Stop();

    Btn.addEventListener (MouseEvent.CLICK, f);

    function f(e:Event):void {}

    fscommand ("exec", "psxfin.exe")

    }

    p.s. Please check the useful/correct.

  • problem of SWF files

    Hello

    I have imported the swf file in dreamweaver and want to go to my home page, however I tried to flash but does not work is it a way I can do it in dreamweaver.

    The code is listed below:

    <! DOCTYPE html >

    < html lang = "en" >

    < head >

    < title > Designers Arena < /title >

    "< script type =" text/javascript"src="js/jquery-1.4.2.js "> < / script >

    "< script type =" text/javascript"src="js/jquery.nivo.slider.pack.js "> < / script >

    < script type = "text/javascript" src = "js/cufon - yui.js" > < / script >

    < script type = "text/javascript" src = "js/cufon - replace .js" > < / script >

    "< script type =" text/javascript"src="js/CabinSketch_700.font.js "> < / script >

    "< script type =" text/javascript"src="js/EB_Garamond_400.font.js "> < / script >

    < script src = "Scripts/swfobject_modified.js" type = "text/javascript" > < / script > "

    <!-[if lt IE 9] >

    < script type = "text/javascript" src = "js/html5.js" > < / script >

    < style type = "text/css" >

    .BG {behavior: url(js/PIE.htc)}

    < / style >

    <! [endif]-->

    <!-[if lt IE 7] >

    < div style = "clear: both; text-align: center; position: relative' >

    < / div >

    <! [endif]-->

    < / head >

    <! - START PAGE SOURCE - >

    < script type = "text/javascript" > Cufon.now (); < /script >

    < script type = "text/javascript" >

    {$(window) .load (function ()}

    $('#nivo_slider').nivoSlider ({}

    effect: 'fold', //Specify defines as: "bend, fade, sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft.

    slices: 7,.

    animSpeed:500,

    pauseTime:6000,

    startSlide:0, //Set from drag (index 0)

    directionNav:true, //Next & Prev

    directionNavHide:true //Only see the bubble

    controlNav:false, / / 1,2,3...

    controlNavThumbs:false, //Use thumbnails for a control Nav

    controlNavThumbsFromRel:false, //Use image rel for thumb

    controlNavThumbsSearch: ".jpg", //Replace it work with...

    controlNavThumbsReplace: "_thumb.jpg", //...this in thumb Image src

    keyboardNav:true, //Use of the left and right arrows

    pauseOnHover:true, //Stop animation while hovering

    manualAdvance:true, //Force transitions manual

    captionOpacity:1, //Universal legend opacity

    Event:function() {},

    afterChange:function (navigateToURL) {index.html},

    slideshowEnd:function (navigateToURL) {index.html}

    Triggers after all slides should have been disclosed

    });

    });

    < /script >

    <! - END SOURCE PAGE - >

    < table width = "100%" height = "800" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

    < b >

    < td width = "771" align = "center" valign = "middle" > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "770" height = "400" id = 'FlashID' title 'Designers Arena' = > "

    < param name = "movie" value = "intro - animation.swf" >

    < param name = "quality" value = "high" >

    < param name = "wmode" value = "opaque" >

    < param name = "swfversion' value ="6.0.65.0">

    <!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

    < param name = "expressinstall" value = "Scripts/expressInstall.swf" >

    < param name = "LOOP" value = "false" >

    < param name = "SCALE" value = "exactfit" >

    <!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->

    <!-[if! IE] >->

    < object type = "application/x-shockwave-flash" data = "intro - animation.swf" width = "770" height = "400" >

    <!-<! [endif]-->

    < param name = "quality" value = "high" >

    < param name = "wmode" value = "opaque" >

    < param name = "swfversion' value ="6.0.65.0">

    < param name = "expressinstall" value = "Scripts/expressInstall.swf" >

    < param name = "LOOP" value = "false" >

    < param name = "SCALE" value = "exactfit" >

    <!-the browser displays the following alternative content for users of Flash Player 6.0 and higher. ->

    < div >

    < h4 > the content of this page requires a newer version of Adobe Flash Player. < / h4 >

    " < p > < a href =" http://www.Adobe.com/go/getflashplayer_fr "> < img src = ' http://www.Adobe.com/images/shared/download_buttons/get_flash_player.gif "alt = 'Get Adobe Flash player' width = '112' height ="33"/ > < /a > < /p > "

    < / div >

    <!-[if! IE] >->

    < / object >

    <!-<! [endif]-->

    < / object > < table >

    < /tr >

    < /table >

    < br >

    < script type = "text/javascript" >

    swfobject.registerObject ("FlashID");

    < /script >

    < / html >

    Waiting for response.

    Kind regards

    Sam

    DW is not a Flash editor, any changes to links in the Flash file must be done in Flash.

    Someone in the forum Flash might be able to help you understand why the link wasn't working properly in your Flash file...

    http://forums.Adobe.com/community/Flash/flash_general

  • SWF files does not properly

    Hello, I'm new to Flash and recently downloaded the demo to do a few things to add to my site. Nothing too complex, I made a slideshow of images and turned some button images. Anyway, after I publish files and import the swf in Dreamweaver files, I always get a flash player error when I try to watch the content on my site. She'll tell me that I need to update my flash 11.2 drive. I have downloaded several times 11.2, reinstalled flash player and made sure I have indeed the correct version of flash player on this computer. Just to make sure it wasn't a problem with my laptop, I checked with another computer, as well, and he had the same problem.

    Is it a problem because I am creating content with the trial version? Or I'm just something wrong? Once I created everything I do in Flash, I save it, publish and import the .swf file in Dreamweaver.

    When you publish to the web you really never want to publish for any version of flash beyond what you really need. Who will annoy your users when you're not even using anything in the latest versions of flash.

    Go to your publishing settings, set the target for publication of flash 10.1/10.2. I'm pretty sure it will look and work the same and you will not annoying to users who need to update flash.

    Never publish at the latest if you don't absolutely need to. I have published for v9 until about 6 months ago, then finally started using up 10.1/10.2.

  • Flash container... to big when viewing SWF files

    I used Flash Professional CS5.5, to do a SWF.file, when I save like all, it also includes a FLA file. I use this SWF file in Dreamweaver CS5.5, Insert media, for this I put the settings name .swf, discovers. When I select Live View, all ok series, but how you do the smallest box grey Flash that keep the images the same swf size... When I change all the widths and heights banner plant with very small images.

    <! - end .sidebar1 - > < / div >
    < div class = "content" > < h1 >

    < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "572" height = "400" hspace = "1" hspace = "1" id = 'FlashID' title = "banner2" > "
    < param name = "movie" value = "" banner2.swf? banner2.swf = "/ >"
    < param name = "quality" value = "high" / >
    < param name = "wmode" value = "opaque" / >
    < param name = "swfversion' value ="6.0.65.0"/ >
    <!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

    < param name = "expressinstall" value = "Scripts/expressInstall.swf" / > "
    <!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->
    <!-[if! IE] >->
    < object data = "" banner2.swf? banner2.swf = ' type = "application/x-shockwave-flash" width = "572" height = "400" hspace = "1" hspace = "1" > "
    <!-<! [endif]-->
    < param name = "quality" value = "high" / >
    < param name = "wmode" value = "opaque" / >
    < param name = "swfversion' value ="6.0.65.0"/ >
    < param name = "expressinstall" value = "Scripts/expressInstall.swf" / > "
    <!-the browser displays the following message

    Thanks I await a response...

    E-mail [email protected]

    I was not able to view the text in this area of flash diolog, always a big gap...

    Hello Glen,

    question is answered in the way of this - John?

    Hans-Günter

  • How do add you a link to a .swf file?

    Is it possible to add a link/URL to a file .swf without incorporation in the original .fla file?

    Is it possible to do with just one .swf file and without actually modify the .fla or recreate?

    I don't provide lessons, but here, it is essential... to load the other using AS3 swf file, you will use code like the following in the main timeline...

    var my_loader:Loader = new Loader();
    my_loader. Load (new URLRequest ("theOther.swf"));
    addChild (my_loader);

    addChild (myBtn); / / described then but code here

    To add a link, you can create an invisible button and as much as you like in the timeline, or if there is a text link you can assign the link to the object dynamic textfield via the properties panel.  To create an invisible button it just create a button symbol and draw a shape for him than in his empty box Hit, leaving all others... elsewhere, we can still see the button to work with him on the stage, but it will be invisible when the file is read.  You may also have the button include neither text nor any other Visual you want if you don't no need/want it to be invisible.

    If you use the approach of button, then you must assign the button an instance name (I use 'myBtn' for this example) then you need to assign a listener of events and event handler for the button function...

    myBtn.addEventListener (MouseEvent.CLICK, clickBtn);

    function clickBtn(evt:MouseEvent):void {}

    navigateToURL (new URLRequest ("http://www.yourlinksurl.com/etc"));

    }

    The reason why I addChild for myBtn after I addChild charger is so that it will sit above the charger.  Without this line, the charger would be the loaded swf sitting on the button blocks access to it.

    If you plan to use a Textfield instead of a button, then you don't need the event code but you should always line addChild() to bring it to the front.  As already said you can connect via the properties panel for a link field.  To make life simple by these instructions just assign the textfield an instance name of myBtn.

Maybe you are looking for

  • Upgrade GPU of HP Pavilion HPE h8-1070uk desktop PC

    Hey everybody would be able to tell me which graphics cards are compatible with HP Pavilion HPE h8-1070uk desktop computer? I tried to install Asus gtx 750 TI unsuccessfully as the phones was not compatible due to the bios, and now I don't know what

  • No WiFi for Compaq Presario C770US

    My Compaq Presario C770US notebook not a not the insltalles pilot Wi - Fi so I can't connect to it. I tried to find the driver online but had no luck. Can someoen link me the driver so that you can download and use the internet connection please?

  • My project is trolling hard

    Hello, I ve done a project, but after the execution of the it, it lags so hard. Also strange thing happening with my plot signed "voltage signal 4', there are thousand of all colors. Anyone can take a look at it and say if the same thing happens on y

  • Outlook Express of in the 0x800C0133 error fix comment

    I have a problem with outlook express. I have the 0x800C0133 error message and I read that I had to open another folder and transfer my messages pour responsibility my Inbox, but I managed to transfer multiple messages and responsibility my box of de

  • No video on the second monitor (DLP projector) in PowerPoint 2003 presentation mode.

    When you use PowerPoint 2003 in presenter view, videos will not play on the second monitor which is a DLP projector. Video plays and produces the sound, but no picture. Videos play fine in clone mode. Using Dell Latitude D820 and windows XP pro