473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Streamable File Format + Interactivity

Hello,

I'm designing streamable animation format like flash.

I have some questions.

My animation format has interactive feature by script. A designer can
insert 'gotoFrame' action on the first frame to go to the end frame.
So the player should access data stream randomly(any position of data
stream at anytime). But in streaming case, the data for the end frame
may not be in the buffer when the action is performed on the first
frame. What can I do?

I wonder what the flash does in this case.(Just waiting until the data
of the end frame is downloaded?)

And does the flash read data stream randomly for interactivity?(like
me).

Please give me some idea. Thank you.
Nov 14 '05 #1
2 1503

"zaemin" <za****@orgio.net> wrote in message
news:f8**************************@posting.google.c om...
Hello,

I'm designing streamable animation format like flash.

I have some questions.

My animation format has interactive feature by script. A designer can
insert 'gotoFrame' action on the first frame to go to the end frame.
So the player should access data stream randomly(any position of data
stream at anytime). But in streaming case, the data for the end frame
may not be in the buffer when the action is performed on the first
frame. What can I do?
u can build a stream with nodes, then load them as u need, and during idle
time.
I wonder what the flash does in this case.(Just waiting until the data
of the end frame is downloaded?)

And does the flash read data stream randomly for interactivity?(like
me).

Please give me some idea. Thank you.


np
Nov 14 '05 #2
"zaemin" <za****@orgio.net> wrote in message
news:f8**************************@posting.google.c om...
I'm designing streamable animation format like flash.

I have some questions.

My animation format has interactive feature by script. A designer can
insert 'gotoFrame' action on the first frame to go to the end frame.
So the player should access data stream randomly(any position of data
stream at anytime). But in streaming case, the data for the end frame
may not be in the buffer when the action is performed on the first
frame. What can I do?

I wonder what the flash does in this case.(Just waiting until the data
of the end frame is downloaded?)

And does the flash read data stream randomly for interactivity?(like
me).

Please give me some idea. Thank you.


First, format your file either with fixed-size records or unique markers, or
both, so that a reader seeking randomly in the file will be able to re-sync
with the data.

Second, when reading the file over the network, transfer byte ranges instead
of using one endless read. That way, if you need to seek around in the
file, you can start retrieving a new byte range as soon as the current one
is done, instead of having to download and buffer the entire file before
using it.

S

--
Stephen Sprunk "Stupid people surround themselves with smart
CCIE #3723 people. Smart people surround themselves with
K5SSS smart people who disagree with them." --Aaron Sorkin

Nov 14 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: zaemin | last post by:
Hello, I'm designing streamable animation format like flash. I have some questions. My animation format has interactive feature by script. A designer can insert 'gotoFrame' action on the...
1
by: Query Builder | last post by:
I am new to BCP. Can anyone help me understand this? I tried searching the BOL but it doesnt show much help on syntex. Lets say I have a simple table and want to out put the records into a file....
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
1
by: Namratha Shah \(Nasha\) | last post by:
Hi All, This is a resource file generation tool which converts an xml based resource formats to .net resource file i.e. (.resources) and vice-versa. Today we will see how we will generate ...
0
by: ungvichian | last post by:
I am trying to write a program in VC++.Net that will read a text file with wireframe data in it and display the wireframe it represents. This link has a sample of the code I'm basing my program off...
4
by: MatthewRoberts | last post by:
Howdy All, We have an ASP.NET web application that uses Forms Authentication and has worked without problems for some time. However, we recently added a Shockwave SWF file to the mix for flash...
18
by: jparus | last post by:
Hello, can anybody explain me how to port FILE structure into other languages. I have an DLL library and functions in this library take FILE* as a parameter. I want to make an interface into...
9
by: JimmyKoolPantz | last post by:
IDE: Visual Studio 2005 Language: VB.NET Fox Pro Driver Version: 9.0.0.3504 Problem: I currently have a problem altering a DBF file. I do not get any syntax errors when running the program. ...
3
by: karthikla | last post by:
Hi Experts, Could you please help me on how to get access 2002 file format exactly while doing conversion from Access 97 file format by DBEngine.CompactDatabase() function? Code: Private...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.