CCS and embedded flash content

I've been working on a site designed around an external CSS
style sheet. Nothing too complex, but I'm dividing a background
image up into several div containers. The page is divided into
three columns with a header or top section where I want to put
flash based navigation.
Everything is working just fine except the adding the flash
nav part. It looks like the only images that can be embedded
through external CSS sheets are background images.
I've researched this extensively and can't find any examples
of embedding a swf inside a div id through an external style sheet.
If anyone has tried this or has a link to an example of how to do
this please point me in the right direction. Embedding the swf
navigation in the pages using the CSS will save me hours of time
adding it to potentially hundreds of pages by hand.
Thanks again...
I'm a nubee loving design process in flash but hating the
implementation into a page.

I've been working on a site designed around an external CSS
style sheet. Nothing too complex, but I'm dividing a background
image up into several div containers. The page is divided into
three columns with a header or top section where I want to put
flash based navigation.
Everything is working just fine except the adding the flash
nav part. It looks like the only images that can be embedded
through external CSS sheets are background images.
I've researched this extensively and can't find any examples
of embedding a swf inside a div id through an external style sheet.
If anyone has tried this or has a link to an example of how to do
this please point me in the right direction. Embedding the swf
navigation in the pages using the CSS will save me hours of time
adding it to potentially hundreds of pages by hand.
Thanks again...
I'm a nubee loving design process in flash but hating the
implementation into a page.

