How to use Flash Skin in Dreamweaver 8

Hi,
I'd like to use a Flash Video Skin
(SteelExternalPlaySeekMute) that came with Flash 8, in Dreamweave.
I copied the skin file (SteelExternalPlaySeekMute.swf) into
Dreamweaver's Configuration>Templates>Video_Control folder,
but although I see the skin in Dreamweave's popup skin menu, I
doesnt function correctly.
I assume I need to be doing somethign with the .fla file
(SteelExternalPlaySeekMute.fla), but I cant figure out where to put
that in Dreamweaver.
Any suggestions on how to get my video to work with this skin
would be appreciated.
thank you....

bump...
would really appreciate it if someone could help me out
here....
thank you.

Similar Messages

  • Do you know how to use Flash? can you help?

    hi all,
    Do you know how to use Flash?
    I have been trying for months to find someone who can use
    flash, who can help me, with no luck.
    I need my links on my website updating, just a couple of them
    need the text changing as i need
    to change the name/title of some pages. I have tried to do it
    myself (using a trial version of flash,
    as i dont have flash). the site was made using dreamweaver.
    the files are .FLA
    and before anyone says 'get the person who made the site to
    do it'....He wont, ive tried.
    when i tried to change them myself i cocked them up and now
    they dont work at all, see my
    website and you will see; www.stevenallenphotography.co.uk
    so, if you can use flash please can you help me? all i need
    doing is the file updating with some
    of the link titles/names changing, i.e. one link is
    'exhibitions' which needs changing to 'published work',
    please get in touch if you can help.
    thanks,
    steven.

    I used divx in my site once its really very nice! but i use it in different host not .mac...try this divx web player with video selector code --------<object id="ie_plugin" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"
    width="640" height="480"
    codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
    <embed id="np_plugin" type="video/divx"
    width="640" height="480"
    pluginspage="http://go.divx.com/plugin/download/">
    </embed>
    </object>
    <script type="text/javascript">
    // This code detects which browser we are
    // running into (IE or others) and assigns
    // the correct element (object or embed) to
    // the "plugin" variable, that we will use.
    var plugin;
    if(navigator.userAgent.indexOf('MSIE') != -1)
    plugin = document.getElementById('ie_plugin');
    else
    plugin = document.getElementById('np_plugin');
    // This is a local JS function used by our form
    // element to call the plugin functions using
    // the "plugin" variable that we defined above
    function openNewMovie()
    var url = document.forms['videoSelector'].movie.value;
    if(url != '')
    plugin.Open(url);
    </script><form name="videoSelector">
    Choose a video to play:
    <select name="movie" onChange="javascript:openNewMovie();">
    <option value="" selected>Video Selector
    <option value="http://www.yourdomain.com/folderdivx/name.divx">title1 divx
    <option value="http://www.yourdomain.com/folderdivx/name.divx">title2 divx
    </select>
    </form> ---------------------
    Hope this help!

  • How to use add-on in dreamweaver cc

    How to use add-on in Dreamweaver cc. This is my first time using Dreamweaver cc, so I know little about using the add-on feature.

    Duplicate post.
    Asked and answered here how do you add extension in dreamweaver cc

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • How to use Flash buttons/animation in a Swing/Applet?

    Hello,
    I want to use flash button as like as JButton that we use in Swing/ Applet. How can I do So?
    Please help me.
    Thanks-

    [http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html]
    Or maybe just...
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class Blinky {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    URL url = null;
                    try {
                        url = new URL("http://www.gifanimations.com/GA/image/animations/bodyparts/eyes/eye-01.gif");
                    } catch (MalformedURLException e) {
                        throw new RuntimeException(e);
                    JFrame f = new JFrame("Blinky");
                    f.getContentPane().add(new JButton(new ImageIcon(url)));
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • How to use Flash to create an interactive diagram

    Hi all.
    I am an extreme newbie. I would like to create an interactive diagram and somebody said I should use Flash to do it.
    The idea is to create an organisational chart (like the ones you can produce in MS Word 2010). Each position will have its own box or button. When a user clicks on that box or button, a Word document or internet link will be activated and take the user to this other resource.
    Is it possible to do this in Flash?
    The reason why I am choosing Flash is because I would like to make alot of these diagrams and they have to go into Moodle. Apparently Flash is the only program I should use to import the diagram into Moodle.
    Can anybody please help me with some advice on how to do this?
    Thanks
    Sharyn

    For the diagram end of things... start by creating the diagram in Flash.  Whatever you intend to use as clickable items, create them as movieclip symbols so that you will be able to assign instance names to them.  You assign instance names by selecting the object on the stage and entering a unique name in the Properties panel where it says <Instance Name>.  That name will be used in the code you will use to create the clicking/linking functionality.
    The the linking end of things, start simple... create a diagram that has just one item to click and get that one item working.  What you learn from that can be applied to the larger version.  The same as stated in the first paragraph applies.  The only additional info you need is creating the actual code.  To help with that you need to decide which version of Actionscript you will be using, which might depend on which version of Flash you are using.  AS3 is the most recent version of Actionscript, and it first came into being back with Flash CS3.
    The first thing you need to do to make a movieclip useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a movieclip work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • How to use Flash Lite 2.1 as ActiveX component in WM application

    How to embed Flash lite 2.1 as an ActiveX component in
    Windows Mobile application(in C#)?
    From where can i include the supporting flash lite 2.1 dll's.
    Thanks in advance.
    Waiting for your reply.

    I'm having a similar (or the same) problem: I want to embed a
    flash lite (2.0) as an ActiveX component into Windows Mobile. I'm
    using Visual Studio 2005 (VC). For the desktop it works pretty
    well, but for the mobile emulator, the flash component shows no
    video. No errors are thrown.
    could you solve your problem, kts_82?
    Thank you.

  • Using Flash Skins - any issues?

    Just upgraded from RoboInfo 5 to RoboHelp 7 (long overdue)
    I'm considering using a Flash skin, but am just curious if
    there's any issues in doing this.
    Is it possible to add a new menu button if I use a Flash skin
    (I have experience using Flash, but don't think it is possible to
    edit the source code so I could create a new menu button as I've
    done previously with html).
    Does using a Flash skin slow down the performance at all? I
    won't use a Flash skin just to get a few cool animations if I know
    that it slow down the application and affect the user experience.
    Any other issues with using a Flash skin I should be aware
    of?

    Hi hughbetcha
    There is no FlashHelp skins editor as there is in WebHelp. So
    adding a button is normally right out, unless you have some Flash
    skills. But you said you actually do have Flash skills. So you will
    be interested in the Skins Development Kit. Don't worry, it's not a
    separate thing you have to purchase. It's really a collection of
    documentation and some source files to use. You should find it in
    the following location:
    C:\Program Files\Adobe\Adobe RoboHelp 7\FlashHelp SDK
    Cheers... Rick

  • How to use flash in video FX

    can anyone please explain to me very slllooowwwly on how you use the flash in video fx,looks great but I can't seem to get it the right spot, and then it converts the whole scene with flashes whilst I just want one flash at the particular time................thanks

    On my machine it's simply picking up Flash, Java (openJDK), and Mplayer plug-in, from the Mozilla directories:
    /usr/lib/mozilla/plugins & ~/<user>/.mozilla/plugins. The latter only for nspluginwrapper.

  • How To Use Flash Media Server For RPG Game Development Project ?

    I have a educational music video game development project (A Sea Voyage)  for whcih I am thinking to use the Adobe Flash Media Server for develping the 3D Game for which I plan to also use two other key tools,  blenderartist.org for 3D Creation of my ship, and use the popular game engine tool,  unity.com to integrated all my game elements.
    How to use the Adobe Flash Video Streaming Server Element for this RPG Type Game, internet friendly and desktop anchored ?
    Cafe Twin
    Metro Washington DC Hub

    I'm more or less in the same boat. I've got the admin console
    up. I am able to run the vodtest application locally pointing the
    video file to rtmp://localhost/vod/sample.flv or using the server
    name instead of localhost as in rtmp://mclmedia/vod/sample.flv
    I can also load the html and swf file to my xp machine that
    has access to the server via our internal network. (DNS isn't
    configured yet) But the connectionFailed message appears when I try
    to call the videos using rtmp://mclmedia/vod/sample.flv

  • How to "crop" flash file in Dreamweaver

    Is it possible to "crop" flash file in Dreamweaver, for
    example I want to eliminate the white margin on the left side of
    the swf file.
    Do I have to change the original file (in Flash). Please help
    me to solve the problem, Thanks!!!

    In the embed tag, add wmode="transparent"...this will make
    the white match your background color. It will not resize the
    stage.

  • How to use Flash recovery area only for flashback database feature

    I would like to use flash recovery area only for flashback database feature, which means, flash recovery area will store only flashback logs.
    I dont want to use that file system for any other files, like archive log files, database backups, control file copies, multiplex redo log, etc
    is it possible? I want to use this feature only for flashback database option and hence i dont want to disturb any existing configuration in my database
    including backup jobs. Is it required to store archive redo log files also in flash recovery area to use the flashback database feature?
    I certainly can't afford to have a copy of entire database in this file system as size of my DB is more than the flash recovery area file system I have.
    Thanks
    Sarayu

    user13312943 wrote:
    Aman,
    I think i was not clear in my question. Let me try again
    My only requirement is to use flashback database feature (or be prepared to use if required). I dont want to create a large file system to use this FRA to store all these files. Out of all the files being stored here copy of data files seems to be consuming more space. I see these files are classified as transient and permanent files. I am okay with permanent files. I fear that this file system may consume more space if i store backup files on disk. I want database backups to go to tapes, not to the FRA disk. Is it possible?
    Thanks for your reply
    Okay, well in that case you can use RMAN and push the backups to the tape drives. FLB logs would be stored on the FRA.
    Aman....

  • How to use flash media server with cisco show n share live event module?

    hello all
    Is it  possible to use flash media server in show n share (non dme)live event ?  i 've configured flash media server, can receive  multicast streams, bu i have no idea what to write in video url fild in the live event basic setup.

    Hi Temur,
    You should be able to stream from a Flash Media Server.
    The URL should look like this:
    rtmp://xxx.yyy.com//flv:
    You can do some tests from a PC to get the exact URL that would suit your environment.
    Regards,
    Nicolas

  • Using Flash 8 with Dreamweaver 8

    Hi guys and gals, I am in a unfomfortable situation now. I
    have awsome ideas of how I would like to implement my creative
    talents in building awsome websites but I cannot seem to transfer
    over what ever graphics, text, buttons to Dreamweaver. I'm creating
    .swf files but when I try to open up any item created from Flash it
    gets all weird. I cannot seem to save those graphics and such to
    html so I keep getting like a grey box with the flash logo.
    Now, moving items from Fireworks to Dreamweaver is fine but
    moving items from Flash to Dreamweaver is a pain in the arse.
    Also, I TOTALLY understand that Dreamweaver is a awsome
    formating tool but I don't know about you guys but I feel that I
    feel so restrained by using these templates. I understand that
    websites need to have structure but what if you want to make
    different structures for certain pages on your sight?
    Yes using CSS is very customizable but MUST you have
    templates to put any type of graphic on a Dreamweaver design view?
    All I want to achieve is making simple graphics with Flash,
    Edit those graphics with Fireworks and drop them into Dreamweaver.
    That's ALL I want to do but I'm having such a hard time doing this.
    I'm beginning to feel completely retarded or something but
    I'm just not getting it. I've bought every dog gone book and CD on
    the market but I'm just not getting this concept.
    But then again, I am a beginner so slap me twice, lol.
    Please for all you veterans out their, explain to me like I'm
    a 12 year old. What am I doing wrong?
    Also, I'm trying to build a simple mock up of a simple web
    page with like 5 navigational pages. I want to have buttons,
    graphics, text, sound and video just to include what most websites
    have just so I can get a understanding of how to put together a web
    page.
    Do you guys have suggestions on this idea?
    Thank you once again and god bless.

    >feel so restrained by using these templates
    what templates? Halo? Don't.
    > need to have structure but what if you want to make
    different structures
    > for certain pages on your sight
    No problem (see below)
    >moving items from Flash to Dreamweaver is a pain in the
    arse.
    Don't move - import them
    >drop them into Dreamweaver
    see above
    >I've bought every dog gone book and CD on the market
    All the books in the world on Dreamweaver cannot replace
    books/tutorials on
    HTML and CSS before you get to the hair-tearing stage (oops!
    too late!)
    > Please for all you veterans out their, explain to me
    like I'm a 12 year
    > old. What am I doing wrong?
    Not a veteran (well, not in experience lol!) - what you're
    doing wrong is
    going about using Dreamweaver like you would Word or as if
    it's WYSIWYG -
    it's not.
    Have a look at this
    http://www.w3schools.com/ on
    the left, learn X/HTML and Learn CSS.
    There *are* good, ready-made templates available if you want
    to go down this
    road, but without a grounding in HTML and CSS, you will
    continue to wonder
    if it's all worth it (o:
    http://www.dreamweaverresources.com/freetemplates.htm
    and others. Good luck!
    Jo
    "bubblesblow" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi guys and gals, I am in a unfomfortable situation now.
    I have awsome
    > ideas of
    > how I would like to implement my creative talents in
    building awsome
    > websites
    > but I cannot seem to transfer over what ever graphics,
    text, buttons to
    > Dreamweaver. I'm creating .swf files but when I try to
    open up any item
    > created
    > from Flash it gets all weird. I cannot seem to save
    those graphics and
    > such to
    > html so I keep getting like a grey box with the flash
    logo.
    >
    > Now, moving items from Fireworks to Dreamweaver is fine
    but moving items
    > from
    > Flash to Dreamweaver is a pain in the arse.
    >
    > Also, I TOTALLY understand that Dreamweaver is a awsome
    formating tool but
    > I
    > don't know about you guys but I feel that I feel so
    restrained by using
    > these
    > templates. I understand that websites need to have
    structure but what if
    > you
    > want to make different structures for certain pages on
    your sight?
    >
    > Yes using CSS is very customizable but MUST you have
    templates to put any
    > type
    > of graphic on a Dreamweaver design view?
    >
    > All I want to achieve is making simple graphics with
    Flash, Edit those
    > graphics with Fireworks and drop them into Dreamweaver.
    That's ALL I want
    > to do
    > but I'm having such a hard time doing this.
    >
    > I'm beginning to feel completely retarded or something
    but I'm just not
    > getting it. I've bought every dog gone book and CD on
    the market but I'm
    > just
    > not getting this concept.
    >
    > But then again, I am a beginner so slap me twice, lol.
    >
    > Please for all you veterans out their, explain to me
    like I'm a 12 year
    > old.
    > What am I doing wrong?
    >
    > Also, I'm trying to build a simple mock up of a simple
    web page with like
    > 5
    > navigational pages. I want to have buttons, graphics,
    text, sound and
    > video
    > just to include what most websites have just so I can
    get a understanding
    > of
    > how to put together a web page.
    >
    > Do you guys have suggestions on this idea?
    >
    > Thank you once again and god bless.
    >

  • Use a skin from dreamweaver

    Hi,
    I would like to use for a webvideo the skin Halo_skin_3.swf that is giving with dreamweaver.
    I realised that I need the fla file, otherwise it will not work. I'm new with flash and I don't know if it is possible to do recreate the fla or just to find it somewhere.
    Can someone give me some ideas
    thanks
    greetz
    Didier

    Kumar,
    If i understoold your req correctly you have a report A with a column say X and once you click on a particular value from the Column X you should be navigated to report B which should be filtered on the value that is being clicked to achieve this first you have to set the navigation path on column X to report B . This can be done on the column properties and then Column Format tab. In that in Column heading interaction select navigate and then set the path to report B. Now in Report A and Report B set "Is Prompted" on Column X. This will pass the value on which column X is being clicked.
    Arjun

Maybe you are looking for

  • Rough Goods Receipt for ECC 6.0

    Dear All Our client has a requiremnet that before final Goods Receipt is posted Rough GRC should be mandatory. Final GR will be like an approval for Rough GR. We are working on ECC 6.0 w/o any EHP. Solution to post with Mvt Type 103/105 is not feasib

  • How a fact table is choosen by BI Server ?

    I do have in a Presentation Catalog, Dims P, S, A and Facts FS, FA. The three dims connect to both FS and FA (in physical and BMM layers) I have FA setup as implicit fact. A query using Dims P, A uses FA. That is expected. Another query, using Dims P

  • JDBC and web services: ClassNotFoundException

    Hi I'm trying to access a database with my webservice and I get a ClassNotFoundException when calling Class.forName("com.informix.jdbc.IfxDriver "); to load the JDBC driver class dynamically. The driver is properly installed (I used it in another non

  • The volume of my movie is too low

    I downloaded a movie from Itunes.  You barely hear the the movie when played. I have tried different computers and speakers. It is a fairly new movie. "Invictus" any thoughts?

  • Quicktime 10: How to resize a video before exporting it to AppleTV

    I have a video (some film from TV) that I want to export to Apple TV. Unfortunately the ratio is not really 16:10. It is a little bit "distorted". So I want to change the high of the movie a little bit before I start the export. How is this possible