SWF instead of Dolphin Flash

Hi All:

-

Created a Flash to embed on the main page where the Dolphin Promo Flash Reader should go.

-

Added this html as custom :

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head>
<body bgcolor="#FFFFFF"><p align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="960" height="270" id="CoffeeCup" align="middle">
<param name="movie" value="myvideobanner.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="myvideobanner.swf" quality="high" bgcolor="#ffffff" width="960" height="270"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>

</p></body></html>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Now I see the Flash emblem that let's me know that I have added it under the tnymce html tab....but where is the correct directory to upload the files associated with this Flash.

~~

I had them loaded under images, admin,....can't seem to get it right. Also tried where the big01.jpgs are located. ugh. Any ideas for this?

~~

Lorren

Quote · 27 May 2009

Most likely specifying a realitive path to your swf file should work.

<embed src="myvideobanner.swf" quality="high" bgcolor="#ffffff" width="960" height="270"

Where myvideobanner.swf is, you have nothing in front, so that means it needs to be in your main directory. If you want it in a images folder then append the path in front of the file name like so.

images/myvideobanner.swf

Hope i am making sense.

https://www.deanbassett.com
Quote · 27 May 2009

Let me try it...I'll let ya know.

~~

Thanks

~~

L

Most likely specifying a realitive path to your swf file should work.

<embed src="myvideobanner.swf" quality="high" bgcolor="#ffffff" width="960" height="270"

Where myvideobanner.swf is, you have nothing in front, so that means it needs to be in your main directory. If you want it in a images folder then append the path in front of the file name like so.

images/myvideobanner.swf

Hope i am making sense.

Quote · 27 May 2009

In the admin panel in the Use Cutom HTML logo block under basic settings, this is all the code I have had to insert on working sites, to replace the promo block exactly.  If you have altered size then you would have to alter the height and width accordingly in the below code.  As for placement of the .swf file I chose the root directory, but you could do as mentioned above to place it in a more appropriate directory.

 

<center>
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="220" width="880">
<param value="/YOURFILENAME.swf" name="src" /><embed src="/YOURFILENAME.swf" type="application/x-shockwave-flash" height="220" width="880"></embed>
</object>
</center>

 

Thanks,

Tallyplayer

Quote · 27 May 2009

I've tried every single permutation of what was suggested in this forum.

I'm getting the same code appearing where the Flash file should appear, but with the menu bar blocking my logo.

Is this because I have a free version of Dolphin and not the ad-free version of Dolphin?

Your help is greatly appreciated as you all have crossed this path before.

Thank

Quote · 28 May 2009

1. go to admin panel
2. go to settings
3. go to base  settings
4. uncheck use promo block *radio button*
5. check  Use custom HTML block *radio button*
6. in the tiny mce editor on the 3rd line down click on html button
7. paste in your flash code eg
<p>
<object height="120" width="960" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="headerstore" name="id" />
<param value="#F5CA70" name="bgcolor" />
<param value="best" name="quality" />
<param value="true" name="devicefont" />
<param value="exactfit" name="scale" />
<param value="transparent" name="wmode" />
<param value="samedomain" name="allowscriptaccess" />
<param value="/yourflashfile.swf" name="src" /><embed height="120" width="960" src="/yourflashfile.swf" allowscriptaccess="samedomain" wmode="transparent" scale="exactfit" devicefont="true" quality="best" bgcolor="#F5CA70" id="headerstore" type="application/x-shockwave-flash"></embed>
</object>
</p>

8. click on insert/update
9. click on save

Quote · 29 May 2009

Thanks, YouDidn'tDidYou.

I followed your step-by-step instructions - still having my logo covered by the menu bar, but the code no longer appears there. The Flash still does not appear there. Could it be that I don't have an ad-free version?

I had changed the main logo before I started Flash html coding. Could that be the problem, too?

Quote · 29 May 2009

try refreshing your browser after emptying it's cache, also might bean idea to delete the promo images off your server...

ad free does't make a difference.

can your paste your code here????

Quote · 29 May 2009

btw you might want to look at http://www.boonex.com/about/case_studies/myfishmap.php for ideas/inspiration...

Quote · 29 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.