# Passing Parameters

**URL:** https://forum.kirupa.com/t/passing-parameters/152850
**Category:** flash
**Created:** [June 27, 2005, 7:49pm UTC](https://forum.kirupa.com/t/passing-parameters/152850 "2005-06-27T19:49:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Tr0nik](https://avatars.discourse-cdn.com/v4/letter/t/a587f6/32.png) [@Tr0nik](https://forum.kirupa.com/u/Tr0nik)
#### Post date: [June 27, 2005, 7:49pm UTC](https://forum.kirupa.com/t/passing-parameters/152850/1 "2005-06-27T19:49:31Z")

</div>

Hi, I know this is a basic question:

I’ve set a param name and value in the Object tag of my HTML:

\<param name=“oneOn” value=“true”\>

I’d like Flash to read this and do something:

if (oneOn == “true”) {  
oneMC.\_alpha = 100;  
}

When I run the movie, oneMC is still 0% alpha. Am I missing something/doing things the wrong way? How can I get Flash to recognize this parameter?
