Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are parameters in AC_RunActiveContent.js?

Status
Not open for further replies.

fedtrain

Instructor
Jun 23, 2004
142
US
Ok, I have been searching for this for months now. What are all those parameters in the javascript, and how do I modify them?

Code:
'codebase', '[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',[/URL]
'width', '115',
'height', '59',
'src', 'exhibit',
'quality', 'high',
'pluginspage', '[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer',[/URL]
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'exhibit',
'bgcolor', '',
'name', 'exhibit',
'menu', 'true',
'allowScriptAccess','sameDomain',
'movie', 'exhibit',
'salign', ''

Ok width and height I get, no pixel. Codebase and pluginspage are pretty fixed I assume. But what are the options for all the others? I cannot find any of this on adobe and it is getting really frustrating.

My main reason for asking, is how to I point to a file in a folder? Is it src, id, name, movie??? I have tried '/flash/mymovie', and 'flash/mymovie'...I have tried it in any and all of the above. It doesn't work.

Really, am I just blind and can't find the rules for these parameters? Please help, setting up my own website again and two for cousins' businesses...and really really don't want that nasty click to activate.
Thanks
Dave

"Credit belongs to the man who is actually in the arena - T.Roosevelt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top