Adding animated html 5 und js from flash into an existing muse site

Hi Guys,
i have a problem adding an animated flash content to a muse site.
I have done an animation in flash und published it as a html 5 and a js file. fine!
The next step i do is placing/or importing the html in muse.
but how to put the js within a script tag, and the image i used in flash into my muse site?
1. issue: when i combine both scripts (html and js in one script) it does not work/the animation does not work.
2. issue: when i add the js into the page properties html head section it also doesnt work..
so where is the problem? or how can i insert the js correctly? should i also upload the image file? where to upload the image file?
I need this for an ongoing project!
Thanks

This is a reply to my own message. A work around that will allow our team to move forward is to make a screen capture of a screen capture. We have content experts who are equipped with Camtasia. These folks will make their narrated movies. I'll then capture their movies with Captivate's screen capture by following: Insert > Recording Slide. Google Chrome of course has the Flash player installed by default so I open the mp4 (M4V) or FLV movie via Chrome and use Captivate's Recording Slide, choose Video Demo option. This gets me a Camtasia screen capture into Captivate. Import audio on its own and it matches up with my test of a movie 1 minute long (longer videos might slip out of sync - will test this).
However, the movie does not have the convenient playbar attached, so video navigation/control can be gained via a Captivate playbar for the slide itself. This offers a double set of navigation options b/c I also created my own set of navigation controls with Flash, but with a simple set of instructions users will know to use bottom playbar for video control and my flash buttons for slide navigation. Its a bit clunky, but this is what I have for now until the engineers have time to target the following:
http://forums.adobe.com/thread/1090685?tstart=0
PS I'm sure a simple javascript code could fix this, but for me javascript isn't so easy;)
Happy Veterans Day!!