Similar Messages

  • Adobe Reader cannot play embedded Flash content

    I don't know why, the Flash format was originally created by Macromedia, and then Adobe acquired the company, but the Adobe Reader cannot display Flash content.
    My PDF file is here:
    http://genifer.googlecode.com/files/agi-book.pdf
    Scroll to page 37.
    The original SWF file is here:
    http://genifer.googlecode.com/files/unified-AND-OR.swf
    which *can* be played on my Chrome browser.
    But when I embedded the SWF file in the PDF, the result is unplayable.
    A clue is:  Adobe Reader asked me to download QuickTime to display media contents.  So I downloaded QuickTime.  But QuickTime nowadays has removed Flash support.  Why did Adobe Reader ask me to download QuickTime to display Flash, when Adobe owns the Flash format?
    I have also tried selecting other media players in the Reader's option box (eg, Windows Media, Windows built-in, Adobe Flash, etc) but none of them works.
    I have also tried using Adobe Acrobat Professional 9.  Same result.
    It seems to be a problem with Adobe Reader.  Any suggestions?
    Thanks!

    Adobe Reader most certainly CAN play embedded Flash content, but only if you embed it properly.
    You're seeing a Quicktime warning because you're embedding the SWF as "legacy media" content - this is no longer supported for authoring and is disabled by default for playback.You should use Rich Media Annotations instead (embedding using the multimedia/flash tool in Acrobat 9 or Acrobat X).

  • Which versions of Acrobat reader supports embedded Flash content?

    I was wondering which versions of Acrobat supports Flash files (or Flash content) that might be found embedded within PDF files?
    Specifically, does version 6, 7 or 8 have this capability?

    The wikipedia entry for Adobe Acrobat says this regarding Acrobat reader version 9:
    "Insert FLV (Flash) or H.264 video for direct playback in Adobe Acrobat and Adobe Reader."
    The way I read that, it says that the ability to handle pdf files with embedded flash content was introduced with Acrobat reader version 9, and did not exist in earlier versions of Acrobat reader.
    So are you sure that older Acrobat reader versions (specifically, version 6) is capable of correctly handling flash content embedded within a pdf file?

  • Dreamweaver embedded flash content will not load in IE7

    My company standard is IE7
    I'm charged with developing flv that will auto play on PC from a removable thumb drive.
    in addition it should be able to launch a url.
    I'm using CS4 Flash and Dreamweaver
    developing on a Mac.
    I've used action script 3 to program buttons that start, stop and launch url
    I've worked everything out on a Mac.it works fine in Mac environment.
    I've gotten swf files to autoplay on PC
    the PROBLEM?
    when I try load the html web page on the PC with IE7 the flash content (either a swf or flv embedded using Dreamweaver) does not load.
    IF I leave the IE specific html in the code IE7 returns a message that flash player needs to update. - IT has installed the latest version of flash player.
    if I extract the sniffer/alternative code the flash content does not load there is no message
    If the swf file auto loads and plays then Why is that a problem?
    action script -  to launch url execution launches as a security warning and the trusted settings window
    not very seamless eh?
    so the alternative is to play the flash content embedded in html and create launch url button in html . . . but ofcourse flash content won't load in IE7.
    I've not been able to test the code on any other version of IE
    I hope this is enough information to help if not let me know what you need to know . . .
    thanks in advance for any time you all spend on this.
    M

    So right now you have a SWF file that plays and FLV file and it's not loading in IE7.  Is the testing server that you are using NOT on your local machine?  The reason I ask this is because IE will typically block content if it is hosted on the local machine and treat it as a security risk, prompting the message you refer to.
    Also would it be possible for us to see the code you are using for the plugin?  Most users here will be able to help troubleshoot any issues with the HTML code if we can see it, however, there is a possibility that the fix may be in Flash, in which case you should cross-post this in the Flash forum as well for assistance just in case.

  • Desktop AIR 2.5 application with transparency and embedded Flash with wmode transparency error

    I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf element in my html file that I have set to wmode transparent. Instead of the swf rendering with a transparent background and showing the desktop like the html content does, I'm seeing a black box that fills the area where the Flash element is embedded.
    Can someone please assist me in removing this black square so that my flash content is rendered within the html file with a transparent background instead of a black background?
    When the AIR application is set to transparent, the Flash content must have it's wmode set to either transparent or opaque. Opaque gives it a white background (the stage background color), but transparent seems to just give it a black background.
    Thanks!

    Ok fellas,
    It appears that I have indeed answered my own question. So thanks... uh, me As I've now figured out, the entire AIR application is basically still a Flash based Display Object, one that can render html using webkit. That means that even though my main application is written in HTML I can still load swf files into the display list of the root applications native window using the Loader class.
    I had mentioned earlier that this didn't work, but actually it did work I was just having an error. In my flash file I had a reference error because I was referencing stage.stageWidth in actionscript. This produces a typeError in the AIR runtime when I add this to the root display list. I was able to finally see this error by add the -nodebug command to my adl testing script (adl app.xml -nodebug). For whatever reason my AIR 2.5 adl would not produce air.trace calls to the cmd console without that -nodebug command, which is extremely ironic. So adding in the -nodebug command actually gave me my debug traces! Welcome to the world we live in folks... I also found out that my traces in the swf also trace out to the console when you add this command in there.
    In addition, the reason I was not able to get the Loader class to work from javascript was because I was not using the correct addEventListener call. If you are familiar with Actionscript 3.0 (which luckily I am) you will recall that you have to add the event listener to the "contentLoaderInfo" object of the Loader variable you instanciate.
    Here's a snippet of how I was able to do this as well as another link that is buried in the documentation that's useful:
    var loader;
    loader = new air.Loader();
    var file = air.File.applicationDirectory.resolvePath("test.swf");
    loader.contentLoaderInfo.addEventListener(air.Event.COMPLETE, swfLoaded);
    loader.load( new air.URLRequest(file.url) );
    function swfLoaded(evt) {
         air.trace(" SWF LOADED! Woohoo! ");
         air.trace( loader.numChildren );
         loader.width = 1000;
         loader.height = 800;
         loader.x = 0;
         loader.y = 0;
         window.nativeWindow.stage.addChild(loader);
    This is a very useful article on creating nativeWindows and other things, such as creating Flash based display objects and adding them to the stage:
    http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e0a.html
    Woohoo!

  • Dream Weaver CS 5.5 not showing Flash/Vimeo/JW player and other Flash content local

    Hi,
    I have just installed WebPremium CS 5.5 and when I look locally through XAMPP at a web site in any browser, no Vimeo/JW players or Flash content
    are showed. Flash is installed!!! The rest of the site is visible.
    Only in "Live View" I can see everything as normal in dream weaver CS 5.5, but not in any browser.
    When I look at the same site local  in DW CS4 all looks fine.
    Have no clue how this is possible. All suggestions are much very appreciated!!
    Thanks! David

    Is XAMP configured to serve up SWF or FLV file formats correctly? Check your XAMP MIME-type settings.

  • Synching Issues with Self-Paced Learning and Embedded Flash Files

    Hi Everyone,
    I'm having some issues with my files not properly synching or displaying when Self-Paced Learning is active.
    Here is my set-up:
    Captivate 5
    5 separate Captivate files combined using the Aggregator
    Each Captivate file is about 15 slides
    Each slide contains an audio file (for closed-captioning) and a single SWF file - the content is all created with Flash and then inserted into Captivate using Insert > Animation
    Each SWF file is back 1/10 of a second from the beginning of the Cap timeline (otherwise there are rewind issues when the user selects the slide they are currently viewing from the ToC)
    Each embedded SWF has the beginning and ending fade built into it; Captivate is not doing any fading
    Synch to Project is selected for each embedded SWF (although it doesn't seem to work all the time)
    Self-Paced Learning is active, as well as, Enable Navigation
    It is not being loaded to an LMS or using any built-in Captivate quiz features.  These are instead custom built AS3 Flash files that are embedded.
    Windows 7, 4GB RAM, 1GB Video Card, High-end Processor, etc... a beast.
    The Issue:
    When the user opens the course, views it for a while and then closes it and returns it will display the first slide of the course for a moment before jumping to the bookmarked slide.  This slight timing misstep causes the bookmarked slide to get out of synch.  It will sometimes not display the bookmarked slide at all or it will cut-off a small bit from the end of the slide (even with Synch to Project active).  It sometimes works fine but randomly will break.  The course is set to 100% preload and nothing is being loaded from an external location.  It seems to work fine until Self-Paced Learning is activated.
    I don't think this is a common development approach for Captivate but it has been very successful with some clients.  Has anyone encounted similar issues or does anyone have some suggestions that might resolve this problem?
    Thanks!
    Greg

    It's been mentioned many times on this forum that nesting Captivate SWFs inside other Captivate SWFs gives rise to all kinds of strange issues.  Captivate was not designed to work this way. If you choose to do it, and you encounter issues (as you have done) there's usually NOT a lot you can do.  There are just too many ways the SWFs can get into bun fights over which one does what.
    I suggest you rethink your approach to avoid nesting.

  • SWFloader and Embedded Flash 9a SWFs

    I have a bunch of Flash movies done in Flash 9 / AS3. These
    are pretty basic animations, with very simple timeline scripts at
    the top level - basically just stop() and some trace statements. I
    also have labels set at various points. All of these animations are
    designed for basic gotoAndPlay(label) then stop() operations.
    These swfs are compiled without any custom classes...
    strictly simple code on the root timeline, as I said, stop() and
    trace().
    I load this stuff up in my more complex Flex app via a
    SWFloader. Once the load is complete, I assign SWFloader.content to
    a variable typed as movieclip. Everything loads. My trace
    statements trace through Flex. My stop() actions work. However, the
    gotoAndPlay(label) commands do not work, Flex always reports that
    the movie is on Frame 0, it claims the movie has 0 totalFrames,
    etc. It can't see any labels or any other details of the file.
    I've looked at the docs and the list archives, but can't seem
    to get this going. Is there anything special which needs to be done
    in Flash 9, besides exporting as Flash 9 / AS3? Any other
    suggestions or examples?

    I should note that this problem really only occurs if the
    animation SWF is @embedded. Looking at the loaderInfo.URL is
    telling me the main movie's URL, which I suppose is fine, but I
    still don't seem to be able to communicate with it. Accessing the
    movie as an external file, without embedding, it works correctly.
    Is there some special difference in how you handle an @embedded SWF
    compared to one linked via a relative path?

  • Vista and Embedded Flash Fonts are missing?

    I Just upgraded to Vista with a new development machine. Have
    everything installed and good to go.
    I open a previous Director File that contains swf assets and
    static fonts. The fonts are simply missing. When I view the swf on
    it's own... no problem and text displays perfectly. swf in Director
    in Vista, no go. It worked perfectly in XP.
    The files that are published with XP, the fonts in Flash
    assets are all okay. Publish the exact same file in Vista, Fonts
    are missing.
    Any ideas?

    Fixed it by installing the latest Flash8 Xtra. Wish adobe had
    an installer that could just "update" the software rather than
    manually replacing files... Ah well, all good now.

  • Windows 8 freezes while I try to watch online Flash content and running Audition CS6

    I recently bought a online introduction course to Auditon CS6 on Vimeo.com
    While I have a setup where I put the lecture on one screen and the program on the other I like to follow tutorials and learn how to use software.
    However this proves to be impossible for me in Audition, because for some reason my computer gets completely unresponsive after a little while of watching the lectures with Audition running.
    It never happens when Audition hasn't been launched, and I'm kind of suspecting a driver conflict, but I don't have a fancy audio card in my computer, (just built in Realtek,) and find it a bit
    odd that it wouldn't be supported as it is some of the most common audio setups around. As far as I know the system runs stable with Audition running and no Flash content started as well.
    This has happened for the last couple of months and I've updated Flash and drivers as they roll out. Audition CS6 is downloaded with the Creative Cloud application Manager.
    Here is some general info on my computer:
    OS: Windows 8 Pro 64 bit.
    Motherboard: eVGA x58 Classified (Tried with stock BIOS and also updated to new BIOS)
    Audio Card: Realtek (on motherboard)
    Graphics: Nvidia Geforce GTX 560 Ti
    The system storage device is a SSD (Firmware recently updated due to BSODs apearing, and seems to be resolved.)
    I do believe that this might not be a Audition issue, but rather a issue with Flash. However Audition + Flash reproduces this problem faster than anything else I can remember this happening while
    using other 3rd party software while playing Flash. (Not exactly the type of software.) I have a suspicion that it is something that occurs if Flash and other programs is paging/wiring/reading the SSD...
    I can't remember this happening with Photoshop or other Adobe software, and so I'm also curious to how different Audition runs "under the hood" so to speak. What is it constantly checking
    that could lead to a hardware conflict.

    A month ago I uninstalled AVG Internet security from my computer making it a lot less potent to BSODs in general, (can't reacall having any.) So today I thought I'd try to learn some more Audition. I could Sit with it for a good while just playing around with recordings and settings and my system didn't react weirdly at all. So the next step was of course to try and load some of the Udemy lectures I had waiting.
    As the video was buffering I turned away from the computer for a while, but when I came back it had completely froze up again... I don't think I've ever had a BSOD in this context either, instead of going into BSOD the computer just stops responding completely.
    (I'm using the latest version of Flash, tried with both Firefox and Chrome.)
    I'm thinking this is a very niche bug and I can't seem to se that it can be anything but a conflict with Flash. Weither it's a memory leek or what ever it is.
    I can use Audition fine on my computer it seems, as long as I never start a browser in risk of loading a Flash application, (which would be fine if I was avid, but I need some lectures to get started.)
    Nothing really seems to be overloaded (RAM/CPU) before the freeze ocurs either.
    I  don't really know where or how to adress this to the Flash Player forum/community, (or if there is one.)
    Thanks.

  • Get IE8 to display Flash content

    Does anyone have a bullet proof method for embedding Flash content so that it shows in all flavors of IE8 WITHOUT having the user change settings on their machine?
    I'm working on a project that was tested by a couple of people who could see the content then click on a link in the Flash content which loads a URL in the same page THEN when they hit the back button in their IE browser the Flash content doesn't show.
    I was using SWFObject to embed but have switched to a simple method shown below:
    <object type="application/x-shockwave-flash" id="cdbwidget" data="CDBabyStore_widget.swf?customerID=xhWv7J5EP8fi22rByrPcVg%3d%3d&byType=ByCustomer&si teURL=document.referrer&colorScheme=0x000000,0xE0E0E0,0xCCCCCC,0x666666,0x333333,0xFFFFFF, 0xFFFFFF" width="550" height="575">
        <param name="movie" value="CDBabyStore_widget.swf?customerID=xhWv7J5EP8fi22rByrPcVg%3d%3d&byType=ByCustomer&s iteURL=document.referrer&colorScheme=0x000000,0xE0E0E0,0xCCCCCC,0x666666,0x333333,0xFFFFFF ,0xFFFFFF" />
    </object>
    I've tested this on Windows 7 running IE7, 8 & 9 and it works flawlessly but two people are having the issue I noted above.
    Thanks for any tips.

    In a nutshell, if you've tested it and it works, it works. The two people who are having problems (there will probably be thousands more worldwide) have a setting in their Internet Options or in Windows that is causing the problem.
    You might want to run this through the Flash and Dreamweaver forums as well to get some more insight from people who are more skilled at Flash integration and older browser compatibility.

  • Is there a way to force enable wmode=direct for all Flash content on all webpages ?

    I need a way to force enable wmode=direct for all Flash content that's running regardless of the webpage the Flash content is runing on.
    If there isn't a way to do so now, please enable this as fast as you can in the next version of Flash.
    I've read somewhere that if there's no wmode setting on the page like opaque, transparent, direct or hw the flash content will run in wmode=window setting so it would be very easy to change that and force Flash to use wmode=direct instead.
    This could be done by adding wmode=direct line to mms.cfg or even add Force wmode=direct to Flash Settings, easy as that.
    I really don't wanna hear the arguments why force enable wmode=direct for all Flash content regardless of webpage is not indicated to do, just do it, I really need this wmode=direct feature to be always on simple as that.
    I know that on some webpages some content might run behind flash content by doing so but I really don't care cause I know what sites I'm using and what Flash content I'm runing so just enable it.
    Waiting for all websites to implement wmode=direct would take ages and I don't have time to waste instead I wanna enable this feature by now since I have seen what a big difference it makes by runing Flash accelerated instead of software decoding.

    You will not get what you need using stamps, especially if you ever want to use dynamic XFA forms.
    The digital signatures that were signed with a self-signed digital ID won't fully validate unless the user chooses to trust the corresponding digital certificate first. You should only trust a digital certificate if you trust its source. The problem is using self-signed IDs will be difficult to use on the scale you're talking about.
    Digital signatures are the best approach for your needs. They can provide both nonrepudiation of document origin as well as document integrity. You just have to figure out how to implement a solution you can afford.
    You agency can become its own certificate authority and issue certificates to its employees. You'd just have to find a way to implement and manage such a system.

  • Embeded Flash and Internet Explorer

    When try and access a page I have created with internet
    explorer composed of html with an embed .swf there is a white box
    that one has to click to then access the normal functions of the
    .swf. Is there any code to make it so this extra click to access
    the embeded flash does not have to happen? It does not happen in
    firefox or safari.

    Oh god .. here we go again .. Obviously someone has been
    living under a rock
    or on a deserted island for a few months :)
    This is due to Microsoft IE changes required to avoid
    infringing the
    (stupid) EOLAS patent. It applies to all Active-X control
    that can interact
    with the user.
    If you are viewing a web site, you cannot really do anything
    to fix it,
    except complain to the web master
    Here is a link to find information on how to fix your website
    to cope with
    the Active-X active content changes:
    http://www.justfuckinggoogleit.com?q=activecontent+IE+ActiveX+Change
    Jeckyl
    (If that does not redirect, just go to
    http://activecontent.blogspot.com)

  • Swf reloaded autometically in aspx page and buttons dissappear from flash content

    Hi, I am facing a problem with flash content in aspx.
    After spending some time, the swf embeded in the aspx page is
    reloaded autometically ( without refresing the aspx page only swf
    reload ) and two buttons from that swf dissappear.
    I can't understand why the swf reload ?
    Can any one help me !!

    Hi,
    Thanks Darr_darshan.
    I had embed the swf directly. And the swf is reloaded using
    backend coding, so i can't get the idea about that how the swf is
    reloaded ?

  • Flash content (embedded using SWFObject or using other methods) won't print

    All Flash content embedded using SWFObject or using other methods won't print anymore, since version 3.6.4.
    There is a blank square on the printed page instead of the object.
    There was no trouble with previous firefox version.
    I've got the issue with version 3.6.4, 3.6.6 & 3.6.7
    I'm using Adobe flash player version 10,1,53,64 ; I've tried to downgrade to Adobe flash player version 9, I'd got the same issue.
    I've tried from multiple computer and still had the same blank square.
    Thanks for your help !
    == URL of affected sites ==
    http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test.html

    Having the same problem with our flash based design tool. For now we're recommending that our users use IE as it prints the flash objects fine. Would prefer to use Firefox, but that won't be an option until flash objects can be printed again (as they used to be).
    example:
    [http://webblox.libertycable.com/print_fl.asp?partid=202531&checksum=5523020.37&rand=728201062255PM]

Maybe you are looking for