
Welcome Guest
|
#1
|
|||
|
|||
|
Trouble with post publish broken links.
Hello. First off, I'm new here, and thanks for having somewhere to get some answers (or hopefully get some) to these frustrating quirks.
Second, I searched my problem and there were 3 similar threads, but only one had a feasible answer to my problem and it did not work for me, so I am hoping for some fresh answers here. Thanks in advance. I am having some trouble with simple button actions in my flash document. First here is the scripts I am using: Code:
addbutt.onRelease = function(){
getURL("http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=133543965");
}
msgbutt.onRelease = function(){
getURL("http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=133543965");
}
picsbutt.onRelease = function(){
getURL("http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums2&friendID=133543965&view=true");
}
fansbutt.onRelease = function(){
getURL("http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=133543965");
}
sxcbutt.onRelease = function(){
getURL("http://www.sxc.hu/home");
}
cssbutt.onRelease = function(){
getURL("http://www.csszengarden.com");
}
wrhbutt.onRelease = function(){
getURL("http://whatreallyhappened.com");
}
dogsbutt.onRelease = function(){
getURL("http://www.dogsonacid.com");
}
mpiiibutt.onRelease = function(){
getURL("http://www.mpiii.com");
}
pandorabutt.onRelease = function(){
getURL("http://www.pandora.com");
} Code:
on(release){
getURL("http://www.steckelsjewelry.com/Pictures/Artwork/Mpad3.gif");
} Code:
<div class="bbzContainer"> <div class="div0"> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="400" width="1000" data="http://www.steckelsjewelry.com/Pictures/Artwork/WASTETV.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.steckelsjewelry.com/Pictures/Artwork/WASTETV.swf" /> <param name="quality" value="high" /> </object> </div> I am embedding them in a div on a Myspace page if that has any bearing on the result. Maybe there is something goofy with flash in Myspace pages. Although I have seen people use it sucessfully before in their pages. If the two flash files are needed to diagnose the error, they can be provided. Thanks in advance. ![]() P.S. OH, and here's a bonus question. The reason I am using two different action scripts to do the same thing is because in my first flash document the first method worked fine, but then in my second document I could not get it to work and only the second method would work. Same exact code copied word for word, but garnered no response in the second document. I found this strange. Also, yes I made sure all the buttons had proper instance names and correct spellings. Last edited by googlykida : 05-09-2007 at 05:36 PM |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question|my first post - problem with link in SWF file | james341 | Flash CS4 |
0 | 09-28-2009 08:49 AM |
| Publish settings trouble | hrbi | Newbies |
7 | 09-09-2007 08:39 PM |
| YOU HAVE BEEN ROBBED! | Gargoyle | Members Cafe |
20 | 05-08-2007 10:27 PM |
| export broken when using multiple links | pearlyred | Flash 8 |
3 | 01-26-2006 09:01 PM |
| another post on pdf links!!! | northwards 1 | General Flash | 1 | 03-14-2002 02:26 AM |






