Ok, I have been searching for this for months now. What are all those parameters in the javascript, and how do I modify them?
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
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