Flash Template Question

I'm not that great at Flash, but I am designing a
website for a buddy of mine who is a photographer. I downloaded a
couple of templates from i-stock for the home page and the
galleries. I'm pretty good with Dreamweaver and I assumed once I
had edited the templates I would just import the SWF files into
some Dreamweaver pages I had made and link every thing up that way.
It's not exactly working like that, when I import the swf files
into Dreamweaver, they just show up blank. Am I doing something
wrong? Is what I'm trying to do impossible? I just need some
guidance, I'm getting really late on his deadline and I really
don't want to start over from scratch, I've already shown him the
flash home page and galleries and he loves them! Please help! I
will be forever in your debt!
Thanks!

Hi
Basics:
Ensure all files are inside the same folder either locally or
remotely. html, swf's and Run_activecontent.js
Ensure all file paths (URL's) are correct - ie correct
spelling and structure.
Try a Published HTML file from within Flash to see if your
content is visible.
Place a known good swf into a DW Page and see if it appears.
Read DW and Flash Help for Import/Export options, and
how-to's.
Hope it helps

Similar Messages

  • Flash template movie gallery ...

    heres my question...
    i have a flash template that im working on, it has interactive picture gallery where you roll over with the mouse and click on the desired photo to see it on bigger size. I would like to replace the big photos with videos of my showreel. you can go and check it out: www.miraclesoundstudio.com . Flash only allows me to exchange for the same file this case pictures. Is this possible? I need help I cant figure it out!

    most likely it uses an xml file to load your thumb nails and large images.  find change on of the thumbs and large images to a video.
    if your gallery is not designed to play videos, you'll then need to find where the parsed xml is used to load thumbs.  you'll need to change that code to check for a video file extension and add all the code needed to play a video.

  • My edits to a flash template will not show up on the web!

    Hello all.... I am editing a flash template that I have
    downloaded. I have read up on how this is done and here is my
    process. I open the .fla file in Macromedia Flash 8, I make some
    small changes to some of the text, and then at this point I have
    tried a few things... I have clicked the "Done" button, at which
    point it exports the file to .swf...... I have clicked file >
    publish settings > publish...... and I have clicked file >
    export > export movie...... no matter what I do when I go back
    into dreamweaver and access the updated files, I can see my
    changes. THEY ARE THERE. however when I upload them to my website
    and access the page on the web.... the original template shows up.
    It is as if nothing was ever changed.... HELP PLEASE I'm going
    insane!

    Are you positive that you've also uploaded the updated HTML
    that reflects the new SWF? Have you cleared your cache in your
    browser?

  • Need help with a flash template

    I'm an action script novice, so I downloaded a cool Flash template to beef up a part of a project I'm working on.
    That template rotates thumbnails of web sites in a 3D space.
    When user clicks on them they launch a new web page.
    What I did:
    I substituted the web thumbnails with characters and each character has an swf (info on each character) that i would like to load when user clicks on that character. Now, this thumbnail swf is loaded into a holder within a main movie when user clicks on "The Sensetionals" of the main buttons (in that main movie).
    What I want to do:
    1. When user clicks on each charater, I would like that character's swf to load into the same holder as the thumbnail swf.
    Then I would have a close button that will unloadmovie that character swf and load back the thumbnail swf.
    2. In the thumbnail swf, i would like to see the names of each character when user rolls over them. It's in the original code now, and shows up when I test the thumbnail swf on its own, but it's not showing up when it plays inside holder of the main movie. AND it's under the shadow/reflections, not readable. So, I would like to see it show up AND on top of the reflections.
    Here's the link to view my version.
    NOTE: ENTER ENGLISH ONLY
    http://www.sensetionals.com/SenseTest/
    I hope that's clear and not asking too much, but I'm really stuck and desperate here.
    Any help would be greatly appreciated!
    Here's the current code inside the thumbnail source file:
    stop();
    // total is length of label_list OR link_list
    // OR total frames inside "flashmo thumbnails"
    var total:Number = 13;
    // length of label_list array and length of link_list array must be equal
    // to length of frames inside "flashmo thumbnails" movieclip
    var label_list:Array = new Array( "Dr Anatomy", "Feelix", "Eyeris", "T Buds", "Earl", "Nosey", "Dr Von Micron", "Karlos", "Tiny", "Funguy", "Protozoom", "Virusam", "Bacterio");
    var link_list:Array = new Array("AnaTomyMov.swf", "FeelixMov.swf", "EyerisMov.swf", "BudMov.swf", "EarlMov.swf", "NosieMov.swf", "VonMicronMov.swf", "KarlosMov.swf", "TinyMov.swf", "FunguyMov.swf", "ProtozoomMov.swf", "VirusamMov.swf", "BacterioMov.swf");
    var radiusX:Number = 330;
    var radiusY:Number = 90;
    var centerX:Number = 400;
    var centerY:Number = 140;
    var speed:Number = 0.005;
    tn_group_mc._visible = false;
    info.text = ""; fm_label.text = "";
    for (var i = 0; i<total; i++)
    var t = tn_group_mc.duplicateMovieClip("tn"+i, i);
    t.tn_mc.gotoAndStop(i+1); t.tn_shadow_mc.gotoAndStop(i+1);
    t.fm_label = label_list[i];
    t.fm_url = link_list[i];
    t.angle = i * ((Math.PI*2)/total);
    t.onEnterFrame = mover;
    t.fm_button.onRollOver = function()
    fm_label.text = " " + this._parent.fm_label;
    t.fm_button.onRollOut = function()
    info.text = ""; fm_label.text = "";
    t.fm_button.onRelease = function()
    getURL(this._parent.fm_url);
    function mover()
    this._x = Math.cos(this.angle) * radiusX + centerX;
    this._y = Math.sin(this.angle) * radiusY + centerY;
    var s = this._y /(centerY+radiusY);
    this._xscale = this._yscale = s*100;
    this.angle += this._parent.speed;
    this.swapDepths(Math.round(this._xscale) + 100);
    this.onMouseMove = function()
    speed = (this._xmouse-centerX) * 0.0001;

    Hi
    Press F1 inside Flash, this brings up Help. In the text box
    at the side of Search - enter Multilingual Content.
    This gives you a sample for using several languages.
    Hope it helps

  • Problem playing an imported flash template in dreamweaver cs5

    hi,i just downloaded a flash template from flashmo.com and imported it to dreamweaver cs5 through Insert > media > SWF and it loaded. but the problem is, when i click the live view or play the file in the properties,nothing shows up.except some texts "loading XML data..."
    all the flash templates i have downloaded face this prob. i have no idea where is the mistake.
    what could be the problem?any help,plz.

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • I can't seem to locate the text and buttons on a flash template I bought

    Hi Everyone,
    I have been working with this flash template I purchased online and can't seem to be able to change the text that is displayed on it's buttons except for the first one. There are four buttons to the side but I can only change the first button's contents as I see them in the "Library". I am new to Flash and learning. Please guide me as to where I can find the other components.
    I can only see and change "WorldWide" and "Call Anytime Anywehre" button.
    Flash source file posted here:
    https://docs.google.com/leaf?id=0B8tFparkP0rKMzliNTcxZDktYmQ3My00ZjJiLWFhMDQtNTEzNWExMWZlN Dgx&hl=en&authkey=CKrQwcwF
    I would also like to add a link to each button and I can't seem to locate the URL Link button. I am using Adobe Flash CS5.
    Much appreciated.    

    What I described is what your file involves.  In your library there is a "text" folder .  In that folder are movieclips named txt_1, and txt_2 which hold the text used in your buttons.  If you open those movieclips for editing you will see each has four frames with different text in each frame.  That is where you need to change your text for the buttons.
    If you look at the actionscript in the top layer of those movieclips, you will see how it uses a value assigned to the button/mc to determine which frame it displays....
    gotoAndStop(_parent._parent.num);
    And if you look at the actionscript applied to the button on the main timeline (select the button with the Actions window open), you will see how that num value gets assigned to each instance...
    onClipEvent (load) {
    num = 1;
    this.hitArea = this.area;

  • How do I reboot my machine when it is flashing a question mark folder?

    How do I reboot my machine when it is flashing a question mark folder?

    Booting From An OS X Installer Disc
    1. Insert OS X Installer Disc into the optical drive.
    2. Restart the computer.
    3. Immediately after the chime press and hold down the "C" key.
    4. Release the key when the spinning gear below the dark gray Apple logo appears.
    5. Wait for installer to finish loading.
    After the installer loads proceed through the installation procedure.  If you are reinstalling Snow Leopard then your hard drive will not be erased.

  • CAN YOU USE A FLASH TEMPLATE IN IWEB?

    I have recently created my website using iWeb....albeit with much help from this forum...and am very pleased with the results.
    I would like to, however, have my site open with a Flash introduction. I have seen many affordable Flash Templates for sale on the web and am wondering it any of these would successfully work with iWeb. If so:
    1. What specs would I need to look for?
    2. Does anyone know of a site that sells iWeb compatible Flash intros?
    Thanks for all of your answers to my previous posts and hopefully this one as well.

    Sandie,
    Yes I have used Keynote as an intro and I once used it in swf format. I ended up liking the QT better.
    Here is the intro:
    http://web.mac.com/abenningfield/iWeb/CameraObscura/Camera%20Obscura%20Intro.htm l
    As an example...here is another I created in Keynote:
    http://web.mac.com/abenningfield/iWeb/ArchivalGenealogyVault/Archival%20Genealog y%20Vault%20Intro.html
    But as far as Adobe Flash goes.....I don't have the pro version (I have Basic) and I got a fully functional demo for 30days. Yeah it did cost about 400 bucks after the 30 day trial. Yikes.
    On the right side of this page is a third party flash file that I bought for a dollar. I used the free demo of Flash and put it on my site. After you format the flash file you want.....you don't need to keep Flash unless you want it (I did).
    http://web.mac.com/abenningfield/iWeb/CameraObscura/Links.html
    But Keynote is great...and yes Kirk is right....wait for the new version.
    Also here is another app that converts video to swf:
    http://www.verticalmoon.com/products/video2swf/video2swf.htm

  • Inserting a flash template into dreamweaver

    I have Macromedia Flash Pro 8 and I am using it to edit a
    flash template. When I put it in dreamweaver I can view it and it
    is fine, but when I try to put it on my remote server(my site) I
    cannot get it on there. Does anyone have a solution for this? May
    some key file that I need to be looking for?

    Thank you for helping me!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Bridge Point Church</title>
    <script src="/Scripts/AC_RunActiveContent.js"..."
    type="text/javascript"></script>
    </head>
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','766','height','750','title','Bridge
    Point Church','src','mainV8','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','mainV8'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="766" height="750" title="Bridge Point Church">
    <param name="movie" value="mainV8.swf" />
    <param name="quality" value="high" />
    <embed src="mainV8.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="766"
    height="750"></embed>
    </object>
    </noscript>
    </body>
    </html>

  • Using flash template in dreamweaver

    Hi,
    I am new to dream weaver. JUST NEED A QUICK HINT.
    I used a flash template which was available free online to
    make my own website - I am using dreamweaver to publish my website
    using the flash template i just finished filling out - used a layer
    in dream weaver and put .swf file in it (the main file)
    I also uploaded the dependent files on web.
    When I preview my page in browser it plays the main file
    correctly but does not automatically access other files
    Problem:
    when I play the main 24.swf file in flash - it automatically
    accesses different dependent files and plays the files as I want it
    to - also plays different page files - but the same file when put
    in dreamweaver only plays the intro and then stops and does not
    play different page files.
    Actual files:
    24.swf - is the main page file - when I play this in flash -
    it plays intro, contact tab (when clicked), my projects (when
    clicked), work experience (when clicked), everything.
    I edited different page files my projects (24.1), contact tab
    (24.2), work experience (24.3) individually using their .fla files
    but still when I update information in this files and save them the
    24.swf file automatically picks up the update BUT when I use the
    same file in dream weaver for publishing my website, it only goes
    till the intro and then stops and shows no view for those 24.1 24.2
    24.3 files.
    24.fla plays the intro but 24.swf plays everything, I didnt
    know it would take me so much time to do a simple upload like this.
    I have been working on this problem since last 3 days and
    night but need some help now, I got to finish this up by tomorrow
    night.
    Please help me, I am going crazy because I am a second away
    from the whole website but it doesnt show anything right now.
    Please please help.
    If my explanation doesnt sound clear, please for god sake let
    me know.
    thank you very much

    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1000','height','400','src','descarga
    total1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','descarga
    total1' ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="1000" height="400">
    <param name="movie" value="descarga total1.swf" />
    <param name="quality" value="high" />
    <embed src="descarga total1.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="1000"
    height="400"></embed>
    </object>

  • Edit website flash template - help needed

    Hi! I am about to buy a website flash template. Before I buy the template I want to make sure, that I am good enough to edit to my needs.
    I downloaded a free flash template and I tried to edit it in my Flash CS5.
    I have had a lot of trouble editing it and I can't even figure out how I change the pictures or the text.
    Can anyone help me and maybe give me a little tutorial on how to change the template.
    Link to the template: http://www.flashmo.com/preview/flashmo_247_3d_touch_ring
    Thank you!

    The photos are taken from a XML file. Open the XML file flashmo_247_photo_list' in dreamweaver and look at the code it'll be easy to fiqure out if you have ever done any sort of HTML coding.
    Just incase you have'nt look for Example below taken from the xml file which was provided with the .fla file
    "<photo>
      <thumbnail>s_photo_003.jpg</thumbnail> Change the image name for a thumbnail here  i.e. directoryname/imagename.png etc
    <filename>photo_003.jpg</filename> Change the image name for a the large image here  i.e. directoryname/imagename.png etc
      <tooltip>Photo Title 03</tooltip>  
    <description><![CDATA[<p class="subtitle">Photo Title 03 goes here</p><p>In velit urna, <u>convallis id</u>, pharetra in, iaculis sit amet, mi. Praesent consectetur imperdiet mauris. Suspendisse at pede vel lorem pulvinar laoreet. Etiam et neque. Donec dapibus viverra est.</p><p><span class="note">This text is dynamically loaded from the external XML file. This textfield supports HTML and CSS.</span></p>]]></description> Here you have the option to have a discription about the image i usually just have the name of the image.
    </photo>"

  • Problems with Ñ and accents while editing flash template

    Hello
    Please, someone help!
    I have been trying to edit the text of a flash template and when i publish it, i cant see the Ñ and the accents
    i have been looking for a solution and i have found over the internet:
    system.useCodepage = true;
    But that does not work, i still cant see that symbols when the file is published.
    this is a dynamic generated text from code inside the fla. i am using cs5.
    here is the code i have in the template:
    var menu_label:Array = new Array("BIENVENIDO", "DISEÑO GRAFICO",
                                     "DISEÑO WEB", "PORTAFOLIO",
                                     "PUBLICIDAD ON-LINE", "IDENTIDAD CORPORATIVA",
                                     "REGISTRO DE DOMINIOS", "CONTACTO",
                                     "ALOJAMIENTO WEB" );
    var total:Number = menu_label.length;
    var i:Number = 0;
    var page:Number;
    var main_menu:MovieClip = new MovieClip();
    stage.addChild(main_menu);
    for( i = 0; i < total; i++ )
        var btn = new flashmo_button();
        btn.name = "flashmo_btn" + i;
        btn.scaleX = btn.scaleY = btn.alpha = 0;
        btn.item_no = i;
        btn.flashmo_bg_color.gotoAndStop( i + 1 );
        btn.flashmo_click_area.addEventListener( Event.ENTER_FRAME, btn_enter );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OVER, btn_over );
        btn.flashmo_click_area.addEventListener( MouseEvent.ROLL_OUT, btn_out );
        btn.flashmo_click_area.addEventListener( MouseEvent.CLICK, btn_click );
        var each_substring:Array = menu_label[i].split("|"); 
        btn.flashmo_button_label.fm_label.text = each_substring[0]; 
        btn.item_url = each_substring[1];
        btn.flashmo_button_number.fm_number.text = ".0" + ( i + 1 );
        main_menu.addChild(btn);
    function btn_over(e:MouseEvent):void
        e.target.parent.over = true;
    function btn_out(e:MouseEvent):void
        e.target.parent.over = false;
    function btn_click(e:MouseEvent):void
        var mc = e.target.parent;
        if( mc.item_url != undefined )
            navigateToURL( new URLRequest( mc.item_url ), "_parent" );
        else 
            change_page(mc.item_no);
    function btn_enter(e:Event):void
        var mc = e.target.parent;
        if( mc.over == true )
            mc.nextFrame();
        else
            mc.prevFrame();
    function change_page(no:Number):void
        page = no + 1;
        play();
    var default_volume:Number = 0.60; // 0.00 to 1.00
    var bg_music:Sound = new flashmo_music();
    var music_channel:SoundChannel = bg_music.play(0, 10000);
    var music_volume:SoundTransform = new SoundTransform();
    music_volume.volume = default_volume;
    music_channel.soundTransform = music_volume;
    sound_control.stop();
    sound_control.addEventListener( MouseEvent.CLICK, play_pause );
    function play_pause(e:MouseEvent):void
        music_volume.volume = default_volume;
        if( e.target.currentFrame == 1 )
            music_volume.volume = 0;
        music_channel.soundTransform = music_volume;
        e.target.play();

    Have you embedded the fonts?
    You can do it following these steps (I'm using Flash CS4):
    Select the textfield (I think is the fm_label).
    In the textfield properties, character, you choose "Character Embedding...".
    There, you can choose "Basic Latin" for example.
    Then, add the characters you need that aren't in "Basic Latin". For example, ñ.
    The image below shows what I said.

  • My flash template will not play using flash player 7 onwards only 6???

    I have a flash template which plays fine when run using flash
    player 6.
    However when i select flash player 7 or 8 and then run the
    template, none
    of the menu links on the flash template work???
    When i revert back to flash player 6 the menu links work
    fine!!!
    How do i get the flash template to play using flash player 7
    or 8???
    Do i have to convert the template to flash player 7 or 8?? If
    so, how is this done please?
    Can someone help please?
    Thank you.

    tmontana wrote:
    > I have a flash template which plays fine when run using
    flash player 6.
    > However when i select flash player 7 or 8 and then run
    the template, none
    > of the menu links on the flash template work???
    > When i revert back to flash player 6 the menu links work
    fine!!!
    >
    > How do i get the flash template to play using flash
    player 7 or 8???
    >
    > Do i have to convert the template to flash player 7 or
    8?? If so, how is this
    > done please?
    action script in flash 7 and 8 was changes slightly and not
    all things
    are compatible from flash 6 files.
    Go to file - publish setting and under FLASH tab select
    version 6 and action script 1.0
    This could help. Else you have no choice but redo the
    template so it is new player
    compatible.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Mac book pro flashing a question mark folder

    What does it mean when my mac book pro is flashing a question mark folder and will not boot

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from the hard drive's location.
    (86432)

  • How to get flash template name from a site.

    Hello, I recently discovered a site and loved the gallery image used on the home page. I tried to find the name of the flash template used in the image gallery but couldn't find any way on the site. Could you kindly tell if there is any way to find the name of flash template from a site where it is used. The site link is dsm.com/corporate/home.html.
    If you have any idea about the flash template used in this site, please inform me. I want to integrate on my site. Thanks for your effort.

    you'd have to download and decompile the swf.  and that will only help if the template author left comments indicating the template's origin and the user did not remove those comments.

Maybe you are looking for

  • Multiple iTunes Accounts on One Mac

    For years my kids have shared our family iTunes account.  However, they are getting to the point where I want to give them their own iTunes gift cards as presents for purchases, as well as giving my wife her own card to purchase items.  If I buy one

  • How to suppress the Print Popup in the output ..Please Help Me.

    Hi All, <b>My customization is going in Adobe forms.</b> when i execute the print program,i am getting  the print popup and asking to enter Output Device.But i don't want to display this <b>Print Popup</B> .How to supress this .i want  to get direct

  • Professional 8 Submit buttons

    I know how to create but having problems with xml and pdf extensions. When I select the submit button on my form, the email comes up and the attachment is a xml instead of a pdf. How do you make this a pdf??

  • No pictures in Versamail

    My emails show no pictures in Versamail.  I have HTML checked.  Has anyone had this problem? Post relates to: Treo 700p (Verizon)

  • String to words

    Hello, To split this string "SMITH","ALLEN","WARD","JONES" into a list of names : SMITH ALLEN WARD JONES I use this query. select regexp_substr('"SMITH","ALLEN","WARD","JONES"','[^","]+', 1, level) from dual connect by regexp_substr('"SMITH","ALLEN",