Forum Moderators: open

Message Too Old, No Replies

Help Please

Flash Pop Up

         

Barewolf

7:41 pm on Aug 28, 2006 (gmt 0)

10+ Year Member



I have an Intro for my Index page but everytime people view it they get a pop up, and they have to click to view it.

Is there a way i can get rid of this?

In my Source Code for index page i have this...

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="300">
<param name="movie" value="160companyT.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="160companyT.swf" width="600" height="300" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</p>

Lobo

9:47 pm on Aug 28, 2006 (gmt 0)

10+ Year Member



It has nothing to do with the code you have embedded in your page..

It is something that is in the action script for 160companyT.swf .. so if you didn't put it there I can only assume you are using someone elses flash file who did...

billy d goat

3:22 pm on Sep 1, 2006 (gmt 0)

10+ Year Member



Yes, Flash Player is definitely not doing that. It has to be something in your SWF. You also might want to consider using a Javascript embedding method to get around activating content in newer versions of IE.