| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
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:
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:
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! =[ |
|
|
|
|
|
#7 (permalink) |
|
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 |
|
|
|
#8 (permalink) |
|
with a hint of lemon
Join Date: Aug 2006
Location: Hull
Posts: 456
|
in php, isnt it: PHP Code:
so maybe try: PHP Code:
or am i in the complete wrong direction Online portfolio: mgpwr.co.uk
|
|
|
|
#9 (permalink) | |
|
Moderator
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
|
Quote:
Not that I know anything about ActionScript, but it's more like JavaScript than PHP. Find good advice in the beginners web design thread.
patrick o'neill web developer | blog | spam humor |
|
|
|
|
#11 (permalink) |
|
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 ... =[ |
|
|
|
#12 (permalink) |
|
unusual suspect ™
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. |
|
![]() |