Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues
Author Message
mrix
Client



Joined: Dec 04, 2004
Posts: 757

PostPosted: Thu Mar 17, 2011 5:05 pm Reply with quote

Hi all, I have been trying this evening to make my flash banner clickable without actually editing the flash code itself as I cant access it my end.

This is the code I am using...

Quote:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="82" height="651" id="FlashID" title="banner">
<param name="movie" value="FlashBanners/vertical1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.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="FlashBanners/vertical1.swf" width="82" height="651">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.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>



Any idea`s where I am going wrong Confused

Thanks all
mrix


Last edited by mrix on Fri Mar 18, 2011 12:05 pm; edited 1 time in total 
View user's profile Send private message Visit poster's website
TAd
Worker
Worker



Joined: Oct 11, 2004
Posts: 127
Location: Oregon, USA

PostPosted: Fri Mar 18, 2011 1:04 am Reply with quote

Mrix,

Obviously the easiest way would be to edit the flash image/move. Since you cannot do that I am not sure of anything off hand that would work. I do recall reading sometime ago about layering d-(?) or x-(?) html over the top of flash movies. Perhaps something along those lines might work. I really cannot say as I have not had experience in that nor tried it.

Good luck and I hope that you locate a workable fix!


Last edited by TAd on Fri Mar 18, 2011 4:36 am; edited 1 time in total 
View user's profile Send private message Yahoo Messenger
mrix







PostPosted: Fri Mar 18, 2011 1:40 am Reply with quote

Thanks for the advice TAd
I`ll have to try and Google something.
Cheers
mrix
 
dad7732
RavenNuke(tm) Development Team



Joined: Mar 18, 2007
Posts: 1242

PostPosted: Fri Mar 18, 2011 8:13 am Reply with quote

Maybe overlay a transparent image and link to that?
 
View user's profile Send private message
mrix







PostPosted: Fri Mar 18, 2011 8:16 am Reply with quote

Quote:
Maybe overlay a transparent image and link to that?


Hi there, I have read that idea while surfing the net today but that type of work is beyond me Sad

Cheers
mrix
 
dad7732







PostPosted: Fri Mar 18, 2011 8:28 am Reply with quote

AFAIK, the only way is to edit the flash file in a flash editor by adding a Button_Object, transparent overlay, etc.
 
killing-hours
RavenNuke(tm) Development Team



Joined: Oct 01, 2010
Posts: 438
Location: Houston, Tx

PostPosted: Fri Mar 18, 2011 8:35 am Reply with quote

@mrix

Zip up the flash and provide me with a link please.

_________________
Money is the measurement of time - Me
"You can all go to hell…I’m going to Texas" -Davy Crockett 
View user's profile Send private message
mrix







PostPosted: Fri Mar 18, 2011 8:51 am Reply with quote

Hello killing-hours, not sure how I would send you the files? is it possible through pm?
Big thanks for the help, um getting a headache with this Crying or Very sad
mrix
 
killing-hours







PostPosted: Fri Mar 18, 2011 8:57 am Reply with quote

[ Only registered users can see links on this board! Get registered or login! ]

Go there... upload the file and it will provide you with a download link that you can send to me. Upload ONLY the .swf movie and give me the download link it gives you.
 
mrix







PostPosted: Fri Mar 18, 2011 9:54 am Reply with quote

Hi these are the links
[ Only registered users can see links on this board! Get registered or login! ]
[ Only registered users can see links on this board! Get registered or login! ]

Hi there never used this site before I hope the above is correct.

Thank
mrix
 
killing-hours







PostPosted: Fri Mar 18, 2011 11:21 am Reply with quote

here ya go.
[ Only registered users can see links on this board! Get registered or login! ]

Hope that's what ya needed Wink
 
mrix







PostPosted: Fri Mar 18, 2011 12:07 pm Reply with quote

Hi there, really big thanks for editing those .swf files, I did not think it was possible without the .fla etc.

My problem now is I have used this code and pasted into a new block but the links are still not clickable? but on a more positive note they are in my dreamweaver program Very Happy Cool

The code I am pasting in the block is this...

Quote:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="120" height="600">
<param name="wmode" value="opaque" value="FlashBanners/vertical1.swf" />
<param name="quality" value="high" />

<embed src="FlashBanners/vertical1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="600"></embed>
</object>
 
killing-hours







PostPosted: Fri Mar 18, 2011 12:14 pm Reply with quote

I just checked your site and both work... however, the horizontal1.swf opens "2" links instead of "1". Replace the horizontal banner with the one I just sent you and see if that corrects that issue.


Also, might want to change your favicon.ico to something more fitting of your site. Just a suggestion.
 
mrix







PostPosted: Fri Mar 18, 2011 12:18 pm Reply with quote

Thats strange what browser are you using as it does not appear to work for me in IE or chrome Confused
Thanks
mrix
 
killing-hours







PostPosted: Fri Mar 18, 2011 12:24 pm Reply with quote

Just tried IE 7 - 8, FF 3.6+, Chrome 10.0. All worked for me.

Make sure your browsers are not pulling from a cache. It may be that your loading the old flash and not the new flash. Wink


Last edited by killing-hours on Fri Mar 18, 2011 12:26 pm; edited 1 time in total 
mrix







PostPosted: Fri Mar 18, 2011 12:26 pm Reply with quote

Hows strange do not work for me for some reason?
Weird
Thanks
mrix
 
dad7732







PostPosted: Fri Mar 18, 2011 12:27 pm Reply with quote

Clear cache and cookies and try again.
 
killing-hours







PostPosted: Fri Mar 18, 2011 12:27 pm Reply with quote

Check my edited response.

You got me dad. Wink Same time
 
mrix







PostPosted: Fri Mar 18, 2011 12:35 pm Reply with quote

Yes that was all it was Very Happy Very Happy Very Happy
So pleased after all this time you have fixed it for me!
Very please mrix this end.
Huge thanks Very Happy
 
killing-hours







PostPosted: Fri Mar 18, 2011 12:37 pm Reply with quote

Anytime... Glad I could help. Cheers

also, can I suggest a favicon for you?
[ Only registered users can see links on this board! Get registered or login! ]

In the middle of the page there is a guy fishing from a dock... choose the ".ICO" and when you download it... rename it to "favicon.ico" and upload that to your "main" directory overwriting the original.
 
dad7732







PostPosted: Fri Mar 18, 2011 1:00 pm Reply with quote

killing-hours wrote:
You got me dad. Wink Same time


Dance-Y
 
mrix







PostPosted: Fri Mar 18, 2011 1:04 pm Reply with quote

Quote:
In the middle of the page there is a guy fishing from a dock... choose the ".ICO" and when you download it... rename it to "favicon.ico" and upload that to your "main" directory overwriting the original.


All done Very Happy

Great stuff!

Cheers
mrix
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©