Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Flash Issue - Main Page

    I've searched but on found problems of flash not working with firefox. My issue is a little different, I'm trying to get a little flash slide show to work on my main page, I cannot get it to work on any browser and I've tried several different things with no solution. I just copy and paste by code in the define page editor > define_main_page.php, everything works except for the flash slide show.

    The page is located here

    The code is:

    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>



    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">





    <!-- ImageReady Slices (Untitled-2) -->
    <img src="images/top1.gif" width="500" height="204" alt="">
    <!-- End ImageReady Slices -->

    <table width="500px" style="border:0px solid #666666" cellpadding="5"><tr>
    <td align="center" bgcolor="#FFFFFF"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','name','calendar','width','270','height','225','ali gn','middle','id','calendar','src','slideshow?sourceFile=data.xml&owner=partylik eacockstar.com','quality','high','bgcolor','#FFFFFF','allowscriptaccess','sameDo main','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','slideshow?sourceFile=data.xml&owner=partylikeacockstar. com' ); //end AC code
    </script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="calendar" width="270" height="225" align="middle" id="calendar">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="images/slideshow.swf?sourceFile=data.xml&owner=partylikeacockstar.com" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <embed src="slideshow.swf?sourceFile=data.xml&owner=partylikeacockstar.com" width="270" height="225" align="middle" quality="high" bgcolor="#FFFFFF" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="calendar" /></embed>
    </object></noscript>
    </td></td>


    </tr>
    </table>

    <img src="images/bottom.gif" alt="" width="500" height="204" border="0" usemap="#Map">
    <map name="Map"><area shape="rect" coords="55,44,179,168" href="http://www.facebook.com/pages/Party-Like-A-Cockstar/153139181397656" target="_blank" alt="find party like a ######## star on facebook">
    <area shape="rect" coords="272,44,477,177" href="http://maps.google.com/maps?q=1129 BLUFF Columbia, SC 29201&um=1&ie=UTF-8&sa=N&hl=en&tab=wl" target="_blank" alt="map to the party like a ######## star tail gate spot">
    </map>


    </body>

    I noticed part of the site title is being filtered, well this is not a ######## site, its a site to support our local university, our mascot is the gamecocks. Thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Flash Issue - Main Page

    There are many threads on including flash
    Try searching for flash and see if you issue has not been addressed already
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flash Issue - Main Page

    I've seen several threads regarding the flash issue but they all work with IE and not firefox. My flash is not working with any browser.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Flash Issue - Main Page

    Which means that you don't even have it installed correctly and why you need to review the threads for what is required, where the files need to be loaded to
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default having problems with main page

    My main consist of 2 images I created in Photoshop, exported them to Dreamweaver and copied them to the define pages edited > main page. Basically between the top image and bottom image, I'm adding a java applet slideshow I found online:

    http://javaboutique.internet.com/SlideShow2/

    Seem simple enough and I tested it locally in a basic HTML page. I added my images and adjusted all the settings to my liking, tested it locally and it works fine.

    I then went to the define pages editor, selected the page main, copied the text from the slideshow, adjusted th folder locations for the class and images. I then transfer the files to the /slideshow folder. I load the page, and the slideshow has errors.

    I've searched and read about adding slideshows to zen main page but I figured this one would be easier.

    This is my code to my main page;

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    <table width="500px" style="border:0px solid #666666" cellpadding="5"><tr>




    <!-- ImageReady Slices (Untitled-2) -->
    <img src="images/top1.gif" width="500" height="204" alt="">
    <!-- End ImageReady Slices -->


    </td></td>


    </tr>
    </table>

    <div id="welcome">


    <APPLET CODE="slideshow/slideshow.class" WIDTH=500 HEIGHT=250 VIEWASTEXT>
    <PARAM NAME="NUMBER" VALUE="20">
    <PARAM NAME="PIC1" VALUE="slideshow/image1.jpg">
    <PARAM NAME="PIC2" VALUE="slideshow/image2.jpg">
    <PARAM NAME="PIC3" VALUE="slideshow/image3.jpg">
    <PARAM NAME="PIC4" VALUE="slideshow/image4.jpg">
    <PARAM NAME="PIC5" VALUE="slideshow/image5.jpg">
    <PARAM NAME="PIC6" VALUE="slideshow/image6.gif">
    <PARAM NAME="PIC7" VALUE="slideshow/image7.jpg">
    <PARAM NAME="PIC8" VALUE="slideshow/image8.jpg">
    <PARAM NAME="PIC9" VALUE="slideshow/image9.jpg">
    <PARAM NAME="PIC10" VALUE="slideshow/image10.jpg">
    <PARAM NAME="PIC11" VALUE="slideshow/image11.jpg">
    <PARAM NAME="PIC12" VALUE="slideshow/image12.jpg">
    <PARAM NAME="PIC13" VALUE="slideshow/image13.jpg">
    <PARAM NAME="PIC14" VALUE="slideshow/image14.jpg">
    <PARAM NAME="PIC15" VALUE="slideshow/image15.jpg">
    <PARAM NAME="PIC16" VALUE="slideshow/image16.jpg">
    <PARAM NAME="PIC17" VALUE="slideshow/image17.jpg">
    <PARAM NAME="PIC18" VALUE="slideshow/image18.jpg">
    <PARAM NAME="PIC19" VALUE="slideshow/image19.jpg">
    <PARAM NAME="PIC20" VALUE="slideshow/image20.jpg">

    </APPLET>





    <br>
    </div>

    <img src="images/bottom.gif" alt="" width="500" height="204" border="0" usemap="#Map">
    <map name="Map"><area shape="rect" coords="55,44,179,168" href="http://www.facebook.com/pages/Party-Like-A-Cockstar/153139181397656" target="_blank" alt="find party like a ######## star on facebook">
    <area shape="rect" coords="272,44,477,177" href="http://maps.google.com/maps?q=1129 BLUFF Columbia, SC 29201&um=1&ie=UTF-8&sa=N&hl=en&tab=wl" target="_blank" alt="map to the party like a ######## star tail gate spot">
    </map>


    </body>

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Flash Issue - Main Page

    Moderator's note - new thread on same subject has been merged here. Please do not start new threads for the same problems.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flash Issue - Main Page

    Completely different issue, one is flash the new one different. But whatever, its your board, you make the rules....

  8. #8
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Flash Issue - Main Page

    Issue has been fixed, thanks for nothing.

 

 

Similar Threads

  1. Flash in main page
    By george_grat in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Jan 2010, 10:11 PM
  2. Flash on main page
    By Tuffmonkey in forum General Questions
    Replies: 3
    Last Post: 22 Oct 2009, 07:07 PM
  3. Flash issue.. css flyout menu hides under flash..
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Sep 2009, 06:41 AM
  4. Main Page Flash Player
    By OutdoorsInteriors in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Apr 2009, 04:07 AM
  5. flash on the main page
    By alphasource in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jan 2008, 07:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg