Old 08-05-2008, 13:43   #1 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
HELP ME omg

i rarely come accorss a problem i dont understand how to fix ...

well nows one of those times..

i have a flv within drupal (which were put there by adding a div in the php file and not the little cheap swf uploading tool crap) and sometimes the buttons within the flv work and somtimes they dont!?


it makes no sense

is it some sort of glitch or what..

im using this actionscript like i always have

HTML Code:
on (release) { getURL("http://www.myurl.com/test/experience", "_self"); }

and only the links in the flv that work all the time are the ones that open up in a seperate window for example -
HTML Code:
on (release) { getURL("http://www.myurl.com/test/experience", "_blank"); }

someone help me and i will love you forever


P.S

the flv file is using Player 9 and A.S 2.0


cheers

** IN SAFARI IT WORKS SOMETIMES

** IN MOZILLA FIREFOX IT NEVER WORKS ONLY THE BUTTONS THAT OPEN IN A BLANK PAGE

so weird !! and frustrating! =[
  Reply With Quote
Old 08-05-2008, 13:47   #2 (permalink)
bazzle
Senior Member
 
bazzle's Avatar
 
Join Date: Aug 2007
Location: Derby uk
Posts: 358
Send a message via MSN to bazzle
You won't get any help here by posting the message 3 times.
  Reply With Quote
Old 08-05-2008, 13:56   #3 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
i didnt mean to man

man no one ever helps me here they just talk down to me
thats sad.

i shoulda known better
  Reply With Quote
Old 08-05-2008, 14:13   #4 (permalink)
Tom_E
1.6180339887
 
Tom_E's Avatar
 
Join Date: Jan 2007
Location: Kent, England
Posts: 977
Quote:
Originally Posted by TheBBoyDisorder
no one ever helps me here they just talk down to me

I wonder why?
__________________
  Reply With Quote
Old 08-05-2008, 14:21   #5 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
... wow
  Reply With Quote
Old 08-05-2008, 14:55   #6 (permalink)
jesusfreak101
ie must die
 
jesusfreak101's Avatar
 
Join Date: Jun 2007
Location: Washington
Posts: 206
Send a message via AIM to jesusfreak101
are all of the buttons the same? ex - movie clips, regular buttons
  Reply With Quote
Old 08-05-2008, 15:18   #7 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
jesus freak thanks alot for caring enough to help figure out my problem!

but i just figured it out ... in my HTML code within the EMBED i realized i had to add the folloing code - " allowScriptAccess="always" " and it started recognizing my links with the "_self" string.

b'blessed
  Reply With Quote
Old 08-05-2008, 15:39   #8 (permalink)
mgpwr
with a hint of lemon
 
mgpwr's Avatar
 
Join Date: Aug 2006
Location: Hull
Posts: 456
in php, isnt it:
PHP Code:
$_SERVER['PHP_SELF'

so maybe try:
PHP Code:
on (release) {
    
getURL("http://www.myurl.com/test/experience"$_SERVER['PHP_SELF']);


or am i in the complete wrong direction
__________________
Online portfolio: mgpwr.co.uk
  Reply With Quote
Old 08-05-2008, 15:53   #9 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
Quote:
Originally Posted by mgpwr
or am i in the complete wrong direction
This.

Not that I know anything about ActionScript, but it's more like JavaScript than PHP.
__________________
  Reply With Quote
Old 08-05-2008, 16:59   #10 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
the code needed to be added to the html file not the actionscript itself
  Reply With Quote
Old 09-05-2008, 16:32   #11 (permalink)
TheBBoyDisorder
Registered User
 
Join Date: Aug 2004
Posts: 24
i was WRONG it didnt fix it it only seemed liek it fixed it then i went to another INTERNET EXPLORER on a differnt computer and it didnt work... !!! jesusfreak or mgpwr help me! =[[[[[[[[ should i try that php code in the flash?

only the buttons with _blank work and not _self ... =[
  Reply With Quote
Old 09-05-2008, 16:47   #12 (permalink)
seen.to
unusual suspect ™
 
seen.to's Avatar
 
Join Date: Jul 2004
Location: DE, USA
Posts: 2,511
Have you tried not defining a target at all in which case the default would be the same as _self?

Assuming that you are not using (i)frames have you tried _parent and _top as the target? If you're not using frames (and there's very little reason to use them) then _self, _parent and _top all do the same thing.
__________________
  Reply With Quote
Old 09-05-2008, 17:53   #13 (permalink)
jesusfreak101
ie must die
 
jesusfreak101's Avatar
 
Join Date: Jun 2007
Location: Washington
Posts: 206
Send a message via AIM to jesusfreak101
another thing to check is if the browser settings disables pop-ups....my browser has a small tiny symbol at the bottom right hand whenever it blocks a pop-up and sometimes i miss that. so check that also
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8