Problems, Solutions and Workarounds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • OKT
    Forum Member
    • May 2003
    • 8

    Problems, Solutions and Workarounds

    Hi Everyone,

    These are some of the things that I am not sure of regarding ams4.

    Problem 01:
    User wanted to control the video using externally created buttons which also consists of a rewind and fwd button that allows them to rewind and fwd the video frame by frame(if not bit by bit), they also wanted a video progress bar to indicate how far more before the video ends.

    My Solution/Workaround 01:
    Since the rewind and fwd function in ams is use for seeking of video to beginning or ending and I can't find a way to use an external video progress bar, hope that the user will be happy with Media Player Object.

    Problem 02:
    User wanted background music.

    My Solution/Workaround 02:
    I have no problem putting in the MP3 and loop it except that what is the difference between "On Show" and "On Initialise"? I have a page that is use for playing video, how do I mute the music when that page is click and unmute when user leave this page?

    Problem 03:
    User wanted to have a slide show(3 images) beside a products description page.

    My solution/Workaround 03:
    I have created the slide show into an .exe, which Object do I use to paste it into my page? Since Text Object doesn't allow bold....etc. I created the product description into a .html and use Web Browser Object. Inside the html there is an email and URL link. How do I perform an "On Mouse Click" so that I can run the "email client present" and "internet connection present" script?

    Problem 04:
    Project is using oval shape buttons and colourful background(also PNG). The buttons was created in Photoshop and save as PNG 24 with Transparency turn on, however when I try to use it in ams4 with Transparent background turn off, the button background is white and with Transparent background turn on, the buttons has obvious and jagged edges that doesn't blend nicely with the colourful background.

    My Solution/Workaround 03:
    What I did was to crop the buttons together with the background and then use it in ams4 with Transparent background turn off and align it back accurately. Any faster way of doing it?

    Problem 05:
    I notice that whenever the application quits, it will show the desktop for a brief second before my Credits Screen(Project Settings -> General) pops up. Is there a way to make that more seamless or is there an even better way to show the Credits Screen?

    Problem 06:
    May I know why the Page Size is 790X545 and not 800X600?

    Problem 07:
    Is there any way to optimize delivery of ams4 files from CDs? Read this file for more details. http://www.macromedia.com/support/au...imizing_cd.htm

    I would like to thank everyone in advance. Any help is greatly appreciated.

    Regards
    OKT
  • Protocol
    Indigo Rose Customer
    • Oct 2002
    • 423

    #2
    Re: Problems, Solutions and Workarounds

    Hey there,

    For problem numero 1 I kind of cheated. Not being a flash wizzard myself, I had a friend convert the mpeg video file into a flash movie. I then used the Flash control features in AMS to seek back to the beginning or end, play, stop, and most importantly seek forward 1 frame (but multiple times). The end result is when the user clicks on the seek forward button (>>) it fastforwards about 10 seconds and plays. They have to do this with a series of clicks, but surprisingly, I found this to be more accurate and better than what I had expected. Looking back, I prefer this to what I was trying to accomplish by having the seek function run through the whole program. Encode your video into a flash file, copy the code below and paste it in the FF button's function page. Hope this helps!



    <IR_ACTIONS_LIST>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Seek">
    <Type>39</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    <SeekType>2</SeekType>
    <SeekTo/>
    </Action>
    <Action name="Play">
    <Type>37</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FlashObjectName>Flash1</FlashObjectName>
    </Action>
    </IR_ACTIONS_LIST>
    "White-colla-AMS-gangsta."

    Comment

    • OKT
      Forum Member
      • May 2003
      • 8

      #3
      Re: Problems, Solutions and Workarounds

      Hi Protocol,

      Thanks for the help. It works.

      I found an article that shows you how to add a video controller(progress bar + scrub video, rewind and fwd frame by frame...) for your movie using Flash.

      Check it our here:




      Regards
      OKT

      Comment

      Working...
      X