Flash Object, allowNetworking... |
Flash Object, allowNetworking... |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jul 2007 Member No: 544,599 ![]() |
I have this code for a flash menu;
CODE <div style="left:184px; top:128px; width: 911px; height:36px; position: absolute; z-index:2; border: 1px none #000000;"> <center> <p align="center"> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="23" width="798" data="http://www.fileden.com/files/2007/9/5/1411448/Myspace/bluedot.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.fileden.com/files/2007/9/5/1411448/Myspace/bluedot.swf" /> <param name="quality" value="high" /> </object> </p> </center> </div> And when I created the divide in dreamweaver I could use the menu and it would allow me to navigate. But when I put it on the myspace you can still click on the buttons but it won't do anything. I looked it up and found that the allowNetworking option changes if the flash object can interact and control the browser and that mine was set to internal. So I set it to all so it could control the users browser and allow them to navigate anywhere. But whenever I save the code on my myspace it reverts the code back to internal. Any solutions? Thanks for your help Tony |
|
|
![]() ![]() |