How to make SWF in GoLive show in IE in v5, 6 or 8

I would like to get a Flash file to work in Internet Explorer
v5, 6 and 8. I am creating a site and the flash clip won't play in
these browsers (but will in IE v7). Does anyone have any ides?
Thanks.

EDIT: I see you mentioned that yourself but the header of your question was 'How to make SWF file work in interactive PDF'. Strictly speaking, forgetting the iPad, the answer would be: export the animation from InDesign to SWF, delete the animation and now place the exported SWF back on the page. Then export to interactive PDF.
Still won't work on iPad however!
On Desktop this will work in PDF *if* Flash player is installed on that desktop for Adobe reader/Acrobat 10 and later; versions 9 and earlier have 'build in' Flash players...

Similar Messages

  • How to make Finder NOT to show files from a specific folder in "All My Files"?

    Hello!
    Can someone please advice how to make finder NOT to show files from a specific folder in "All My Files"? See the attach - I recently installed Civilization 5 from Steam and now I have a lot of unneeded files (*.log and *.ini) shown in  All My Files colder in Finder.
    I don't want to see them. Any advise?

    Using "All my Files" was very handy before all this rubbish popped up. =(

  • How to make my tab page shows all my applications?

    How to make my tab page shows all my applications?Please help me as fast as possible. Thx .
    Note: Please write as detail as possible because I am new to vb.Thx again.

    Hi,
     For a lack of info about what Applications you are talking about we can only guess at what you want to do. In my experience, this is the kind of question that ends up being a mile long with 15 different examples because nobody knows exactly what you
    are trying to do.
     With that said, maybe you can put a ListView in your TabPage and use the code i showed in the link below. If not then please explain exactly what you want to do.  8)
    How to make a screen that displays 'all apps'?
    If you say it can`t be done then i`ll try it

  • Simpe Question: How to make .swf non scalable

    Hey guys,
    I have been trying to search for an answer on how to make a whole .swf file unscalable but I have only found information on how to scale flash files. I did find a post that mentioned the code "Stage.scaleMode = "noScale";" but when I add that to the first frame in my timeline, nothing happens. So any help on this issue would be much appreciated. Thanks so much.
    Note: I am using action script 3.

    You can also use this frame action:
    fscommand("fullscreen", "false");
    to disable the menu use:
    fscommand("showmenu", "false");
    Hope that helps

  • WPF: How to make Tab Header to show three different icons?

    Our WPF application needs Tab header to show three different icons and Foreground.
    If tab is not selected, show one icon and black foreground. If tab is selected, show another icon and white foreground. If tab is selected and also require show Chromestyle, show third icon and red foreground.
    we have tried the following code. However, MultiDataTrigger section does not work.
    <TabItem x:Name="tabItemSetup" Header="Setup">
    <TabItem.HeaderTemplate>
    <DataTemplate>
    <StackPanel Orientation="Vertical">
    <Image x:Name="imgSetup" Height="50" Width="65" Source="Resources/Images/UNSELECTED_Setup Icon.png" DockPanel.Dock="Top" />
    <TextBlock x:Name="txtSetup" Text="{Binding}" Foreground="Black" Style="{StaticResource TabTextStyle}" DockPanel.Dock="Bottom" FontFamily="Eras ITC" FontSize="13.333"/>
    </StackPanel>
    <DataTemplate.Triggers>
    <DataTrigger Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True">
    <Setter TargetName="txtSetup" Property="Foreground" Value="White"/>
    <Setter TargetName="imgSetup" Property="Source" Value="Resources/Images/SELECTED_Setup Icon.png"/>
    </DataTrigger>
    <MultiDataTrigger>
    <MultiDataTrigger.Conditions>
    <Condition Binding="{Binding IsChromeStyle}" Value="True"/>
    <Condition Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True"/>
    </MultiDataTrigger.Conditions>
    <MultiDataTrigger.Setters>
    <Setter TargetName="txtSetup" Property="Foreground" Value="Red"/>
    <Setter TargetName="imgSetup" Property="Source" Value="Resources/Images/Chrome SELECTED_Setup Icon.png"/>
    </MultiDataTrigger.Setters>
    </MultiDataTrigger>
    </DataTemplate.Triggers>
    </DataTemplate>
    </TabItem.HeaderTemplate>
    </TabItem>
    Does anyone know how to make it work? Thx!
    JaneC

    Where is the IsChromeStyle property defined? It is the Header, i.e. the string "Setup" that is the DataContext of the HeaderTemplate and the a string has no property called IsChromeStyle so you must specify a source for the binding.
    If for example the DataContext object of the TabControl, or the parent of the TabControl (for example the window or whatever) has a property called IsChromeStyle you could bind to this one using a RelativeSource:
    <MultiDataTrigger.Conditions>
    <Condition Binding="{Binding DataContext.IsChromeStyle, RelativeSource={RelativeSource AncestorType={x:Type TabControl}}}" Value="True"/>
    <Condition Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType={x:Type TabItem}}}" Value="True"/>
    </MultiDataTrigger.Conditions>
    Then it should work. It is the binding that fails.
    Please remember to close your threads by marking helpful posts as answer.

  • How to make editing cell to show up caret and taking keyboard event

    Hello everyone:
    I have the following problem with table editing.
    1. using mouse clicking, the editing cell will have cursor and taking keyboard event.(no problem with it)
    2. just type in data, it will show up in the selected cell, but the editing cell do not have cursor visible and also do not fire the keyboard event.
    I have problem with this one. So how to make editing cell to have caret visible and taking keyboard event.
    Thank you very much!
    --tony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    you should subclass JTable and overwrite two methods.
    1. protected boolean processKeyBinding(javax.swing.KeyStroke ks,
    java.awt.event.KeyEvent e,
    int condition,
    boolean pressed)
    to store the current keyboard event,
    2.public boolean editCellAt(int row,int column,java.util.EventObject e)
    to fix the problem with isCellEditable and curret position and direct the event into proper place.

  • How to make a supreport to show its that in a new page

    <p>Dear all,</p><p>     I am using Crystal Report XI Release 2 with a VB6 application. I have many reports and want do show then like only one to make a big report of all stuff. I try using subreports but I want that each subreport begins in a new page. Is that possible? How can i do it?</p>

    I would try adding this to the Report Design forum.
    This wouldn't be specific to the RDC.  They might have some ideas over there.
    Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a>

  • How to make only one colour show.

    Okay so say I take some footage I just shot and I want the colour blue to ONLY show up and all the other colours turn black and white, how would I do this?
    so ONLY blue will be in the footage, the other colours are black and white.
    Thanks

    Welcome to the forum.
    As stated, Leave Color Effect is exactly what you want. I'd like to put in a bit of a plug for Adobe Classroom in a Book Premiere Pro CS5, Adobe Press, out very soon, if not already on shelves where you are. The author covers this very Effect very well. Doubt that you will find a better tutorial on the Effect anywhere else.
    Also, it's great reading, and a book worth every $.
    Good luck,
    Hunt

  • How to make mouseover effect text show image in popup window or tooltip?

    I am trying to display a popup image in a new window when the mouse moves over some text. Or perhaps, the image could display in a tooltip when the mouse moves over some text.
    However, I have achieved the functionality of an image appearing above the text when the mouse moves over some text. This is how I did this:
    I put this code into the Page HTML Header:
    <script type="text/javascript">
    <!--
    function setFirstChildImgDisplay(el,vis) {
    if(!el || !el.getElementsByTagName) return;
    el.getElementsByTagName('img')[0].style.display=vis;
    // -->
    </script>
    I created a region and put this in the Region's Title field:
    {div onmouseover="setFirstChildImgDisplay(this,'inline')"  onmouseout="setFirstChildImgDisplay(this,'none')">Check out Page 1 here <img src="#WORKSPACE_IMAGES#DGNR Preview Page 1.bmp" alt="Page 1 Preview" style="display:none;">{/div}
    I am thinking that I should not have all of this code in the Region's Title field. But, I don't know where else to put it in APEX.
    So my questions are:
    1. how to get an image to display in a popup window or as a tooltip when the mouse is moved over some text?
    2. where should the {div} content be placed in APEX, if not in the Title field?
    Please note that I used '{' & '}' instead of '<' & '>' just so the div would display in this post.
    Also, I would like to give credit to this website because this is where I found out how to do what I have provided above.
    http://forums.devshed.com/web-design-help-2/mouseover-effect-text-shows-image-321876.html
    Thank you in advance,
    Maggie

    It's just an image map. Play with the settings. Here's a shape layer making a hole in the water and adding a bit of color.

  • How to make my website logo show as the new Yosemite favourites icon?

    I've been searching high and low for the answer to this question so I hope someone maybe able to help me.
    When you click in the address bar in safari using Yosemite you get the icons from the websites that you have as a favourite.
    Some, like Facebook have their logo automatically appear. Others, including my website have not shown up.
    I have added a photo to help explain what I mean.
    As you can see ART55 and Twitter have the safari icon. While the others show their logo.
    How do I get my website to show its logo as the icon?
    Any help would be very much appreciated.
    Kind regards

    You need to setup an Apple touch icon for your website so Safari can use it.
    https://developer.apple.com/library/ios/documentation/AppleApplications/Referenc e/SafariWebContent/ConfiguringWebApplica…
    https://mathiasbynens.be/notes/touch-icons
    http://www.computerhope.com/jargon/a/appletou.htm

  • How to make "Time of Day" show on my finished project

    I am a private investigator. I shoot surveillance footage using a Canon XH A1 HD Camcorder. I am currently using Adobe Premier Pro and hate it. I need to have the time and date show in the finished project I provide to my clients. The information is on the mini dv tape but doesn't show in my project unless I capture through a Canopus break out box and use analog (RCA) capture cables. When I capture via this method, the project is 4:3 and low quality, not HD. I would like to just capture via firewire as this would give me a higher quality project and a wide screen image.
    I have a MacBook Pro and would make the change to a full Mac Pro and FC or FCE system if I could just get what to me should be a simple thing to actually happen! I could even use iMovie for all of the editing we do is super simple. Can anyone steer me in the right direction. Thanks.

    I do understand your intention, but the "unaltered" image is actually the clean one ie with no time/date stamp displayed ... the display of the embedded time/date stamp data is simply a function of the camera/player and not an intrinsic part of the picture itself. as long as the data you you overlaid manually was accurate then strictly speaking it should be no more or less satisfactory
    Suppose for example, that I could point you to a free plugin that can read and display the embedded data code ... applying it to your video would alter the picture no more an no less than if you had manually applied text generators that displayed that same information ... the filter would just be automating the tedious manual process

  • How to Make a dynamic screen show after Logging Into Windows

    I have been asked if it possible to get a Screen (Web page?) to show after people log in and before it takes you to the desktop?
    what the requestor wants is basically, you log in onto your laptop, and then a screen will appear with several choices for you to choose from and you can click the item you want and then it will open...
    the thing is the requestor wants to have the company logo and specifc items in the screen...yes, I realize this sounds like the tiles that Windows 8 has).... but it also is similar to a web page...
    the person mocked up what they want in Access...
    is there a way I can do this with a .bat or group policy....

    Hi,
    What you have described looks like some kind of software management system.
    According to my knowledge, we could configure group policies/scripts to run programs at start up or user logon, but this won't offer a list for the current user to choose, or might we consider to create a software list program which will be triggered
    by a logon script, after the selection then make a call to the wanted program?
    Best regards
    Michael Shao
    TechNet Community Support

  • How to make vintage prints slide show one photo at a time?

    Does anyone know to program the vintage prints slide show to display only one photo at a time?

    The slideshow templates are fixed and can't be changed.
    Alternatives to iPhoto's slideshow include:
    iMovie, on every Mac sold.
    Others, in order of price: PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Express  $199
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs. However, there is no doubt that Final Cut Express is the most capable app of them all. You get what you pay for.
    Regards
    TD

  • How to Make a Flash Slide Show?

    I am new to flash and need to know how to build a slideshow that has 1 or 2 rows going up and down and then when you click on the picture it pops up huge next to the 2 rows? Can anyone help? thanks.

    http://www.google.co.in/#hl=en&source=hp&q=republic+of+code+xml+gallery&oq=republic+of+cod e+&aq=1&aqi=g10&aql=1&gs_sm=c&gs_upl=120120l122229l0l135767l17l10l0l0l0l0l412l1811l4.2.3.0 .1l10&bav=on.2,or.r_gc.r_pw.&fp=bdf9e41683b1cd0a&biw=1024&bih=609

  • Guide - How to make your Player to show album art..

    [size="7" color="#ff0000">GUIDE[size="3" color="#000000">?.Connect your device to computer2. Open it with Window$ media player created by Bill Gate$?Now do like?how I?do..... . http://img77.imageshack.us/img77/7445/pamokanric7.jpg2. http://img70.imageshack.us/img70/520/pamokanr2ty2.jpg3. http://img77.imageshack.us/img77/429/pamokanr3gc0.jpg4. http://img77.imageshack.us/img77/3366/pamokanr4rg7.jpg5. http://img77.imageshack.us/img77/39/pamokanr5jc.jpg[size="3" color="#ff0000">?[size="3" color="#ff0000">And finally , conclusion...[size="3" color="#ff0000">?6. http://img22.imageshack.us/img22/223/pamokanr6ro4.jpg[size="3" color="#ff0000">note:?[size="3" color="#ff0000">I use Windows Media Player [size="3" color="#ff0000">If u have already done update tags , just look how to set cover.....[size="3" color="#ff0000">?[size="3" color="#ff0000">?[size="3" color="#ff0000">?????????????????Created by Myself[size="3" color="#ff0000">?[size="3" color="#ff0000">p.s sorry for my mistakes of words..... [size="3" color="#ff0000">?[size="3" color="#ff0000">?[size="3" color="#ff0000">I hope it helped ......
    Message Edited by seniecka on 2-29-200608:55 AM
    Message Edited by seniecka on 2-29-200608:36 PM

    make sure you have the most current version of Media Explorer. (from the website)vision m is actually listed under mp3 players for future ref. i got all my album art from amazon.com.i just used the overall default of 500x500 pixels as the "standard" size to use in transfer.... mainly b/c thats what most album covers where from the site. pics that were smaller then that, i searched google image for the album cover. i used picture it 7.0 to resize image to 500x500 give or take a few pix off either way, keeping resize in proportion to each other. then save the image. *amazing site as well to get album art. again you will need to pic a size for album cover art.http://www.zero.co.nz/music/[color="#000099">?so with the most updated version of media explorer, just bring up the album view and pull over album art on top of blank album cover. it was very time consuming ( have not found way to cut down on time... the more you ahve the longer it takes to load up, ect.. ), that and i had ALOT of albums on there. but i am very very happy with the end result. like i said 500x500 looks great. just just me.

Maybe you are looking for