Similar Messages

  • Can I import Muse-created html files into a new Muse site file?

    Due to a crash, I lost my most recent Muse site with many new changes. I do have my latest html files, which were created in Muse... is there a way to import the html into the old Muse site so that I don't lose my recent updates? Please advise. (I do have a time machine backup, but unfortunately, it only has the old Muse file.)

    Unfortunately there is no way to create a muse file from the HTML files.

  • Export svg sequence from Flash into Edge?

    Hey there,
    I'm really struggling to get a animation out of Flash into Edge as a frame by frame SVG sequence.
    I've tried the Flash2SVG extension in multiple Flash versions and it doesn't work.
    At the moment I'm doing this...
    from Flash CS6 export FXG
    import into Illustrator CS6
    save as SVG
    import in Edge
    which is very time consuming and sometimes stuffs up positioning of elements in each frame.
    Anyone got a solution?
    Thanks in advance.

    The latest Flash CC 2014 release has an export to SVG option, which exports the current frame as SVG. There is no direct way to export the entire animation as SVG sequence though.
    You can find more details @ Flash Professional Help | New features summary
    -Dharmendra

  • Change Html Title dynamic from Flash

    Hi,
    I want to change the Title of the Html page dynamically from
    the embedded Flash.
    The Title, that appears on Browser bars etc.
    Could I do this?
    On init I can load the Html source code in with LoadVars, and
    onData (src) change the Title with subString method, but, how then
    could I pass the new value back to the Html page, so the Browser
    Title changes?
    Thank you.
    Luciewong

    Thank you both GWD and Dave for the help.
    I know your code works under normal circumstances, just in my
    case, I can't get it to work.
    Because, on a subsequent Frame, called after the
    ExternalInterface.call,
    I have a getURL(javascript) to change the doc. background
    color.
    Now, either the Title changes or the background color
    changes, but both after each other, can't make it.
    I have tried Ext,CallBack function, so when the Title changes
    and callBack is true, move on, but still then it changes the BG,
    but not the title anymore.
    I must do something wrong with the callBack function?
    Thank you for your help.
    Regards,
    Luciewong

  • Converting rotatation value from flash into svg

    hi,
    Advance thankx for helping me
    Here i am taking the rotation value from flash and
    transfering into svg by the forumlae and getting varibale fdeg then
    also it is not coming in the position seen in flash window which is
    not in svg file.
    And also check the formulae is right to convert the value
    from angle to degree.
    if We scale the object it comes in right scaled and right x
    and y position. only if We rotate the rotated object is in correct
    angle but not in correct x,y axis position
    Regards,
    R.Denesh Kumar
    [email protected]

    post as2 questions in the as1/as2 forum. and if you use code
    in a message avoid using [ i ] or your code will be difficult to
    read.

  • How to import layers from Flash into Photoshop?

    I can do it from photoshop into flash but I can't work out how to do it the other way round. Basically I want to draw my frames in flash and then colour them in photoshop
    thanks

    Quote from the Reference:
    Open a 3D file
    Photoshop can open the following 3D formats: DAE (Collada), OBJ, 3DS, U3D, and KMZ (Google Earth).

  • How do I add HTML5 animations from Adobe Edge in my Muse site?

    For now, here are the steps to use Edge output in Muse.
    Put all output files generated from Edge in the same folder that you want to export Muse output files. (keep all the subfolder structure e.g. edge_includes
    In Muse, use Object->Insert HTML... menu to insert the following code:
    <iframe src="Project-Header-r1v1.html" width="100%" height="100%" frameborder="0" scrolling="no">
    </iframe>
    Note
    "Project-Header-r1v1.html" is a HTML file name that part of your Edge output.
    Do not copy and paste the content in "Project-Header-r1v1.html" file directly since this refers to different jQuery file and it will also cause a duplicate Javascript include which break the output.
         3. Export your Muse site to the folder.
    Here's a movie showing Edge and Muse together:

    Adding a script after the closure of previous script is the way to go i.e. right after the </script> tag.
    So it should look something like below:
    <script>
    Google's script
    </script>
    <script>
    Bing's script
    </script>
    Cannot comment on one interfering with the other since it really depends on what exact code is there in the scripts. Google and Bing help resources will be able to help more with this.
    Thanks,
    Vikas

  • Link a swc from flash into a swf from flascc

    Is it possible to link with a swc (from the flash app, for the assets) into a swf (from flascc)?

    After getting a reply for a similar question (http://forums.adobe.com/thread/1134928?tstart=0), I've ended up with the following pipeline:
    C++ code -> FlasCC -> code.swc
    AS3 code + 3rd party .swc's -> Flex -> as3code.swc
    Main.as (console) + code.swc + as3code.swc -> Flex -> final.swf
    Seems to be working now. So I suppose using an existing .swc on step 2 should work fine too.

  • Need help placing my drop down menu from flash into Dreamweaver

    I had this working once.  I am ping one you smart ones can help me out wuth this.  WHat am I doing wrong?

    I have not used any CSS to code my website, have purely used tables in a html template.
    Sorry to say, but you can't make drop-down menus without CSS code.  Which begs the broader question, why are you afraid of learning CSS?  It's much more efficient than tables and you can do so much more creative stuff with it. 
    Pure CSS Drop-Menus (with CSS gradients and transitions)
    http://jsfiddle.net/NancyO/zN7fU/
    Nancy O.

  • Export video clip from Premiere into an existing Encore project

    New to encore.....love the software so far....but not much experience with it yet. Here is my question:
    How do I go about exporting a video clip from premiere CS3 into an open/existing encore project. When I try to export to encore from the prem. timeline it makes a new proj. Sometimes I want to render out and export more than one asset into the same encore proj. but cant seem to figure out how to do that. any help would be great.
    Thanks,
    Eric

    thanks J.....I have been doing it all along the way that you suggested. Just wondered if there might be a more efficient way to bring in multiple files. I appreciate your help with this....now at least I know that I am not doing things in a more difficult manner than necessary.
    Thanks again!
    ~Eric

  • Embed an MP4 Video into an Adobe Muse site

    Hi - What code do I use to embed an MP4 video into my webpage in muse? I tried the following but it did not work:
    <video autoplay="autoplay" controls="controls" preload="auto">
    <source src="/aboutmp4.mp4" type="video/mp4">
    </video>

    what folder is the mp4 uploaded to?  Right now you have the link pointing to the main directory.  It depends on if you are using the ftp from muse or exporting it to HTML and then uploading.  You need to make sure the video file is on the web server.
    I think muse puts in in the assets folder so your code would be <source src="/assets/aboutmp4.mp4" type="video/mp4">
    You will not see your file in the preview only a blank box until you view it from the actual url.

  • How to create MUSE file from existing MUSE site?

    Hi-
    A customer has a site that was created with MUSE and she wants some edits made to it.
    I have installed MUSE and can access the server via FTP. I've downloaded the site's html files and assets, but these are useless in MUSE.
    How do I create or get the whole site's MUSE file from the server so I can make the edits and put back on her server?
    Thanks for any guidance here.

    Hello,
    You would need the .muse file (source file of website). And you can get it only from the person who created it.
    It must b saved on their local machine. This file  is not uploaded on the  server via FTP. And you cannot use the .html and other output files as the changes need to be made in that .muse file.
    Regards,
    Sachin

  • How do I convert a DVR disk to html so I can embed it on a muse site?

    Client does not want to use You Tube or Vimeo. Just want to embed the video on a site page.

    Hi
    Please check these threads
    Re: embedding video in Muse
    Adding Video Easily

  • If I open Muse from my dock (grey/silver look), it looks different than if I double click on an existing muse site (opens with a black background and different layout)... are they still the same versions?

    Anyone know if these are the same versions or different? and why does this happen?

    The one on your dock is an old version. The darker version of Muse is the newer version. Replace your icon on your dock with the newer one.

  • How do i send an html file exported from muse as email blast with images and live links?

    My question it:
    How do i send an html file exported from muse as email blast with images and live links?
    I have designed a "website" in adobe muse and exported it as an html file. I am not sure how to send my .html file in an email!
    Best,
    Nicole

    Unfortunately, the answer is, you don't. The requirements for HTML displayed in an e-mail reader are very different than those for HTML displayed in a browser. The output of Muse won't work as an HTML e-mail. You could upload the Muse site as a website and provide a link to it in an e-mail, but the HTML generated by Muse is not suitable for direct display by an e-mail program.

Maybe you are looking for

  • Link in a work item

    Hi, within a task in a workflow I am checking whether stock is available for a particular material. If not then a worktitem (user decision) is generated with a link in the body of the message. On clicking on the link the material details for that par

  • How to view one cube from a different cube through a BADI

    Hi   I have two applications in my BPC. I need to process one application and for that lookup another application in a BADI. Can anybody suggest how this can be done. What command should be used for this.

  • Agent traffic

    My agent uploading data every 15 minutes , how can i determine the size of xml files wich were sent?

  • How to create graphics in labview?

    Dear All, I'm a graduate student at University of Alabama at Birmingham, AL. I'm working on a project in which I have to design experiments for the undergraduate students to introduce them with the LabVIEW software. In one of the experiments I want t

  • Import and Display GIF images

    Hi, I'm trying to manage images in Abap program. Reading on this forum, I'm able to import BMP e TIFF files (via SE78) and display them into a customer control. Now I'm trying to manage also GIF images. I'm using tc SMW0 to import gif images but with