Announcement

Collapse
No announcement yet.

Need to get a flash show from website to blog

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need to get a flash show from website to blog

    Hello.
    I have a flash show on my website, and I'd like to put the same flash show on a blog post. I have tried to copy the HTML code for the flash show to the HTML tab for my blog post, but it is not working. Just blank space. If anyone could help with this, I'd appreciate it. Is there more to it than just C/P the code?
    This is the code as I copied it:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="369" height="322" id="Flash1">
    <param name="movie" value="Staging video.swf">
    <param name="quality" value="AutoHigh">
    <param name="scale" value="ShowAll">
    <param name="wmode" value="Transparent">
    <param name="play" value="false">
    <param name="loop" value="false">
    <param name="menu" value="false">
    <param name="sAlign" value="L">
    <embed src="Staging video.swf" width="369" height="322" quality="AutoHigh" wmode="Transparent" loop="false" play="false" menu="false" scale="ShowAll" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>



    Thanks,
    Debi
    Debi
    DBoucher-Photography.com




  • #2
    Re: Need to get a flash show from website to blog-and failing miserably!

    You have to also upload the flash show to the blog or.. change the link .. where it says embed src? you have to put your http://www.yourdomain.com/Staging_video.swf

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Need to get a flash show from website to blog

      Hi, don't forget:

      <param name="movie" value="your file.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="your file.swf" quality="high" bgcolor="#ffffff" width="100&#37;" height="100%" name="your file" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

      And as Karen Mac says upload your swf file :)
      you should also inculde the: -AC_RunActiveContent- script for IE navigators,

      Comment


      • #4
        Re: Need to get a flash show from website to blog

        Sorry width and height should be what you have, ( width="369" height="322") and not 100&#37;

        Comment

        Working...
        X