How do I add a Flash.swf file to an iWeb page?

I have tried to use the HTML Snippet widget, but I must be doing something wrong. I can drag the .swf file into Safari and it plays. I am sure it is the order that I am trying to do this. Thanks for any help.

Upload the swf file to your server and use the following code in an HTML snippet:
<embed src="URL TO SWF FILE ON SERVER?" width="XXX" height="XXX" type="application/x-shockwave-flash" /embed>
There's an demo of it on this page: Miscitems
OT

Similar Messages

  • How do I embed a .mid (midi) file on an iWeb page?

    How do I embed a .mid (midi) file on an iWeb page? I want to add a quicktime player for a midi file which will play a short tuning midi file. What are my options. Thanks!

    I think it's basically going to involve editing the published HTML files. Here are some resources that I pulled up...
    http://www.2kweb.net/html-tutorial/links/embed-mid/
    http://www.musicmasterworks.com/midi_html.html
    http://www.hitmill.com/html/sound.html <==seems to be really informative
    Anyways, hope this helps...
    If this information is useful to you, please do me a favor and mark my reply as "solved" or "helpful" using the little buttons that you see in the title bar of this reply. It would help me out, and I appreciate it immensely! Thank you!

  • How can I have a Flash SWF file to load a HTML page?

    I'm looking for a way to have Flash (CS5) to load and display a very simple HTML web page. Basically, the SWF file would be a standalone document sent by e-mail (or people would post on their web pages), and this SWF would display the content of another web page (consisting mostly in a live video on a black background)
    How can I have Flash CS5 to do that??
    Thank you!
    -sv

    Yeah maybe I wasn't clear enough... Here's the big picture.
    I run a live TV station, broadcasting 24/7 on the web via a Flash application (a projector basically). The video feed is streaming on my site, as well as on numerous web sites across the net. A Flash projector is also available as a standalone application, people download and use it to watch the movies without opening a web page.
    I am currently changing the broadcast method, from Flash stream to HTTP stream. But since my TV is already posted and linked in many places, I want to change the Flash object on my server with a new one, that has a HTTP stream instead of the Flash stream. It seems that HTTP stream cannot be embedded in a SWF, but it can be displayed on a HTML web page. The solution I came up with is to have a HTML page to load in the Flash player. All I would need to do is to have that HTML page to display the HTTP stream.
    So from there, most of my audience would not need to change anything to watch my streaming TV, while those who downloaded the old Flash projector would need to download a new one.

  • How to upload and embed Flash SWF file into Google Blogger?

    This is my blog URL http://www.aviationandengineering.com

    One way is to upload video to blogger. but there is a format problem. I recommend using the H.264 codec with your original file format, and if the file is still too big, switching file formats to .mp4(you can use the SWF video Converter to convert swf to mp4).
    The other way is upload to Youtube or another video hosting site, you canembed the video directly into Blogger. There is still a format problem. Youtube can't support SWF video files, so you still need a SWF to Video converter to convert swf to Youtube supported video files and MP4 is the best choice.
    Hope this can help you.

  • Need to add large (Physical) picture files to my iWeb page, best solution?

    I am designing a site for my friends restaurant. When I drag and drop the image files into iWeb as instructed when you view them back through the browser after uploading they are not large enough to read properly on the web - it is a menu so there is quiet a lot of text.
    Can anyone recommend the best way to show this so almost the whole browser is filled with the menu?
    Many Thanks
    Shaun

    Yes, it is permissions.sqlite and its a sqlite file that accept SQL runs from an example add on SQLite manager. I would assume like any sqlite file you could run
    INSERT INTO moz_hosts (id, host, type, permission, expireType, expireTime, appID, isInBrowserElement ) VALUES (id, "domainname.com","popup", 1,0,0,0,0,)
    in a saved query of the addon: [https://code.google.com/p/sqlite-manager/wiki/ExecuteSQL]
    CSV format:
    "4226","gmail.com","popup","1","0","0","0","0",
    smfunctions.sqlite file seems to be the place to store functions in the profile
    Exmaple how to use javascript to run this is here: [http://stackoverflow.com/questions/455292/is-it-possible-to-create-a-javascript-user-defined-function-in-sqlite]
    More details may need a developer, please also ask on stackoverflow.com where some dedicated developers can help you further.

  • How do I Make a Flash Button that points an iWeb page by default?

    In Flash, I want to make a menu.
    I have created the buttons, now I want to make them point to the various pages in my iWeb site by default. What should the URL be for the Buttons?
    I used "../../mysite/index.html" for the home button, and that seems to work, after I publish, but the same type of URL doesn't work with the About Me, Photo, Blog etc. pages.
    Any help would be appreciated.

    here is the test
    http://cobebence.com/Test/Home.html

  • How can I change the insert SWF File, I need to add a few things and make it better?

    How can I change the insert SWF File, I need to add a few things and make it better? Is there an option inside of the dreamweaver menu that I am not looking at. It would make it easier on me if I changed some things around and didn't have to do it all myself each time I used it. Just incase you was needing to remember what swf flash was, It is not a swf video either.
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
        <param name="movie" value="Sonic Kaboom.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="9.0.115.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Sonic Kaboom.swf" width="640" height="480">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="9.0.115.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    If I understand correctly, Sonic Kaboom.swf needs to be edited in a separate Flash authoring program and then reinserted into your HTML document. 
    As Murray said, Flash is dead.  Nobody uses it anymore.   We use HTML5, CSS3 and JavaScript animations which have universal support from Smartphones, Tablets and other web devices that can't support Flash.   Look at Edge Animate.
    HTML animation | Download free Adobe Edge Animate CC trial
    Nancy O.

  • How to put a video player swf file inside a flash file

    i want to know how i can put a flash file inside a flash wbsite. i have found a tutorial http://www.ehow.com/how_4906532_within-another-flash-swf-file.html that says something like that but in this tutorial if i understand correctly it creates a new flash project and add another swf inside. i have my website created and i just want to add video gallery, image gallery etc that are already swf. how i can do that?

    You can use swf inside of another swf.
    If you are using Actionscript2 then learn about LoadMovie
    And for AS3 it is Loader.

  • FAQ: How do I load an external SWF file into a parent SWF file?

    A ton of Flash users visit Adobe’s we site every month wondering  about how to load an external SWF file from within another SWF.
    Adobe's own TechNote on the subject attempts to answer the basic question, along with some common follow-up questions, including:
    How do I load more than one SWF?
    How do I load a SWF into a specific location in the display list?
    How do I resize the loaded SWF?
    How do I set its X and Y location?
    Here are some additional resources that elaborate on loading content and on working with the display list:
    Sample files for the above TechNote. A set of 3 FLA and 3 corresponding SWF files, including a parent SWF and 2 SWFs that the parent loads.
    Help > AS3 Developer’s Guide > Loading an external SWF file
    Help > AS3 Developer’s Guide > Loading display content dynamically
    Loading multiple external SWFs within a main SWF – CreativeCow.net forums
    Video tutorial: ActionScript 101 – Episode 6: Adding named objects to the Stage. By Doug Winnie. An example of how to add the loaded external asset to the Stage and modify its location or other properties.
    Video tutorial: Preloading in ActionScript 3.0.  By Lee Brimelow. A slightly more complicated example, showing how to  make the parent SWF display information about the progress of loading  the external SWF.
    Tutorial: Loading and unloading SWFs - FlashAndMath.com
    This article provides several examples of how to communicate between a parent SWF file and the loaded SWF:
    SWF to SWF Communcation via ActionScript 3.0 (by kglad)

    quote:
    Originally posted by:
    NedWebs
    You now seem to want to get rid of the swf once it has loaded
    and played itself thru. To do that you would need to have something
    in the swf itself that triggers its removal in its last frame. The
    following might work...
    MovieClip(this.parent).removeChild(this);
    Unfortunately I couldn't get this to work. I placed it on the
    last frame of the SWF to be called - is that right?
    I am not sure I am doing it correctly...

  • How can I script a Flash .exe file to always stay on top of all other windows?

    Hi All,
    I'm new to action script, and I just need this one script
    > How can I script a Flash .exe file to always stay on top of
    all other windows?
    Basically what i want to do is have a flash-created
    step-by-step instructional movie, but for the movie to remain on
    top of all windows so the instructee is able to follow the
    instructions on-screen...
    It would be preferable to not have to buy another product
    just to do this... as I said, this is the only scripting I need.
    Thanks in advance
    Cheers
    Rick

    if you create your exe with mProjector you can use one of its
    new AS
    commands to do this.
    setZOrder
    http://www.screentime.com/software/mprojector/docs/mWin_setZOrder.htm
    all APIS
    http://www.screentime.com/software/mprojector/docs/index.html
    Demo
    http://www.screentime.com/software/mprojector/demo.html
    mProjector installs new classes and help into Flash, to
    enable them you
    must build your app with mProjector (its input is your swf)
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

  • How to Open or load the swf file only in Java application

    Hai.,
         How I Secure my Flash SWF files(AS2 and AS3).?
         The SWF files are only work through java application. When the java call the swf file that time only it will work otherwise it won't work including browsers also..

    I attached the file to this post. It would be great if you could send me the pdf version of the block diagram. It's not totally finished, but that doesn't matter, I can complete it in school.
    Thank you, really, thank you.
    I know that this is not the purpose of this forum, but it was the easiest solution for my problem.
    Attachments:
    Programma transportmiddel.vi ‏129 KB

  • Flash swf file with web link only opens my safari home page not the link

    I have a flash swf file with a simple web link. when i load the swf file and click the link it opens safari then loads up my homepage. It does not go to the link i clicked. if i choose internet explorer as my browser the swf file works fine.
    I am running 2 G4's 10.2.8 & 10.3.9
    safari 1.0.3 & 1.3.1
    PLEASE HELP

    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Disable a few add-ons, then '''Restart Firefox.'''
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    If the problem continues, disable some more (restarting FF). Continue until
    the problem is gone. After, you know what group is causing the issue.
    Re-enable the last group '''ONE AT A TIME''' (restarting FF) until the problem returns.
    Once you think you found the problem, disable that and re-enable all the
    others, then restart again. Let us know who the suspect is detective

  • URL, email links in Flash swf files shows up in search engine

    Hi, can you please help? I post this problem a while ago.
    My problem is: I developed a website in Flash 8 on the Mac.
    The Flash swf file is displayed via Dreamweaver doc. When I do a
    search and, when the site is found in Google, all the links used in
    the Flash swf file appears in the snippets below the main title. I
    would like to know where I'm going wrong, and how can I prevent
    Google from displaying the URL and email details.
    Do I need to use a preloaded, or do I need to put the Flash
    swf movie file in a table in Dreamwever.
    Many thanks,
    Blue_Mac

    >I don't know how this is happening then. Search engine
    spiders don't
    >read through compiled files like Flash.
    Thanks, this is reassuring. Although it seems to have done
    just that.
    The following action script is where the details are coming
    from. I've used the name 'whatever" as an example. I don't mind the
    URLs on view as much as I mind my email address because of security
    issues.
    on (release) {
    //Goto Webpage Behavior
    getURL("mailto:[email protected]","_blank");
    //End Behavior
    I'll check my files again to see if I've miss anything out -
    I have done this so many times already.
    Regards,
    Blue_Mac

  • How do i add Edge animate .oam files to Fixed Layouts Epubs in Indesign cc 2014?

    How do i add Edge animate .oam files to Fixed Layouts Epubs in Indesign?

    Hi,
    There is a bug on iOS7 which does not let edge animate work correctly here. This issue will happen on iPad and not on Mac OS.
    There is a similar thread that explains in detail this issue you are facing:
    https://forums.adobe.com/thread/1513879
    Regards,
    Pooja

  • How do I add adobe flash player to my Ipad

    How do I add adobe flash player to my Ipad

    You can't, it's not supported on any iOS device (iPad, iPhone, iPod Touch) : http://www.apple.com/hotnews/thoughts-on-flash/ . Apps such as Skyfire claim to support flash, but their reviews are mixed. Some websites (especially news sites) have their own apps in the App Store, so you could check to see if your favourite(s) have apps.

Maybe you are looking for

  • Problem in Include WBS Element Screen

    Actually i got some steps for CJ01(Create Project). It is saying that after going to WBS Element Overview screen and  making all the entries for WBS element and description select the INCLUDE button . I tried a lot but i am unable to search that incl

  • Incoming Test Certificate

    Hi Scenario is like this I have done all the settings for incoming certificate and it is working fine in normal G.R. case (means mvt. type 101). Now the problem is, when I do G.R for the P.O in which the delivery address is given as directly at vendo

  • G4 Digital Audio Firwmare

    Hi there I have a G4 Digital Audio now running OSX. However since switching to OSX it has become unstable, there is a firmware update for this G4, however it requires you to use OS9, which i no longer have and have erased from my hard Disk. How can I

  • Read the voltage of CJT thermistor in SCXI 1112 module, revA

    The KB does'nt answear the question. I've tried every combination of physical channel names but this hasn't worked such as ob0~sc1!md2!cjtemp0 (cjtemp-1), SC1Mod2SC1Mod1/_cjTemp0 etc. Below is the vi that I'm using. Shouldn't the channel appear when

  • How do I change my email address on iCloud?

    The email currently being used by my iCloud is an old email but I can not seem to change it to my new email address. Any advice as I need to increase my storage back-up and can not do this until I update my email.  Thanks Maeve