LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-09-2007, 05:32 PM
googlykida googlykida is offline
Registered User
 
Join Date: May 2007
Posts: 6
Rep Power: 0
googlykida is on a distinguished road
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");
}
That's one kind of button script I am using, the other is:

Code:
on(release){
    getURL("http://www.steckelsjewelry.com/Pictures/Artwork/Mpad3.gif");
}
and here is my embedded code in the document:

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>
Here is my problem, both of them work when I test my flash file in Flash8, I can click the said links in both files and they will load the appropriate links correctly in my browser. My problem lies in application. Once I publish the actual files and use them in a website they no longer do anything. I get no response from the links in my website. Is there any reason why they would work in a flash movie test, but not on the actual web application?

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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 10:24 PM.