Making A Flash Banner Link To Website |
![]() ![]() |
Making A Flash Banner Link To Website |
Jan 16 2009, 02:30 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2009 Member No: 708,293 |
I created a flash movie banner in Flash 8, but I cant seem to get the actions to work for making it link to my webpage. I know I am supposed to create a button and then provide an action that goes.... on press... get url... but it never seems to work properly... any suggestions?
UPDATE* I finally got the url to load when I test the movie, but when I place the code on my page, the url still doesnt work...!! I thought maybe it was a problem in my code that was not allowing the file to link... CODE <br/> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="60" width="468" data="http://img142.imageshack.us/img142/2713/cynbannerfinaljc2.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://img142.imageshack.us/img142/2713/cynbannerfinaljc2.swf" /> </object> <br/> <br/> <center> <textarea style="width:200px;height:50px;overflow:auto;border-width:1px;background-color:white;border-color:gray;border-style:solid;"><center><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="60" width="468" data="http://img142.imageshack.us/img142/2713/cynbannerfinaljc2.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://img142.imageshack.us/img142/2713/cynbannerfinaljc2.swf" /> </object></a></center></textarea> |
|
|
|
![]() ![]() |