Any website you design in InDesign and export as a Flash _______________ file cannot be viewed on the iPad browser.
Fill in the blank(s) with the appropriate word(s).
Shockwave Flash
You might also like to view...
What is wrong with the following recursive function? It should print out the array backwards.
void print(int array[], int start, int size) { if(start == size) return; else { print(array, start-1,size); cout << array[start] << endl; } } a. infinite recursion b. the stopping condition is wrong c. the recursive call is wrong d. A and C e. nothing
In Backstage view, the ________ command displays a preview of how the document will print before sending it to the printer
A) Now B) Print C) Quick Access D) Screen
Pictures can be resized by using the sizing handles or the ________ button(s) on the Format tab
A) Dimensions B) Shape Height and Shape Width C) X-Axis and Y-Axis D) Picture Size
Each worksheet is identified by the ________ found along the lower border of the Excel window
A) sheet tabs B) row headings C) labels D) value axis